ࡱ> }~]G 2bjbjَ qK`pa]zzzd4lCVJF& +./40????7%@PuAPB$lE`GVB-z1)V*011B7& x J7771:(z& ?1?7 7?B?z?& .w8Ѽ4:? Relational Database System  White Paper Clustering Support for Microsoft SQL Server High Availability for Tomorrows Mission Critical Applications 1997 Microsoft Corporation. All rights reserved. The information contained in this document represents the current view of Microsoft Corporation on the issues discussed as of the date of publication. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information presented after the date of publication. This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS DOCUMENT. Microsoft, Windows, Windows NT, and the BackOffice logo are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries. Other product and company names mentioned herein may be the trademarks of their respective owners. Microsoft Corporation One Microsoft Way Redmond, WA 98052-6399 USA 0297 Part no. 098-68931  Abstract Providing users with 100% availability has been a top priority for IT managers for years. Microsoft Cluster Server (MSCS), which is a feature of Microsoft Windows NT Server, Enterprise Edition , provides the platform required for you to achieve this goal. SQLServer takes full advantage of the capabilities of MSCS. It provides IT managers with a reliable and robust platform on which they can build their mission-critical applications. This whitepaper discusses MSCS, current methods of achieving high-availability for database systems, how SQL Server 6.5 and the upcoming release of SQL Server will provide high-availability, scalability and maintainability and what the future holds for this technology.  CONTENTS  TOC \o "1-3" Introduction  PAGEREF _Toc390447914 \h 1 What is Microsoft Cluster Server?  PAGEREF _Toc390447915 \h 1 Clustering Defined  PAGEREF _Toc390447916 \h 1 A Phased Approach  PAGEREF _Toc390447917 \h 1 SQL Server Use of Microsoft Cluster Server  PAGEREF _Toc390447918 \h 2 Phase 1: Symmetric Virtual Server Solution  PAGEREF _Toc390447919 \h 2 Phase 2: Massive Parallelism  PAGEREF _Toc390447920 \h 3 Why is Clustering Important?  PAGEREF _Toc390447921 \h 4 Microsoft's Clustering Solution  PAGEREF _Toc390447922 \h 5 Next Steps  PAGEREF _Toc390447923 \h 6 Highly Available/Fault Tolerance Systems  PAGEREF _Toc390447924 \h 7 What Is It and Why Is It Required?  PAGEREF _Toc390447925 \h 7 Current Technical Implementations  PAGEREF _Toc390447926 \h 7 UPS and RAID  PAGEREF _Toc390447927 \h 7 Transactions and On-Line Recovery  PAGEREF _Toc390447928 \h 8 Backup and Recovery  PAGEREF _Toc390447929 \h 8 Replication Servers  PAGEREF _Toc390447930 \h 8 Clustering Solutions  PAGEREF _Toc390447931 \h 8 MSCS Technology for Microsoft SQL Server  PAGEREF _Toc390447932 \h 10 SQL Server Implementation  PAGEREF _Toc390447933 \h 10 Phase I - Symmetric Virtual Servers (SQLServer6.5, Enterprise Edition and Sphinx)  PAGEREF _Toc390447934 \h 10 Phase II Massive Parallelism (Future)  PAGEREF _Toc390447935 \h 12 Awareness of MSCS  PAGEREF _Toc390447936 \h 13 Future of MSCS Clusters  PAGEREF _Toc390447937 \h 15 Features of MSCS PhaseII  PAGEREF _Toc390447938 \h 15 Conclusion  PAGEREF _Toc390447939 \h 16 For More Information  PAGEREF _Toc390447940 \h 16  Introduction What is Microsoft Cluster Server? In late 1995, Microsoft announced that they would work with their hardware and software vendors to deliver clustering for the Microsoft Windows NT Server network operating system, the Microsoft BackOffice"! integrated family of server software, and leading application software packages. Clustering technology enables customers to connect a group of servers to improve application availability, data availability, fault tolerance, system manageability, and system performance. Unlike other clustering solutions, the Microsoft approach does not require proprietary systems or proprietary server interconnection hardware. Microsoft outlined this strategy because customers indicated a need to understand how clustering will fit into their long-term, information technology strategy. Microsoft Cluster Server (MSCS), formerly known by its code name, Wolfpack will be included as a built-in feature of Microsoft Windows NT Server, Enterprise Edition. Over fifty hardware and software vendors participated in the MSCS design reviews throughout the first half of 1996, and many of these are now working on MSCS-based products and services. Microsoft is also working closely with a small group of Early Adopter system vendors in the development and test of its clustering software: Compaq Computer Corp., Digital Equipment Corp., Hewlett-Packard, IBM, NCR, and Tandem Computers. Together, Microsoft and these vendors will create a standard set of products and services that will make the benefits of clustered computers easier to utilize and more cost effective for a broad variety of customers. Clustering Defined A cluster is a group of independent systems working together as a single system. A client interacts with a cluster as though the cluster is a single server, even though many servers may be clustered together. The cluster also provides a single management entity. Cluster configurations are used to provide higher availability, easier manageability and wider scalability. A Phased Approach MSCS software will include an open Application Programming Interface (API) that will allow applications to take advantage of WindowsNT Server, Enterprise Edition, in a clustered environment. As will other application vendors, Microsoft plans to use this API to add cluster-enabled enhancements to future versions of its server applications, the BackOffice family of products. Clustering will be delivered in phases. Phase 1: Support for two-node failover clusters. Applications on a primary server will automatically fail over to the secondary server when instructed to do so by the administrator or if a hardware failure occurs on the primary server. Phase 2: Support for shared-nothing clusters up to 16 nodes and for parallel applications that can use these large clusters to support huge workloads. The progress in MSCS will be mirrored by progress in applications that use these features to provide application-level availability and scalability. Microsoft SQL Server gives a good example of how applications built on top of MSCS provides these benefits to the customer. SQL Server Use of Microsoft Cluster Server Microsoft SQL Server is an excellent example of a Windows NT Server-based application that will take advantage of MSCS to provide enhanced scalability and availability. Microsoft will deliver SQL Server clustering products in two phases: Phase 1: Symmetric Virtual Server: Enables a two-node cluster to support multiple SQL Servers. When one node fails or is taken offline, all the SQL Servers migrate to the surviving node. Phase 2.: Massive Parallelism: Enables more than two servers to be connected for higher performance. Phase 1: Symmetric Virtual Server Solution SQL Server will have the capability to run several SQL Server services on an MSCS Cluster. In a two-node cluster, each node will be able to support half the database and half the load. On failure, the surviving node will host both servers. During normal operation, each node will serve half the clients and will be managing the database on half the disks, as shown in Figure 2. SQL Server will also include wizards and graphical tools to automate cluster setup and management. This phase will be supported with the Phase 1 release of MSCS.  Figure 1 Symmetric Virtual Servers Figure 1 shows how SQL Server will support Symmetric Virtual Servers. Each node of the two-node cluster can support an active Microsoft SQL Server service. If a node fails, the remaining node takes ownership of the shared SCSI disks and restarts the implementation of SQL Server that has failed over. Phase 1 will be available with SQL Server 6.5, Enterprise Edition and with future versions of SQLServer. Availability SQL Server 6.5, Enterprise Edition is scheduled for release in the third quarter of 1998. It will provide for Microsoft Cluster Service and it will utilize a 3 GB memory space for its execution, offering users even higher performance. Phase 2: Massive Parallelism Phase 2 will enable future versions of SQL Server to use massive parallelism on large clusters. When the overall load exceeds the capabilities of a cluster, additional systems may be added to scale up or speed up the system. This incremental growth enables customers to add processing power as needed. This parallelism is almost automatic for client-server applications like online-transaction processing, file services, mail services, and Internet services. In those applications the data can be spread among many nodes of the cluster, and the workload consists of many independent small jobs that can be executed in parallel. By adding more servers and disks, the storage and workload can be distributed among more servers. Similarly, for batch workloads like data mining and decision support queries, parallel database technology can break a single huge query in to many small independent queries that can be executed in parallel. Sphinx will support pipeline parallelism, while future versions will support partition parallelism. Formerly, IS professionals needed to make up-front commitments to expensive, high-end servers that provided space for additional CPUs, drives, and memory. With the Phase 2 implementation of SQL Server on MSCS, they will be able to purchase new servers as needed and just add them to the cluster to grow the system's capacity and throughput. Why is Clustering Important? Many corporations have adopted the Microsoft WindowsNT Server platform for their business computing. As they realize the benefits of performance, scalability, and maturity of this new-generation operating system, corporations are continuing their migration and rightsizing efforts for their most critical business applications. MSCS extends the benefits of WindowsNT Server, Enterprise Edition by adding: Availability: Clusters mask most hardware and software failures by moving work to a surviving node of the cluster. Often, the clients see a service interruption of only a few seconds. At worst, the client must reconnect to the server and then re-submit the most recent request. Scalability: Phase 1 of MSCS will support 2-node clusters, and Phase 2, scheduled for beta release in 1998, will support larger clusters with up to 16 nodes. SQL Server will support Phase 1 of MSCS to provide a highly available system. With Phase 2 MSCS clusters and future versions of SQL Server, customers can grow application servers without limits, by adding inexpensive, readily available hardware in small increments. Manageability: MSCS and SQL Server offer an intuitive and graphical interface to set up and manage the cluster, including the ability to do rolling upgrades (that is, use the cluster administration tool to manually unload a server for maintenance, moving all the workload to another server in the cluster to avoid downtime.) Increasingly, the software and hardware will become self-managing. With MSCS, managing a cluster of several nodes is almost as easy as managing a single node. A single management interface allows the operator to perform functions on all nodes at once. For example, security policies, registry updates and other system functions are propagated to all nodes. When automation is not possible, task-oriented wizards lead the administrator step-by-step through the required tasks. When Phase 1 of MSCS is released, Microsoft will release a wizard that will install SQL Server on both nodes of the cluster and setup a resource group in MSCS for a SQL Server cluster. The MSCS administration tool provides system administrators with an easy -to -use tool to manage their cluster. By improving the manner in which administrators manage clustered systems, it becomes extremely easy to manage several systems at once. The SQL Server Enterprise Manager tool will adopt this methodology to make it easier to manage clustered databases in the same manner. Microsoft's Clustering Solution Cluster systems have traditionally been expensive, proprietary, and difficult to implement and maintain. This has prevented them from reaching the broad base of customers that would benefit from cost-effective enhanced reliability and availability. The following factors must be provided to enable broad market acceptance: Industry standard APIs. Microsoft, in conjunction with technology partners, is working to establish industry standards for Clustering Application Programming Interfaces (API). These cluster APIs expose cluster features that enable software developers to develop highly available and scalable applications. Database servers, transaction-processing monitors and other application software can use the cluster APIs to extend the capabilities of MSCS clusters. Industry standard hardware. MSCSs take advantage of today's industry-standard PC platforms, SCSI storage subsystems, and existing network technology. The WindowsNT Server layered driver model will enable Microsoft to add support quickly for special-purpose, high-performance clustering technology (for example, low-latency interconnects) as hardware vendors bring solutions to the market. Server application support. Microsoft BackOffice products use the clustering APIs to improve their scalability and availability. Microsoft also encourages other vendors to use MSCS. Many of the major software vendors (including Microsoft Corporation, SAP Inc., and Computer Associates) are porting their products to MSCS clusters. Cluster enhancement without enterprise disruption. Because WindowsNT Server already implements a cluster-compatible security and user administration model, businesses can easily add clustering to their current installations, without any disruption to users. In addition, cluster administration is exposed through enhancements to WindowsNT Server administration tools. Easy configuration and maintenance. Clusters must be simple to configure and maintain by non-dedicated support staff. MSCS clustering utilizes the existing central management capabilities of WindowsNT Server. A cluster is installed and managed with integrated graphical tools included with the product. Next Steps Microsoft is committed to providing an open, industry API for clustering technology. Through public APIs and driver models, Microsoft is cooperating with other computer software and hardware industries to provide robust, economical, and standardized clustering solutions. Specifically, Microsoft hosted design reviews in 1996 to build industry consensus on clustering requirements that meet a broad base of business needs. Participants included independent hardware and software vendors. Hardware details on clustering requirements were presented at the Windows Hardware Engineering Conference (WinHEC) in April, 1996. The first installment of the WindowsNT Clustering APIs was distributed at the Microsoft Server Programmers Developers Conference (PDC) in October 1996. MSCS went to beta test in late 1996 and will be generally available in the summer of 1997as a built-in feature of Microsoft Windows NT Server, Enterprise Edition. Concurrent with this, Microsoft and other software vendors have been testing their software on MSCS and, in some cases, developing their applications to be cluster-aware. These applications will be highly available. SQLServer6.5 will be cluster-aware when MSCS becomes available in the summer of 1997. The next steps will extend MSCS to massively parallel clusters to provide even greater scalability. Highly Available/Fault Tolerance Systems What Is It and Why Is It Required? MSCS adds three key benefits to Windows NT Server. (1) Availability: Applications can continue functioning even if a component or components of the system fail, (2) Manageability: the ability to move workload and unload servers for maintenance without downtime and (3) Scalability: Server capacity and throughput can be increased by adding more servers to the cluster. The 1997 release of MSCS will allow two-node clusters. Future versions will enable clusters to grow to hundreds of processors. Availability is the percentage of time a system is delivering acceptable service to clients. When hardware or software breaks, conventional systems stop and must be repaired. The performance measurement that system administrators really worry about is downtime: % Downtime =Repair TimeMean Time Between Failures MSCS can reduce downtime by decreasing the amount of time it takes to repair the system or by improving the system reliability (increasing the mean time between failures). Uninterruptible power supplies, using Redundant Arrays of Inexpensive Disks (RAID) systems, Error Correcting Code (ECC) memory and simplified operations interfaces all improve reliability, thus improving availability. There is equal benefit in decreasing the repair time if you cut it in half, you cut downtime in half. MSCS improves availability by reducing the repair time, typically to less than a minute. When a fault is detected, MSCS either restarts the application or switches it to another node that is ready to provide service. MSCS enables applications to migrate to other parts of the cluster when one or more components fail. When the failed components are repaired, the applications can migrate back to their original server. The MSCS software orchestrates this migration. Current Technical Implementations UPS and RAID An Uninterruptible Power Supply (UPS) provides basic protection against system downtime. If the power fails, the UPS provides a few minutes of emergency power until the power is restored. WindowsNT has a graphical user interface to configure and manage a UPS. In addition, Windows NT has built-in support for RAID levels 0, 1, and 5. The higher RAID levels protect the system against data unavailability or loss due to disk failure. Transactions and On-Line Recovery If the system or the data storage should fail, database transactions and a database that supports on-line recovery provides protection against lost data. Backup and Recovery Having a well-defined and executed backup plan is mandatory for any mission-critical application. When properly performed, backups minimize, if not eliminate, the possibility of lost data. Backups may assist in reducing downtime since having an up-to-date backup allows quick recovery in the event of a catastrophic hardware failure. Nevertheless, users see the recovery period as downtime. Replication Servers Replicating data to a backup server is a viable alternative if you require 100% availability. Replicating data to the backup server implies additional overhead to the online system and is not foolproof. In most replication processes, there will be a latency where the transaction has been committed on the primary server and has not been replicated to the backup server. This may result is a corrupted database that will be difficult, if not impossible, to reconcile. Clustering Solutions Active/Passive In an active/passive clustering solution, a backup server monitors the heartbeat of the active server where the server and programs can operate. The backup server remains in a passive, stand-by mode until it determines that the active server has failed. Then it comes on line and takes control of the system. When the primary server is repaired and comes back on line, automatic fallback is not possible. The operator must manually switch the systems back to their original state. Depending on the system, this may require downtime. Depending on its implementation, the passive server may run applications while in standby mode. These applications are terminated when failover occurs. For many high-availability applications, an active/passive solution may be an excellent answer. This solution provides high-availability and data integrity at an extremely high cost. To implement this solution, the IT professional has to purchase two very expensive servers, one of which will be minimally utilized. Active/Active In an active/active cluster, all the servers in the cluster can run applications and act as recovery servers for other servers without having to terminate their own applications first. They can also support failback, so when the failed server is repaired and brought back on-line, the clustering software automatically redistributes the applications that failed. MSCS has been implemented as an active/active cluster so that IT professionals can take full advantage of their hardware and the features that come with an active/active cluster implementation. MSCS Technology for Microsoft SQl server SQL Server Implementation Phase I - Symmetric Virtual Servers (SQLServer6.5, Enterprise Edition and Sphinx) Overview SQLServer6.5,Enterprise Edition and Sphinx will offer both scalability and availability using MSCS with the concept of Symmetric Virtual Servers (SVS). With SQLServer6.5,Enterprise Edition and Sphinx it will be possible to run several virtual servers on a single node of the cluster. A virtual server is one logical SQL Server database running on an MSCS cluster. This will enable each node to act as the primary server for the virtual server, and to act as the secondary server for the virtual server that is the primary server on the other node. The definition of a server includes: Executables on the shared disks which includes all executables and all server databases including the Master, Model, MSDB, and TempDB. All user databases and log files on the clusters shared disks. All server contexts stored in the WindowsNT registry. The named pipe that serves as the connection point to the database and the IP address corresponding to that named pipe. The SQL Executive and the Distributed Transaction Coordinator of the VS. SQL Server will ensure that all databases and logs, and everything stored in the master database (configuration parameters, groups and users, replication information, etc.) stays consistent between the primary server and backup server. The databases and logs reside in the same place (the shared disks) regardless of whether the virtual server runs on the primary or backup node. Registry information is kept consistent between the primary and secondary nodes by using registry replication. Clients connect to a SVS using the SVS name, rather than the Windows NT Server name. The SVS name is implemented as a cluster Network Name resource and maps to the primary or backup node, depending on where the virtual server currently resides. Any client that uses WINS or directory services to locate servers will automatically track the virtual server as it moves between nodes. This automatic tracking happens without client modification or reconfiguration. This includes SQL Enterprise Manager, and any OLE-DB, ODBC or DB-Lib applications. When a SVS fails over, the clients are disconnected and then reconnected to the same logical SVS name. The database reconnect is implemented in the client application and should be transparent to the user. Transactions that were in process when the failover happened will be rolled back as part of the SQL Servers standard recovery process. The effect is as though the VS failed and is instantly restarted on the secondary node. Administration of the Symmetric Virtual Servers The SVS is administered just like any SQL Server using the SQLServer Enterprise Manager administration tool. SQL Server Executive and the Distributed Transaction Coordinator (DTC) operate as part of the SVS. Sphinx will support administration of multiple SQL Servers as a single administrative object from a single console. SVSs on a given cluster can be administered as a single system by defining a group of servers for the cluster. Administrative jobs and policies can then be applied to the cluster group rather than individually to each SQLServer. Application Partitioning for Scalability Applications can be scaled to support huge databases by partitioning the data logically between the two virtual servers running on the cluster and then using distributed queries to reference all data from either server. Sphinx supports placement of different tables on each virtual server by enabling distributed queries and updates coordinated automatically via the Distributed Transaction Coordinator. Sphinx will support optimized distributed execution of queries between SQL Servers (and between heterogeneous data sources using the OLE-DB rowset interface). Transparent access to remote data can be accomplished by defining local views over remote data. Updates to data distributed between cluster nodes are automatically coordinated to ensure data integrity and consistency. A single update statement may only reference one remote table, but beyond that there is no programmer intervention required. Limitations With Phase I of MSCS, SQL Server will be limited in the number of nodes that are supported in a cluster. When MSCS supports more than two nodes, SQLServer will take advantage of this. Availability SQL Server 6.5, Enterprise Edition will be available in Q3 of 1997. Sphinx is currently scheduled for release in the first half of 1998. Phase II Massive Parallelism (Future) Overview Sphinx supports MSCS failover for high-availability. It also provides scalability of SQLServer applications to clusters of Windows NT nodes. In particular, it allows all the SQL Servers in a cluster to be managed from a single console. The SQL Servers of the cluster form a federated database in which each system can make requests to any of the others. An application running at one node can query and join tables residing at any cluster node, and can invoke stored procedures at any node. All these operations are orchestrated by Microsofts Distributed Transaction Coordinator (DTC), which is built into WindowsNT, so that they inherit the ACID transaction properties. It is Microsoft's intention that MSCS clusters will eventually be able to scale to hundreds of processors and thousands of disks. So, Sphinx will be able to store and access even the largest databases using commodity-priced hardware and software. Large Clusters and Geographic Distribution Future versions of SQL Server will provide a single system image for managing and using a cluster of SQL Servers. Objects (that is, tables) may be partitioned among many SQL Servers at many cluster nodes. Objects will have location-transparent names, so that a program running at any node of the cluster can access the object as though it is part of the local nodes database. By using parallel-query decomposition, a single large query against one or more partitioned tables will be decomposed into a parallel query plan that can be executed in parallel by each node of the cluster. This parallelism is important for data warehousing and data mining applications it will enable a hundred-fold increase in processing large queries and large utility operations. Future versions will also support transparent failover, so those clients need not reconnect when a server fails. Rather, the client will be connected to the cluster. SQL Server supports data replication today. Many customers configure a second geographically remote SQL Server system that mirrors the first system. Often these two systems mirror one another so that each is doing half the work. Having geographically remote systems protects against environmental failures (power-grid failures, fire, and flood). SQLServer intends to make it easier to implement these disaster-tolerant systems by providing better configuration and management tools for them, and by providing more transparent client failover from one to the other. Awareness of MSCS Getting Ready Today Most server applications will be able to take advantage of MSCS with very little modifications. Transaction-based applications (that is, database servers such as Microsoft SQLServer), will require additional work as they must be written to ensure that the system fails over properly with no loss of transactional integrity. This paper discussed how Microsoft SQLServer6.5 and future versions (Sphinx and beyond) will take advantage of MSCS. Another, more important, aspect of being cluster-aware is how to develop client applications that will work with MSCS. We will now discuss how application developers can write client/server-based systems that will function properly with a MSCS cluster. Developing Client Applications for MSCS Clusters Developing a client application that will operate MSCS is relatively straightforward. When developing applications, the developer must keep two points in mind: database recovery and error checking. Even without using clusters, SQL Server automatically recovers all of the databases when it is restarted. To ensure that the database is recovered in a consistent application state, the developer must use database transactions. Using transactions will ensure that the database fails over correctly and in a consistent state. Any transactions incomplete at the time of the failover will be undone or rolled back. The effects of all committed transactions will be preserved. When a SQLServer database is failed over, the application connection to the server will be lost. So, the client must reconnect to the server. If the connection is stateless, the client can reconnect and continue processing. Applications developed using IIS and many other tools adopt this stateless model. If, on the other hand, the client and server had some common state (for example, open cursors, session variables, transact SQL global variables, or data in TempDB), the failover cannot be transparent to the client. In these cases, the application should either reflect the disconnect to the user (stating that the connection was reset) or the application must re-establish the server context. If a transaction was in progress at the time of the failover, the client should check to see if the transaction was processed. Giving each transaction a unique identifier best accomplishes this check. The application stores this identifier in the database if the transaction commits. Later, anyone can see if the transaction committed by looking for this identifier in the database. This discussion of how clients deal with server failures is standard for any SQLServer client application, even without the use of clusters and virtual servers. The error -checking process is quite similar when developing a client database application for a cluster. When the cluster begins failover, the client program will receive an error on the database connection. The errors that are encountered will depend on what the client program is attempting to do at that time. When the virtual database server fails, a "Connection Link Failed" error will be returned to the waiting client. At this point, the database on the primary node of the cluster has been shut down and the database will be started on the secondary node. When SQLServer starts on the secondary node, the database will be recovered. If a connection is attempted while the database is being recovered, the "Waiting for Database Recovery" error will be received. The coding to make the client applications "cluster-aware" is very simple. When the client program detects that the connection has been lost, it should attempt a reconnect. If it is stateless, the client should reattempt the command that was executing when the database failover took place. If the connection is stateful, then the client should re-establish the state. If there was a transaction in progress, the client application should try to establish whether the transaction committed or aborted. If this is done correctly, the database will be recovered in a consistent state and the program will continue to execute normally. Developing Internet Applications for MSCS Clusters Using Microsofts Internet Information Server with SQL Server and MSCS will provide your users with a highly available system to access mission -critical data in your enterprise. Most database applications that use an Internet browser for the user interface use what is called a transient connection to access data. A transient connection is one where the Internet Server logs into database, executes a command against the database, retrieves the resultset (if one is created) and then logs off. State information should be stored in the database, so losing the connection will not create a problem with open transactions. This scenario works very well with SQL Server and MSCS. Since the database connection is not persistent, the client program does not require additional logic to handle failover scenarios. Using ODBCs connection -pooling feature with Microsofts data -access technologies such as the Internet Database Connector and Active Server Pages (a feature of IIS) enables you to create a robust and high performance application that is always available for use. Future of MSCS Clusters Features of MSCS PhaseII The first version of MSCS is scheduled to be released in the summer of 1997. At the end of 1996, MSCS entered the first phase of beta testing. This first version of MSCS working with SQLServer6.5 will deliver high availability, but fall short of the goal of "just adding a server to the cluster" when increased performance is required. Building these features and capabilities into future versions of the product is a top priority. Phase 2 of MSCS is currently planned to enter beta in 1998. The initial release was designed with the principles of a "shared-nothing" cluster in mind. Future versions of SQL Server will exploit the shared-nothing architecture available in Phase 2 of MSCS to provide a scalable solution to meet the enterprise needs of our customers. Conclusion Using Microsoft SQLServer in conjunction with MSCS technology provides IT professionals with a robust platform to host their mission -critical applications. Its ease of use and robust architecture make MSCS the platform of choice when evaluating platforms for high-availability applications. With future versions of MSCS and SQLServer, Microsoft will provide its customers with the most advanced technology available for standard, commodity-based hardware. The performance and price/performance leadership of SQL Server on WindowsNT makes it a logical choice for your mission -critical, highly-available applications. For More Information For the latest information on Microsoft SQLServer, check out our World Wide Web site at http://approjects.co.za/?big=sql or the SQL Server Forum on the Microsoft Network (GO WORD: MSSQL).  page ii page 3 page iii Microsoft SQL Server Clustering Whitepaper page iii   Microsoft SQL Server Clustering Whitepaper page i   page 16  PAGE 16 Microsoft SQL Server Clustering Whitepaper page 15 Microsoft SQL Server Clustering Whitepaper  PAGE 15 page 2 Microsoft SQL Server Clusters White Paper  EMBED Visio.Drawing.4   EMBED Visio.Drawing.4   !-XY5>ABCM  " # 1 2 ? @ Z [ \ ] ^      1 2 L M N O P | } ͹ͯͥ͛jidUmHjcUmHjocUmHjbUmHjubUmHmHOJQJ CJOJQJ j?CJUhnH 6CJCJ jTU jUmH jU= -Uz&?@ACDM  ! " _ 8B1$#1$ #1$p4"1$1$1$1$1$1$:1$1$1$!1$ -Uz&?@ACDM  ! " _  Q  V O|&[U Gs.[\IJ  1!\!~######F%G%T%@&]&3;98B#4"W_  Q  V O|&[U Gs1$8;9}      6 7 Q R S T U a b | } ~      /0JKLMN\]wxyz{jhUmHjQhUmHjgUmHjWgUmHjfUmHj]fUmHjeUmHjceUmH jUmHjdUmHmH={!"#$%;<VWXYZ45OPQST}~j3mUmHjlUmHj9lUmHjkUmHj?kUmHjjUmHjEjUmHjiUmHjKiUmH jUmHmH= &'ABCEFRSmnoqr 2 ##|--..A0N0227&788e::;;'=I=EEFFXXrr`bcdCJ *6 jU5jOJQJUj'oUmHjnUmHj-nUmHjmUmH jUmHmHD.[\IJ  1!\!~# 1$u1$|1$1$1$1$~######F%G%T%@&]&n*o*++--.-|-.A011221$1$ 1$x1$1$3$1$$1$1$]&n*o*++--.-|-.A01122)4*455778e:;'=Z>e>w?x?oApAFCGCCCCEEFFGGGG+G,G-GHHIIJK$KLLMM5OIO!Q6QEQ_S`SSS8UFUVVuWvWWWXXjZZ0[g[[(\^^abbbPd J 3  YX2)4*455778e:;'=Z>e>w?x?oApAFCGCCCCEEF 1$h 1$1$ & F1$ h & F1$x h1$1$YFFGGGG+G,G-GHHIIJK$KLt 1$h h1$1$#$$Tl40 1$$ $$Tl4 $1$$ 31$dt$  1$h LLMM5OIO!Q6QEQ_S`SSS8UFUVVuWvWWWXXjZZ & F1$K8xx1$1$1$1$$1$J1$$$1$Z0[g[[(\^^abbbPdydffgghhhhfiii>l?l$$1$1$J1$ & F1$K8x & F1$D8xPdydffgghhhhfiii>l?l7mbm q qDsVsjs'vXvw wxxB}C}"#nTUц҆ۇĉʼn^_!GH`ʎ͎ΎюҎ ST`ϏЏ12    JS?l7mbm q qDsVsjs'vXvw wxxB}C}"#nTUц$1$1$J1$ц҆ۇĉʼn^_!GH`cdpqr}~ 1$hh$d1$hh&`1$1$1$1$1$J1$deklnoprsyz{|}ÎĎǎȎʎ͎̎ΎЎю #$&'TU[\^_`ӏԏ؏ُ 5B*CJmHCJ jU 0JCJmH0JCJj0JCJUR~Ɏʎ͎ΎюҎ ST 1$$d @P 1$h$d @&`1$1$1$1$$dT`ΏϏЏяҏӏԏՏ֏׏؏ُڏۏ܏ݏޏߏ$1$1$1$ h &`1$ "#$%2 jWUj }6 UV jU joUjQ}6 UV  &'()*+,-./0125 0 00.P/ =!"#$% & 000P/ =!"#0$%& 00P/ =!"#0$%2 0 0P/ =!p"#0$%0 0 00000P/ =!p"#;$x% - 000/P/ =!p"#;$x% `!BE ٕ۝~{fXYu(ExeEy]^.YOsyMwaK)e|; Aa<2GJtM]5T-cBֈȚUFʸG,h̄&h d _{A{NקOsDX]c7vDE/Yqo nƏ/Ja ps2lPy | r؛Ř~]]tuxM};"z{ ADE[ 6H  幞OF?YdttSD.Q/DK7aҟ|OB'}[e7߈/A@ޒ),qA#ms ™{<qո'O.qLj3y^:7zIz~R?4b?? ;%Ў >{mwsNQ:/]cxǞ+w}w5؇"^fIl-=hQAl>,<}_*T1Qc_&btRqtl\דl~<6>zusTp E[-c+؟@+.;2S.:>w <my8;:p{"7Tcv*{PnѹUVJT?#5vFkxqvF<|"˼V' r.H8=Ɩ"ϊp=#R<8{Njpz'K E8VDXNp",A-E#<3ᜇe8^C8Ke8^+Na1aLe8^@xVe8^A8,2/OS SH[΄tHs·yvp_&봻![Vq^<|?.~v=T?>~:t8t~%KU<'봻 ;Nq_WdQ^- zh 8篌EaRm0=#l[?~mDOcnd?%5-7@HiYu WqpsʹD1HaFAÅleQglkzݻnzaۋ'A8y87Bp/^v}E\ǭ}?,sMKƲzع"|"˼.O94ӛd}w.-E%8> op",E!\%_ oB^/FBpV5{^w+\0ΙK9schc.@͙K̅}ΙKĜ œ8vrNã<,"6u؆́w rQi~|~0ϋ0xp8~^ X??Qj?P+ ^OC"H c]].M˱ "ew oEO12'DxO~DCЃx82<<O? <E`Cp|Hw;_~{ܥGΛ#g >8h"1waHsiXz;+}Dž9wir/&wpE_)Df"L2\{}~@4EfG3y8?ps]"n&O/(>c]^ztyf'貼b3"S,4G]3ET_Z>q~—<D3"2<<Ody"</'!8>$λ{3 _֣Ƀ\ϟ'9ܿp'.0хW]|a֣%H#£p ׉p DIFK QG_p0W p0I?p/ztpAm'ztLb|F."<_="'/?68=@" Aq~w$ 8~Bu;" ݽz4otA8`<73_4GY.og5;z*{9avW1v2;b9)v!{'vm'O!w COBOAOAO+! H{3^eBٽc/t^ u\u])mGv> Q8v-hjjjjy7XNZao>җWٯ_b;Q!ϕ?9]`پU8{/0{t{챥SK?/f۞b?iv#l>=qavCl߶u۾Ǯ0}p|%]ioKg pkf5H&f|9]iB!^(KAerQO^zhDk@ՠu?hjj{;z=~XJX7qIwg5չFqj=agtmD7ƫ-yѝkƿB?_oBoAoAo߇zZz߁V|ZЪA~ZڏB_3-@ah?<=>+kUطڦ3Ⱦ{e4{ߝ2x A9X;xM ~9[ \7A{!vw>>{Qvw[f| gC~t/}O#P3P3P3P)0Xu1vOu @0AaяWlᗣ ᬅD΋^BvBx٫eZ;y!v·؏wwww#3P3P3P)0Xuqf#3@y7cOo> >೯Bxp~⟅! (?矆O@ O>"8g!y|;7J~7V!y>4:ˤԴ>ݼ{XEmPeZOߊhC_Oū@W]l3/@9ML>f=y W=םGUf>B"n1N@pm*>,V};}/brK{my),ۂHK_n$p%/ ~IK_n$p%/ ~IK_n$p%/ ~IK_wCՌ$;; [G&NwHaЌM3>Nܹnvl2;wM*lͦm̟fnԑT6rci\S]o:Cdm'U`q[č *BBÅ[W(àGfnZ ֙0u=qc# MB59p7ˍG.MBJ>c&Fm:QVF+eu'>MLTFnjΣJ7nlc|ERTrB5\n"nVPJV%JʨY^hrҴh5s+i#9KWIqN3T߰LTeboKO6VUvܚnܺ[[yP {ꖫɭ6zƪVܹIU{/jߺƍ_ #TUwn'OS@,g"݄j ܍E!(wB΋=r5VavmTP#Έ*[Q7,Vs'bpΪ\[nrn-;`7OIo*uxVщl+P떦yṉ:mPT[FJ7nVGmH+H[RښbkW/ \Fmľ[-6J{n.܄*bLˮd!ȭDOƭ&nUMGnjj*rɍT431::4rpcvVr+N.>NM7"lN 9).jntϼ_nrpnr"OF{I~w8w34 Ye*/wZ=$sZU\[ Cŝw9J7oK;돻^=HiV5M[AۮQr\\sLr:۹}vzg0'͞ 7׼ F{ݼ{{NL[r٤e[9&Ri_qݼ>2c }u`}4tߵ% Ǚ "[H[#A<߾R,2w?Tiy[ˊ۹L[B62R;9hi4)K|Z+;Q;7$Ijoh*D箝(s5<K+r%vk$L[sitDNIK[DGzV*1T$ `p*wh/(CVRrl- wZ۶(wڒ:2;rWk͝sKG.h#[^i}SV*;tlyLZW#wq+s宰ZR?UL[;ոrIq#x%>yYuQW`ܙ-wXjAd2w5 %- RbIYLIٳā[Z (%yeQar*w&m3y~JVeaSs[e\ 4r;˖7zAN$$p2uuDb.-ĝɽ)EV6ζgn$p%/ ~IK_n$p%/ ~IK_n$p%/ ~IK_n$p%/ ~IK_n$p%/ ~IK_n$p%/ ~IK_*JVfRUf= ا݀eʵZeMorn ȧm:SKejviqLdf4CJDp+8e:7ipu0=z2I]g'sK?wMa2w6إ7{]d,6[𞹕1ܥ,r&r;aHc 0=pw+6N]&] 2qEi:X֢z"fYe |ERUlMrnGÜG!7mŌ{#&82s+[񴡪i.Xպy&Veōfge+zl\Y"RxFj"bj7pzT]$FRlᘲEmB0WXÒ 8Fv\#!Þ+pk{f2vKV1iRqS"-.77åq|qL[vB^> Mݓ"LM3y"+;$*iBpd9\Mro>K ]ަiPcr7)Y[s6iϭ?"4S,B5c +5&l5vjdƮ|L6i .Oɷj$q$čn Dy?ՈNfrƦխ6͵y`?{S}P=ay.mƽ ymޱA^ jFj%x;l\Q<229/'! tUJEo SBkno3x.H}JfRo}hJ硤˻I͞N%ogpgpK-^iMhE!=f@% 8F-h"wvw2ifOG{Tpp -7MNkzMx;FTd݌C| 6fPv'o!ʂhS{2Uv#bTEݬة>iJ耥 4xNُa,!>$J7Hʫd.C/e~n+Puvc7Vå͈#ҵ 8:H)Li\%3<,m"GU pyX+JszwTT mrFc'.5 r? EEpWl$G#cCR :3lO-MomŢqarY#r 9+ǐMjtUڤo~CkbS Z 92FAqm{/{9Nўb=}EwJ 갢|Hr|uTV#5%/jnЄiqq:iDfEw}6gI 1 c;*>Ԋ[PF-Zh]%X. ȻW:u Ѩ)61LS [3:Z9&sia1 3‚\xәz j.nXXn:[QMZ Rܴghn]ܸ1K/7SluwUr?&-O5q-(1Ml]xTŰ;^ܵb4wMa{w^G*ٞhn]k!LaG5qW14ahlkb6aC{#zTشv.U7V/4R5HyD;nܠM]$Jy Ҵ>Gg7ajHÊ@Rh%Um՜j,ʚձ(\HuJXNq Re쪉]!ݼS 5jUs"nŬ%FQG!iF͉`4MEA1 yʧG 6vp}5*xݚ>bQNOT^ v8%5G%mcJP(h p(7e;xwl6nr汆Rp iMղZ6$4u!4▖Vm&mf 6ƹmSƦ[ًq<@6EbwPlیsv¥v6L;+T cc3x!p5I4#LLN}%Z:J]}len ,>sƝpm |l8QRd?wHpmBnjhΚґ2 |߻7Z0[+11NB n2:l6uvÂ!>u=s+mQ]BF0]k,!cfwJo8izYa7nMqe.'p]ec|h6[]wLAcr4֨; I}Ip&-X,.7{KNM(l٭瓥B=V1OpWcmX-ǪAˤb^ѳ2VOkqw<͡O*J[fX%$x羮6h]H D"I-u=0,5RҊ x^mxR{?6i-K=0|gswl!SH-wlOTQæn[:ՐME y *XQQb/YىܤB'"jZ[wCen58Ԓ[̆'p۴)hɩ.뱂ʍᠡU3:8FON0KMѻ{5V W̩*Z}Etn<#=!v! ֩&[;\]iNP%[noQEWbb#5ն+&w~{Ë́=7E,#xM7-.wOS0lܽOîis>JzKDSž }}Zس4#N.qw&[Oטrʧl.6ȧO={n;,r;pg&LQe^\=O ~IK_n$p%/ ~IK_n$p%/ ~IK_n$p%/ ~IK_n$p%/ ~IK_/whvM[w/] >r&I?p>s|~j95:nW7qdI29w9{ý~qsw$ٵwr:a+˹9z2,:'й`ccc}p7pS?_.koC-O{[5ǵ4ui5tULW wRtR¯Qѳ )9m \OE'ʊ#m5n${}E!14G4ͯc0bHp)gND&8-y|:?n\G·Br?a93+YEBnp.B?7QkRQ9`9\Ҋt:Ee]'sK <' ܁+{HO!޻OGJ܁;pwܛQw܁;p-Sp!~p:QOCI'\JK'p#"/x#nD!}ܾ';vUͿ3ǹwI]p${vjm wƒdmkpŝd'0;vN~ž5oAݮ;^e~8LR>gM|.tͶ 7?_h(a<#[|d8ܵ~ՖNC(-cD$9Νg(;]:GMܲ-UW/_Y[WU9S9=|(S7K;ѹ ]ʍ TF#WiVUܙ& _񍚭=[ĔʝAWey"΋?.FTi{4˝[ 3%4|]l/97*2* naj<Ͽ<-lH䃀{ބL]V^,_;q%p %pN GѣE1EU~:nd>;Zb@gaGmydv69<;{p/;wp_b gok&/w@Cev)2{^q1t^/u@|lϹm9]Op8QUp|5hگZ^_VkɵeD(oIGT+ReQѶ}7l@a|| 0+%vd{^ϳ_][r .<C޽Pf/ :.]@增|^_VkwGfn'||9g_=ҟ|/@gwGw}!|? A&/1'7}|EWwp~⟅! s.4}7 <~[ď#b+Nc_#*vM6v141vB+K};CM_E?sl_='Ϙ3qG_n$p%/ ~IK_n$p%/ ~IK_n$p%/ ~IK_']~U>S?`Ϭ$po; }4#{+vn)qѠEڱٺү)&qP7ٴSR̭":rFn;mk[g5r.č *BBÅ꾸1 {dUa0n S7FA˂fnRɁYn7>r&nZpW!+77jЉbP? nVF+eu'>MLTFnjΣJ7nlc|ERTrB5\n"n7XCV5k MN67Ҟ[вfn%m$gʝ57"ܩr&I ~)[ߖZAll5uݸu%-W[m m6U$sluk^Ծu܍&6FJO2wV\H-W{֫鋛2p7R U 9/ȍ׬Zղ?0;6VY*vFj(gjCŭWhVܹ[Rϓp1g8gU܎-79֖]~5\䶪XA;N?m*uxVщl+P떦yṉ:mPT[FJ7nVGmH+H[RښbkW/ \Fmľ[-6J{n.܄*bLˮd!ȭDOƭ&nUMGnjj*rɍT431::4rpcvVr+N.>NM7"lN 9).jntϼ_nrpnr"OF{I~w8w34 Ye*/wZ=$sZU\[ Cŝw9J7oK;돻^=HiV5M[AۮQr\\sLr:۹}vzg0'͞ 7׼ F{ݼ{{NL[r٤e[9&Ri_qݼ>2c }u`}4tߵ% Ǚ "[H[#A<߾R,2w?Tiy[ˊ۹L[B62R;9hi4)K|Z+;Q;7$Ijoh*D箝(s5<K+r%vk$L[sitDNIK[DGzV*1T$ `p*wh/(CVRrl- wZ۶(wڒ:2;rWk͝sKG.h#[^i}SV*;tlyLZW#wq+s宰ZR?UL[;ոrIq#x%>yYuQW`ܙ-wXjAd2w5 %- RbIYLIٳā[Z (%yeQar*w&m3y~JVeaSs[e\ 4r;˖7zAN$$p2uuDb.-ĝɽ)EV6ζgn$p%/ ~IK_n$p%/ ~IK_n$p%/ ~IK_n$p%/ ~IK_n$p%/ ~IK_n$p%/ ~IK_*JVfRUf= ا݀eʵZeMorn ȧm:SKejviqLdf4CJDp+8e:7ipu0=z2I]g'sK?wMa2w6إ7{]d,6[𞹕1ܥ,r&r;aHc 0=pw+6N]&] 2qEi:X֢z"fYe |ERUlMrnGÜG!7mŌ{#&82s+[񴡪i.Xպy&Veōfge+zl\Y"RxFj"bj7pzT]$FRlᘲEmB0WXÒ 8Fv\#!Þ+pk{f2vKV1iRqS"-.77åq|qL[vB^> Mݓ"LM3y"+;$*iBpd9\Mro>K ]ަiPcr7)Y[s6iϭ?"4S,B5c +5&l5vjdƮ|L6i .Oɷj$q$čn Dy?ՈNfrƦխ6͵y`?{S}P=ay.mƽ ymޱA^ jFj%x;l\Q<229/'! tUJEo SBkno3x.H}JfRo}hJ硤˻I͞N%ogpgpK-^iMhE!=f@% 8F-h"wvw2ifOG{Tpp -7MNkzMx;FTd݌C| 6fPv'o!ʂhS{2Uv#bTEݬة>iJ耥 4xNُa,!>$J7Hʫd.C/e~n+Puvc7Vå͈#ҵ 8:H)Li\%3<,m"GU pyX+JszwTT mrFc'.5 r? EEpWl$G#cCR :3lO-MomŢqarY#r 9+ǐMjtUڤo~CkbS Z 92FAqm{/{9Nўb=}EwJ 갢|Hr|uTV#5%/jnЄiqq:iDfEw}6gI 1 c;*>Ԋ[PF-Zh]%X. ȻW:u Ѩ)61LS [3:Z9&sia1 3‚\xәz j.nXXn:[QMZ Rܴghn]ܸ1K/7SluwUr?&-O5q-(1Ml]xTŰ;^ܵb4wMa{w^G*ٞhn]k!LaG5qW14ahlkb6aC{#zTشv.U7V/4R5HyD;nܠM]$Jy Ҵ>Gg7ajHÊ@Rh%Um՜j,ʚձ(\HuJXNq Re쪉]!ݼS 5jUs"nŬ%FQG!iF͉`4MEA1 yʧG 6vp}5*xݚ>bQNOT^ v8%5G%mcJP(h p(7e;xwl6nr汆Rp iMղZ6$4u!4▖Vm&mf 6ƹmSƦ[ًq<@6EbwPlیsv¥v6L;+T cc3x!p5I4#LLN}%Z:J]}len ,>sƝpm |l8QRd?wHpmBnjhΚґ2 |߻7Z0[+11NB n2:l6uvÂ!>u=s+mQ]BF0]k,!cfwJo8izYa7nMqe.'p]ec|h6[]wLAcr4֨; I}Ip&-X,.7{KNM(l٭瓥B=V1OpWcmX-ǪAˤb^ѳ2VOkqw<͡O*J[fX%$x羮6h]H D"I-u=0,5RҊ x^mxR{?6i-K=0|gswl!SH-wlOTQæn[:ՐME y *XQQb/YىܤB'"jZ[wCen58Ԓ[̆'p۴)hɩ.뱂ʍᠡU3:8FON0KMѻ{5V W̩*Z}Etn<#=!v! ֩&[;\]iNP%[noQEWbb#5ն+&w~{Ë́=7E,#xM7-.wOS0lܽOîis>JzKDSž }}Zس4#N.qw&[Oטrʧl.6ȧO={n;,r;pg&LQe^\=O ~IK_n$p%/ ~IK_n$p%/ ~IK_n$p%/ ~IK_n$p%/ ~IK_/whvM[w/] >r&I?p>s|~j95:nW7qdI29w9{ý~qsw$ٵwr:a+˹9z2,:'й`ccc}p7pS?_.koC-O{[5ǵ4ui5tULW wRtR¯Qѳ )9m \OE'ʊ#m5n${}E!14G4ͯc0bHp)gND&8-y|:?n\G·Br?a93+YEBnp.B?7QkRQ9`9\Ҋt:Ee]'sK <' ܁+{HO!޻OGJ܁;pwܛQw܁;p-Sp!~p:QOCI'\JK'p#"/x#nD!}ܾ';vUͿ3ǹwI]p${vjm wƒdmkpŝd'0;vN~ž5oAݮ;^e~8LR>gM|.tͶ 7?_h(a<#[|d8ܵ~ՖNC(-cD$9Νg(;]:GMܲ-UW/_Y[WU9S9=|(S7K;ѹ ]ʍ TF#WiVUܙ& _񍚭=[ĔʝAWey"΋?.FTi{4˝[ 3%4|]l/97*2* naj<Ͽ<-lH䃀{ބL]V^,_;q%p %pN G'T#`!CwMMO۷lFUe[jOĐL7enf 23< tMDk eպǁ%B)UidLɄȺPq}oxO}?ws9tgU) ac XlT8pt.!%k2ar >:Ksv>gs˗3| 5?›!࿐@e_s ߄Mסh/\^Uk Һ?7hOw !e&).E$*n%cEaL~uV]V1&P`J0Y4s{>!i#SήEq+Sn[Ҵc*#bCH]H:*ƺh7,xtË[#_U|dOqFHFn̠ sʫ|r"jbA1<1cfqj LU PXn.g*_|.dM++<~,7碊]~y3v ?&!M.1-,j O#-1t%& ]o"<.Qu)5L(7/kaxK]lU`e\ IOOxAJl%JnǿQYH`0i0o'L@!dM/ᑾInWh-4}[Ţ@f"}T#Iu}1H钭dS7{6MHI_&z[8k%h gM M{ #ٝAW]"t;:BwBHHo# ,%XM!"}8!tM$660'ķ*ĠKAzzZK4 @^ H^ց|~VEB/xKurAu޸P>ԺrT,X!,q ҸTw-1@8$v(]7.ҷ*CM,QeTX E_*h#q鳤_V>*ыt/EC£Fyq}7]} znfyJ]lW+!LSJ0JSE+"[=^r^M_]ԀOD0!QCxKL&. qM@Nb(I%QD7ʺ'X^!"K8YÁ,B/ҽY>H/<*"jr3r.i~urm@/J.D%\#~AV1Ŭ.u=N=U~uyZW~EO+EB/xK3į<-8zWgWWeIDBe8$ oCAtOBM$@FY7}AHK YϒH#"K1B}y]U_MZ0Z vE9W4~1_ TruyPsuo;u2'8!3vMd}FϾαa!6^ 8oU۪T>vV~*`y8"6LjS〉l~:߮RüN8;b=V8Q=&G8:9>F^$bw'^Ħ1bzBC}^7I*nXB,ELGl^B^GDg"S_DK ."v"v(b6b&>_GK-&vK՛Q Awib.on?gOaysVv[aD٬שO!z岾K*Rǯ~BR.`(ĺ }}}Y/eI+0_g 32ůoj*M7OYY0o\5fKf7f`N/8t҅>^.^:qzًKV=@3ҍk@Y=,D6 a6`)| +K^ގ^VuzofZJUf8W^:pzًK'N/]8 N^ҁuwЌt#PV: Q761Bتn~9_5RX[ގ^VuzofZJU:vqjҁ^^:qzeN/qzهKN/8+F5un mbhU Hsj V[a@o+ /Z2xtW qA."WNa P ү6ﳇ_#-s.!-0H7ؾg6m >cWg'ہ`x-y{K|-y{K|-y{K|-y{K|-y{K|-y{K|-y{KJ;&) IIxÞ&4mG;.CR-Cܼ9%bviZD BEsYY g[-sh3OHLSME2jd4W2VL6Ս;dV;AwNۖ=}tgS6ᆷՠ]h8Ѯٔ%;VNvJێEMZr;]mxۯ\4v6em;m۵+dӖFmΦlMmApImix;lTf90smRvܯYd3eml9/{x; 3)C9Z1?hƢrv*ɟymXP/".xGLQ5d1a&*,1omy6ui*W~~- m5brp+W&o`Xo#v%m׵=oGS{9[wƋ_&mPkkpަ\fI;)6kkJCX ok7-MeQwSb;/}f=m*;rt잴M{ v땋b$VwNΓp0\r;y.vx3byg ?ޅж^*]EAtv:d玀xr\L\ Dq8k3J m!Fvɛ R/Wly;y=j۴ ޹.Mr6y;ZoSdJv8+!oSvq,-3z)ji8'o/mOej}|:1inڕ6Z[vm3ѣ}hN] ykμSݼ7,3YrPJvmIaC6֮#)S7p6ArYҼ#풓DTٔxm+o7FO,^^,,^8nc.rn'zn A0vl{$8_ԺO pemO/%f@\4/w{71.+\SI4۹lT9v(1Ԯu{X"sGZ|tsп7-5ߗKyxg15,-dpHs_$j,/yJJ I^bS:5-\.EF<0h 򎤏&))j1 ^)#A\'QwJK·ۏ4փh挔,zXydIni^ƙE!j#K,# u$k+.F͔c`Z F wfώwd&4o%ôdM5Fh!#s(ɓ vަU%mtm6:y'hμЄ_J\M{-h j;l۴^iZNpn;jw^:G yh;8fa'Im=bl܋降%ӷ#; fކԁp6I$Ryno -Mwz]~4Ėw;jffƋC7Tx,&cwK1ב-`Vޮe6^"4;MZb>,1N疆wrE="tP Qc%>oo[%>oo[%>oo[%>oo[%>oo[%>oo[%>oo[%>oo[%>oo[%>oo[%>oo[%>oo[.O/TwxeA:!e5wfGs#y9ygaW7yxeirKxhp\,K Jx{g#9m-tbla}jm ,|Z 1X~}S\")A2"H'Ud̠RI;p0=;#?|d]هom)"&s`U~NMs;m=o 1eNbm&rw5Ra fCSŹ,FnY_2.ll^F;jVTV`3PelLL4waIi$|h5oI8 ~ܨ-{cvTC5OEpM<[E#Gya6sm} MPcsCr"Ζ`'?"YHph0/\}N(-J{*|-ݭ3yn R-⎦$VMJҨ#ql$RTM?xm'XL%Lh[y)p_p'/|8Uhi%x6'7(E J='$H|[*uXA'UfHtugM9%| =D$u-2gum= ?{+pӬ&"AK{OV90*qk]a  yh'OɶfQ#`pB/xc=8 -QiS:ڒ[ւ,8Vxc]\O8X]S^ PYrAY0T/q+~YJ8TK9at|vίg U0hpU1rYNj8Ӝ\Q4 )&4xCV+] 냟&SW86r*#LK?"o.g0Q蹊c wl0hHw,H&1t^Vx97滝p.ZE雃ϡpT䀧b#1 FBA1qZ9^ڎEdӭpX6q )~ߤ, l}l!@?WĦF 1DPPع? 'rіb- o`iy7猨Ò*n*TfB^Wo8 LFuSuNSM,>k"+2oAbh%X, umꕾA,tBj0/&4[|XpMOÌ`#]/:KᇠR̄%PclG5=?(8gJČ7KrvGxsqrԑz]blMcŋqUWxTŰvnk>b6wG-6Dc'"$ v7+Zy.m!>4ax4vKa9l<Y .شvۦ}|qHh! n?{ZGMrbBeB'hA*6oEAΒsepH%bn8a2jF':ܔkBYHmqG2{s9Bn5~(p8}kp2<~jp׺-8͂G| lX2qI~I@L&PO2;,GlŞ M݂[~<(yudÁG&\% A`ʠchhtW+>t$x|Pa3Mf0q:?! E`#5XϹD"᠒KmY?[g>nIfNj?SOM׵fKR j;{Ԡ}cu;-pn4<6u!5rI q,uIٸIR. +1Tt"ލgCk[n(ZCbL6̜3i IN뱄|#qDHFHАULNg}d@i+s" ENK tg62ג+eqIDJI-?S93R/N.s+rgK2z ;;oV{F]6FkDf٦Sdޑ0{cvޕ{CMە{3-ۗ{# ۙ{=ڛ{]ڝ{sF6g*½}UAw^TUp?{bߏ;|_cȝwU7?wGpN"!ф(n)G1K9HeI.K*wYR˒]Tr%,eI.K*wYR˒]Tr%,eI.K*wYR˒]Tr%,eI.K*wYR˒]Tr%,eI.K*wYR.=ڮrWJ.".7!n7q.oYܪ[I|V= oeRDZ]M_IҸGl=;boi,nYݧB܊']/.EqEַh>-/o7L qn/MSI[Fiv~]:Tػq_^Kl~D]a Ĵ^}L~U6q[z1} Z]MB1C~3&C>S˸݊QJc<&_/\S۹$~XFV~SIy1["iTbUi6ˈ}}}^zY2Y*Tʏ G֦huLTj.&U22VpׯbIB[jQ6WV!D!Lt-d;ue#m[q-+^Y:զ=Ԉ0kZ BlR+ *gEsn15s=uǷC;l#dE;V35Ոw -U}E YC5҅K/k/]BbJ\T2 UfRP)ux<w[Dף ىnLFΗ}nQ]=mC\N9K;œșx@quCu ?x Pω*wvr?lT#sxT]+wܕrWrW]+w܊s9 uJ"2tV?!ny7=OB 2w+:)[^9OA)ۇ,ܥwI_2;sz}S1u'!^^Njbˏ'!_?4p[įSSN}??4_z|^p^W֟y鲟T^$;8= "_howLSL d<nnIӼH/?=*V!Pfuݱﹲ @díH^PCp4V~QQ~nifԢ45ns]T.7>&Si1#[8;E: pE^ިy$V!svQ/M8oQߧ?m O޻w[[G^|Dn''d|gREަ;Br ?k G'[MXq^3醭/5m s}SMFx7 C7s}Eۓ%䶓 vS=ˣoﱾߔ GⲒ{G*OgI]^.rWw(r/tw4~yݏ}'aNz~Z黓p:Oߟf?O򷿪zNhRuH.K*wYR˒]Tr%,eI.K*wYR˒]Tr%,eI.K*wYR˒]Tr%,eI.K*qd TK4n`ϽdnQGs{ $[r??禙tgN5~a-M7ĹNTF 6?>V.YU*wbɭl^ ^3wTZn6܃Fg;q. Rm۹MTE)] ΍4WsSA@l_1i"zF̷&s~jz wP^ވ_ӹa]\mY^Bܛ pd:oPomPωhU>8K=lmg ?_Tyq+h}=-:TJpG4yIs=fO0fϷㅋ`@߇6E;1ܻr${3pS'+s;2<7 Iܩ[ʹս}zg՝~ 0QuĞo!mEn܌#$vv_zk!Ϧp"v^˪஖ͥ]WBpV{4->wo&3̨gSlX%%\w X b{{6vkN2M|n[f 7oK܆-w4ap''.wF[Y\9 .,<wr=[/ ?%LR㱸%4o{P>xDn3w{l>WsOPoPxq ̫[`X9t?wqu<@X_?PpiIkлѤ =8ܐH=2!pNnC W nfS,ůYYdyn7;ܢrk ŝ/qM6ܓ aKw)`؂{x¤r%,eI.K*wYR˒]Tr%,eI.K*wYR˒]Tr%,eI.K*wYR˒]Tr%,eI.K*wYR˒]Tr%,eI.K*wYR˒]Tr%,eI.K*wYR˒]Tr*]Ɨw;we\3wX|Wh|On;u*ߋg鎲KDam}n'`A;pw%Fl 8>|{nK6ߜ;{vZodߘi|[n.s Lk3ٔ[: k0p/e)6Nufgq1gc 6"7Qۀ,dcb KNFs[1f䒛-lNM3YmM+gŰ6u+Mk+R.6|ݛ cJ&2 IybUQZl8?oqPhַr%?"Qr 5;q6ahĵklrIk%I]C뵨yKf8|FmN'Ny.$nJ %EΞvH*i%82 nLmKS5q|+M\>a'O͢EkFx*sEm6gU SFkinۼp3dp?jw4%jRFc0o&鱗ddlھX>٭l.~`o.?4e*?gGz67K=;|6oǨbDN;/-=@@.ReP9Q'!ŮFR3Ǣd?0C¤LssAw"3N"?kJy(YK!";l >sh[Og!dH[f]6чD Zz̀sʁQ [ #\;D;yJ߸P4Ö ~saijLۜі<߲ͯwrĘ|lbGg]\y ۨE5^/bQبk#W gP!,|6)Ҍk:3or}fDx^ ?5g&,rphe;y UD=CV:'fܼ t\ҸX; Ǜrc%o;.^*£(s[)h͇禰ɽ; o!G';&Y?YUt9niȿ ƣm\ a!ڈopٯŦ6]#;wǥFF Iq3رs wAas`Rc:`Crs۶88͜ji3#\5;mT|pjIaHpS87!_pNe MC`"N.%W  8`\$st{yTΘj< 6y$Y߆bljoJf`q& t@l3$jbyܝ7?B|9-̅ /e?kQgnL3 ǝ:o{Be#)b'!7^Mu)rK>^Q0OwTs"*oǬВ.H 2'6p>kڧa6{Zl48?NNf@4yw*lS>OGCsZIw{v)p&(GqK9YʑGJ.K*wYR˒]Tr%,eI.K*wYR˒]Tr%,eI.K*wYR˒]Tr%,eI.K*wYR˒]Tr%,eI.K*wYR˒r&v-rWoW*wq qSvLV5Jj#,n/q_f?~+˟:U/o/OB<=bK١};NOeq>=}V8~t)/E(n}yfjpv{iOr2J4%|m֡Rޭ(R,Zb;\wk0 sX __pek_OfҋoŠvjD1*d1ݘZmVzPT1~ʟj%b3µˠL*Lȋ1غHIBu,ŭJs!p_F+X|VZWS~L86Et }g7Tt1ae}~NbU ' ygJKDHn!! e+-nEܲ+nYҩ6AקFT]UvAu ]Ӳ_,dW]iP)>/pkWU;کe+%+ZѴF4LcPeu l+*^^R.\z^{xeKV*/wUY25DJ $n8NTuc*7Bvd);.KlU-ߙ8ᖯ > :^4_~< q){b$~OOrzz-{TҼ7߿Wokx޽z=r#r[>Y>8!xqtu^5|Ar]tg_ܳ<6rܕrCܕ{N'~TDdl*<  C A2M*9M߱ `D`!M*9M߱ `*z8Ow)fx |MWֹJ97#bBbjj<<QTEQT%$bSb,B(%">~<ϛkkqp ]AB,G {q|^QHjZSWeK7ƋWI_hG@Z-[*#eCozTޒKh_N ?-gED'rODu!ΉRXb>CbN݉"}@@A5@3;a\'>YSzR1>vRa"^'rZ qA91tc(z]]08G!?d~%b|d= G1q|P5 zNzz?}c{yG:>h^#J⨻$?n);DǽM[EQQȲW?U♽V<7L{ȰwvWmpΎY}EAn B2*sdw q,.-Q2T@-;H5';P~n`ɏ>л"ZϚW`>ToCb}L OY˾ ٗEʾ-:D;;SDŗvhk 6䗶ݲ$;ye'jvq]RK!X(`rX2Vot~;LHðy Ob6˳N)%>w's}J$c-Wm7܊Ǻ=1Xn_DyQSXOtѾ%6ٿ| C limx;@~?r6 =LD?8;`gbHLM1΃ O<x|jb(XI,Θue (L,\|m=CӺ/Zw1hC[b$`+S ^@h咃,?9 í2*"YdiEyVo+r-،/`CUZJVLBeظ[7-y۲-+Pޱʻ߳ ɀn."Kρȅȥ:؋jȧȩPAȏ}ɏȏ)<))})lyQM)$(zyއNE5pxs~^AOqtD4ECk;IFVEVBF{EQ {pτJ{\xmYY:/.5p {⅕L<o g -b-ed1f uTvHk+ ~Q(r nYg" ! D:6- 6lK7Z~Gi>|5ܱΈIfC @QIEt S(ROGR=~TS: nA tCP |G8 A?/`;NcؕF:@>:Kk=SCZ jRN)"B*/%B^I{[} jh<]0n0Ə17v5LQMhKoT,eQL5:CV(]+]RjGT+:o>A2_z|v6v M?ض1 sbNC&pi_. 6 @ չ)LP.Ju8E!euy*+O@-4AQ c"`k0lc$9c~wDHO^ѰAP'=RwXGS_= [Fi4YϢȤB6BC%tDOzA zAtvUCtwt@;k/ۘ~ӟY]NtLצC&i'^Du%ߣ,Q4J4B: h<t@؅؍ؙxmBFoCNnًa.H0hB:Goz=2|О 8;ciM`NO/| ߺ #:N0(J b_*P7R)ԠX]"V!fk)?frn ZSn _)QtA5v/`үȢzmƞF,E|r. TC48Xv=yOh6Uu(LjNө-M41ԋFR ԏPON] XjA1b4~H^!Ÿ` { V{xB,5 J<IP t-11V;;bG 2q7>̈́'SD9KoQ LšZk.WKrJB TkK(uNvC(5 a-ʐGiC?(!0.D>h׆37^Sߞ"Q]0WWsw]>uoo{%~MFXO}6)5Ϻߝ-ݦ"rtz?Np r7y L:oa}'aD*pCƉށ[jn-tQo˜ t]g [=]X {qj/3(r]@zE JGhrxi)gPϢGy6EJS>ŘyUX* JB!/0nR0@+࢏ /u_~wy=PP<>ó*LuU>jxUQeJSYrQs@2jz4hz}NF[ak-A+6ltmBD=(w,{Vbsq.M^/W/E}%@3,(ς_DeN971E,n2if6;i%D? Zh ߠA99'qYP 4v{n9x=+y!/yoy <1 Fʻ8!d)o*Ы1:K/8'hWSsQjWe7?@Rh՜Hy7-FdfDwU44S nTkOz<{x:ETD>Xɵ8q9xnV3noĭ֎sGЅ[`sob)v1`ð#CXyPa!삞`n %3={L UzJmy1ʪn+V^4<:raG.(%\UŹ&5qRm)D(H0G:rܡxDA'"C\q ~"(ρF(AF6p^ 3q#69璆K6gCPCm1m0K؈6Bl̷z_ ͌ 11kcc:W@YHc |šSQs8XGWstF+ݨ[Ҽ [ ?W~ņyF66^tddX! 1P?2ҩq: _JJ 3.Qk׸)7=.sS͇9a!N0+6۬hz4nΐ_p";6f<\q]|7]ܗqf2@̒:q_?Bwyg/0VRc duF7 qv.νKcЀ:pp~Cx,vFgOuYp,΋ @ƙJ?`t^Ϋ4ΙF#4؉r>>G;SWNp^/碧Y{Q,ɽ0c 7@31ycL77mf[,C{п ݄1?c6 wb޹ʳz_ lؘ[Gs*Ǜx9s |̣3Qs8XGWЁmgv;[&ĜY"צ/?75gt|A?(̤KC:mޡ-J2iyvhyƂ%ywܩ4j/мKT *vSpn⢈[a+,y`3̊g`Y4F=ΐ 3s?c,ؚǥ̅\\;}`cnNncfbs1KIf2KZ '+Ys_2Ms 17}s?1WK1v!~X;:{߯6޲;x$q-{c|Lv#+Nٓr[^He!mmmrmKqTyxޭV~:>.~{Yc_ pdN9=9Q8A\K [!WC3اr:#E.r=Qv@#u~{1Lu?1֕¿|_U|=ߕ&zJOz酺JoT*i}XFB.}*]HөLAUҧ)@v?!7:UJXs88)A_EH[DRDOM⻽W{Y;|B5~o"#`4Rɍx 0~3M͕&S|T]FH6RGs5RFjHmFjjⅇ4`܌f"Ddt<  C A2!: pDS!Z;.!`!!: pDS!Z;.F>@@ x!x:\Tӳ{łEAbG[,QDD{,Q%FKb%&j4nl7b,FE͛ovށ07ovvgfggg; `v{-]a^#iN4m0>!1Y} vn~po$Y ڂDC,C 1*h5{ } 5#8AjDr.P" vX~$Q) h^3YО,es]d 8nܥC6э{iآqTE+̒nԦsӸ}c1Q#Ρ_lRߌdhdCX{Ȳ^Smk8hi)ս]Ĥ$+W O28o_:AjH;A\ݫ߾DNi}ް`UN}kj^YVpWgL s "sxc:%ɔ>ѱZj K0 BI~3jbvZUV8{4{D^7ۤ=_Z0m]Tmya:w̷XLE=8Bw#U] =%  \vN9%3qPxQڎׅw <_+UB+{p=Fq$i[XQmpV+RLk6 n9+h,}mOWW_YړRiz^%]v$"M)"u=d^_L1-~{WS|WZJ/esu.|>`VN>6KŔw!{ 2pE-k>$|W~)|.K ߡ_xzQz= έWV4'\f +AKvJ5+~.+mJupvIڸ%12|S ( nIc|Zo|gjti8)pqjOG>$e?(|ҞjSGWHz=Z)ܷAtIzmG{\$S-v6p%\ĉimq"($";{4Aņxz5Tz ȭӞb6]m2>­+-i-+Rlv(wiy}_hH%?^fsGTA§I;#|2ۏ: %ɾP-vCeH4k 8eBTT6PjCMը u(X2rgGW,/K`-fɩRهS6޺g1rUm8QdI1=Q~MTbyroK~5#D<`.;KD@N<$|kgu=wm##*Qps]2GxVK^p^"r&ʔ];TBY\#fiZ~I;G#IǎWi?!{dhBո;f>ejO6 } Z],MԞ2B{؍[}V  ~i%,6>Ξ2|70NYC[\h%w k37p!|yImŕD{ R6Xh"!Te-9fE@rfϋR哎s/ٙ[fJVʪ&My`Ly= ;_i!ʪSM=?DwQnE&I˞EmܰI>-gNPۤu#iIfV(Xna]6`cM. /q4mْg[hZR܇or«1AD?i/W}.(AӳcJ: XU'7~i}K{MTI:3J;Q]!;/հa{}7Ysx+l\VhGWtǎe_Εo,TgK^Ew,s\;xupkeMבږ% EW ح<Η^+rXTLxi_qroUAdn~Yn:?K •_\mZW`feծ+ZpW*;g{c+ڥ!ߊ CM/׽}vµ*[ \j*\NNn}BM/`z1XBCrۂ)~CZeSGM.e檈< ; mBoϽ}3N]ۖ0Gd7&/o?>/6p67qU$m#|zv^x-*aСه~P&:`G6JbGf)j5^? Nڣ;Di:+W^1U^;>1CMpL{.^l*g(PR{`(tdIGpݩL\mߗk`Y rY RJs]ߋ/^m-\;o'jNŖxwEsR{;6uE[QYUEG|e“wVm|_x0p88I2&toCdg3;o cnv&!lpc=wc0[UG 8=Ya0 ! s~_ݡ+tNChƩwr(Bge_kF PuoΫٹg;q9ߥ~DnL5 Xa"T)i_շ|'P^[S xHc4aQ9,o:rK@iN͞S>:f|R&5{&X~\oZyo_ulV i\BK+.;c+%F'Q,t5d2ZE(.X:_~᫷lK#@s It*u6תUyC5 q쿡Emy,> W oA,۰]J"]o[Eo5s f仫r},Ck,R{Xs%sdJZ>bjˎ P̷e1ћ@q'R 4%X!Xs3r K9 <'ɬZd%&'X]VƏu &m&+t͠fRO#qq}s]II(Y$mzS\f.}SB3RR 2D_Ԕ Kwz:u|8)~`|rDD `R (/PU n5, .I$8EWg1|4-ep7ILF'eYWh2TҊh*Xڞx&'#3im R@d%xf۴>R6 c?X%ej0 &M ?N41<)苔ħ+$~*wR[$!"JJNrZNoZ&B_Nӆ~gK#3 \HpUֶM]ljmO3?"Uh3V Wn7z,0SihLܟLr2c7 Uʰ!s~ȘhbFDUfLrKS,k?,LW1.%(̸%""*y2N#(cUIio`^&HjLA+lzZyKXլPeѻʙrcCq45vؒZmja} kI4%&>LyA=4Vb-C=v\h`O:A#lJԢO?pu4>"Hj5(y^cU%c5 5} <?ḙjŵ~g>Ә| 1+PFuL߱0E)X{nw ]IrO!O@9b)QNF5Ay"鋒_7R+OT ˘Jc1S,lrG~/GKvD4ƉƻJiT NJjSk%8cp8pDT!,̀ >LXu1m 6ī4PsV`9P:bYPC+ف/>y_u,OH?}2\G%=Z_j]ՇzeWݟ1giY} ӧy}1\mpM? _]SV]V!w.90| ǧa3>X0R+I#D?l >d_linNscujilS?|"& 8NG䓟 oywj5e{^pWySZQ[\ùcx*?t^H'a9j/A' dch%i%iL_ "ikBmuh50wđp&oD?n"R nR !|vL((`xe=/6ҷ2A?PN>8b4.48(tVqA0.'?q)Jk7DiW:XWEoJ_x}|m Xw~˾<Ŧe[lyH ,N{A,\_VYed ћ"+x,.`$.Qd8>~ԺSkG142HڷauHA0kedACާSMD 'J] ֺҺEYht=+?E%sW:x_Y1<ǜhONVX8$`&?aS}>{b졾=wQ;DKwiQ6 `/<9jUP]]7MDQ8E=pQJ8χSz&1}'RN5p"IݏQ[>S`7E~ƜCges M&{ʟ&}=*&,K%M(bᝩp?/^= GUl>-Eb yפB8clWlCߥG#z~QIdP-2F/v¸,B5ٺ,>8΋f =JUu 4pS255 N>U]פʬ ~'ePoq?^gIV~_o?/>gӺ_~:n3zyijGPatH/B~XFvz@}O~FDs,}6Owa/?w&&.FnE6iEh4|-6lH1 o8H9z=@'}'8joƇB6{#bScфx5#ߡaT:d\ dɆGȆOn[d_vYtE/jgWVW,Ϣ,]1tsCo? O'.ok}KȃrwLj`*cPV0X*)7YA廖l v`)ܷ 8GԦ>l\\y%6rd|DUkTQR. (QBRmʹWlʟ_ⷍ'KHޗl-\O7H za ћRF~ste3(Uv_R|a:A0ե!d'C0UbxʿГ̄iL8ROLJ0'Q?+U1>1a2N'|Ll\}_ͬU!=i':ъZ{Ʊ8ECfJ{?؃lka(/ʻ'/0U\yW;,㭕mWyOieKP!.ſW>AˡSaL<;Ie؏XQMB{)vɱs5ޡ,^6ݹw/ `5H9k0Q‘t2hu)HZ\ ;$)O3+ nb`}V1b\,,3$`.E{xYZ p_nzRfC'z#%r)GϦ4Tgx 9jHZA\mnT6T;X*rf16 먶"Dd<  C A2+"CNq+/MQLQ81!xxPEsܛIHH(7H zg>HUD@i$^Y騠D@X: ݋o)gN3j)Gs+UUK)T@wkIVZ6BFQWɌ_^Q@0oÿZJwV'Osi47^K=U t<|͠*`1Z;|o_뇺- >Sz䩼瞃oE=d_[>F` M;αo^>NrBz /!٢&}BIYe n*}}Efe>&I 胲De\ u+~ZoRUTi;TCcgv4J+;KGۑ.v:n+a'$˾{ۗYp {[uw{bJ^[ًtS{nh:vf@i{.7?xY:a}< l=٫$)p%o0]2JҠ'+v`_.̏Egi;@ ۮ6m$EXb[d?F:}Wgoh_p!B:ޤs{JWr]˃Ja[uj]H;^7f]S{nnn 6׺-2!2?ѿ BᓎXĎjT cg3#ڡj܆mDh;P&ؙS<9OœJA;[;?Amx#~<}]%`Iq,2m_ϴ zjS/d{'A{ cf  `|K`׬=D{tY^t=M`5Y,2x2cw4?$D}{ }z|]G??O(nc2v<}d|vоAb N# |ǁ`!h?c~tȔ`.׺52Z# 2[n#ѵ.zBQ^Ķ2ٙzfό*f6Su8ы(Œk̇z70̻zX ҏ5gfnfd>QNxx8d53A4}}!X}ԇ}\I>bQ<'L|o2&dϬdBe  q\yWn+hD7i&VtFÇ F{Jݫ}FS9|&{L]OzUC7x*OdP!TR-rxo'Ў|@:T`mxTN-ϝZNv/ܫ%.!'mh iR[% $4҆e]zJЏA̍,d%W&c 4ym6c%7HޗGzX2PI˚ȫ|NMA')<#厮g]WIpA0>m-qj@ tuY@*T[é>`ٌG9ңezd'i:O^:u0љ:#ޙ`ve|W51 ob&la|s1_b]!OAo>G '/Mh;_:t'^_ڨx&3@@>鑑|,t1s:#+2XG".凢[Vq񰜱ǚ8N;tE06y0XȜ` O=b^tTi_:8-]}|xs 8+S5=>K} ;'mYX걽{l%:E\S2ݒ./ QosRʙIz41g9}Nz~ 7?h>5Ls\baY`kYaK֛mlfl5eY (>~Ě>2˼)S2DVwc^WtV47inmi- M 4iSԓf4AjPԐΦʷxԄo- 6 ei*VEUQVԔ(&L7=Lq+N=0n^ɌY1+>&ՠL8>#yL~j"d1$$㠇M[ӅXFыx m_jk2$+iFsGD8Mٶ-X@E|2BUЬ8yiK7b1s mmLj%ZDnJ%x{yzfۨd'Q Ս ;G9KK]K |LQ+Ѳ)+d3\✡"$>f; eHV:Md\9dNb2&AYZ"ήfp0DC">yK[;$d\>h 8HArIg$E3B<:i/g|54ͬ*6 qKVx:g &t(t2QϮGDN,VN;A;3L^q=8=]84pK-TwZJeW/Syl(l4;1uQ39cZ)vqvAUݻL? #N~;13Xv_M%'QNڷ[9Ms:?KD/윕)O4:?R9! c9"͝oq?fNpgttv⇭͉}|zl/ac|h0R*| K̀R7`,9hO}@}i ZHP? h(5I&R! h%IR, xD-_Տ2w| n%2%2,̭f>'Y$ ߛj_ :7n32w,rK,џ$wDaew(w XbN_Qr&r Σ9q)|,'rm-ݖ6n5nY֗9`*G$Cm&}m+*ݞ}[cow4r?Hw4DH7gl4uH lhMmݝ򲻗y=&oʻ)䞖\nR,70=#_}wOȷ8;}؜ rY/nԳ_LUgb9QrYoJ)/]5UATJ&9INu9#TsR4w74},'C9L_&^$L$$N +@ I2ina{O>0P*>T][om**Q^^J i-yhXC))ԓRG*& f%sm ވwEs΋f/iNppO h!J.4 CPSOg6dAMܼb)ċ/R_UyՖk֮f-H+1Iބо˚i/y} cIfValF6,2VvZ Z<_HGx῵RhT>7r˧3/Jڪ(X9g`0$>#f_Mk'IH)Ku[u@Cta}DǤ%hЯeAH5k R/]Zo2dG~tG=oIW'&vn)&֮úܮ UFjŤ]@R ١. l\./?/ߑ+^obD(#rrr!yC%g>#g!o(Bukz2`3 Z yG^N䢜_i%M2اŋANip{q$!,b|j/L,BUblN'{X;&z@ hu^spF$9]&xWA fkzȩZȭQ}W}kѷ9zBv{zbכ}eekM^r%Tm}Q=V!B|Ȩ`UYGm:*é3]YUiWWVV]UQCQUOuWT9Ug8u@[Њ5 v6FmHUo9P*:o3j!&r#*__JWUT5dVGfuPa%<[@\%AqE@A*/ta]xD/| 6H44 fu4Z"}>`B/…H_ ~>cWf㝙xi g|,C7h<1^c1"g<;Ϩ|;$(HzOP~|*phrAAmIU":Yq/cUlMu컁Vױ]vG94H?`G; a,9C8=c9WW[u A l?}N)#~Hg9Eh/k/"M{s$?YUp=8l*-+rVFAZ`'*zL;!w <9UϺʾVa*UTTV;ڪeUG<>bUe ʁGN+ȩ}DЎ<_ e#,6S$>&*ͿqSG{/PӪ4a15]7],Pܿ5L΄h΂bXVƀAsY>m1fu4D.^e.Hq©p,뙑\]Q-Y*lqp]up#֪{A7z޺fuִTFXό\'ɜS YgE!)\Kj'pi2v>P \١sp-[͝9% ā8dv,U]J]j}NYcRZ+k<:wz՗vz0ߙLm÷#܀}@?n!ܖ#0jzmƫxf-?}kX0R/WXФ 1 dfD# ƻ b)Md*6W+~xE_r.5+{2|>ܙ&O'㧱Qdd$#Y9 xOɫ>ˏo_Rע]I Ʈ8b@=bV/*Z#o M h<^KM9n}ybU,2xU fS?圜.u } ~ݿ{VtE]<ۏ c@4mzOUjE;|Y-27z"ʽ^D7&r"}8ޡJQtI]¾Y&,#6Gë́nьŇs]t]~ z~Ϥ܍|hkAw Ϣ.AM97Nsx 1E|`c:k50$ wNAkf2}jЙ8FἚN̦)=.糽99ݑߜs?uo-|^;ߚ.~Lh^~jȮi}FE &|+~-=l燐X%{eaVR 8ۃ ByByPAKn[~#"@Vĉʽ!wJ7U8wI0,g.`+>F;09 5bf./nD37ٗ9e!cCj>tIƯsn_Ŏ [/bE|!Jg}oFa-@Eh c Z 4|R%oQɨkdKt:'Qs Ǭ1; &!{2:LGOԵ-*OvUD5PT&\{YP _Grqh_@İ$kJ>cUwu|XU?}#vTUvJ<*ɩR|K0V50j|@E~&c`!;Uʐ%V gAj^ a_al*^@2x<@^-MgBxqEʔ^%ݱ6už.3_:55c 4K$iچ7$. 7fZc_;Бvgl|wWOgߑĺs@ЊM̚")~nf]ZVՆhwĞ{6\7SY}|d3>Q`FaQ탏{#Big}/;<5 L˓vN$&@9D<Ó9q38u?/n1Y~*&7->=$QU{M+/Tx_Ju} \Tsml\ę &>i'rwY}$NϷo=QC̿&oV&*IXuy2N[y̴3YaVV+dZVv~Y!dV L-> HgE;2r!/߄`|պ>Iv}dxOac@z-AA6TH Gp4 G0 r˃z6D^"ic ]@6L5!m$#A>r%E #v/'SO{pjUŹKRU@E\ ~|vUZuTQP`<4y˚*Bܻ|h ,ɷ c+rЕ+ 2) )<=, %v.tI?C'!!kB[@ hKs?OSq=S}Gs%sʣJJB]q|H,UEVq1Nc1kW;{HBGwуz*;袬"|+HcL>_ܕo }DyK _Toc390447914}DyK _Toc390447915}DyK _Toc390447916}DyK _Toc390447917}DyK _Toc390447918}DyK _Toc390447919}DyK _Toc390447920}DyK _Toc390447921}DyK _Toc390447922}DyK _Toc390447923}DyK _Toc390447924}DyK _Toc390447925}DyK _Toc390447926}DyK _Toc390447927}DyK _Toc390447928}DyK _Toc390447929}DyK _Toc390447930}DyK _Toc390447931}DyK _Toc390447932}DyK _Toc390447933}DyK _Toc390447934}DyK _Toc390447935}DyK _Toc390447936}DyK _Toc390447937}DyK _Toc390447938}DyK _Toc390447939}DyK _Toc390447940CDd#O0    !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~|{Root Entry F٨yƼ:9Ѽ@Data IWordDocumentqKObjectPoolc88Ѽ:9Ѽ_917863761 F?98Ѽ2x8ѼOle CompObjiObjInfo   FVISIO 4 DrawingVISIO 4.0 ShapesVisio.Drawing.49qOh+'08DP\htVisioDocument )VisioInformation" SummaryInformation(_917863691 F8Ѽ>8Ѽ      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyzZVisio (TM) Drawing )R9j'Gd !fffMMM333<q0<T d Arial)-": -3Times New Roman5T?? Y@-111J/T  hTJbOSS0{Gz?@CPjV]uVbUUO OS? T666 NP U    UvPaC G#G#G#G#G#G#xG &#O`$$!N=4!>7i>}p'0U2?E! 67gjP>603206&0B!4?6@27Tg2k=\- g2 VT @9ܯ6L^pu )5,2?Op??ZX F&m0#P@w?l_?VCG MO_N9{OOOOOo2qG`?FoXf.Xf RrjrjrgF_ _) ]__qgaopsoon# h0T_o?u5e%wv4R*|q@"];@ B `U ;@ !%U)15UC@=AUIMQUUpa%@U i!m"q#U$ %}&'u()*+U,-.J } yJB Ə؏}h1+=Oa~P ǟPٟ~` @-?Q~* ɯ~p /A~ ~ TP!3| uχX?xjtCU&KPJ5ϘϪ} yߋ(#5mOf߭~ {~ P)~ k@}~ ~[m~ w P ~wK@]o~w~wE;/M/Z`!3AO贁Nk?NA 6&hT /////@f?(0e3?E2K?]?o???Q?&2=E?E2??OO+O ??1?4{OOZaOOGSO[U\ Pb_/XNax+5co9r`avwTiPa<1Vb/'2rb9p=qcfqД1Sj`aP1V?ovU03b0f[rG !_____oR~T qPX.+-OcV/_/24(\h@%X@'()/w " 4(\h@%X@'()0w " 4(\h@%X@'()2w " 4(\h@%X@'()7w " l@Blj 2Tj9'jk'Lj'/027F hTA@* ?<Iv?Nfx*) <Ebb{b b NeH mTV K+'(NGcx` User Name`Entthe un.NUi{Inventory Number#*in 38ӎ 'W1-4y8J3Jc3^wt {? L  (*3?qRepresents an ethernet work layout. Glue  control handles to!mputers.hm1.D H4- -   hT@?> @>FF?P+YX  # ^# u  !""""""""":u `u `bqu `u z!xu|@u` ?{u@b ^ <> X?'>E!$&E!Q s#p y-@9|**2q ?/&~!bbP/Qu RM4 {<4 9`Q(-DT!? 9 @4 @06@"L@ b2O!@;`Shape.hlp!#11015A`9Copyright 1995 Visio Corporation. All VBs rese?rved.9H bStlUE)aA>F5 c2*r>q" !LqG'74 flR@rt<r(Q[T87E!kV!W;H>QX_j_AzQī@^__[ b+lAQOJOr>M1"S1T;V@7 d3jo!< v iUutT]B2Jo\o"&F~vTq_7<l~v+f`vzBm<`hd2\"Ĉvv%B@ sP`EthernetbTq3D@X>5 vR,c=a H.p5tVICV8m6kKIVc >K+Vȝ5>KOp tTKUK[Ka(F cbt?6`@s? bU6 UZ.'p3X *l<2?~`ab6+!lV]r>@AF@T1}p# # :.iii`ConnecpA LocoBb["Tfe3koTosFIo& ŷ @džDVe3K=Uuχţ+bˣŷFʳ g?ʒSߨ ŷ(ߞb`ߗŷLD?ߌr!*uQ"ǵR/P% Y/I>/?//?P% )?şI????$??P% ?HߟNjO"?OOOP#_TuYplAO9Щ`V_H.U_:_?R_d_~SPPM$U @__u=O+o?CoUo ooeooui${eo?)Ccm-T8ɧU)'(AOSՉ}etW` Asset Name]`Enter  a's n oype.IOGn Us"u񁵁N@ϏInventory Number#*iDnN)n6&%du`%Custom Properties80Scp ofselPed sha`b @O~i&$8'2q(ݼmb?ȿ贁N6i/6??}%-  FDKj_ )#)j@ )thjChGDDOjI gH+LjJc h+)kj4F hTA@* ?<Iv?Nfx*) <Ebb{b b NeG mTV K+'(N| cx` User Name}`Ent_the unO.NUi{Inventory Number#inW Iw wxwwp pwpx ww Bp N \wd\sU'yws_Uq_yJsy  ze  & ~wp 'Represents an IBM compatible tower PC.mb?࿤p= ۣ??^M<+ 3 CG &hTh@?* 22?P*)os <|}spk[ [  ,=,,,,,bn zu`v[uo`b L@Op`Shape.hlp!#11000A~`9Copyright 1995 Visio Corporation. All ""s reserved.lb3Te8UH $$ $W  !"mpT)k'Jp(k!SĎ 0f` Asset Name0`Enter the a51's n;0 oJ0y p!G?#8/1 UP 94!F7u1X1d2"Up?#8 `Inventory NumberU#!F7i6n2V N )O[?#lX@2 bABs!@rAGA` Text Loc;"ГqA^$*RV-1{Bf+RN@]j#_O] _j^DWCQ{AAAB*_` %Q2_DWO_Uj_|Wf^9oD ``tr`<`|d6Kh|f661WA X@&2 .@ E v s @6ppqy)@;Bn 8k!%Custom Properties8!0S70L1cspv ofK2selected s"` b :B~i$'2uq#PBH 4 '& _ hT/@?*>FFFEP7t` Ht |  u`{u tb lUy%a.MaSXb?@*T_U?KlaxvT9=O@1UUj` cZwwׅ &&/@UUFs(wwe.xCuΪֺ/` ?5>""/z/4//yc?@:gUUs-UU-(d5.b?` 32}??952P7B?*?@C^Řs8UJQ-( Ez" O` .iqUUA%O7J5LOf-ؗF|OOOBOOfIP|P4l#61Hy2YW<p'h/# R^WpSUsz_U/X_]B-*i^/Ho_loo[?_ fbޭh^`h_op'^_m rPFpJq/PapapHapapPPh l%61@_R_M+n~#TpTva?@ؿ+h{?(h@4)Ghxex& 2ԈMk `X¬H31t@dj,Q $P ?9gNv6FtNwYt@Я ` ( `rpjl'6??n? I[5@៻͟ߟi޿ ݎb{҆iEp2$'_2qZм+`73H,(&h~T@P?@:gU?@D^Ř>G>?P/t` ~ ?{t@пj  uW` u l_b&- -@EJ?@1?@/JS\k  y _/JVP][ g++R    !ߜlUXt/a5 E9#9 K3CJ*??SW4  "J$?S/ Ax''R/'4/f//R) r R0V1?i0i0h.:! %/7/6J8ߟ~!Tԝ_( & H?47?H) O~p]7I&!@7??@?1Ud8''׺?_G&5( & WU#_/L'B/Gf_` Q_W__@W_P6 Z7 4Ow>BO_UE8mOֺiIw& ؋$`4~o` ۪ѫo/FfZo(yaHj5 zqar9(J9Nr "cr` Uu>ԍzI?3d y,@Lnfr{ Nf|g"o@iR4 Z7 -d(-5`5`H5`4o~1 RlAq_d;-ycrO` CύOgII4EvR,;l!1`Ty6lAioUU~P;ȅJܙm HGi``*$'2q0OaH"&&)hT@,2rq?2IHo?2p@GP t` qtw b ruL`-@ @A@ uO`.{p  uzbb&"- -:lU\%)_ba'!<6rzz# T>6?> -B!*/N/ rr !ܻ l>IBM CompatibOlei 0C7'2@q1 iV%H"^!(&" hT@j?@?@WU^|?@y?Pat` ڽݸ?tr˾u`ub,3 3w  /-+Ke2rqǿ?2Iϥ?v~ bruL`-@ @ u_`.@/3u ` GKZK WK`GQ$lLU\a'bay" e;_؉W/+WA * 'Y|/(=<@j/` N,1/ :/,?'/-rU01x _ܫ00lQ>_ c"i'{ az,?/l?0j5HAH?2< 1M 0O` FAKOE?W?i?"Ī00T02 0c/u/,aC9OHI$BPA% & 7_OBW7)Cq_H 0P 26_0__hYJ4 7 ?>OO,3_H|U( & _Xo_Īg7XdoGa.p}: o.iJ4 7 /o>Soeo,jIHb*fr(&_X`]o29%BR@ow847 >_9رH۶mz(&_^\z7%Z|ݩH1R@7ڟh47)>#Xa29m(DGWyޠ(&AtU;;HާBs HXAӀ 1>̯b47gokkhF:_ H3N*(&%":`v|ϚƢP0hɔ47˿"ݾ 3hNhh%&CD؛%G*;6/ݾ Se5"(&@j` ;(>Djt=6ݾ 3Ť0NK(&%H` vb'c}7G\0@߼ /)CʔPBE4q%&mͬ` 1 /*2/V/<[ݾ H5"/zu@Wk$?H.?T7j/p?0@?$??/G0/ݾ//8?MS8vO?$=?[~?JPO_I$P#O5NGOYO(O|/O_D/H),Y8oVXa,Y_oh_$`_5N__P3&o_>H Yh @YPospo5N!b'|HaYV^8_J0$׀O5NsPkPƏHܜo;@ٮ;ŞןR*_jϮ~dȯ$ɐŞ;MAҿ%6ųϿQg&,ߺhRvߔɬ$P{ŞœŭzW?@Yk"8=!'0벝n8W< T&lXG0@yh` !"0` N$K%Zk"-8z62>ƀ` &=OSe *w>*DN  00 X t8 !~8K]0F'J\  b[U3\5^%%S5/` qvb!/70!?8۶mv0va'R?/v?9tT%G%Фl  ˔>//# pbO$y5(&& 6OrvOO9OI$I@q@,GOHOOItT&|W &?>OO'LÔ()_''wH_OWxL'*_F.3E'*_FoYd%'g'G_>k_}_~'LHb ~lowa9Y((wH4o*wxG? XI?­f@Py<(D(oj(#)L2j )(j0GD!gjS+)__jS1G+*j YH+jd|j!G5LO%fj|' F hTA@* ?<Iv?Nfx*) <Ebb{b b NeG mTV K+'(N| cx` User Name}`Ent_the unO.NUi{Inventory Number#inl ^wppw ww)!, )pw_ K Ewwswypw wx  jDŽz,  w  w x ތwywO)Represents an IBM compatible desktop PC.b?0up= ף??^M<+ 5G &hTL@C?@#1+= MPJ)o3|s su`Ru o`b dk&     e,2=D_^X ddXd!d++U7==I/L@p`Shape.hlp!#11000A~`9Copyright 1995 Visio Corporation. All "s reserved.ib 8et8H$$$  l!"ppN /?#l~W!br' '1> J D1L2'7]07` Text wLoc" q B$/E0$1L561L2< л0!;0>-?A1?/;}?<61@h@0@d1+H86:6:6.  Z S @%Pj@QY_@\1f4l1v42m@T)*k'p(kQSIPf` Asset NameP`Enter the aQ's[ nP oPy'pQG_XMQ U4 TEWuDaabRU oX`Inventory Number#Wifn\b: nxhk%Custom Properties780SPQuccpf ofRselected s` b N2~i $'2q{pݼ02H 4 (&  h_T@?>FFuFX?P7t` ?t _u`u tb.5 5=iYXEXXis 0 ' YS֔5eR    )ߜlUXt7a= A#A @ ?@j?_k?nO >;R'">@Z/u/'ʯ/MY@!S&/n/?) Z0^1Gq0q0h:b) -/?/$X82_/ ڇ( & $6?qGw' OE%O7O?[J7?X6 b7 m?>f2H??F8}/A_ׇ& #$XPE"_=_GmUJI_#C;S_fR@t)_X_Go(e1oCoWo0էG!ViP6_onYZ4 b7 DU@@@H@|O1 l1yT _%n OtQFvE)wT6l!J\>FB832 1MCUZF~ in%& e^ک_>f]_^&Ч^|Z4%b7> jEF8K*]N(&EW=tgTP,P5JςZ4b7D> !ހ*^(&y΢zv5&PDZ4b7IG>?P/t` 7{t@I Ҍu`u lb  [=lUX/]aEIAI?4p|! @>jy؉?Zhv /b rb f!y y h:Il6qCKR]'/}U"K!)e']T&1/$/M././u:?7.?,C?U?Obx7d9G;$Ow` 1O?15\/0bu X;3j>]98،Z$O` Sb'vb'O7 V_@@K!LNYOl_Yb$j'u$} ܪy y l $> 5G>ΞN;`UMaH]&o` AoK!Ix=J!l?> -B!*/N/m rr !ܻ l>IBM Compatiblei 0nC'2@q1 V%x-_$F,j2(#)\j>3 )Գj'4s3ID /YS+)|jZS7G+jS%H+lR?j8Dhj>=f <>j9??jB'F hTA@* ?<Iv?Nfx*) <Ebb{b b NeH mTV K+'(NGcx` User Name`Entthe un.NUi{Inventory Number#*in ww w|wwwxpp.o4*xC;M_q |}o 0 w%pwpww<w$fww$wp BRepresents a database,~ sourcor othertorage device.H $'& hT5@?.@ QPT@sw w }wX   qUu` S4@/u sd_bfmQ m-Y?QSd r W  OZL@? ] B+`Shape.hlp!#11010A`9Copyright 1995 Visio Corporation. All "s reserved..W}lU'a # @?M  /* 0M17 < -,a?)0E3BM1p-l @t= b4 /#!6J 3@ ?61?!?R c8AfFJiM Lr"$1nwD0) "1$/ ?w?G Z3DYOQO?}G LB3 B_HH@ܨ3 TW%V'd"\[i8  @!6moN#bi$-1`1Mb,P @TM1w~r`# Dataq#x;TR j_!BoX/1 I_cuv8Q}(1Z](1O $+^|^A^,Q\m-PT#)'(#SsiZ!` Asset Name`Enter the aցo's n܀ o뀝yy G4ĈЁ U ڄ!u5 jp `Inventory Number#!in nFiZ!a*``%Custom Propertieos8!0S؀cp ofselectegd sw"g`Cb V!di"'_2qlp7bb?p= ף?$ 3 }%.FjD)#)djE )LjtFCGDEOS7H+dUjSh+)jK! ?RԐj 1FDjSLj!/%j`/TjC/jK{ gqDw@U@gFT L*hGTA(\h@A%X@A-?I ?ssIzbbt- ! H!Zwsb ! m   wIen|s4H5G :K"?K$DK"IK"NC""OC"*PC"2QC":RC"BSC"JTC"RUC"ZVC"bWC"jXC"rYrC"z D![C"w\C"]C"w^C"_C"w`C"aC"wcC"dC"weC"fq ڷ ,1K90908190U90909090U90909090U909090z90Ur90j90b90Z90UR90J90B90:90U290*90"909090 90InR 4CI DQ EY Fa"IC Ni OA R SK L M N0O0Pt!0HA TA w?"K 3!u O js@{( @@&?!@!yE΂E?P ?? 4gNABk0O贁Nk?!"!@PQ?qGGzpGFqFU-V @@M@fR@iRtPqPiRPqPiRPsOzO_Q2k+ yl3!U!U mgW(-DT! MfNb@o9f:oLi  + l1PoffWo~LfziyVooq|i0|gpg(gn.?"h!?>L4p+!oYA}Կ!Uv?sIp5+@t @z@p Uu5}I+ ` `)@U>}D|Ă ď)F>tHvIu` t?#uN)QQUuP}:| |YzrgޟҟXEA_I/I g u q+@nyx~5H_Qq lVqU999|9Uh9T9@9,9U9O ̣`RXWx*vx*vH)gpn{lI@j0*vGĵϿ@*uĵ 1 hfx· KTcij m WAN` @3߅ߗAö uߞ*p߭߿ŴU%m%m0eoe)'Iqi0n,s'/2q༯F]+ #K 5AEb5g,OiaEC?@W_ϊFUJ5UOV&TdR ޶.@m67f89* `d[QBRU 1&89D6C$7C$8C$9C$=w m 2uV>B A @5fYfY]7%9M|C KT B I !DOBDARHGXE@{sZj/~7Pt`5 t.)1 )1P0{R?)OAT`S 5v*TUg]pympe::1UUN:6d?v7p7=UUͩUaxCu·9?V7=yc?@:gUUg2IOd`??@C^Řaz2~OAuP*pwFOIAW`foXt@pȫSUW:P?'?V[<^pP(^v[9gpgp%gplOd ʵQx z&svb?@ؔ#j)1jDo_ jo|a~XhMk  o.jwlg'od*vz&o c  -pPPP__4.::;ooOOv,lo:?lo~i[3H^T!^*"'$= //!E/A U s } [u@8,Ar(W=U?@0eܟ/%T* )|/&O贁Nak ?7(:%2r?2Iܐυ?Ҕڗ~)/0&5!mp43jJtRAY:B\@nJRI3p5GpsB(}K"X6@4F2iZ?rզlICDFie?@XQɴIdO ԧel˖HOlVBeZQ>(@SjE[飺s"*Õ*sՀ۾pps*å54F~Ylp~!ۄ:>Ǩ}iP t09C"YM U:xv]}V2r?2IZ?2pⱿY~U\} 2qG O2H~WPXH8 nǚ\Windows NT Serverz1G:C Y:pwP@GzT@@WϊFW@}T555s= =  %)r2r;b0u`ޠ0u4{;<=L>U`4m H P9R"NHBek8};?<}$=}$>}$!p0 ܛ v"m]Y)'(p!</5<T:=>=:?rv9N86N1pR)0Q*}T@Z91F)1F)= 0uЙpTEU@E,EEP?T I  k xE2zOtС:ާMF J{!?ubCq}6*TU6f]泄U^ZVt_WztzUU͘~rxCuΪƠ,]tz-ʐU鱷BiozS-ŀzboرfoijn~YbpSUgZ`_G_f{L~G8~[ao q鰁xلL3[šؔ3>#T z>Mk @>Gt1F  =ppk4l+mK_op 7pA ͟#Տ /RT!^P"7D ?OS!UO d  @W@i.,҂HWU(ѧ?@@5'.,OEdJ0I݌O VL_-TU8HXBQXJϚQ9?P6U}R.pQ Y(Jb3nXϐVbِSpEWˮERڍϷ[BXVDV Ryj?"|ٴ(cTVyùu?@X(a&toǰuʒ|Xo|f׾bu,Z(aN8ɐs{ú ::SwP ɀ:L^Ev̓8P (Õ0tm0Bd(`b/!`2/ A`P/&/X/j/ /0'2?@1Z?//?y6'?8Re<;Y??&&ZOJ,KO(O?OQ&&OJ=,[OOO_O[>_P_g_)Xo(_Dk___^_oPokfoxoY~>Zl{o eOA wb%h<O)*qԏD班 S 3Tl 9s'Ә9˟) B%z|Ԁ  @_:㠘v;"ԯHb?@?  ʿhi T,U'2q41b#H=T +:]yf!MFh)̆uP?@:gU?@D^Ř:ޠ?P!"pt`: бj?;"pt~ +0O贁Nk?V,>!|%tCSs_~߲ǂy|RcߙUu1)u1 :$߇1UUu1pl~ZXUՔU擪8Jj gӈ?I?3d6RUly ЅzXyyc-NEDVy "l۔ZN縝iy.@>S"p] epJŸ}V2r?2Ij?2piԖUٝlɽt0BqSЂ]qW_@2XW` /h( X@H/) Ǫ0Windows NT ServerAGU?S p?dqu(\( @@\M<+ sBA>S7!060I961B617.0Q1A22B22C2000022222%iWe{ 8vHrA9DB9DC9D1P W@"E($J2yOqxD? 3E?0I@ 0A 0Cp$<{[6O? :kĪI1dY DGt?4U*VqI<m)T~Np wQ)*p' (pq !OV4I6±WXH_x@T*U@U,UUЂyhO0T&u%?2 ?p{ĈΠU>B?^o?ǪmѪfj{GzHS߁H%vȁIqlr\y3 ܒv ֿ̙uv``vvyAu[ty y  Մ+悏} S'/1U*c1owω /Rٖ?@1@͜ģDoe oR)ѷmj5oRo*`_` `~s/ { 焫ȏ]*B|e``ƢPv*՜`t_?䡐ү~ڃɨу?åƱχJ'$60T +4qP )d_a@ u a@%l`0؂МǟkF蟀ooqP$(6H,Ր`-PŐX幷nSWND`y\@2DpxoRfsb`lDֻ(Z@lM 6$*_ߒ[ߢ %ߞ@ր! 2ֲHZp;wԋ亀к?]]%OO#iQ Y T Ϛ ?@6@(!%L@ !% E / BGhz4 ϕR K@ to#A =#X&y?@| $)3CAB]e?LE[,"M&~/h)`8JC ɤ$ 2?# &?$/y@}B~T Y R` 0 `V_`%e0%E04- N.@B3- L,EiP%¾E J0@2D~[xxF1_*Q3!VB_,YD?J`f$!V!(_V_Tt_YJ"@oRfX!goyg @&"ofP"9k oYd o $-S0"34y(/:# m!J#lFxAb0_:!3pD!BoY0QRgA]܏2 cEw?2V >jTY 'rI۟җĜV9 c?u??M${?d5Y2rh?2Iޠ?2881ܧOXJgOp~OOհ*C 2̦ԧܧ̦0҆W]QHClient_0Qc:>N $ %N8 5$5@z^?@WϊF@tE J ƒYLGǰ@0>JQ}ҫi@HFv]PQl  @?&藐|h|BSd!6h\zVyT(&.jŒ?'ssNĠzDL^D @\n}ך ̀˒-qWm^yҦ2= C/1?@/"ֈ#>߫/Ǿk???%?̀Xu??_P_b_t_,U2U___ ___o o,o>oPobotooJVbZ"tcoot&8E\n "4bLUzԏtt6'<ϑǟٟ!V9VGYD~Z$ȯگ"4j`q-!ӿ -?cuχjϽDϙ4V  V'9K]o߁ߓߥ]N- zA- &&>PbtЪW95".2&1;@f(l1s(+b4Й'\!u `u `u w`u D|#DD@k0T@@AWA&@#@bDu`?yAuI0b?@0zD A 0W@B40637k0pRk0D @z3@@ORE5BA@1`BCBPCK]BqSQWCwZ0O贁Nk6<_@!RgGOy4A0aA0a a`:z@~Gu9F?,m@@kW0-]?o?'X??>? OO0OBOTOfOxOOOI`XDrDN I u>Q&X 2_avrsWRfnQr0qsNk__ލPXN_ oo0oBo y`o roooooYoooy"4FXj|IPސD N(7)URݑ#WRxnQ̏ޏ&lJ\LπȟZߟh8Ss ZwLSoy`yXaeI">Ƀ=1"ʏH!>ՇGVwX(b_EJ\U'` ;oMo_oooooooo^);MsR?@U!0/C̨~xs! X}M7!O'?@SLRo仲`뻿" 1" H!7@=0BT^Igy/5"4F_YkPbtί߯(:L^pʿ$6HZl~ϐϢϴ 2DVhzߌߞ߰ .@Rdv*?P?b?t??/?????OO(O:OLO^OpOO?OOOOO__$_6_H_Z_l_~_O______o o2oDoVohozo_oooooo .@Rdvo*YOtϘϪϼ(:U^p߂ߔ߸$6QZl~ 2MVhz .IRdv3<N`r///8/J/\/n/////////?+/4?F?X?j?|???????? O'?0OBOTOfOxOOOOOOOOO_,_>_P_b_t________ _o(o:oLo^opoooooooo o$6HZl~ 2DVhzԏ .@RdvП*/-r|Wc \56+b1Gx,n/////"Vp/4u/j/|/?//o;/??x3{d?>??khm?vO?/OPZO?OkIk@O_nOOOO4_OB__`^YT%__ o}ݑ_}_o?M\_oloQo+oaoso|oooo{okG{YktÍ o.:MVqΏJ(Əǟ446Hp]fԈՇՆٟNՋiΜ5>Ykɯ_x!)9\CǿMVϼ]{ΤcuݯƲoZ>"+FOߝ\Aoʝ\nN\͟ՊNZuP=F NMRd^j$>3H5>TՈ ^YI\@1-6ĭB޴CG &/ }<Ϫ/(/gy8//////?/6?DOJ/?Q?k????????t?/+O3e?$O/OOOOOOO_L?F'_n>@_O_______kO?o >6oTooooooo_c_w_?L{o/_o\opo }N F{ÏՏT`[j_?s͟DXL\nџǯ?S K/SewȯگK)r%ZINVh zόϞϰ˼C'q.M_q߃ߕߧ}̫I3T <:L^pO%ZCI4D-?Qcu3,>Pbt6 /ASewü//*/Pko}i oooo);Mhzw2%ُ!3E`H˾ǟٟ!3E`r*z?ɯۯ#5Pq:ӿ -HZ/#"=Oˣ1 ϴ ; e' 06O33Wmt I\NKLCC+= >VD c'09XZF ///////Xi2<*?U?y?????????A2)?2ODO_?q?zOOOOOOOO0#F^(!_3_E_kK_w_______f_ o2oM___hozoooooo_kd\o1LhjZl~oV(Dy %WM^pʏ= 9,Tfxۏh-@I[mПٯ!3EWi{̯տ /ASewωϛϭȿ+=Oas߅ߗ߲ϻ'9K]o߷#5GYk} 1CUgy -?Qcu//)/;/M/_/q///////??%?7?I?[?m?/???????O!O3OEOWOiO?OOOOOOO __/_A_S_e_O_______oo+o=oOoj_soooooooo'9Kfoo#5Gbk}ŏ׏ 1C^gyӟ -HZcuϯ)DM_q˿ݿ%@I[mϣϵ!GYk}Ϗϳ (:CUgyߋߝ߯ $-?Qcu );M_q%7I[m!3EWi{ ////A/S/e/w///////??+?=?O?a?s???????/OO'O9OKO]OoOOOOOOO?O_#_5_G_Y_k_}_____OO_ oo1oCoUogoyooooo_oo -?Qcuo);M_qݏ%7I[mЏٟ!3EWi{ïկ /ASewѿ+=Oasυϗϲ'9K]oߓ߮Ϸ#5GYk}߳ 1CUgy -?Qcu);M_q//%/7/I/[/m////////?!?3?E?W?r/{???????? OO/OAOSOn?wOOOOOOOO__+_=_O_jOs________oo'o9oKof_oooooooooo#5Pobok} 1LUgyӏ -HQcuϟ)DM_q˯ݯ%@I[mǿٿ*3EWi{ύϟ &/ASew߉ߛ߭߿"+=Oas'9K]o#5GYk} 1CUgy //-/?/Q/c/u///////??)?;?M?_?q???????/OO%O7OIO[OmOOOOOO?OO_!_3_E_W_i_{_____O__ oo/oAoSoeowooooo_oo+=Oaso'9K]oۏ#5GYk}şן (DVhz¯ԯ A(+8J\nȿڿ':L^pςϔ!. +=Oas߅ߠϩ-'9K]oߥ!.'9K]o#5GYk,>Pb} //(/:/L/^/y////&/ ??1?C?U?p/y????.(/OO%O7OIOd?mOOOO???O __1_C_^Og_y___E%ONY_oo$o6oQ_Golo~oo_O__oo 2MoVhz$do/o*EN`roޏ&AJ\nh҃Ϗٟ!7?=3?DOVOp?.IOO4N OOKO5_G_Y_O +__?dH"ݏ?_^9?0oBoToUo- ooO_#o_ijo'9KfnΏcz{Urw{^%7oI/\׏ (_o:T^xzU͟]ڟ%18yx˯w9'د+[OisOѿ IDτϦQϐ4>XoIߜϥ߷a8m9S{ߊ;:T@v^-("/!{]5eH&@;- }$/9uUvQ/y/,////?H ?q//?/??/ O/T9??g?pO9O?GO|GO?_AOB?IOXOa_zO_MO_~_J?__OK_Tofo o<]5oor^y_/<\sߨK///V//g?+?/k//?'z?/?4?>O}^O?O![O?OWO8/,O/elwI]7 3z\,fooSvUo?V=ooonw{H/Ym?#_jVo|?4NB.k12rhamk?}O(寰YAxXXQ͹. Ϛ6v2G%:FϞ ߚ^`ϐ˦#_w۟3 Vew߿n%zjO$=MFge_;ϲ\L0jbU% \//L /P/t/////?݈5?*?ȿ/?:/?<?<O?\O=O?D φOOOO;?OTO?yO?__O_O_W__۬?E_NoҎ?o__{_on2_4o✲j_Ionmo`Looo{@;]/foQ 6y[ojşy_1}rןΟ;U 'f{k`b4 EɫͿyT#Ͻ*<AV{ϕtp?x3`i{FSπH2ﵾy`ol>DX~'cH \nxHY/Xߗ`8 c`8_6ClJ/r zȨl'/ /k)/=/O//I?b?r . /g ?-3O?;8?i??f/tOJF/OȬ?;?TOO(OyOAO"80_Uz&_^M.Va_)p?_MOeo _?ډBh@io_T$ofo6O[$o:uoVo8|o}6]ɭCRf 0yo{@DhA0? \@OُI4IBgK!~IKoo7 u.~̟ 5.Jc̯K^{}ǿ) <ď_O1ϰʿvR%ߓQϭ{Ϸij oYϬQ߼A*a_\IMpS,{ hLWv7/d>/I/O//l//Կ.?/^l?~?.?_>?????&?0OK^OpO???OOOzOO$O._R_d_OOOO____o*oE_No`oz____o~ooF%/$?oHZtooogV)DVol %.@R~V珫ٌf &/Am]ɟa\/A[t󯍯}،U (:AOORϡAHƋ 1tnIߞuw~Wa~f߉ C_qt7vFPbt~ wy=OYkRHuM¨?I/[/m//%$ω'/L?^?z/?A# ?DHk?/??6?1?;OMO_O{?O0A/?O?OEߦ=O>_P_lO/O.+_O_\_GG_;O7oIo0n_\ o&dto_oRoiolO%7oeo"ntvo$oo/0&OzqfH~_~x)#? SL{h _?ҟmƟŏ]m柜O^?Eaayn+ڿ>XɑZϬϹL FϱϫoM4߉ߔ߬ghS$r{]lONyDXHlE{ \ *N9e:|/l_Po_to_omoooooioLopoRwomYk2_}J׏ p͏Ug2Bӟ-?Qkulϯ);Mgq˿ݿ %7Icmϑϭ!3E_i{ߩϱ /A[ew+=Was'AK]o#GYkƟ //9C/U/q+/////// ??B??Q?m/u????/???OO7/;OMOqOOOO?OOO__3?7_I_o?m____O____o)_3oO_Woio{oo__ooooo/^OSewo"O+QoOas͏ߏ29K]oɟ۟.5GYk}ůׯ *1CUgӿ-?Qc~ϙϫ);M_zσߕߧ߹%7I[v!3E`r{ /A\ew+=Xas//'/9/T]/o/////////?#?5?P/Y?k?}???????? OO:?COUOgOyOOOOOOOO __6O?_Q_c_u________oo2_;oMo_oqoooooooo.o7I[m*3EWi{ÏՏ/ASewџ+=Oasͯ߯ '9K]oɿۿ#5GYk}Ϗϡϳ 1CUgyߋ߯ -?Qcu);M_q%7I[m!3EWi{ ////A/S/e/w///////??+?=?O?a?s????/???OO'O9OKO]OoOOOO?OOOO_#_5_G_Y_k_}__O_____ oo1oCoUogoyoo_ooooo -?Qcuo);M_qˏݏ%7I[mǟٟ!3EWiïկ /ASeѿ+=Oa|ϗϩϻ'9K]xρߓߥ߷#5Gbk} 1C^gy -?Zcu);V_q//%/@R[/m/////////?!?G/Y/k/}//////// ??:/C?U?g?y???????? OO:6233O334OZOlO~OOOOOOOO_)O;OD_V_h_z________ o%_7_@oRodovoooooooo!o3o<N`r /8J\nȏڏ"4FXj|ğ֟0BTfxү636c33cc31CUgyӿcc66 %7I[mϑϣϵf 0BTfxߊߜ߮'9K]o#5GYk},>Pbt(:L^p//$/6/H/Z/l/~//////? ?2?D?V?h?z???'6f1/???OO,O>OPObOtOO|?50335?OOO__+_=_O_a_s__N@AO____o#o5oGoYoko}oNc  _oooo'9K]ooU0331o%7I[mN`a1ÏՏ /ASeM`q!ȟڟ"4FXs q6fc3tůׯ鯀 1CUfffc1ʿܿπ$6Hc@6|fϞ .@[00ߖߨߺ&8S߾#nҩbx߁#5hbk} 1lUUkdv*mUqZl~DCDDX//1sUS|U/g/y////// ??5UQC3DC43DP2C44[DCK0343"3330`04C`0O g0m0n0CY0N s0q243O02f2`10~2u0q1????Oe81c Y1N0K4Cs03K@v04JA!WCQBf1QAJ@4C_0g301uB2D02P20GOOOOpO _x90USS0p1 x0v1o1Y0o2OS1D1AARSCD1r2e2B1W01O_____}81S5a3\L1319R{1YUGbfS1U1o3Bg0gaEaq4V1ko@oooooc"d7WMA2AQBuT;RLRCGbu1X0MBC1]3|`KAN0bq^Rar/6e#c*c7UqyrORL0N1xQBMv2JArawa2{shs|azTfB^BqbrȏڏoPobotooo_3[s_o 5oo1CUgyo-?QcuϏ);M_q˟%7I[mǯ!3EWi{ÿޯ /ASewϒϭȿڿ+=Oa|υߩHcT $ .cо hT@(\@@WϊFb[@@?.IP PI]]p0{Gz?`K_b/%.A߁=lUE@?.A$ !@U>/@ߐ|А0]dF,/T(b.t?cDEJ @< qјE6-7 Йd,xx|}mT%)'g Diski,؟'/2q 睔#Hd %7I \npGYk} :CUgy 6?Qcu`2;M_C3s`/#,/>/P/W#sw/////////"?4?F?ko/x?????????O,O>OZITOg'Cί׿? Vpp?Ϩ̿ ϛdZ;Ϣϩaߛr+Tߩ2VV:9" [P3M WQH_7i4R %.@4)////?"/e/w/?/;?w??/??+?Ao?!Lp?yO?! ?O?O5))4(O%VOhOq_OOO_OOS__W X_ao|_?.o!_??d9kooQOoXsoo2k-l 0Kfo^,~_X6/ދ7m{ǹIdv8͉wOv?Z{20g٭z(1LB 0l|>wٿ 4OXsϾ'gm ߝ-HQǟYa߽n߀)DM {juW7@]pLdz %.Rm>v!*:_r/&/e6///׶]////?~/;?V/E?'??? O?/? ?Oz??#Od?JOߑOomOXOOO _O FO5___/O\O Y_O__~O<__iOr__Nbl_?o_UogoHo^7Gr?oGQoooo{@ ]s˷3ɏJ9!$oESoӏB쟳)WxX\ПٯPe'"8~bƯϿOI ߿R?_/ZϬ@]lzϩ!{ptr߰߹'[((, (T! tNh3|y= 0g~#u~   S(ڡ$/`]/,-?;//w~os//?W((p?p_______On_AX 2>_P_Yoko}oooooo_34'M6kbKWi2i4:Wo`ro#C(K5DD(~BK]oɏ.>#viHiFo1;DVhzˏݎ,eHc);DVhz˟%1cM7I[mЩZi+4FXj|ώϠͷrܿ2x%#,>Pbt߆ߘ%W%T8Hp,>Pbt+z1.@Rdv%YH>hgH &8J\nc66sTD+jiG -?Qcu q_T4Y YDo//+/=/O/a/s/!iO\MVץWOz/??&?8?J?\?`n?/4D))33'<.iO?O"O4OFOXOs?H:ï5gFFƟECCjOO __-_?_Q_lO~OLȑBHeZIޣ__oo)o;oMoh_z\pY KD_oo .@[o՘ |}&8Ser|͏ߏ'9Tnpvhtʟܟ$6jsͯ߯'BTUr)ѿ4h]fxϪRZϱ 8ϐV_qߌߧ.fKTfߓߜ#,>Pbt(:L^p$6HZl~/ /2/D/V/h/z//////// ??.?@?R?d?v???????/OO*OPbt(:L^pӏܟ$6HZl~Ưد 2DVhz¿Կ .@RdvψϚϵ*Pbt//(/:/L/^/p///////??$?6?H?Z?u/~????????O O2ODOVOq?zOOOOOOOO __._@_R_mOv________oo*o?P?b?t???????/OO(O:OLO^OpOOOOOO?O__$_6_H_Z_l_~_____O__o o2oDoVohozooooo_oo .@Rdvo*PbtφϘϳ(:L^pߝϦ߸$6HZl~ 2DVhz .@Rdv*<N`{//&/8/J/\/w////////?"?4?F?X?s/|???????? OO0OBOTOo?xOOOOOOOO__,_>_P_kOt________oo(o:oU_^opoooooooo$6QoZl~ 2MVhzԏ .IRdvП3EN`r̯ޯ/8J\nȿڿ+4FXj|ώϠ '0BTfxߊߜ߮#,>Pbt (:L^p $6HZl~ 2DVhz //./@/R/d/v//////??*?Pbto(:L^pʏ܏$6HZl~Ɵ؟ 2DVhz¯ԯ .@Rdvп*Pb}(:L^y//$/6/H/Z/u~////////? ?2?D?V?q/z???????? OO.O@O[?m?vOOOOOOOO__*_<_WO`_r________oo&o8oS_\onooooooooo"4OoXj| 0KTfxҏ5>PbtΟ1:L^pʯܯ-6HZl~ƿؿ)2DVhzόϞϰ%.@Rdv߈ߚ߬߾*Pbtߘ (:L^p=k>?Qc~1kQO,>Pk}!(/:/L/g////n/"/-???Q?t//?k???2?g:?(O:OU??pOO?رOOvOîC?HO"_4_ON{O}OORO__;~_ <_o-oPKZ__No`o_oo_wl^b_&Ao2bo_Oonw!xz CjtQw@s qnsnG6<9@Տkdbu Hqm^ "v@rzFҮ!,ſʿppxϊ9gϜpoY=*L{5(ߧϱo i-x߄fhCo yz+~ _LWh$hsߗMUrTbmFʜ /G[h/3/_Lf/p/{/T/M??57*??&Vcu~IG?DL/gp//@/+v"/0OOO Oh)_DO:___O_O OOOx_{~_0oK_To\O_??h_/_ no(CoLooof~oO oo6w8?O3HNH:qC[oO;?EōG_-r/?՜OdG?i?IOqON@F?ߵOJOOgOOoOUOO?S?x?]8<_ ߯_J__/ o_on_6opo`oo2_Co1ooogo/g0؈}8SzoO;f|fU믏}O؄^ُ2ӏ OjC̏nc&.XT.O%֯PΟf5!/DտA 4L4//%?/wOM?`?r?6?//OOO92OEO2/FUG_ O7M :?ZE_ g+_>_b_A_8:_YYoI6ozo;o`Zo?|oooLKLs4}WNOBoǏWhq+$ Eg{̏9ux1yU\id__?Lg\P-@E/w_gmvOwOܯ>9CUrvnϹK σfn^ϯϓ,ߜp>=ot4M;^.MgoO ν|as dߥTfx濤R T1CK/]/o////o__Oooj&oI'9oo'co잿~b~)Ugy, Ï>ڏ/͏:7wKՏ#n_k}͟ߟ-J ѯ1-xoewǯ6?Ὼ9a|rϩտ+KAS]xρߓߥΩ:,ߦ%^y߂ϰ cBLgpF+Ш;E`i{AϢ?<W`r;M>,6/QZ/l/=Ϫ/.///#8?S/\?n?#;/7???/?#?-OH?QOcO7/?OOO?OKO8OA_S_OO__a_( ___1_:oLo+d__ooo___o_#o5o>d_u tgMopcs%.@lrlHo'Dڏ}9o~~ kܟ{F]yǯ ¬k_x)uUrҶwoҿ oqσy?KjNޏϛџyvߒ` !Ϧߟ_poO%[_߰9gS6Xc~?5k-   ]P*3Q/A#/E/w///p///-7G?F???R??/???/q?*AO6O9OEOOO`OkOOOU7_,]_3_}_Y__m_O___Olooko3oo,ooooMook5/3aoIoNoo]Fۏ})5ՏY}:͟qZ|-˟Qc;8*ǯ!h!EWi?&4ÿݯʿASe>ܿ Ϭυ0ϝ*<N`? ߨߺ߅&8Jen߿"4Faj| 0B]fx,>Ybt//(/CU^/p//////??$??/H?Z?l?~??/??/??O O;?DOVOhOzO?OOO?OO __7O@_R_d_v_ߚ_____oo3_Pb|ί (:Lepʿܿ$6Hul~Ϥϴ 2Ddh߅ό߰ .@Yd߈*<U`}&8cgn"4Ldj| //0/Gaf/x///////??,?>?P?b?t???//???OO(O:OLO^OpOOO?OOOO__$_6_H_Z_l_~__O_____o o2oDoVohozoo_ooooo .@Rdvo*<N`ȑޏ&8J\nȟڟ"4FXjį֯ 0BTfҿ,>Pk}ϘϪϼ(:Lgp߂ߔߦ߸$6Hcl~ 2D_hz .@[dv*EN`r//&/AJ/\/n/////////?"?=/F?X?j?|???????? OO9?BOTOfOxOOOOOOOO_#O5O>_P_b_t________o_(o:oLo^opooooooooo$6HZl~ 2DVhzԏ.@RdvП*<N`r̯ޯ&8J\nȿڿ"4FXj|Ϡϲ 0BTfxߊߜ,>Pbt(:L^p$6HZl~ 2DVhz //./@/R/d/v///////??*?Pbto(:L^pʏ܏$6HZlƟ؟ 2DVh¯ԯ .@Rmvп*<NirτϖϨϺ&8Jen߀ߒߤ߶"4Faj| 0K]fx,GPbt(CL^p//$/?H/Z/l/~////////? ?;/D?V?h?z???????? O%?.O@OROdOvOOOOOOOO_!O*_<_N_`_r________o_&o8oJo\onoooooooooo"4FXj|0BTfxҏ,>PbtΟ(:L^pʯܯ$6HZl~ƿؿ 2DVhzόϰݿ .@Rdv߈ߚ߬*<N`r&8J\n"4FXj| 0BTfx//,/>/P/b/t///////??(?:?L?^?p???/????OO$O6OHOZOlO~OO?OOOOO_ _2_D_V_h_z_O______ oo.o@oRodovo_oooooo*<N`ro&8J\tnr3334rя+=Oa|͟ߟ'9K]xɯۯ#5GYtſ׿ 1C^gςϯ -?Zlu߇ߙ߫);Vhq%7R636c33cc3YUir&Icc66H]fx5GQVff_q//.@MQMV/h/z//////// ?%/G MI/R?d?v????????OAYV@?IO[OmOOOOOOOOOOZ _E_W_i_{_________&_/oAoSoeowooooooooo"o+=Oas  w6f %7I[mǏُ033$6HZl~Ɵ؟2E.@RdvЯcp 2DVhz¿ݯ03313C 0BTfxϊϜϮ1*C(:L^p߂ߔߦ߸2`q -?Qcup6fc3*? //1/C/U/g/y//s/// ??.?@?R?d?v??/????OO*OPcuÊrȔペqpsϠpױo 2D6ev}ױ̲pqˑނrݲʡrγϡֱ͔ -x?ߪ(sS3Sf$ɀrpqѮpƁʡвpppҼӍ&8(61% efbⓂ%@Iqsgwo)DVqpjҾ~ ;MN`r///AJ/\/n/////////?+/=/F?X?j?|?????????O9?BOTOfOxOOOOOOOOO#O,_>_P_b_t________ _o(o:oLo^opoooo'_oooyoo.@Rdvoo*PbtϏϼ׿(:L^pߋϔߦ߸$6HZu~ 2DVqz .@Rmv*<Nir//&/8/J/en//////?"?4?O/X?j?|?/?/???? OO0OK?TOfOxO??OOOOO__,_GOP_b_t_OO_____oo(oC_Lo^opo__ooooo-o6HZuo~o)2DVqԏ %.@RmC3vp4D$344%ʟܟ$6HkCCCDD~kD¯ԯX.@[D3{Dpɿۿ#5PYn~3r{ύϟϱ /Rrpn߀ߒߤ߶`"=DC4Gt^gy 6?ZcubiZl~) KTfx/#5>/P/b/t///////?+2"""1/:?L?^?p?????/??Ok%1"?UUS30?9OKO]OoOOOO?OOO?%@33S"#UUP(O1_C_U_g_y___O___^2 33U2"0U1 _)o;oMo_oqooo_ooo_2"3`S30_ 2DVhzoo""15UP0!SU+=Oas͏o331S0 $0#.?!3EWi{N$$5U `'0 -?Qcuϑ$"UUU1 12#%@7I[m3RⅳЮ-?,>Pb}/0/ 1CUgߚĪФ4ʥ*dǯٯʮ+4`uWir̿޿$&8SenπϒϤ϶"=Faj|ߎߠ߲ 9KTfx5GPbt1CL^p-?HZl~X(\h@%X@'()4BCDEFGHIJKLM_NOP  J@B4jW>jL@j?R}0&Page-1ck Blafill_White BluRed Greeun -Cya@Yellow GMnta3ay(10% x line3 Long dash1"darI9e. X5 7 9 1pxlm9mHairqShort Arial ckeredtop leftT/imesNet-Norma %T#hi$(np!Opaq&bClUserNameoInvkoryCompue#Vert.sXIxj&ly ?Connecu I$)Ethernetaerver / Tow PS DeskPCBu00atabase.82 1D49Da:?D5PQ5h'.52;Mo-.53t=87.619P:P6PU2P.P*P&PU"PPPPUPP PP}P3`U````U````U````U````U````U````U````U``~`z`Uv`r`n`j`Ug`W`F`6`U&``aPp؍pȍpppp~pnpjpfpbp^pZpVpRpNpJpGp:p6p2p"ppp p3pܪpppppp{pnpjpXpEp1p!ppp3 3999999x9h9X9G949$993uuuuuuuruduUuGu@ax#??w0)-"7OPHW04JKLMN2??3DO O2ODOVO bOO@OO+OW<)X4U54?._rC} fU4__Sm__sSP o__*(\h@%X@  !"#$%+,-.]! n xl 2@B j&<bE g (mS@(O'84njjR_ѽj8T@<ҽjULjN&B_ӽj!}j D  wj?@ABCDEFGHIJKLMNOPQRSTUVWXY\_`abcdefghijklmnopqrstuvwxyz{|}~Visio (TM) Drawing (R7i>}p'0U2?E! 67gjP>603206&0B!4?6@27Tg2k=\- g2 VT @9ܯ6L^pu )5,2?Op??ZX F&m0#P@w?l_?VCG MO_N9{OOOOOo2qG`?FoXf.Xf RrjrjrgF_ _) ]__qgaopsoon# h0T_o?u5e%wv4R*|q@"];@ B `U ;@ !%U)15UC@=AUIMQUUpa%@U i!m"q#U$ %}&'u()*+U,-.J } yJB Ə؏}h1+=Oa~P ǟPٟ~` @-?Q~* ɯ~p /A~ ~ TP!3| uχX?xjtCU&KPJ5ϘϪ} yߋ(#5mOf߭~ {~ P)~ k@}~ ~[m~ w P ~wK@]o~w~wE;/M/Z`!3AO贁Nk?NA 6&hT /////@f?(0e3?E2K?]?o???Q?&2=E?E2??OO+O ??1?4{OOZaOOGSO[U\ Pb_/XNax+5co9r`avwTiPa<1Vb/'2rb9p=qcfqД1Sj`aP1V?ovU03b0f[rG !_____oR~T qPX.+-OcV/_/24(\h@%X@'()/w " 4(\h@%X@'()0w " 4(\h@%X@'()2w " 4(\h@%X@'()7w " l@Bdsj 2j9'T3k'3'/027F hTA@* ?<Iv?Nfx*) <Ebb{b b NeH mTV K+'(NGcx` User Name`Entthe un.NUi{Inventory Number#*in 38ӎ 'W1-4y8J3Jc3^wt {? L  (*3?qRepresents an ethernet work layout. Glue  control handles to!mputers.hm1.D H4- -   hT@?> @>FF?P+YX  # ^# u  !""""""""":u `u `bqu `u z!xu|@u` ?{u@b ^ <> X?'>E!$&E!Q s#p y-@9|**2q ?/&~!bbP/Qu RM4 {<4 9`Q(-DT!? 9 @4 @06@"L@ b2O!@;`Shape.hlp!#11015A`9Copyright 1995 Visio Corporation. All VBs rese?rved.9H bStlUE)aA>F5 c2*r>q" !LqG'74 flR@rt<r(Q[T87E!kV!W;H>QX_j_AzQī@^__[ b+lAQOJOr>M1"S1T;V@7 d3jo!< v iUutT]B2Jo\o"&F~vTq_7<l~v+f`vzBm<`hd2\"Ĉvv%B@ sP`EthernetbTq3D@X>5 vR,c=a H.p5tVICV8m6kKIVc >K+Vȝ5>KOp tTKUK[Ka(F cbt?6`@s? bU6 UZ.'p3X *l<2?~`ab6+!lV]r>@AF@T1}p# # :.iii`ConnecpA LocoBb["Tfe3koTosFIo& ŷ @džDVe3K=Uuχţ+bˣŷFʳ g?ʒSߨ ŷ(ߞb`ߗŷLD?ߌr!*uQ"ǵR/P% Y/I>/?//?P% )?şI????$??P% ?HߟNjO"?OOOP#_TuYplAO9Щ`V_H.U_:_?R_d_~SPPM$U @__u=O+o?CoUo ooeooui${eo?)Ccm-T8ɧU)'(AOSՉ}etW` Asset Name]`Enter  a's n oype.IOGn Us"u񁵁N@ϏInventory Number#*iDnN)n6&%du`%Custom Properties80Scp ofselPed sha`b @O~i&$8'2q(ݼmb?ȿ贁N6i/6??}%-  FNj_ )#)j> ) ijChGDlHOjG gH+DjHc h+)[j4F hTA@* ?<Iv?Nfx*) <Ebb{b b NeG mTV K+'(N| cx` User Name}`Ent_the unO.NUi{Inventory Number#inW Iw wxwwp pwpx ww Bp N \wd\sU'yws_Uq_yJsy  ze  & ~wp 'Represents an IBM compatible tower PC.mb?࿤p= ۣ??^M<+ 3 CG &hTh@?* 22?P*)os <|}spk[ [  ,=,,,,,bn zu`v[uo`b L@Op`Shape.hlp!#11000A~`9Copyright 1995 Visio Corporation. All ""s reserved.lb3Te8UH $$ $W  !"mpT)k'Jp(k!SĎ 0f` Asset Name0`Enter the a51's n;0 oJ0y p!G?#8/1 UP 94!F7u1X1d2"Up?#8 `Inventory NumberU#!F7i6n2V N )O[?#lX@2 bABs!@rAGA` Text Loc;"ГqA^$*RV-1{Bf+RN@]j#_O] _j^DWCQ{AAAB*_` %Q2_DWO_Uj_|Wf^9oD ``tr`<`|d6Kh|f661WA X@&2 .@ E v s @6ppqy)@;Bn 8k!%Custom Properties8!0S70L1cspv ofK2selected s"` b :B~i$'2uq#PBH 4 '& _ hT/@?*>FFFEP7t` Ht |  u`{u tb lUy%a.MaSXb?@*T_U?KlaxvT9=O@1UUj` cZwwׅ &&/@UUFs(wwe.xCuΪֺ/` ?5>""/z/4//yc?@:gUUs-UU-(d5.b?` 32}??952P7B?*?@C^Řs8UJQ-( Ez" O` .iqUUA%O7J5LOf-ؗF|OOOBOOfIP|P4l#61Hy2YW<p'h/# R^WpSUsz_U/X_]B-*i^/Ho_loo[?_ fbޭh^`h_op'^_m rPFpJq/PapapHapapPPh l%61@_R_M+n~#TpTva?@ؿ+h{?(h@4)Ghxex& 2ԈMk `X¬H31t@dj,Q $P ?9gNv6FtNwYt@Я ` ( `rpjl'6??n? I[5@៻͟ߟi޿ ݎb{҆iEp2$'_2qZм+`73H,(&h~T@P?@:gU?@D^Ř>G>?P/t` ~ ?{t@пj  uW` u l_b&- -@EJ?@1?@/JS\k  y _/JVP][ g++R    !ߜlUXt/a5 E9#9 K3CJ*??SW4  "J$?S/ Ax''R/'4/f//R) r R0V1?i0i0h.:! %/7/6J8ߟ~!Tԝ_( & H?47?H) O~p]7I&!@7??@?1Ud8''׺?_G&5( & WU#_/L'B/Gf_` Q_W__@W_P6 Z7 4Ow>BO_UE8mOֺiIw& ؋$`4~o` ۪ѫo/FfZo(yaHj5 zqar9(J9Nr "cr` Uu>ԍzI?3d y,@Lnfr{ Nf|g"o@iR4 Z7 -d(-5`5`H5`4o~1 RlAq_d;-ycrO` CύOgII4EvR,;l!1`Ty6lAioUU~P;ȅJܙm HGi``*$'2q0OaH"&&)hT@,2rq?2IHo?2p@GP t` qtw b ruL`-@ @A@ uO`.{p  uzbb&"- -:lU\%)_ba'!<6rzz# T>6?> -B!*/N/ rr !ܻ l>IBM CompatibOlei 0C7'2@q1 iV%H"^!(&" hT@j?@?@WU^|?@y?Pat` ڽݸ?tr˾u`ub,3 3w  /-+Ke2rqǿ?2Iϥ?v~ bruL`-@ @ u_`.@/3u ` GKZK WK`GQ$lLU\a'bay" e;_؉W/+WA * 'Y|/(=<@j/` N,1/ :/,?'/-rU01x _ܫ00lQ>_ c"i'{ az,?/l?0j5HAH?2< 1M 0O` FAKOE?W?i?"Ī00T02 0c/u/,aC9OHI$BPA% & 7_OBW7)Cq_H 0P 26_0__hYJ4 7 ?>OO,3_H|U( & _Xo_Īg7XdoGa.p}: o.iJ4 7 /o>Soeo,jIHb*fr(&_X`]o29%BR@ow847 >_9رH۶mz(&_^\z7%Z|ݩH1R@7ڟh47)>#Xa29m(DGWyޠ(&AtU;;HާBs HXAӀ 1>̯b47gokkhF:_ H3N*(&%":`v|ϚƢP0hɔ47˿"ݾ 3hNhh%&CD؛%G*;6/ݾ Se5"(&@j` ;(>Djt=6ݾ 3Ť0NK(&%H` vb'c}7G\0@߼ /)CʔPBE4q%&mͬ` 1 /*2/V/<[ݾ H5"/zu@Wk$?H.?T7j/p?0@?$??/G0/ݾ//8?MS8vO?$=?[~?JPO_I$P#O5NGOYO(O|/O_D/H),Y8oVXa,Y_oh_$`_5N__P3&o_>H Yh @YPospo5N!b'|HaYV^8_J0$׀O5NsPkPƏHܜo;@ٮ;ŞןR*_jϮ~dȯ$ɐŞ;MAҿ%6ųϿQg&,ߺhRvߔɬ$P{ŞœŭzW?@Yk"8=!'0벝n8W< T&lXG0@yh` !"0` N$K%Zk"-8z62>ƀ` &=OSe *w>*DN  00 X t8 !~8K]0F'J\  b[U3\5^%%S5/` qvb!/70!?8۶mv0va'R?/v?9tT%G%Фl  ˔>//# pbO$y5(&& 6OrvOO9OI$I@q@,GOHOOItT&|W &?>OO'LÔ()_''wH_OWxL'*_F.3E'*_FoYd%'g'G_>k_}_~'LHb ~lowa9Y((wH4o*wxG? XI?­f@Py<(D(o J D1L2'7]07` Text wLoc" q B$/E0$1L561L2< л0!;0>-?A1?/;}?<61@h@0@d1+H86:6:6.  Z S @%Pj@QY_@\1f4l1v42m@T)*k'p(kQSIPf` Asset NameP`Enter the aQ's[ nP oPy'pQG_XMQ U4 TEWuDaabRU oX`Inventory Number#Wifn\b: nxhk%Custom Properties780SPQuccpf ofRselected s` b N2~i $'2q{pݼ02H 4 (&  h_T@?>FFuFX?P7t` ?t _u`u tb.5 5=iYXEXXis 0 ' YS֔5eR    )ߜlUXt7a= A#A @ ?@j?_k?nO >;R'">@Z/u/'ʯ/MY@!S&/n/?) Z0^1Gq0q0h:b) -/?/$X82_/ ڇ( & $6?qGw' OE%O7O?[J7?X6 b7 m?>f2H??F8}/A_ׇ& #$XPE"_=_GmUJI_#C;S_fR@t)_X_Go(e1oCoWo0էG!ViP6_onYZ4 b7 DU@@@H@|O1 l1yT _%n OtQFvE)wT6l!J\>FB832 1MCUZF~ in%& e^ک_>f]_^&Ч^|Z4%b7> jEF8K*]N(&EW=tgTP,P5JςZ4b7D> !ހ*^(&y΢zv5&PDZ4b7IG>?P/t` 7{t@I Ҍu`u lb  [=lUX/]aEIAI?4p|! @>jy؉?Zhv /b rb f!y y h:Il6qCKR]'/}U"K!)e']T&1/$/M././u:?7.?,C?U?Obx7d9G;$Ow` 1O?15\/0bu X;3j>]98،Z$O` Sb'vb'O7 V_@@K!LNYOl_Yb$j'u$} ܪy y l $> 5G>ΞN;`UMaH]&o` AoK!Ix=J!l?> -B!*/N/m rr !ܻ l>IBM Compatiblei 0nC'2@q1 V%x-_$Fqj2(#) j:3 )/#4\3ID/US+KjVS7G+jS%H+j8j:=f ,j5?|jA'F hTA@* ?<Iv?Nfx*) <Ebb{b b NeH mTV K+'(NGcx` User Name`Entthe un.NUi{Inventory Number#*in ww w|wwwxpp.o4*xC;M_q |}o 0 w%pwpww<w$fww$wp BRepresents a database,~ sourcor othertorage device.H $'& hT5@?.@ QPT@sw w }wX   qUu` S4@/u sd_bfmQ m-Y?QSd r W  OZL@? ] B+`Shape.hlp!#11010A`9Copyright 1995 Visio Corporation. All "s reserved..W}lU'a # @?M  /* 0M17 < -,a?)0E3BM1p-l @t= b4 /#!6J 3@ ?61?!?R c8AfFJiM Lr"$1nwD0) "1$/ ?w?G Z3DYOQO?}G LB3 B_HH@ܨ3 TW%V'd"\[i8  @!6moN#bi$-1`1Mb,P @TM1w~r`# Dataq#x;TR j_!BoX/1 I_cuv8Q}(1Z](1O $+^|^A^,Q\m-PT#)'(#SsiZ!` Asset Name`Enter the aցo's n܀ o뀝yy G4ĈЁ U ڄ!u5 jp `Inventory Number#!in nFiZ!a*``%Custom Propertieos8!0S؀cp ofselectegd sw"g`Cb V!di"'_2qlp7bb?p= ף?$ 3 }%.FtujD)#)jE )rjnFCGDsjS7}H+5jSh+)L?jK! ?Rsj /F,KjSMj/lj^1/pjC/twjK| 4qDw@U@4FT L*hGTA(\h@A%X@A-?I ?ssIzbbt- ! H!Zwsb ! m   wIen|sHG K" K$K"K"C""C"*C"2.C":C"BED!J!C"Rw D!Z#C"b$C"j%C"r&C"z'C"(C")C" D!+C",C"-C".C"w/N0C"1C"҇ D!32R9090819090U90909090U90909090U9090z90r90Uj90b90Z90R90UJ90B90:90290U*90"909090u 90 InR00!010 5a 6i 7q 8y @E< =w > 90:R!0; OC A;i K`!(AQ  O js@{( @@&?!@!yEE?P ? gNABk0O贿Nk?!"!@P߅Q?qG_GzpGFqFU-V %4BM@fR@iRDtPqPiRPqPiRPsOzO_Q2k+ yl3!U!U mgW(-DT! fNb@o9f:oLiT` >+ l1PioffWo~LfziyVooq|i0h+ m.m?Lp+!oA}e!Uv?pq p*At @z@p EUu5}+ `` `)@U>}|Ă ď)F>HvIu{` t?#wu)QQBUuP}| |YzŪrgޟҟXEAI/I g Nuq+@nyx~5H_Qq lVq999|9h9T9@9,99O `RXWx*vHx*vHgpn{lQ j0*vGĵϿ*uĵ 1hfx· KTcij m WAN` 3߅ߗAö uߞ*p߭߿ŴU%m0TP0foe)I'Iqin,s'2qR༯F+  GITEb(g,OiaEC?@XϊFU5UDOV&TR ޶.@wRQwRTwRUR}y d[BR 1&89DC$C$RC$C$=w m2u<pw!qtyt,*胧a>V>B A 5fYfY]79dM|C T BP2M 'BRHGXE@{sZj/~=7Pt` t.)1 )1P0{R?OAT`S 5v*TU!gppy0e::1UUN:6d?v7p7=_UUͩUaxCuΪ9?V7=yc?@:gUUg2IOd`??@C^_Řaz2~OAuwFOI%Aǰ`foXt@pSUW:P?'?V[<^p(^v[9UgpgpgplOd ʵxuz&svb?@ؔ߿#j)jDo_ jo|aXhMk  o.jwlg'od*vz&o c  -p*PPнP__4.::;ooOOv,loĐ:?lo~i[6HT!^*"'$ //S!E/ s  W[1U7,Ar(WU?@(f3ܟ/%T* )|/&ONk ?7(:%2r?2-Iܐ?Ҕڗ~|)/0&5mp43jJ㑠AY:B\nJRIR3p5Gps(}K"X64F2iZ?rզl ICDFiePQɴIdOԧel˖HOlV(BeZQ>߀(SjE[飺Ds*Õ*s۾pps* 5P4F~Ylop~ۄ:>Ǩ}iЙP 0C"YJP U:xv]}V2r?2IZ?2pⱿY~U\} 2qG+O2H~WPXH8 nǚ\Windows NT ?Serverz1GPT* YpwP@GzT@@X_F@}T555s= =  )r2r;b0u`rޠ0u4j8   *`(H l9R"HBek8}T? }$ }$ }$U!p0uw"mWY!+)'M(p!</5<U  $Jv[; 0>=:?rv9N86N1 pR)0Q*}TZ91PF)1F)= 0]pTE@EU,EEP?vjT  P k1 xE2zOtСާMF 4J{!?ubCq}6*TU`6f]泄U^ZVt_WztzϜUU͘rxCuΪ,]Ӵtz-ʐU鱷ؠBiozSŀzbo؀foijn~YbpȫSUgZ`_G_f{L~G8~[ao"qxلL3[šؔ3>#T z>Mk @>Gt1F W =ppk4l+mK_opL9ÏF_$֏i /R^0T!^P"7D= ?O!UOU d  }@@u Z.,҂H;WU(?@C2'.ܯOEbdJ0I݌O V_-TU$8HXQXJϚQ?P6U}R.QY(Jb3nXVbِSpEWˮ ERڍϷ[BXVDV Ryj?"ƒ|ٴɐ(cTVyu? @X(a&(toǰuʒ|Xo|Pf׾bu,Z(aN8s{É :㕤:SwPɀ:ðL^Ev̓8P Õ0tm0Bd(`b/!`2/ A`P/ &/X/j/ /0'2?1Z?//?y6'?8Re<;Y??&&ZOJ,KO(O?OQ&&OJ=,[OOO_O[>_P_g_)Xo(_Dk___^_oPokfoxoY~>@Zl{o eO wDb%h<O)*qHԏ班 S 3TlA 9s'Ә9!˟) %z|Ԁ @_:㠘@v;"ԯ~Hb?@  ʿhi T,Uy1'2q41b#HYT yM(f!MFѧh)̆uP?@:gU?@D^Řޠ?P!"pt` бj?"pt~ 0O贁Nk?Vy1>|%tCSs_~߲ǂyH|cߙUu1)u1 :$߇1U ֔Uu1pl`~ZЁUՔUM8JjgI?3d 6RWly Xyyc-NEDVy lZN縝iy.Ϻ@ S"pB] epJŸ}V2r?2{Ij?2piԖUٝlɽt0BqSЂwqW_@2XW` /h( XH/) Ǫ0Windows NT ServerA̧G S p &yu(\( @@?`M<+ sA>S7!060961B617. p222L22202U222222%iNWe{ 8t Oq9D9D9D1PQ."($J2yOFq?E 3E 0I 0 0p$<{[6O? PkĪI1dY DGt?4U*VqI<m)TO@~Mp wQU)p' (pqB OV4I6±WЂXH_@UTU@U,UUhO0T&"u 2El|@U>B?^o !ǪmѪfj{GzS߁H%vȁIqlrf\y ܒv ̙ uv`ֲvpyAu[ty y  Մ+} S'/1U*c1owωu /Rٖ?@1W@͜ģoe oR)ѷmjjoRo*ߠ`_`Ǩ `~s/ {焫ȏ]*B|``Ơv*՜` t_?䡐ү~6ɨу?åƱχĀJό'$60T' 45B*c_a@ w a@%l`0؂МǟkF蟀ooqP$(6H,Ր`-PŐX幷nSWND`y\@2DpxoRfsb`lDֻ(Z@lM 6$*_ ߒ[ %@ր 2ֲHZ;wW亀к?]]%OO#iQ Y TJ ( ٘?@6@!%L@ R!% /B@Ghz ϕR K@ to,^ =#X&y?@|$Ơ)3CAB ]e?LE[,Kb"M&~/h)8JC ɤ$2?# &?$/y@}B~T +43 0 ^P V_`%e0L%E0- N#.@3- L,EKbP%¾EJ0@2D[gxx1_*Q3!VB_,YD?lJ`$!6V!(_V_Tt_Yd"@oRfX!agoyg @"ofP"9koYd oB -S0"34y(/:# m!J#lFxAb0_:0!3pD!B@oY0QRg]܏2 cEw?2V>jT2Y 'rI۟@җV9 c?Xu??T1 B?5Y2rh?2Iޠ?288ܧOXJgO~OOհC 2̦ԧܧ ̦0WUQHClient_0Qc> S$ U 5$5@z^?@XF@t疠E $Y(QFǰ@|0J}Vi@Fv]PQlXA@?.&|h|Sd!6ظhzVyT(&.j?'sszDL^D @n}<k: .϶v ;0ٗ Q^t*`,!m!Tхj*t)방'U a4HLocal DisAk_0L*<ω>`nπϒT@%Y?y)b@APSw߉}""߹=%7I[@`/ /(7BTfx/?")P")/9T@@FXj| /T|鰦&QPV!,(t/Q$!u `u `u w`u T|TT@UTPPQ2a`P=du`4?Tau[ib`}d }a ' G`! `$԰Y%,^p]pd @z3@`9oepdribB`:sc7pc@}@`fsFwclzNkB3%CJ,<#:D%)7PaPa¯U`@Ygwf_/d`JC=3$P ;_M__[V{_(Up= ף^___ oo/oAoSoeowoiπd! =. daa2k2fah{h3uLrcqȣΪۡ*!pw^:Ʀ)̀2d-q$ +Ҧ0C/1?@/a(ϫ/&^߼3k???%?R߰3̀Xu??ܲ??d?BO;:žбcG1 ىY 9>!OO_V F._( V!5EWoρϨƳ}d)#"*$6Hߺl~ߋߴf /DVhz4< ,>PA6/|?YA/ 1Cʂ!bҺ!oP 2D@Vhz>/Jo(rgb Cg//+/8oO/a/s//?///o/??'?!OoS?!m????????Pgimgio)JxdFxd/OOOOOOO__y"Һ":_L_^_! q____ ____oo&oo'Bfc~oooooo 2Vhz]D"",>PbtPmϳ%dž%ܿ1CUgyPy#ٚ# D0B hz¯`ԯ g-+=OsͿ߿m'@ K]oρ94#Ͼ#!3E>A=`t&8J\nӒ$ِW&$F1+(W[(b9'FE!%u `u `au `u 4"544@QV001100Dwu`?Agu I]b0]BD BA ]20V@ZBn4~0x6o3v7VpVD @z3 @@OB$}E1x5011ZBYC@YCMZBSGcCZ0O贁ONk?M_c,c@uapRYY a aQPY@G6?]))@[N,3Ր%3?E?W҈>š??????OO*ONI(]D6ku rNHE 65BQ6ӣ?٪"4FXj|@ԏď|H T[8PCcu-DT! wŸԟ RE]DiE_G D#vAKҢKKߧDGp"DҢIBAҵBQL^`,s"}P'CW:_Wiÿվi/?!>( ko1CUgyϋϝSDJ]D@riEu/suA"gKxBrqBQrC#{I .zo!CPYk}/ 1+4 M_qk??9@);M_ ]D2iEE/pFA! gBKOx DEBEO2yC3BzOQ2CG3Jl~1DR@PR7//_g_K/ ]/o///$*//,0%P?/??'?9?K?]?o?????Qx`46rkth0АKc RgD gqrXqшYuAuB6rs5sBA6rsw?szgH rbO=rDTUP593_E_W__{____P___G+`bAo((%R?@VQ0/CdhvhcoooooooP4xE}7!O?@ TDgԳX۳v񓤥uBxwBAx/5FO9>P+(C⎲_euߏρHRdv% ^d ÷)jП*A&o'Fb?Pa @@04?@3#%?s%#|%s%%-?86 4=2O,dL@@,QPk$I  2'? '?/?=!egO?8O?\Oĵ@z@T 4>aHShared SCSI DiskN/5@k!BOb9fk%Kb LpQ[e?@0n\veIUʧ/gp0U#9UsBUKU/??$?P@9p/ (3PRbGemHX{5^P"N lKOraBy`E}ai2qbPbtߘߪ߼(:L^p$6HZl~ 2DVhz .@Rdv//*/oPoboto_oooooo(:L^po$6HZlƏ؏ 2DVqgŸԟ .@RmvЯ*PbtΏ(:L^pʟܟ$6HZl~Ưׯ 2DVhz¿ݯ .@RdvψϚϬϾٿ*Pbt//(/:/L/^/p///////??$?6?H?Z?l?~?/??????O O2ODOVOhOzO?OOOOOO __._@_R_d_v_O______oo*oPktί(:LgpC3ѿ+=Xasυè!3NWi{ߠϭ߿+FOasܝߦ$?HZlʔ 6?Qc~2;M_ /'0/B/T/ox////////?#/,?>?P?4Q??????????!Om?{AOFOr/eOOOOOOOwOn/,]U_2_/_s_D~_8O@CO_ ot__BoTo9X'o:oD_Xto_oo J^gAo_#6~o/G&o8y9VE(v`ޏ g͂ 9U=E'oIy͏֟'n~W@o 39Rhşί>A.L}מ]iĿ߯UFdZEu]%iٿH!#"5WJϬϵp߬J*`vV߮쿀V-)j4]ZLZ09Q  #̌cVONn g)85 /ASe ///_a/k;l g/~?//m8/9/??9_OOtO?gL?/eOOTO]4*KO]Of_Ow_UYeU4/OOJOF_ _2_so@oio_o_n_\ooo %o >ob}o?D1:^y,@ʏRhCT-QluݏE󟁼5$?Zc˟3sϯ;V_&ǯ/o˿ݿ7R[¿"Ϛ+k f(CL߳pߋz\߸??$?HX$19B{jLτ_)q=h ,}Fl| /(:u>/ ;/#=kh/H//4?:+?n/V?)E[Ykz??/??w??P??!O>^I??OOO_/<\O_W\m_OO_OOo_~_C_U_oRk_o__o#~uo:o K}<o-_oooVz*N=O9_F8\x "]w]va7-A>]{I VƟQ>O)-;h#O՟ޯD,eNOXί׿%!5_%U)M NDk߾L_i<9K]oh_ߓw2DVhz%.@Rdv/u/*/?P?b?t?/?6?.??O,O>OPObOtO?//O%.OO_$_6_H_Z_l_O??_,__ O oo/oAoSoeo_OOo_oo'9K]xo_o~o_ 1CUpWv,>YOǏۏ۟#5PboE)֟ޯ&8SCŗŜB줟Qϗ Ǘȶտ /Jd3EA-Ŀ .I[|iա#~̯!<߻g]ggLQ[j);efdQZmsȥߥ,DvUQs '34\k g iڌ/XC]QDy]:&w////////Qc"s3&G/27p/y????????>a)?;?8^?p?yOOOOOOOOZfO/O4QO-_l_~______OYK_0_N_`_io{oooooo_g+"o#ogFoXoasoZZ mH8TFOas͏`f/HQcu؏ZsN*.@I[mПⓘ9k` .5>Pbtů׫+!I0t4iUy3Pbt3xKF9 S(:L^p+ 3r3sGJ-?Qcu H6Y//%/7/I/[/m///??&?8?J?\?n?/&???:[??O#O5OGOYOkOk?OO??O__&_8_J_\_wOKDO__H__oo*oGYk}ůׯ :CUgyӿ 6?QcuχϙϫϽ 2;M_q߃ߕߧ߹%7I[m!3EWi{/ASew+=Oas//'/9/K/]/o////////?#?5?G?Y?k?}??????/? OO1OCOUOgOyOOOOOO?O __-_?_Q_c_u_____OO_oo)o;oMo_oqooooo_oo%7I[mo!3EWi{Տ /ASewȏџ+=Oasͯ߯'9K]oɿۿ#5GYk}Ϗ 1CUgyߋߦϯ -?Qcuߢ߫);M_q%7I[m!3EWi ////A/S/e////////??+?=?O?j/s????????OO'O9OKOf?oOOOOOOOOO_#_5_G_bOk_}________ oo1oCo^_goyoooooooo -HoZocu)DM_Pq̏ޏ&AJ\nAҟ5>Pbt¯ԯ 7@Rdvſ׿ (1CUgϘ $-?Qcߩkߡ-?Q߀i);M{o 2DV .@F//%/7/{//////??+?q/Z/r y/?????/?OO%OM5Y?`>_oon_ooEo_y#?jo]_o TjU%9 _bxAS` _ן?:C6Y̯ .7ٯƿ{_2zѿ$-?#hۿ.ρϥ&+-߉ς=j_Ƌ܍aN&3S8hz(ﵿ\, hfЏ++UIr)W_߃ߧ5wea]wv&8d /;BJ/\/v/?/A///#/ 7gJ?7??/"m///?? O'=9?AOmO}:l/lO\O1??OOO=O4_>O,'Ya_ __O_?o_1o}X_pNZZoDo_o=ooM_*Vo~7_oootTNDcq_DLoÏ*珕4c=o]f۟:b?=Dm٤`vomկsLR׿~|:/PǿtyϜ+u#˫OWKeqyߔϝ߯k Avuߙ6 INBO^yo2<D)e- ߝo <0B]x1Q(?P/k/LDom///h}}}/L?o/x////p??t_z5-|1%/b?q?/????kOO >2/?NYD:_oO`_OO__X_5?*KU)o_\'ggɉ__tM_ooLBO+_oHo$%f3EooO^_Ngo~iB,x/I}ny-F O%li/o>ʏ [oHwnj'ma?km8I<ɏH٭A"+~R&j&o"xSYOni'v޿G^UljX߀/CbާKW?ï: LQ,|~u98g ߭ߒq@H ,>.5k,9gxf9'.dex6Pm*1p/S,,/'/0-*?2/ 4?g??K?A//x/???/!O[?cO7?QOc/?OZ~/ _O9OOS_N?Oj:ZVOOd^OyP_7_._oHo ov_>oiqkVo_n傷_-oO@_ ofo<oo d_ D(MO|o_:VhÏp_i͟3UܯE}į_AFxUvǏWϻ"@ߏ=`ii O^1Mпߕߧ',XLLKgzDg!|?&@F>`s*ΗvOm4 ˯=Pbpi߱<gi/+)/w//&/PY/@+z////?ɶn??ݏ?NS=6?"!/?/Ok0(O/byH@OzOϬOOG?__UsF_O\x_]_Q__o YU_$JXooloo/a@}J$lGsir9%nѮo#_i_-n1poTcҏ?TI#ӟHmO_ğ0L#U?8RVoٯ5?Jfxϒ+_4o 9q_Dyߋa7-ϲ0kߍr8Ѿ0Zxolem+[ p]ews"R [~?\n\!N/R3/^/6//a;///$/s/?R?d??#?o׬/? ????,? ?FOXO?6O8OO?OOOObOOB__f_ͭ__O__Ok"_2_Pbtoo(:L^pʏ܏$6HZl636c33cc3˟ݟ%7I<[~cc66}ѯ+=Oj|fʿܿ$6Hcuϝϯ -?Z|~ߙ߽߫);vu~ 2M?z .I[dv*EW`r`//&/A6fB!QZ/l/~////////?)/<%033G%P/Y?k?}???????? O(>:0<1gH?QOcOuOOOOOOOO_(>cF:OC_U_g_y_________-E0331h8_AoSoeowooooooo0o(>*P,Q1_0o9K]o(=`!aF#,>PbtΏF!a6fc3(d );M_q˟ݟPfffc1.@RdvЯ]<06f&8J\nȿ]0 B s 0BTfxϊϜϮۿF 1R -?Qcu߇ߙ߽߫);M_qUU"4FXj|UDCDD+DVhzUS2.7I[mw5UC3DC43DC44DC354B3&334CC043" "BP/ b/t/// ze1S'4C3 4!%#" ! 4C= =!"0" 4 +" 79?K?]?o???hUSSx $ 3!4!1 13 3 4!72! !5?>OPObO0tOOmS5&Q<"#.!2!5B39! 2AA+F! [+_=_O_a_s__vcD"s7!"1/24223B"!3PbtȨ@S3Sf4 bq8!!2q" !9!A2sqbAa qrs2% 7I[m6c>'c']$ 4ޏ"ۃۏ$6HZu~ڋs՟(:L^y!x ӝ r󟳉˯ 1CUp˿ݿ%7Idvϑϵ!3E`r{ߍߟ߱ /JSnw+FXas'BK]o\#"'rQcu//2DM/_/q///////??./@/I?[?m??????/???*?PktΟ(:L=oůׯ1C^ ѿ+=Xjsυϩϻ x'9T2"""fo߁ߓߥ߷#53Z"UUS3en"EZ33S"#UUI]fx52 33U2"0U1U^p52"3HS30TUgy /$""15UP0!SUEN/`/r///////?%331_S0Y#cD?V?h?z????/?<80285Y5U0>\5?>OPObOtOOOO?310010B/@-E.EA1D4YUUmU%A11#A2#-O6_H_Z_l_~___OL313STAC^S"Bb+o=oOoaosooo_XEVRT2VB aSe0BTfx;SdFTF4EUo);M_q}S5TDC34w 1CUgyeʆUrt"4FXj|ӐbȂ֖A WC3CD@4Q*<N`rӑѕfbuث@A44P"4FXjυgcӕdd˴ Xݲݰ,>Pb}ϏwĴEz6fc366c63c33fp -?Qc~UTUdT1c66(:L^yVi@U U4CҀf,>PksfB6f3fcf6'9Kfu3҄Lj9 //1/C/^D`w/ǴfcH///??*?<qd!۾&5ƚp5u6Й,y|mzoTz\:)~'zt oDiski,ш,r'2ǥq(,הr#/H1V1dvB ϭϿ ,>Pߘߪߘ߭/L^p / g//11(:L^p$6HZl~2V2 fD"6U6HZl~J/o/ /2/_?/z//////[oo ?o.?2o_?2y???????3O OO-O?OQOcOuOOOOOOO#N3Vb S#pR[i6Y@@P贁FX0?n\XXj_S_u`d?uPb.5 5{H3QUIMS~PQɏPrUwʢСթ JQ\P}Pbt//$/6/H/Z/l/~///// ??/?A?S?e?w?/??? /?OO&O8OJO\OnO?OOO?OOO_"_4_F_X_j_O___(O__oo)o;oMo_oz_ooo_ooo%7I[vo'4,>Pkt Ho>PkʏoƟ/џ//C/V_ǟzބ<ǯ09T]4n#v*y1LUϋhhό{#q(1L_Ϻa _ߌޅzߜ )Dzߓ\!<7?c?|?rOO??=O/? O">LIOf/d_OOOO_bN_R1/K_7bAP_E_W_`o{__Jk_obMoSc?oooFHoQlo_+~oFyObCI[mt;/GX lXao(﯏n,f<NWןџgڟF/"OV4FOvȯi^ Z(1L%}ϡϢόTxK8A߯bKuΰϊ߀ϔ~܉`4Fߤ|Si7s(18-V>Pߡ5n!*x7q[x7I ))P+!n(Mn-? 9/E^S#//Ghg~4y/7p//Q//??"???????? O߲X?OOOOOOO?_nOBOTO_xO______Ob?o%_o,oFo}oooooo_Ooj_lc@oom_mo'ocvIondmǏFboxR|V ^^pӟ7KX)!Vhz˯/;߾6,E:N`rτϖÿ3Ϫ'/7I[mߑ߬Ϣ.&/ .@Rdvߵ&M5y)1C UgyC,Z` (:L^pX%$c/:.)'9K]o*U5s$d//,/>/P/b/t/ &)/??+?=?O?a?|//'9? OO.O@OROdO??8??OO__)_;_M___zO34-K+IIO__ oo0oBoToo_ C+D_^f_ooo -?Qbf(o&wo&8Se~|(C̏ޏ&8SCp=џ+FX:qί(CU~bdvƿؿ ;74^(xϴ ;MϳZlUعoϤ+߭(LHj(ߓߜ#5_S$J'ˈ*~a?D99OI/-6_/0$*\332H,l///////8ez$*7%{ŌG)6&6'5CC/??????/?<2Z8EJ^9fiO{OOOOOO?L~`I3r皊!;f4fOn______O]f lo0omTofoxooooo__bo :oLoUgyoPf9X &RdvAf (:CUgyʏ܋݄7 'E5GYk}1X2}aB9K]oޯ/ASewωϛ϶ӿ$6HZl~ߐ߫ϴ 2DVhz߰ .@Rdv*<N`r&8J\n/"/4/F/X/j//////// ??0?B?T?f?/???????OO,O>OPOk?}?OOOOOOO__(_:_L_gOp________oo$o6oHoc_lo~oooooooo 2D_ohz .@[dvЏ*EN`r̟ޟ&AJ\nȯگ"=FXj|Ŀֿ 9BTfxϊϮ#5>Pbt߆ߘߪ(:L^p$6HZl~ 2DVhz.@Rdv//*/oPobotooooo_oo(:L^po$6HZl~؏ 2DVhzˏԟ .@RdvЯ*Pbt(:L^p$6HZl/ /2/D/V/h//////// ??.?@?R?m/v????????OO*OPbt//(/:/L/^/p///////??$?6?H?Z?l?~??????/?O O2ODOVOhOzOOOOO?OO __._@_R_d_v_____O__oo*oPbtί(:L^pʿܿ$6HZl~ϐϫ 2DVhzϞ߰ .@Rdvߚ*?P?k/t????????OO(O:OLOg?pOOOOOOOO__$_6_H_cOl_~________o o2oM_Vohozoooooooo .IoRdv*EN`ȑޏ&AJ\nȟڟ+=FXj|į֯ '0BTfxҿ#,>PbtφϘϪ(:L^p߂ߔߦ߸$6HZl~ 2DVhz .@Rdv*<N`r//&/8/J/\/n///////?"?4?F?X?j?|?????/?? OO0OBOTOfOxOOOOO?OO__,_>_P_b_t_____O__oo(o:oLo^opooooo_oo$6HZl~o 2DVhzԏ .@RdvП*OPOy+OzOOO+?|OOO'O/_A_[OLnN$RrO__O_OmO#?$_,o>oWIobhoooJ_ogocco1KoeNy~o{x,"4r)] c[_?xjoЎo /h0M}ȏp&k6AZv>~MR~$lO7bv</9S]ϧ[0Ϩx͌I8 TiSOߦqRi߳_߀6*DN?ߖ߉H*Ϭ$_,kd3Ο$w< v7H.OVeyk//@Q/y/ ///{/?-!_/V/_?8??@/?i??#O?~kO;XO?|OjO?OOOKPQ,_*TOdOo_+l\Z__OOl__yx_/L_\_go?_oo_?o_/ifooBoKvo_w/Ww[_bo$3&E/=?///p?d?/\?0//?7O?^OOOO?OO |O+_?OOO_z__O__oo__hjh_?ol_nlo_z7m}?ko`ta[/oo/oTotwo )go^؏V ̍$H̐'r]ɟ,īۮN8 Aj,_T6^k\EϗpO{ϠT XM¿ύߩϻ0AVFZb;=Z߼ T/A҆VpOKSr;uDV!.[# Oh^;G/3W׿>#z&7d/I#?4?_/3)//ߺr6tE?y?;'=>/;J5?G??}?ɏOiOIGI%_M9U&OG_OOF/__*__$o=oM; <_B_]_k?|oDooA_O%Gf  oko/oTX 0U!m<} ?ߧߜv&9Vv: o-n,VcD܊e~4q`,/gn/<:////7/$(//K//f?.?˯//??Z?~?r?/C??^O'Oÿ2O?OOQO?ƿ_uO?O?Z_$_JO__G_m_ oOntGoYo^_:nooo__o {l9KeowoobUvo \-?k]? );UgҏY!_#5OuiB11~]Gfӿɯۯ -zY1¿bϴtg jHϧ8vߓϤ7 6OhsXﳼv0Aᝯ**-|x_f äkտI$yPƧYů2<YrAdl:/L/^/zOܙ///'Q!/+?=?O?k//Y;a?/??RT?*?4OFO?-??c#O?OOPD(OO$_6_H_dOtOO?OO_?UTcdW_'o9oU__S_xFo_ooLf_ o(:Voh o 8_oob m+G_i^7wgdlk$ 6IO-}Jo?@ݟZwi_ZO /ӯ֯fzA#YYSYZ.'VxCho/HϡmqO8Hw9__߀ߋ HZl :DVh 6@Rd//2Ybt(:U^p$6QZl~/ /;MV/h/z//////// ??7/@?R?d?v????????OO3?PbtΏ (:L^pʟܟ $6HZl~Ưد 2DVhz¿Կ .@RdvϚϬϾ*Pbt//(/:/L/^/p///////??$?6?H?Z?l?~??//????O O2ODOVOhOzOO?OOOOO __._@_R_d_v__O_____oo*oPb}ί(:L^yʿܿ$6Hcu~ϐϢϴ 2D_hzߌߞ߰ .@[dv*?P?b?t????????OO1?:OLO^OpOOOOOOOO_O-O6_H_Z_l_~_________ o2oDoVohozooooooooo.@Rdv*PbtφϪϼ(:L^p߂ߔߦ$6HZl~ 2DVhz .@Rdv*<N`r//&/8/J/\/n////////?"?4?F?X?j?|??/????? OO0OBOTOfOxOO?OOOOO__,_>_P_b_t__O_____oo(o:oLo^opo__ooooo$6HZlo 2DVhԏ .@RdП*Ybt(CU^p$?HZl~ ;DVhz //7@/R/d/v////////??3/ p6Wfngy 6!0^Е`[_q.S`IS\n/C=F/X/j/|//////// ?GUUF??Q?c?u????????OHUL5OGOYOkODCDD3O~AOOOOOO ONUSW0_B_T_OO_______a5U,1aeC3DC43D+bC44[DC&`34C3yR333P;`4C;`*PB`H`I`C4`)PN`Lb43*`hbAb;ap`YbP`LaOooooo^eah„zP4a)`K4CN`3&pQ`4%qxQ2s,rAa,q%p4C:`Bc`aPrb]tn`~b+bj`qwpi`USSra`KawPS`QaJa4`Jb*aamthadq\q-]sstaaMb@brha2`^aǏُdaS5y'aucaVa4"Aa0aJc]rB`B Ld~ma_~@Ɵ؟ccu(qgbrP'ks"Pa3`(rtsa8cW&q)`z_9Pbt//(/:/L/^/p//////??$?6?H?Z?l?~?//?????O O2ODOVOhOzO?OOOOOO __._?R_d_v_rz_______o"o=_FoXojo__oooooo 9oBTfoo5>Pk}Ώ(:Lgpʟܟ$6Hcu~Ưد 2D_qz¿Կ.@[mvψϚϬϾ*ENirߖߨߺ&AS\n"=OXj| 9KTfx#5GPbt/(/CL/^/p///////?/-/6?H?Z?l?~????/????)?2ODOVOhOzOOOO?OOOO%O._@_R_d_v___O___Oo!_*oPb}ϘϪſDC4q%7I[vߑߣ߾!3EWr{}g*2 33U2"0U1?OOOOO __8OA_S_e_?2"3@S30?_____oo/_8oJo\ow_""15UP0!SU_oooooo (o1CUx_331S0#'7p%#%5U@Ǐُ-#@#?W#2%UUUx11v2# џ"3? 818X u~Ưد-*)8"D*sq˿ݿ"*2XI4R1Oaj|ώϠϲ`c*?KDC% EW`r߄ߖߺ K563:?ZcuO& :)+^X/C3CD-4SXYk}M&$>+43b44TPQcu&J,]0>0H@I[m;.95;;+6fc366oc63c6 33> f\/n/////DF:$(.%D29,6>;=!E c66?!01C A E?W?i?{????/%-2I:`2B9C%+7;!@ f@ C?IO[OmOOOO?:+,C:H'c P"Po5GYk}od4on*Pb}ůο(:L^yϔϦӿ$6HZu~ߐ߽ 2DVqz .@Rmv*<W`rT(\h@%X@'()/01356789:;<=> / F@B<^jT>@jL@tRj?RVjߔ&Page-1ck Blafill_White BluRed Greeun -Cya@Yellow GMnta3ay(10% x line3 Long dash1"darI9e. X5 7 9 1pxlm9mHairqShort Arial ckeredtop leftT/imesNet-Norma %T#hi$(np!Opaq&bClUserNameoInvkoryCompue#Vert.sXIxj&ly ?Connecu I$'EthernetaServer / 7Tow P +.8uDeskPCBn:.18Pa";D";7 Databaset0Y4.28_ b831Cir93AS^r94Prr96<=7<8Sc24u6o5Fa h 3D90OK?;1Si0oF M0HQ@Sy2@M@P MM@V5AjCC IBzOE_HuRQ@R*ALM@Lq@TAq@LQ@AdAR0OsjCSDC@10G%T0FM@AP@hAP@AA0AhAA!n Q@_CC0,U8YA-FWAT_f_x_ W1CR*@0AAVM@Tr3W3PPPUPPPPUPPPPUPPP~PUzPvPrPnPUjPfPbP^PUZPVPRPNPUJPFPBP>PU:P6P2P.PU*P&P"PPUPPPP PPPW3q`q`q`Uq`q`q`q`Uq`q`q`q`Uq`q`q`q`Uq`q`q`q`Uq`q`q`q`Uq`q`q`q`Uq`q`q`q`U~q`zq`vq`rq`Unq`jq`fq`bq`U^q`Zq`Vq`Rq`UNq`Jq`Fq`Bq`U>q`:q`6q`2q`U.q`*q`&q`"q`Uq`q`q`q`Uq` q`q`q`Sr`qpqpqpUqpqpqpqpUqpqpqp~qpUoqpdqpSqpBqpU@qp-qpqp qp_3ppUppppUp{pnpjpUXpEp1p!pupp3 W3UxUhXG4$3UAAAAUAAArAUdAUAGA@aGx%??w0)-"7W8908 5"40!??? OO2ODOVO bOOOO+O;i0<=g05373?-_4S q1@  dW4__Sm_sQP o__4*(\h@%X@  !"#$%+,-.]! n xl 2@B,fj&<3Jв g (^XS@(W84$燾jbjR_TCj8T_@{{DjN&BGWj!j D  w|~j7Lo$PdEj 'w<\j<@?$IjS})Yj[/`Dl2FjcDW j$?wܽi' =>DjWM<\ }C@jm!VisioInformation" SummaryInformation( 1Table^GSummaryInformation(# A2/CwMMO۷lFUe[jOĐL7enf 23< tMDk eպǁ%B)UidLɄȺPq}oxO}?ws9tgU) ac XlT8pt.!%k2ar >:Ksv>gs˗3| 5?›!࿐@e_s ߄Mסh/\^Uk Һ?7hOw !e&).E$*n%cEaL~uV]V1&P`J0Y4s{>!i#SήEq+Sn[Ҵc*#bCH]H:*ƺh7,xtË[#_U|dOqFHFn̠ sʫ|r"jbA1<1cfqj LU PXn.g*_|.dM++<~,7碊]~y3v ?&!M.1-,j O#-1t%& ]o"<.Qu)5L(7/kaxK]lU`e\ IOOxAJl%JnǿQYH`0i0o'L@!dM/ᑾInWh-4}[Ţ@f"}T#Iu}1H钭dS7{6MHI_&z[8k%h gM M{ #ٝAW]"t;:BwBHHo# ,%XM!"}8!tM$660'ķ*ĠKAzzZK4 @^ H^ց|~VEB/xKurAu޸P>ԺrT,X!,q ҸTw-1@8$v(]7.ҷ*CM,QeTX E_*h#q鳤_V>*ыt/EC£Fyq}7]} znfyJ]lW+!LSJ0JSE+"[=^r^M_]ԀOD0!QCxKL&. qM@Nb(I%QD7ʺ'X^!"K8YÁ,B/ҽY>H/<*"jr3r.i~urm@/J.D%\#~AV1Ŭ.u=N=U~uyZW~EO+EB/xK3į<-8zWgWWeIDBe8$ oCAtOBM$@FY7}AHK YϒH#"K1B}y]U_MZ0Z vE9W4~1_ TruyPsuo;u2'8!3vMd}FϾαa!6^ 8oU۪T>vV~*`y8"6LjS〉l~:߮RüN8;b=V8Q=&G8:9>F^$bw'^Ħ1bzBC}^7I*nXB,ELGl^B^GDg"S_DK ."v"v(b6b&>_GK-&vK՛Q Awib.on?gOaysVv[aD٬שO!z岾K*Rǯ~BR.`(ĺ }}}Y/eI+0_g 32ůoj*M7OYY0o\5fKf7f`N/8t҅>^.^:qzًKV=@3ҍk@Y=,D6 a6`)| +K^ގ^VuzofZJUf8W^:pzًK'N/]8 N^ҁuwЌt#PV: Q761Bتn~9_5RX[ގ^VuzofZJU:vqjҁ^^:qzeN/qzهKN/8+F5un mbhU Hsj V[a@o+ /Z2xtW qA."WNa P ү6ﳇ_#-s.!-0H7ؾg6m >cWg'ہ`x-y{K|-y{K|-y{K|-y{K|-y{K|-y{K|-y{KJ;&) IIxÞ&4mG;.CR-Cܼ9%bviZD BEsYY g[-sh3OHLSME2jd4W2VL6Ս;dV;AwNۖ=}tgS6ᆷՠ]h8Ѯٔ%;VNvJێEMZr;]mxۯ\4v6em;m۵+dӖFmΦlMmApImix;lTf90smRvܯYd3eml9/{x; 3)C9Z1?hƢrv*ɟymXP/".xGLQ5d1a&*,1omy6ui*W~~- m5brp+W&o`Xo#v%m׵=oGS{9[wƋ_&mPkkpަ\fI;)6kkJCX ok7-MeQwSb;/}f=m*;rt잴M{ v땋b$VwNΓp0\r;y.vx3byg ?ޅж^*]EAtv:d玀xr\L\ Dq8k3J m!Fvɛ R/Wly;y=j۴ ޹.Mr6y;ZoSdJv8+!oSvq,-3z)ji8'o/mOej}|:1inڕ6Z[vm3ѣ}hN] ykμSݼ7,3YrPJvmIaC6֮#)S7p6ArYҼ#풓DTٔxm+o7FO,^^,,^8nc.rn'zn A0vl{$8_ԺO pemO/%f@\4/w{71.+\SI4۹lT9v(1Ԯu{X"sGZ|tsп7-5ߗKyxg15,-dpHs_$j,/yJJ I^bS:5-\.EF<0h 򎤏&))j1 ^)#A\'QwJK·ۏ4փh挔,zXydIni^ƙE!j#K,# u$k+.F͔c`Z F wfώwd&4o%ôdM5Fh!#s(ɓ vަU%mtm6:y'hμЄ_J\M{-h j;l۴^iZNpn;jw^:G yh;8fa'Im=bl܋降%ӷ#; fކԁp6I$Ryno -Mwz]~4Ėw;jffƋC7Tx,&cwK1ב-`Vޮe6^"4;MZb>,1N疆wrE="tP Qc%>oo[%>oo[%>oo[%>oo[%>oo[%>oo[%>oo[%>oo[%>oo[%>oo[%>oo[%>oo[.O/TwxeA:!e5wfGs#y9ygaW7yxeirKxhp\,K Jx{g#9m-tbla}jm ,|Z 1X~}S\")A2"H'Ud̠RI;p0=;#?|d]هom)"&s`U~NMs;m=o 1eNbm&rw5Ra fCSŹ,FnY_2.ll^F;jVTV`3PelLL4waIi$|h5oI8 ~ܨ-{cvTC5OEpM<[E#Gya6sm} MPcsCr"Ζ`'?"YHph0/\}N(-J{*|-ݭ3yn R-⎦$VMJҨ#ql$RTM?xm'XL%Lh[y)p_p'/|8Uhi%x6'7(E J='$H|[*uXA'UfHtugM9%| =D$u-2gum= ?{+pӬ&"AK{OV90*qk]a  yh'OɶfQ#`pB/xc=8 -QiS:ڒ[ւ,8Vxc]\O8X]S^ PYrAY0T/q+~YJ8TK9at|vίg U0hpU1rYNj8Ӝ\Q4 )&4xCV+] 냟&SW86r*#LK?"o.g0Q蹊c wl0hHw,H&1t^Vx97滝p.ZE雃ϡpT䀧b#1 FBA1qZ9^ڎEdӭpX6q )~ߤ, l}l!@?WĦF 1DPPع? 'rіb- o`iy7猨Ò*n*TfB^Wo8 LFuSuNSM,>k"+2oAbh%X, umꕾA,tBj0/&4[|XpMOÌ`#]/:KᇠR̄%PclG5=?(8gJČ7KrvGxsqrԑz]blMcŋqUWxTŰvnk>b6wG-6Dc'"$ v7+Zy.m!>4ax4vKa9l<Y .شvۦ}|qHh! n?{ZGMrbBeB'hA*6oEAΒsepH%bn8a2jF':ܔkBYHmqG2{s9Bn5~(p8}kp2<~jp׺-8͂G| lX2qI~I@L&PO2;,GlŞ M݂[~<(yudÁG&\% A`ʠchhtW+>t$x|Pa3Mf0q:?! E`#5XϹD"᠒KmY?[g>nIfNj?SOM׵fKR j;{Ԡ}cu;-pn4<6u!5rI q,uIٸIR. +1Tt"ލgCk[n(ZCbL6̜3i IN뱄|#qDHFHАULNg}d@i+s" ENK tg62ג+eqIDJI-?S93R/N.s+rgK2z ;;oV{F]6FkDf٦Sdޑ0{cvޕ{CMە{3-ۗ{# ۙ{=ڛ{]ڝ{sF6g*½}UAw^TUp?{bߏ;|_cȝwU7?wGpN"!ф(n)G1K9HeI.K*wYR˒]Tr%,eI.K*wYR˒]Tr%,eI.K*wYR˒]Tr%,eI.K*wYR˒]Tr%,eI.K*wYR.=ڮrWJ.".7!n7q.oYܪ[I|V= oeRDZ]M_IҸGl=;boi,nYݧB܊']/.EqEַh>-/o7L qn/MSI[Fiv~]:Tػq_^Kl~D]a Ĵ^}L~U6q[z1} Z]MB1C~3&C>S˸݊QJc<&_/\S۹$~XFV~SIy1["iTbUi6ˈ}}}^zY2Y*Tʏ G֦huLTj.&U22VpׯbIB[jQ6WV!D!Lt-d;ue#m[q-+^Y:զ=Ԉ0kZ BlR+ *gEsn15s=uǷC;l#dE;V35Ոw -U}E YC5҅K/k/]BbJ\T2 UfRP)ux<w[Dף ىnLFΗ}nQ]=mC\N9K;œșx@quCu ?x Pω*wvr?lT#sxT]+wܕrWrW]+w܊s9 uJ"2tV?!ny7=OB 2w+:)[^9OA)ۇ,ܥwI_2;sz}S1u'!^^Njbˏ'!_?4p[įSSN}??4_z|^p^W֟y鲟T^$;8= "_howLSL d<nnIӼH/?=*V!Pfuݱﹲ @díH^PCp4V~QQ~nifԢ45ns]T.7>&Si1#[8;E: pE^ިy$V!svQ/M8oQߧ?m O޻w[[G^|Dn''d|gREަ;Br ?k G'[MXq^3醭/5m s}SMFx7 C7s}Eۓ%䶓 vS=ˣoﱾߔ GⲒ{G*OgI]^.rWw(r/tw4~yݏ}'aNz~Z黓p:Oߟf?O򷿪zNhRuH.K*wYR˒]Tr%,eI.K*wYR˒]Tr%,eI.K*wYR˒]Tr%,eI.K*qd TK4n`ϽdnQGs{ $[r??禙tgN5~a-M7ĹNTF 6?>V.YU*wbɭl^ ^3wTZn6܃Fg;q. Rm۹MTE)] ΍4WsSA@l_1i"zF̷&s~jz wP^ވ_ӹa]\mY^Bܛ pd:oPomPωhU>8K=lmg ?_Tyq+h}=-:TJpG4yIs=fO0fϷㅋ`@߇6E;1ܻr${3pS'+s;2<7 Iܩ[ʹս}zg՝~ 0QuĞo!mEn܌#$vv_zk!Ϧp"v^˪஖ͥ]WBpV{4->wo&3̨gSlX%%\w X b{{6vkN2M|n[f 7oK܆-w4ap''.wF[Y\9 .,<wr=[/ ?%LR㱸%4o{P>xDn3w{l>WsOPoPxq ̫[`X9t?wqu<@X_?PpiIkлѤ =8ܐH=2!pNnC W nfS,ůYYdyn7;ܢrk ŝ/qM6ܓ aKw)`؂{x¤r%,eI.K*wYR˒]Tr%,eI.K*wYR˒]Tr%,eI.K*wYR˒]Tr%,eI.K*wYR˒]Tr%,eI.K*wYR˒]Tr%,eI.K*wYR˒]Tr*]Ɨw;we\3wX|Wh|On;u*ߋg鎲KDam}n'`A;pw%Fl 8>|{nK6ߜ;{vZodߘi|[n.s Lk3ٔ[: k0p/e)6Nufgq1gc 6"7Qۀ,dcb KNFs[1f䒛-lNM3YmM+gŰ6u+Mk+R.6|ݛ cJ&2 IybUQZl8?oqPhַr%?"Qr 5;q6ahĵklrIk%I]C뵨yKf8|FmN'Ny.$nJ %EΞvH*i%82 nLmKS5q|+M\>a'O͢EkFx*sEm6gU SFkinۼp3dp?jw4%jRFc0o&鱗ddlھX>٭l.~`o.?4e*?gGz67K=;|6oǨbDN;/-=@@.ReP9Q'!ŮFR3Ǣd?0C¤LssAw"3N"?kJy(YK!";l >sh[Og!dH[f]6чD Zz̀sʁQ [ #\;D;yJ߸P4Ö ~saijLۜі<߲ͯwrĘ|lbGg]\y ۨE5^/bQبk#W gP!,|6)Ҍk:3or}fDx^ ?5g&,rphe;y UD=CV:'fܼ t\ҸX; Ǜrc%o;.^*£(s[)h͇禰ɽ; o!G';&Y?YUt9niȿ ƣm\ a!ڈopٯŦ6]#;wǥFF Iq3رs wAas`Rc:`Crs۶88͜ji3#\5;mT|pjIaHpS87!_pNe MC`"N.%W  8`\$st{yTΘj< 6y$Y߆bljoJf`q& t@l3$jbyܝ7?B|9-̅ /e?kQgnL3 ǝ:o{Be#)b'!7^Mu)rK>^Q0OwTs"*oǬВ.H 2'6p>kڧa6{Zl48?NNf@4yw*lS>OGCsZIw{v)p&(GqK9YʑGJ.K*wYR˒]Tr%,eI.K*wYR˒]Tr%,eI.K*wYR˒]Tr%,eI.K*wYR˒]Tr%,eI.K*wYR˒r&v-rWoW*wq qSvLV5Jj#,n/q_f?~+˟:U/o/OB<=bK١};NOeq>=}V8~t)/E(n}yfjpv{iOr2J4%|m֡Rޭ(R,Zb;\wk0 sX __pek_OfҋoŠvjD1*d1ݘZmVzPT1~ʟj%b3µˠL*Lȋ1غHIBu,ŭJs!p_F+X|VZWS~L86Et }g7Tt1ae}~NbU ' ygJKDHn!! e+-nEܲ+nYҩ6AקFT]UvAu ]Ӳ_,dW]iP)>/pkWU;کe+%+ZѴF4LcPeu l+*^^R.\z^{xeKV*/wUY25DJ $n8NTuc*7Bvd);.KlU-ߙ8ᖯ > :^4_~< q){b$~OOrzz-{TҼ7߿Wokx޽z=r#r[>Y>8!xqtu^5|Ar]tg_ܳ<6rܕrCܕ{N'~EDd#O0  # A2nE ٕ۝~JE98`!BE ٕ۝~{fXYu(ExeEy]^.YOsyMwaK)e|; Aa<2GJtM]5T-cBֈȚUFʸG,h̄&h d _{A{NקOsDX]c7vDE/Yqo nƏ/Ja ps2lPy | r؛Ř~]]tuxM};"z{ ADE[ 6H  幞OF?YdttSD.Q/DK7aҟ|OB'}[e7߈/A@ޒ),qA#ms ™{<qո'O.qLj3y^:7zIz~R?4b?? ;%Ў >{mwsNQ:/]cxǞ+w}w5؇"^fIl-=hQAl>,<}_*T1Qc_&btRqtl\דl~<6>zusTp E[-c+؟@+.;2S.:>w <my8;:p{"7Tcv*{PnѹUVJT?#5vFkxqvF<|"˼V' r.H8=Ɩ"ϊp=#R<8{Njpz'K E8VDXNp",A-E#<3ᜇe8^C8Ke8^+Na1aLe8^@xVe8^A8,2/OS SH[΄tHs·yvp_&봻![Vq^<|?.~v=T?>~:t8t~%KU<'봻 ;Nq_WdQ^- zh 8篌EaRm0=#l[?~mDOcnd?%5-7@HiYu WqpsʹD1HaFAÅleQglkzݻnzaۋ'A8y87Bp/^v}E\ǭ}?,sMKƲzع"|"˼.O94ӛd}w.-E%8> op",E!\%_ oB^/FBpV5{^w+\0ΙK9schc.@͙K̅}ΙKĜ œ8vrNã<,"6u؆́w rQi~|~0ϋ0xp8~^ X??Qj?P+ ^OC"H c]].M˱ "ew oEO12'DxO~DCЃx82<<O? <E`Cp|Hw;_~{ܥGΛ#g >8h"1waHsiXz;+}Dž9wir/&wpE_)Df"L2\{}~@4EfG3y8?ps]"n&O/(>c]^ztyf'貼b3"S,4G]3ET_Z>q~—<D3"2<<Ody"</'!8>$λ{3 _֣Ƀ\ϟ'9ܿp'.0хW]|a֣%H#£p ׉p DIFK QG_p0W p0I?p/ztpAm'ztLb|F."<_="'/?68=@" Aq~w$ 8~Bu;" ݽz4otA8`<73_4GY.og5;z*{9avW1v2;b9)v!{'vm'O!w COBOAOAO+! H{3^eBٽc/t^ u\u])mGv> Q8v-hjjjjy7XNZao>җWٯ_b;Q!ϕ?9]`پU8{/0{t{챥SK?/f۞b?iv#l>=qavCl߶u۾Ǯ0}p|%]ioKg pkf5H&f|9]iB!^(KAerQO^zhDk@ՠu?hjj{;z=~XJX7qIwg5չFqj=agtmD7ƫ-yѝkƿB?_oBoAoAo߇zZz߁V|ZЪA~ZڏB_3-@ah?<=>+kUطڦ3Ⱦ{e4{ߝ2x A9X;xM ~9[ \7A{!vw>>{Qvw[f| gC~t/}O#P3P3P3P)0Xu1vOu @0AaяWlᗣ ᬅD΋^BvBx٫eZ;y!v·؏wwww#3P3P3P)0Xuqf#3@y7cOo> >೯Bxp~⟅! (?矆O@ O>"8g!y|;7J~7V!y>4:ˤԴ>ݼ{XEmPeZOߊhC_Oū@W]l3/@9ML>f=y W=םGUf>B"n1N@pm*>,V};}/brK{my),ۂHK_n$p%/ ~IK_n$p%/ ~IK_n$p%/ ~IK_wCՌ$;; [G&NwHaЌM3>Nܹnvl2;wM*lͦm̟fnԑT6rci\S]o:Cdm'U`q[č *BBÅ[W(àGfnZ ֙0u=qc# MB59p7ˍG.MBJ>c&Fm:QVF+eu'>MLTFnjΣJ7nlc|ERTrB5\n"nVPJV%JʨY^hrҴh5s+i#9KWIqN3T߰LTeboKO6VUvܚnܺ[[yP {ꖫɭ6zƪVܹIU{/jߺƍ_ #TUwn'OS@,g"݄j ܍E!(wB΋=r5VavmTP#Έ*[Q7,Vs'bpΪ\[nrn-;`7OIo*uxVщl+P떦yṉ:mPT[FJ7nVGmH+H[RښbkW/ \Fmľ[-6J{n.܄*bLˮd!ȭDOƭ&nUMGnjj*rɍT431::4rpcvVr+N.>NM7"lN 9).jntϼ_nrpnr"OF{I~w8w34 Ye*/wZ=$sZU\[ Cŝw9J7oK;돻^=HiV5M[AۮQr\\sLr:۹}vzg0'͞ 7׼ F{ݼ{{NL[r٤e[9&Ri_qݼ>2c }u`}4tߵ% Ǚ "[H[#A<߾R,2w?Tiy[ˊ۹L[B62R;9hi4)K|Z+;Q;7$Ijoh*D箝(s5<K+r%vk$L[sitDNIK[DGzV*1T$ `p*wh/(CVRrl- wZ۶(wڒ:2;rWk͝sKG.h#[^i}SV*;tlyLZW#wq+s宰ZR?UL[;ոrIq#x%>yYuQW`ܙ-wXjAd2w5 %- RbIYLIٳā[Z (%yeQar*w&m3y~JVeaSs[e\ 4r;˖7zAN$$p2uuDb.-ĝɽ)EV6ζgn$p%/ ~IK_n$p%/ ~IK_n$p%/ ~IK_n$p%/ ~IK_n$p%/ ~IK_n$p%/ ~IK_*JVfRUf= ا݀eʵZeMorn ȧm:SKejviqLdf4CJDp+8e:7ipu0=z2I]g'sK?wMa2w6إ7{]d,6[𞹕1ܥ,r&r;aHc 0=pw+6N]&] 2qEi:X֢z"fYe |ERUlMrnGÜG!7mŌ{#&82s+[񴡪i.Xպy&Veōfge+zl\Y"RxFj"bj7pzT]$FRlᘲEmB0WXÒ 8Fv\#!Þ+pk{f2vKV1iRqS"-.77åq|qL[vB^> Mݓ"LM3y"+;$*iBpd9\Mro>K ]ަiPcr7)Y[s6iϭ?"4S,B5c +5&l5vjdƮ|L6i .Oɷj$q$čn Dy?ՈNfrƦխ6͵y`?{S}P=ay.mƽ ymޱA^ jFj%x;l\Q<229/'! tUJEo SBkno3x.H}JfRo}hJ硤˻I͞N%ogpgpK-^iMhE!=f@% 8F-h"wvw2ifOG{Tpp -7MNkzMx;FTd݌C| 6fPv'o!ʂhS{2Uv#bTEݬة>iJ耥 4xNُa,!>$J7Hʫd.C/e~n+Puvc7Vå͈#ҵ 8:H)Li\%3<,m"GU pyX+JszwTT mrFc'.5 r? EEpWl$G#cCR :3lO-MomŢqarY#r 9+ǐMjtUڤo~CkbS Z 92FAqm{/{9Nўb=}EwJ 갢|Hr|uTV#5%/jnЄiqq:iDfEw}6gI 1 c;*>Ԋ[PF-Zh]%X. ȻW:u Ѩ)61LS [3:Z9&sia1 3‚\xәz j.nXXn:[QMZ Rܴghn]ܸ1K/7SluwUr?&-O5q-(1Ml]xTŰ;^ܵb4wMa{w^G*ٞhn]k!LaG5qW14ahlkb6aC{#zTشv.U7V/4R5HyD;nܠM]$Jy Ҵ>Gg7ajHÊ@Rh%Um՜j,ʚձ(\HuJXNq Re쪉]!ݼS 5jUs"nŬ%FQG!iF͉`4MEA1 yʧG 6vp}5*xݚ>bQNOT^ v8%5G%mcJP(h p(7e;xwl6nr汆Rp iMղZ6$4u!4▖Vm&mf 6ƹmSƦ[ًq<@6EbwPlیsv¥v6L;+T cc3x!p5I4#LLN}%Z:J]}len ,>sƝpm |l8QRd?wHpmBnjhΚґ2 |߻7Z0[+11NB n2:l6uvÂ!>u=s+mQ]BF0]k,!cfwJo8izYa7nMqe.'p]ec|h6[]wLAcr4֨; I}Ip&-X,.7{KNM(l٭瓥B=V1OpWcmX-ǪAˤb^ѳ2VOkqw<͡O*J[fX%$x羮6h]H D"I-u=0,5RҊ x^mxR{?6i-K=0|gswl!SH-wlOTQæn[:ՐME y *XQQb/YىܤB'"jZ[wCen58Ԓ[̆'p۴)hɩ.뱂ʍᠡU3:8FON0KMѻ{5V W̩*Z}Etn<#=!v! ֩&[;\]iNP%[noQEWbb#5ն+&w~{Ë́=7E,#xM7-.wOS0lܽOîis>JzKDSž }}Zس4#N.qw&[Oטrʧl.6ȧO={n;,r;pg&LQe^\=O ~IK_n$p%/ ~IK_n$p%/ ~IK_n$p%/ ~IK_n$p%/ ~IK_/whvM[w/] >r&I?p>s|~j95:nW7qdI29w9{ý~qsw$ٵwr:a+˹9z2,:'й`ccc}p7pS?_.koC-O{[5ǵ4ui5tULW wRtR¯Qѳ )9m \OE'ʊ#m5n${}E!14G4ͯc0bHp)gND&8-y|:?n\G·Br?a93+YEBnp.B?7QkRQ9`9\Ҋt:Ee]'sK <' ܁+{HO!޻OGJ܁;pwܛQw܁;p-Sp!~p:QOCI'\JK'p#"/x#nD!}ܾ';vUͿ3ǹwI]p${vjm wƒdmkpŝd'0;vN~ž5oAݮ;^e~8LR>gM|.tͶ 7?_h(a<#[|d8ܵ~ՖNC(-cD$9Νg(;]:GMܲ-UW/_Y[WU9S9=|(S7K;ѹ ]ʍ TF#WiVUܙ& _񍚭=[ĔʝAWey"΋?.FTi{4˝[ 3%4|]l/97*2* naj<Ͽ<-lH䃀{ބL]V^,_;q%p %pN GѣE1EU~:nd>;Zb@gaGmydv69<;{p/;wp_b gok&/w@Cev)2{^q1t^/u@|lϹm9]Op8QUp|5hگZ^_VkɵeD(oIGT+ReQѶ}7l@a|| 0+%vd{^ϳ_][r .<C޽Pf/ :.]@增|^_VkwGfn'||9g_=ҟ|/@gwGw}!|? A&/1'7}|EWwp~⟅! s.4}7 <~[ď#b+Nc_#*vM6v141vB+K};CM_E?sl_='Ϙ3qG_n$p%/ ~IK_n$p%/ ~IK_n$p%/ ~IK_']~U>S?`Ϭ$po; }4#{+vn)qѠEڱٺү)&qP7ٴSR̭":rFn;mk[g5r.č *BBÅ꾸1 {dUa0n S7FA˂fnRɁYn7>r&nZpW!+77jЉbP? nVF+eu'>MLTFnjΣJ7nlc|ERTrB5\n"n7XCV5k MN67Ҟ[вfn%m$gʝ57"ܩr&I ~)[ߖZAll5uݸu%-W[m m6U$sluk^Ծu܍&6FJO2wV\H-W{֫鋛2p7R U 9/ȍ׬Zղ?0;6VY*vFj(gjCŭWhVܹ[Rϓp1g8gU܎-79֖]~5\䶪XA;N?m*uxVщl+P떦yṉ:mPT[FJ7nVGmH+H[RښbkW/ \Fmľ[-6J{n.܄*bLˮd!ȭDOƭ&nUMGnjj*rɍT431::4rpcvVr+N.>NM7"lN 9).jntϼ_nrpnr"OF{I~w8w34 Ye*/wZ=$sZU\[ Cŝw9J7oK;돻^=HiV5M[AۮQr\\sLr:۹}vzg0'͞ 7׼ F{ݼ{{NL[r٤e[9&Ri_qݼ>2c }u`}4tߵ% Ǚ "[H[#A<߾R,2w?Tiy[ˊ۹L[B62R;9hi4)K|Z+;Q;7$Ijoh*D箝(s5<K+r%vk$L[sitDNIK[DGzV*1T$ `p*wh/(CVRrl- wZ۶(wڒ:2;rWk͝sKG.h#[^i}SV*;tlyLZW#wq+s宰ZR?UL[;ոrIq#x%>yYuQW`ܙ-wXjAd2w5 %- RbIYLIٳā[Z (%yeQar*w&m3y~JVeaSs[e\ 4r;˖7zAN$$p2uuDb.-ĝɽ)EV6ζgn$p%/ ~IK_n$p%/ ~IK_n$p%/ ~IK_n$p%/ ~IK_n$p%/ ~IK_n$p%/ ~IK_*JVfRUf= ا݀eʵZeMorn ȧm:SKejviqLdf4CJDp+8e:7ipu0=z2I]g'sK?wMa2w6إ7{]d,6[𞹕1ܥ,r&r;aHc 0=pw+6N]&] 2qEi:X֢z"fYe |ERUlMrnGÜG!7mŌ{#&82s+[񴡪i.Xպy&Veōfge+zl\Y"RxFj"bj7pzT]$FRlᘲEmB0WXÒ 8Fv\#!Þ+pk{f2vKV1iRqS"-.77åq|qL[vB^> Mݓ"LM3y"+;$*iBpd9\Mro>K ]ަiPcr7)Y[s6iϭ?"4S,B5c +5&l5vjdƮ|L6i .Oɷj$q$čn Dy?ՈNfrƦխ6͵y`?{S}P=ay.mƽ ymޱA^ jFj%x;l\Q<229/'! tUJEo SBkno3x.H}JfRo}hJ硤˻I͞N%ogpgpK-^iMhE!=f@% 8F-h"wvw2ifOG{Tpp -7MNkzMx;FTd݌C| 6fPv'o!ʂhS{2Uv#bTEݬة>iJ耥 4xNُa,!>$J7Hʫd.C/e~n+Puvc7Vå͈#ҵ 8:H)Li\%3<,m"GU pyX+JszwTT mrFc'.5 r? EEpWl$G#cCR :3lO-MomŢqarY#r 9+ǐMjtUڤo~CkbS Z 92FAqm{/{9Nўb=}EwJ 갢|Hr|uTV#5%/jnЄiqq:iDfEw}6gI 1 c;*>Ԋ[PF-Zh]%X. ȻW:u Ѩ)61LS [3:Z9&sia1 3‚\xәz j.nXXn:[QMZ Rܴghn]ܸ1K/7SluwUr?&-O5q-(1Ml]xTŰ;^ܵb4wMa{w^G*ٞhn]k!LaG5qW14ahlkb6aC{#zTشv.U7V/4R5HyD;nܠM]$Jy Ҵ>Gg7ajHÊ@Rh%Um՜j,ʚձ(\HuJXNq Re쪉]!ݼS 5jUs"nŬ%FQG!iF͉`4MEA1 yʧG 6vp}5*xݚ>bQNOT^ v8%5G%mcJP(h p(7e;xwl6nr汆Rp iMղZ6$4u!4▖Vm&mf 6ƹmSƦ[ًq<@6EbwPlیsv¥v6L;+T cc3x!p5I4#LLN}%Z:J]}len ,>sƝpm |l8QRd?wHpmBnjhΚґ2 |߻7Z0[+11NB n2:l6uvÂ!>u=s+mQ]BF0]k,!cfwJo8izYa7nMqe.'p]ec|h6[]wLAcr4֨; I}Ip&-X,.7{KNM(l٭瓥B=V1OpWcmX-ǪAˤb^ѳ2VOkqw<͡O*J[fX%$x羮6h]H D"I-u=0,5RҊ x^mxR{?6i-K=0|gswl!SH-wlOTQæn[:ՐME y *XQQb/YىܤB'"jZ[wCen58Ԓ[̆'p۴)hɩ.뱂ʍᠡU3:8FON0KMѻ{5V W̩*Z}Etn<#=!v! ֩&[;\]iNP%[noQEWbb#5ն+&w~{Ë́=7E,#xM7-.wOS0lܽOîis>JzKDSž }}Zس4#N.qw&[Oטrʧl.6ȧO={n;,r;pg&LQe^\=O ~IK_n$p%/ ~IK_n$p%/ ~IK_n$p%/ ~IK_n$p%/ ~IK_/whvM[w/] >r&I?p>s|~j95:nW7qdI29w9{ý~qsw$ٵwr:a+˹9z2,:'й`ccc}p7pS?_.koC-O{[5ǵ4ui5tULW wRtR¯Qѳ )9m \OE'ʊ#m5n${}E!14G4ͯc0bHp)gND&8-y|:?n\G·Br?a93+YEBnp.B?7QkRQ9`9\Ҋt:Ee]'sK <' ܁+{HO!޻OGJ܁;pwܛQw܁;p-Sp!~p:QOCI'\JK'p#"/x#nD!}ܾ';vUͿ3ǹwI]p${vjm wƒdmkpŝd'0;vN~ž5oAݮ;^e~8LR>gM|.tͶ 7?_h(a<#[|d8ܵ~ՖNC(-cD$9Νg(;]:GMܲ-UW/_Y[WU9S9=|(S7K;ѹ ]ʍ TF#WiVUܙ& _񍚭=[ĔʝAWey"΋?.FTi{4˝[ 3%4|]l/97*2* naj<Ͽ<-lH䃀{ބL]V^,_;q%p %pN G'T#Oh+'0  4 @ L Xdlt| __ Lori MerrickoorioriNormalr Jim Grayick3m Microsoft Word 8.0@@lOb@ӈw@7ѼFq՜.+,D՜.+,DocumentSummaryInformation8CompObjjH px   Microsoft-9   _ Title 6> _PID_GUIDAN{CFD385B2-7ED5-11D0-B579-00A0D10022CC}  FMicrosoft Word Document MSWo\ [>@>Normal d1$CJOJQJkHmH Z@Z Heading 1$$& @ #$;CJKHOJQJkH>@> Heading 2 $CJOJQJkH>@> Heading 3 CJOJQJkHD@D Heading 4 $56OJQJkH<A@<Default Paragraph FontZOZBody-no indentd1$ CJOJQJkHmH 22 Body-indent HH Table Bold 2s<5OJQJkH^ @"^Footer,Footer-Evenx$d h5CJOJQJkHXXDocument Title($1$5CJOJQJkHmH fOBfProduct Descriptord1$6CJOJQJkHmH TORTLogo-Connectivityd1$OJQJkHmH PrPPicture1 Small$&d1Z  6CJVrVCaption1 Small&d8<1Z  6CJ^O^Legalese-Spacedt6F1$6CJ OJQJkHmH 0O0Legalese XHH DOS PromptCJOJQJkHBullet 1p & F >T@@Body-top of 1st pageFOF Subject Title hCJOJQJkH:A:Footer-page oneCJ*)@* Page NumberCJ<O!< Footer-Odd h@(0*8OB8Masthead!1$OJQJkHmH FO"FMasthead-small"d0 CJJXO2X Abstract Text#d1$ CJOJQJkHmH FRFPicture3 Large$$`dCJJRJCaption3 Large%`d8<6CJ>r> Picture2 Med&$dCJBrB Caption2 Med'd8<6CJNumberp( & F (>T.00 Number-Space)<< Table Head*<5OJQJkHJJ Table Bold+d((5CJOJQJkH44 Table Body, OJQJkH44Bullet 2- XX Note/Caution.d8 56CJOJQJkH44Bullet 6/ Bullet 4p0 & F >T JJCallout1&! /5OJQJkH("(Bullet 52HO2HAbstract Text-1st Line 3pXOBXAbstract Title4&qy +D 5OJQJkHBRB Table Body 25sd((CJbBullet 3t6 & F >T,r,Header 7 !8@8TOC 18d  OJQJ&@&TOC 2 9 D>@DTitle:d,CJKHOJQJkH*@*TOC 3; **TOC 4< << Table-Head=<5OJQJkH:: Table-Body>d((CJQTable Bullet 1l? & F(>T88Table Bullet 3 @(44Table Bullet 2A6O"6 Contents Head B@& a2tC**TOC 5D  **TOC 6E  **TOC 7Ft  **TOC 8G2  **TOC 9H  BCBBody Text Indent I@ dCJ<O<Normal with IndentJhDRDBody Text Indent 2 K$5<Y< Document MapL-D  OJQJkH::BodyM$d<CJOJ QJ kHBBlegalezeNd)1$CJ OJQJkH* *Index 1 OB* *Index 2 P|B* *Index 3 Q:B* *Index 4 RB**Index 5 SB**Index 6 TtB**Index 7 U2B**Index 8 VB**Index 9 WB.!. Index HeadingX@S@@Body Text Indent 3 Y1$6'@6Comment ReferenceCJ00 Comment Text[CJ 123456789WXYZ[\]^_`2  !  "#%       !"#$$ 123456789WXYZ[\]^_`c      !"#$%AD 27_!!!!!#%%%%jnnnnnnnnnnnnr::or} {d2KOPQ\__ ~#2FLZ?lц~T2LNRSUVWXZ[]^`]&Pd2MTY"1?[]1MO|  6 R T a }  / K M \ x z  " $ ; W Y 4 P S }   & B E R n q 2 %%%%%%%%%%%%%%%%%%%%%%%%%%% %,0]cg-47:@Br!!!!!!!!!!,.9RTc::h( /r$+.ib$c@,>dQR$# jMzf XIj2$2O.@*2$~(aB*2$2v}5` u *2$.5Mg4o*2$?yyi2|ឡZ*2$,>Σ G1*+2$?ۮb~jI*2$8 lbOdh;`A@E2$W4FPАw@,C2$$_i`)nҵ*C2$Y1%{< +n2$i3,Ni*E2$hU I ɗ"%+o2$ ٕ۝~JE2$wMMO>EFGH5J!LwRRRfdDnۂ3  !"#$%    -[\!&0d9>>F#FGHHJ5LRR SdUn 3?^1P| 6 U a / N \ {  % ; Z 4 T } & F R r 19OO    33;;BB'F6FGGQQRRUU9\A\f^k^aaccccdd?g?guu+}3}bk؁ށ̄̄`doȉ'T_ϊЊ03&0?^1P| 6 U a / N \ {  % ; Z 4 T } & F R r OO    A+,L6l6;;>>FF$G%GRRVVcccc?g?g