An Experimental Environment for Voice System Development Daniel C. Swinehart Douglas B. Terry Polle T. Zellweger Xerox Palo Alto Research Center Abstract The EtherphoneTM system has been developed to explore methods for extend existing multi-media office environments with the facilities needed to handle the transmission, storage, and manipulation of voice. Based on a hardware architecture that uses microprocessor-controlled telephones to transmit voice over an Ethernet that also supports a voice file server and a voice synthesis server, this system has been used for applications such as directory-based call placement, call logging, call filtering, and automatic call forwarding. Voice mail, voice annotation of multi-media documents, voice editing using standard text editing techniques, and applications of synthetic voice use the Etherphones for voice transmission. Recent work has focused on the creation of a comprehensive voice system architecture, both to specify programming interfaces for custom uses of voice, and to specify the role of different system components, so that equipment from multiple vendors could be integrated to provide sophisticated voice services. 1. Introduction ------- length: 1 in Authors' address: Computer Science Laboratory, Xerox Palo Alto Research Center, 3333 Coyote Hill Road, Palo Alto, CA 94304. Arpanet: Swinehart.PA@Xerox.COM, Terry.PA@Xerox.COM, Zellweger.PA@Xerox.COM ------- length: 1 in Suppose Alexander Graham Bell had waited to invent the telephone until personal workstations and distributed computing networks had been invented. What approach would he take in introducing voice communications into the modern computing environment? It was an attempt to answer this question that led to the creation of a voice communications project within the Computer Science Laboratory at Xerox PARC. Stated more concretely, the project's aim was to extend our existing multi-media office environment with the facilities needed to handle the transmission, storage, and manipulation of voice. We believed that it should be possible to deal with voice as easily as we can manage text, electronic mail, or images. The desired result was an integrated workstation that could satisfy nearly all of a user's communications and computing needs. A basic requirement was to provide conventional telephone facilities (so that casual users would not have to read a manual to make a phone call), but our goals went far beyond that. We had observed that most enhanced voice communications facilities had been developed by designers of telephone systems. In contraast, we wished to draw on our experience as developers of personal information systems running on powerful workstations with graphical interfaces. We were convinced that the user would prefer to perform voice management functions using the power and convenience of workstation facilities such as on-screen menus, text editors, and comprehensive informational displays. These aims led us to explore two related research domains: "Taming the telephone": Despite an immense investment in research and development over the last 110 years, the user interface and the functionality of the telephone still leaves much to be desired. We contend that the personal workstation, combined with a telephone system whose characteristics we can control, make it possible to better match the behavior of the office telephone with the needs of its users. There are gains to be had in the placement of calls, the handling of incoming calls, and the capabilities available to telephone attendants (that is, switchboard operators, receptionists, and secretaries). "Taming the tape recorder": We also believe that workstation techniques for creating, editing, and storing text or images can be modified to deal with digitally-recorded voice. Application areas such as electronic mail, document annotation, and dictation are candidates for improvement. Speech synthesis and recognition devices can be added to provide translation between textual and spoken information. These two sets of activities are clearly related. A carefully designed system can support novel applications of both live and recorded voice. In this overview we will describe the EtherphoneTM system that we have developed and used to explore ways of integrating voice into a personal information environment. The following sections sketch the present hardware architecture, describe some of the more compelling applications that have been built to exploit it, and briefly explore the software and systems issues that have surfaced. 2. Etherphone System Description In designing our prototype voice system, we surveyed several possible hardware architectures, including using our existing Centrex service or a commercially available PABX. We concluded that the most effective way to satisfy our needs was to construct our own transmission and switching system [Swinehart et al 1983]. Ethernet local-area networks, which provide the data communications backbone supporting personal distributed computing at Xerox PARC, have proven to be an effective medium for transmitting voice as well as data. Our prototype voice system consists of the following types of components connected by Ethernets, as shown in Figure 1. Figure 1. Etherphone system components. Etherphones: telephone/speakerphone instruments that include a microcomputer, encryption hardware, and an Ethernet controller. Etherphones digitize, packetize, and encrypt telephone-quality voice and send it to each other directly over an Ethernet. Etherphone software is written in C. The current environment contains approximately 50 Etherphones, which are used daily by members of the Computer Science Laboratory as their only telephone service. A connection to the standard direct-dial telephone line provides access to telephones outside the Etherphone system. Additional information on the Etherphone hardware and the Voice Transmission Protocol can be found in a previous report [Swinehart et al 1983]. Voice Control Server: a program that provides control functions similar to a conventional PABX and manages the interactions between all the other components. It runs on a dedicated server that also maintains databases for public telephone directories, Etherphone-workstation assignments, and other shared information. The Voice Control Server is programmed in the Cedar programming environment [Swinehart et al 1986]. Voice File Server: a service that can hold conversations with Etherphones in order to record or play back user utterances. In addition to managing stored voice in a special-purpose file system, the Voice File Server provides operations for combining, rearranging, and replacing parts of existing voice recordings to create new voice objects. For security reasons, voice remains encrypted when stored on the file server. Text-to-speech Server: a service that receives text strings and returns the equivalent spoken text to the user's Etherphone. Each text-to-speech server is constructed by connecting a commercial text-to-speech synthesizer to a dedicated Etherphone and is available on a first-come-first-served basis. Two speech synthesizers, purchased from different manufacturers, have been installed. Workstations: high-performance personal computers with large bitmapped displays and mouse pointing devices. Workstations are the key to providing enhanced user interfaces and control over the voice capabilities. We rely on the extensibility of the local programming environmentbe it Cedar, Interlisp, Unix, or whateverto facilitate the integration of voice into workstation-based applications. Workstation program libraries implement the client programmer interface to the voice system. In addition, the architecture allows for the inclusion of other specialized sources or sinks of voice, such as speech recognition equipment or music synthesizers. All of the communication required for control in the voice system is accomplished via a remote procedure call (RPC) protocol [Birrell and Nelson 1984]. For instance, conversations are established between two or more parties (Etherphones, servers, and so on) by performing remote procedure calls to the Voice Control Server. During the course of a conversation, RPC calls emanating from the Voice Control Server inform participants about various activities concerning the conversation. Active parties in a conversation use the Voice Transmission Protocol to actually exchange voice. Multiple implementations of the RPC mechanisms permit the integration of workstation programs and voice applications programmed in different environments. 3. Examples of Applications to Date Most of our user-level applications to date have been created in the Cedar environment, although limited functions have been provided for Interlisp and for standalone Etherphones. This section describes the voice applications that are available in Cedar, including telephone management, text-to-speech synthesis, and voice annotation and editing. Figure 2 shows a typical Cedar screen using voice, text, and graphics to support programming and document preparation activities. In order to make voice a first-class citizen of the Cedar environment, Etherphone functions are typically available in several ways: through an Etherphone control panel, through commands that can be issued in a typescript, and through procedures that can be invoked from client programs. This integration of voice capabilities will be discussed more fully in the next section. Figure 2. A Cedar screen in use. The two windows in the upper left show a document preparation task, including voice annotation of this paper. The bottom window of this pair shows new voice (represented by arrowheads) being inserted in the middle of an existing voice annotation. The two windows in the lower left show a programming task that is monitoring part of the voice annotation system. The two windows in the upper right show images created with several graphical illustration packages. The window at the lower right accepts user commands, similar to a Unix shell. The bottom row of icons represent files and tools that are active but are not currently being manipulated by the user. 3.1. Telephone management The telephone management functions provide improved capabilities for placing calls and improved capabilities for receiving calls. Figure 3 shows an Etherphone control window, called Finch, and a personal telephone directory window. Users can place calls by specifying a name, a number, or other attributes of the called party. A system directory database for local Xerox employees (about 1000 entries) is stored on the Voice Control Server. Etherphone users can also create personal directories, which are consulted before the system directory to locate the desired party. A soundex search mechanism [Knuth 1973] compensates for some kinds of spelling errors. A variety of convenient workstation dialing methods are provided. A user can fill in fields in the Finch tool, select names or numbers from anywhere on the screen, or use either of two directory tools that present browsable lists of names and associated telephone numbers as speed-dialing buttons. Calls can also be placed by name or number from the telephone keypad. Calls are announced audibly, visually, and functionally. Each Etherphone user selects a personalized ring tune, such as a few bars of "Mary Had a Little Lamb". This tune is played at a destination Etherphone to announce calls to that user. The caller hears the same tune as a ringback confirmation. During ringing, the telephone icon jangles with a superimposed indication of the caller, as shown in the middle portion of Figure 4. An active conversation is represented as a conversation between two people with a superimposed indication of the other party (also shown in Figure 4). The system automatically fills in the Finch tool's Calling Party or Called Party field to allow easy redialing. It also creates a new entry in a conversation log. A user can consult the conversation log to discover who called while he was out of the office. Figure 3. Two workstation telephone management windows. The upper Finch window provides a two-dimensional user interface to the Etherphone system. It includes an Etherphone control menu (the first line, including `Phone', `Answer', etc. buttons), a redialing area (the second line), an area for system status reports, and a conversation log (indicating a call in progress to Aquarius Theater info). The lower window shows a portion of a personal telephone directory, which is a set of speed-dialing buttons that can be created easily from an ordinary text file. The call in progress was placed by clicking on the underlined `Aquarius Theater info' entry. Our methods of following a user around an office building rely upon the personalized ring tunes, which allow Etherphone users to identify calls to them wherever they may be: in their own offices, within earshot, or at other Etherphones. If an Etherphone user logs in at a workstation, his calls are automatically forwarded to the adjacent Etherphone. An additional feature, called visiting, allows him to register his presence with a second workstation or Etherphone, such as during a meeting. Registering with the destination location allows users to travel more freely than forwarding calls from the home location does. Each visit request cancels any earlier requests; visiting the home location cancels visiting. The common problem of forgetting to cancel forwarding is further eased by ringing both Etherphones during visiting. Figure 4. Etherphone system icons. The two icons at the left show a closed personal telephone directory and a Finch icon at rest. The four central icons show several stages of an incoming call from Doug Wyatt (username Wyatt.pa): the three left icons of the group are animated during ringing, while the right conversation icon is used after the call has been answered. The rightmost icon shows an outgoing call to Polle Zellweger's home. Animation and visual feedback in the icons provide useful information without consuming valuable screen area. 3.2. Text-to-speech synthesis A user or program can generate speech as easily as printing a message on the display by using one of the Text-to-speech Servers. A user can select text in a display window and click the Finch tool's SpeakText menu button. A program can call a procedure with the desired text as a parameter. These features are implemented by creating a "conversation" between the user's Etherphone and a Text-to-speech Server. The system sets up a connection to the Text-to-speech Server, sends the text (via RPC), returns the digitized audio signal (via the Voice Transmission Protocol), and closes the connection when the text has been spoken. A similar mechanism is used for voice recording and playback. Our primary uses for text-to-speech so far have been in programming environment and office automation applications. Programming environment tasks have included spoken progress indicators, prompts, and error messages. Office automation applications have included proofreading (especially comparing versions of a document when one version has no electronic form, such as proofing journal galleys) and audio reminder messages generated by calendar programs. 3.3. Voice annotation and editing This section describes the addition of a voice annotation mechanism to Tioga, the standard text-editing program in Cedar. Tioga is essentially a high-quality galley editor, supporting the creation of text documents using a variety of type faces, type styles, and paragraph formats. Tioga includes the ability to incorporate illustrations and scanned images into its documents. Tioga is the underlying editor for all textual applications in Cedar, including the electronic mail system, the system command interpreter, and other tools that require the user to enter and manipulate text. Wherever Tioga is used, all of its formatting and multi-media facilities are available. Thus, by adding voice annotation to Tioga, we have made it available to a variety of Cedar applications. Any text character within a Tioga document can be annotated with an audio recording of arbitrary length. The user interface of the voice annotation system is designed to be lightweight and easy to use, since spontaneity in adding vocal annotations is essential. Voice within a document is shown as a distinctive shape superimposed around a character, so that the document's visual layout is unaffected. Furthermore, adding voice to a document does not alter its contents as observed by other programs (such as compilers). To add an annotation, the user simply selects the desired character within a text window and buttons AddVoice in that window's menu. Recording begins immediately, using either a hands-free microphone or the telephone handset, and continues until the user buttons STOP. A voice annotation becomes part of the document, although the voice data physically resides on the Voice File Server. Copies of the document may be stored on shared file servers or sent directly to other users as electronic mail. To listen to voice, a user selects a region containing one or more voice icons and buttons PlayVoice. Simple voice editing is available: users can select a voice annotation and open a window showing its basic sound-and-silence profile. Sounds from the same or other voice windows can be cut and pasted together using the same editing operations supported by the Tioga editor. A lightweight `dictation facility' that uses a record/stop/backup model can be used to record and incorporate new sounds conveniently. Editing is done largely at the phrase level (never at the phoneme level), representing the granularity at which editing can be done with best results and least effort for an office situation. The dictation facility can also be used when placing voice annotations directly into documents. Sound-and-silence profiles alone do not provide adequate contextual information for users to identify desired editing locations. Several contextual aids are provided. A playback cue moves along the voice profile during playback, indicating exactly the position of the voice being heard (see Figure 5). While playback is in progress, a user can perform edits immediately or mark locations for future edits. Simple temporary markers can be used to keep track of important boundaries during editing operations, while permanent textual markers can be used to mark significant locations within extended transcriptions. Finally, the system provides a visual indication of the voice-editing history in an editing window. Newly-added voice appears in a bright yellow color, while less-recently-added phrases become gradually darker as new editing operations occur. More information about the voice annotation and editing system can be found in [Ades and Swinehart 1986]. Figure 5. Voice annotation and editing. The upper window shows voice annotations being added to a Tioga document (the voice annotation system documentation). The third line of menu buttons ("AddVoice PlayVoice ...") near the top of the window are used to manipulate voice. In the second line of text, a voice annotation appears on the word "short", indicated by the comic-strip dialog `balloon' surrounding the character. In the fifth line, a similar annotation has been opened for editing in the lower window, labelled "Sound Viewer #1". In the sound-and-silence profile in the lower window, white rectangles depict silence, while dark rectangles depict sound. The profile contains several contextual indicators to orient the user during editing. The playback cue (the gray rectangle underneath the word "score") indicates the progress of voice playback. A temporary marker in the form of a small cross has been placed in the voice section marked "Intro". The textual annotations with arrows are permanent markers that will be stored with the document. 4. Progress toward a Voice System Architecture The original goals of the Etherphone project were to produce experimental prototypes that could "tame the telephone" or "tame the tape recorder" in novel and useful ways. As the project developed, however, a more fundamental goal emerged: to create and experimentally validate a comprehensive architecture for voice applications. The best way to explain the value of a voice architecture is to list some of the properties it should have: Completeness. It must be able to specify the role of telephone transmission and switching, workstations, voice file servers, and other network services in supporting all the kinds of capabilities we have identified, such as telephone services and recorded voice services. Programmability. It must permit workstation programmers to modify existing voice-related applications and to create new ones. Simple applications should be easy to write, requiring little or no detailed understanding of how the system is implemented. More elaborate applications might require a more thorough knowledge of the underlying facilities. The architecture must be designed to minimize the effect of faulty programming on the reliability and performance of the overall system. (Users of experimental software might experience program failure or reduced performance, but other users should not.) Openness. It should define the role of each major component, so that different kinds of components could be used to provide the same functions. In this way, multiple vendors of telephone and office equipment could cooperate to provide advanced voice functions in conjunction with workstation-based applications. For example, a conventional PABX (business telephone system) could be used in place of the Etherphones to provide voice switching. Ideally, such an architecture would evolve into a standard for voice component interconnection. The development of the Etherphone system has included an ongoing effort to define such an architecture, and to implement the system in compliance with it. Following the general methodology employed by such modern communications architectures as the ISO reference model [Herman et al 1986] or the Xerox Network Systems protocols [Xerox 1981], the voice architecture is expressed as a set of layers, each calling on the capabilities of the layer below it through well-defined interfaces or protocols. We have identified five distinct layers. From highest to lowest, these are the Applications layer, the Service layer, the Conversation layer, the Transmission layer, and the Physical layer. The best way we have found to explain this organization is from the inside out, beginning with the heart of the architecture, the Conversation layer. It provides a uniform approach to the establishment and management of voice connections, or conversations, among the various services. It also provides a standard method for distributing conversation state transitions and other progress reports to the various participants in each conversation. All communications between services are mediated by Conversation layer facilities. In the Etherphone system, the functions of the Conversation layer are implemented entirely within the Voice Control Server. However, the architecture does not mandate centralized control. For example, Etherphones built with larger memories and more powerful processors could support a distributed implementation, each managing the conversations that it or its associated workstation initiated. The Service layer defines the various voice-related servicessuch as telephone functions, voice recording and storage, voice playback, speech synthesis, and speech recognitionthat form the basis for the voice applications. Each of the services must follow the uniform Conversation layer protocols in creating voice connections with other services. However, each can register with the Conversation layer additional service-specific interfaces (protocol specifications). Connections may be formed between similar services (as in a call from one telephone to another), or among different services (such as a connection from a telephone to the recording service, mediated by a workstation program). It is not expected that ordinary programmers will produce new services; the services provide both the basic user facilities and interfaces to the building blocks for higher-level applications. In the Etherphone system, some services are implemented on the server machine that contains the Voice Control Server, others on separate server machines, still others on individual workstations. The Applications layer represents client applications that use the voice capabilities of the architecture. To establish voice connections, a client uses simplified facilities provided by a service that resides on the workstation along with the application. Client applications also negotiate with the Conversation layer to gain access to specialized interfaces provided by other services. The previous section illustrated many of the present voice applications using the Etherphone environment. Logically below the Conversation layer is the Transmission layer. This layer represents the actual methods for representing digital voice, for transmitting and switching voice, and for communicating control information among the components of the system. In the Etherphone system, voice is transmitted digitally, in discrete packets, using a standard 64 kilobits/second voice representation and our own voice transmission protocol. Other transmission and switching methods could be substituted without affecting the nature of the programs operating in layers above the Conversation layer. Possibilities include synchronous digital transmission, or even analog transmission. The only requirement is that these components provide interfaces that allow the implementation of Conversation layer protocols. As we have mentioned, the control protocol selected for all control communications in the system was a locally-produced remote procedure call protocol. Other remote procedure protocols or message-based protocols would work equally well. Finally, the Physical layer represents the actual choice of communications media, for the transmission of both voice information and control (not necessarily the same media!) Besides the research Ethernet that we use (operating at 1.5 megabits/second), voice transmission on standard Ethernets, synchronous or token-oriented ring networks, digital PABX switches, or analog telephone switches could be used. Looking at the architectural layers, it becomes easy to see how our efforts differ from work being done elsewhere.1 Most of the current efforts to "integrate voice and data", such as those systems built around the Integrated Systems Digital Network (ISDN) definitions [Decina 1982], deal only with the Transmission and Physical layers. Other systems that include voice, such as the Diamond research effort at BBN [Thomas et al 1985], commercial voice mail services, etc., support some specialized applications exhibiting very scanty Service and Conversation layers. They mostly build directly on capabilities corresponding to our Transmission layer. By contrast, we have concentrated our efforts on Conversation and Service layer specifications, and on the architecture in general. ------- length: 1 in 1A project recently initiated at Bell Communications Research has been exploring similar goals and methods [Herman et al 1986]. ------- length: 1 in To date, only one instance each of the Physical, Transmission, and Conversation layers has been implemented. We have used the resulting facilities extensively to produce the various Services and Applications described in the preceding sections. We have produced a relatively complete workstation service for Cedar workstatations, and a preliminary implementation for Interlisp. We are not yet fully satisfied with the architecture, particularly the interface between the Conversation and Service layers. This interface has proven to be somewhat clumsy to use, while at the same time restricting the number of capabilities that can be readily produced. Recent progress is encouraging, however. 5. Current and Future Directions Our efforts to date have been to build basic facilities for voice communication, based on the general architecture outlined in the previous section, then to produce a few interesting applications demonstrating the unique characteristics of the architecture and the flexibility of the Etherphone system for experimenting with novel voice applications. Voice project members have built most of the applications, although a few programmers have included telephone management or voice synthesis activities in their applications using interfaces provided by the Services layer. We have begun to explore a number of new directions and enhancements to the current capabilities. We have a skeletal implementation of call filtering that provides options based on the subject, urgency, or caller's identity to decrease the intrusiveness of the telephone for the callee. Our plan to integrate telephone conversation logs into the electronic mail system should have a side benefit of making the additional filtering information natural for the caller to supply. We are considering novel kinds of interactive voice connections, such as all-day "background" telephone calls, use of the telephone system to broadcast internal talks or meetings (as a sort of giant conference telephone call), and conference calls that allow side-conversations to take place. We plan to use conferencing capabilities (already supported by the hardware) to incorporate text-to-speech or recorded voice into telephone calls. Among possible uses for text-to-speech are reading electronic mail over the telephone to a remote lab member as in PhoneSlave [Schmandt and Arons 1984] or MICE [Herman et al 1986] (but without dedicating a synthesizer solely to this task) and playing program-generated messages to callers, such as prompts or reports of the user's location (possibly by consulting the user's calendar program, such as "Dr. Smith is at the Distributed Systems seminar now, please call back after 5 o'clock"). We are also exploring a novel scripting mechanism for creating viewing paths through an electronic document or set of documents [Zellweger 1986]. Built on the capabilities of the voice architecture, scripted multi-media documents can contain any combination of text, pictures, audio, and action. Scripts can be used in a wide variety of ways, such as for formal demonstrations and presentations, for informal communications, and for organizing collections of information. Finally, we would like to extend the system to other media, such as still and real-time video, other workstations, and other architectures. We have discovered that managing real-time and stored voice in a distributed environment presents some interesting problems in the areas of distributed systems [Terry 1986], user interface design, and voice transmission and processing technologies. We intend to continue to investigate these problems. 6. References [Ades and Swinehart 1986] Ades, S. and Swinehart, D. Voice annotation and editing in a workstation environment, Proc. of AVIOS Voice Applications '86 conference, September 1986. [Birrell and Nelson 1984] Birrell, A. and Nelson, B. Implementing remote procedure call. ACM TOCS 2, 1, February 1984. [Decina 1982] Decina, Maurizio. Progress towards user access arrangements in Integrated Services Digital Networks, IEEE Trans. on Communications 30, September 1982, 2117-2130. [Herman et al 1986] Herman, G., Ordun, M., Riley, C., and Woodbury, L. The Modular Integrated Communications Environment (MICE): a system for prototyping and evaluating communications services. To appear. [ISO 1981] International Organization for Standardization. ISO open systems interconnectionBasic reference model. ISO/TC 97/SC, 16, 719, August 1981. [Knuth 1973] Knuth, D. The Art of Computer Programming, Volume 3, Addison-Wesley, page 392. [Schmandt and Arons 1984] Schmandt, C. and Arons, B. Phone Slave: A Graphical Telecommunications Interface. Proc. Society for Information Display 1984 International Symposium, June 1984. [Swinehart et al 1983] Swinehart, D., Stewart, L., and Ornstein, S. Adding voice to an office computer network. Proc. of GlobeCom 83, IEEE Communications Society Conference, November 1983. [Swinehart et al 1986] Swinehart, D., Zellweger, P., Beach, R., and Hagmann, R. A Structural View of the Cedar Programming Environment. ACM Trans. Programming Languages and Systems 8, 4, October 1986. [Terry 1986] Terry, D. Distributed System Support for Voice in Cedar, Proc. of Second European SIGOPS Workshop on Distributed Systems, August 1986. [Thomas et al 1985] Thomas, R., Forsdick, H., Crowley, T., Schaaf, R., Tomlinson, R., Travers, V., Robertson, G. Diamond: A Multimedia Message System Built Upon a Distributed Architecture. IEEE Computer, December 1985, 65-77. [Xerox 1981] Xerox Corporation. An Internetwork Architecture. XSIS 028112, Xerox Corporation, Stamford, Conn., December 1981. [Zellweger 1986] Zellweger, P. Scripted Documents. To appear.  [Artwork node; type 'ArtworkInterpress on' to command tool] [Artwork node; type 'ArtworkInterpress on' to command tool] [Artwork node; type 'ArtworkInterpress on' to command tool] [Artwork node; type 'ArtworkInterpress on' to command tool]  "ieeepaper" style WordlistsIEEEPaper.wordlistIcenterboxKK77KiheadIblockuI footSeparatorArtworkRuleMark footSeparatorIfootnoteInsertfootNRule footSeparatorMMMM:IindentePMM0 M artworkFigureG65.61665 mm topLeading 65.61665 mm topIndent 1.411111 mm bottomLeading Bounds:0.0 mm xmin 0.0 mm ymin 150.2833 mm xmax 62.79443 mm ymax  Interpress InterpressGInterpress/Xerox/3.0 fjkjWBJREarjOdadH|WBrjWBWB 8@@d@dtLXfXerox PressFonts Helvetica-brr EtherphoneP\Pl\P\[Xerox PressFonts Helvetica-brrEthernetHtT SynthesizerTText-to-speechHtHtF+)HWork-)station¡3      4:Work-:)station=;;ZX==;@:;<YZ^8?ACEGIKMOQSUWXVTRPNLJHFDB@>=?ACEGIKMOQSUWY8<>@BDFHJLNPRTVXZ93¡33c3c37 ^ Z V R 3 33H43q Outside line3wAXerox PressFonts Template-mrr`M@M0r1桚 Dz Dc}      =I}=TB:r)rrr15~%~5~%/ Etherphoneء%ΊLargeΊLargeڊDiskڊDiskServerڊFileҊVoice0Server¡6  Voice(Control11.DM4CMB'@@@@@@BA@>0>wq Outside line3䡚==<<;54644237;?59==95?;73=95?;73=95?;7337;?59=37;?59=37;?59==95?;7337;?59=37;?59=37;?59==95?;73AAAA1A11 FzFc           ?I?TD:+3,7'7' 1 EtherphoneBRءF'ءơ{¡{{{{{{ءơkkkgn==Mbs((M MMMM MM#MM G123.1195 mm topLeading 123.1195 mm topIndent 1.411111 mm bottomLeading :0.0 mm xmin 0.0 mm ymin 152.7528 mm xmax 120.2972 mm ymax  InterpressשInterpress/Xerox/3.0 fjkjWBQIirjo^ WBrjWB ?ȡFȠ`00` 00` `00` >4#?:`01 f?300t `9 pLca`0!D0a D@# sa'0ι@sDq 1l4b͆u#Ds0#b" %0$%@"x(1Lb&F$$ċ#/&b>y$?DbF$$DD#"b $0"@H (1DbF $Dd# "($0#b$!XD (0Da$F $D8Xs,`w91!9?ps;0y:`9 ss""`00` `00` ?  |wG~=o~q1wqF3>d,c;oyg>c 0NNvOIOycOoovn}un]v߿gݶwmnݬں6p6fͻ67os`a|n7Av?wwmۃ9 vv ݻv w~}~o]]}_w;ww߽ۿ޺vvݻvwmvn]]u]vw޾ﻷw}ۺ֚6mvݻvݷ7c|b1⿾1; |Tя_qGcǎ?|c;Gc11Lcz##xOw???:t8~& @h  8p@F! &$# ~  s9s؀w$b8sp sabg$qw8A4# !" @"@D$dQ"<"D $J  D a"$ ("D@"HDI@qs#8#s$44p>y|$D"$"|?yD"z"|@"HDI" "$ "PB$y>!$DI  "PBDQ$d "D,H2 D ɒ"(QD!@I@ "$ D D1@w <8@xpvYÎxw8p,tA8gqu89?8"%b$R@!DA@@DwtÈ3p~:88xD xw h0b " @@@@ #6"9sgcsÉ^s8GĆl4UUUUUUUUUUUUUUUUUUUUUUW&TD("$LI H"J@"H@a'2L !"TD&"$H #Ȃ>=>O@ "D)&D" UUUUUUUUUUUUUUUUUUUUUUW"TD!"$H $H EH @ "D;3 qs̀D(r' 8 "D)"H $HE@HPD$b"DH"&@DH(" DUUUUUUUUUUUUUUUUUUUUUUWû9@sqsspC: 97w:H>$@xOD#ǒ| (H" $@A|"@UUUUUUUUUUUUUUUUUUUUUUWH2"R$@A*D Ý,spN8UUUUUUUUUUUUUUUUUUUUUUW  3>`p~ @@UUUUUUUUUUUUUUUUUUUUUUW   4!A @@  Phsp## $4A898,ssaEqc68 UUUUUUUUUUUUUUUUUUUUUUWP0" HDI@ |DD|$D)>|P $EI DD"H  @(D@$"D)"  @P"$BI@!DE"H$I(DDDbT""$IĄ$Ît sp8sa~:Ü898p.ssÜ9ݸ <0?0?5aU3?0ÀuUUU?| ; W5UUUU\^WUuUUU_WU\^ UUUUW=UUUUUUUxUUUUaUUW=UU꿪z檪ꪪ:z4DDXdaDDD`DDvDDtDDFDDpdDDYDDD`DDpjjꪪꪪjપ00````!11000`0``jꮪꬪ0`````xGdaE[DsNDXE`4EpGE[DsL|>`ax`fxxa?a|8|c|a1>0ÀB  2@ 2 ª⪪⪪Ba @ ˆ  B  @   ª ? 01 @09 01:jꮪ_VuaU WU_V_W@WWU]U WU\jjjuUU\uaU TUUwVUU\@W5UUYU TUUp|@:jjjUUpuaU T5UUVUUp@W UUaU T5UUab8lX¸?D)"i'U5@\UWVUWuVW\UWq"| h>H?"@ I"<_x<"D"I"79xٜX_UUB D$UVA9aD$╘ADD@x!U\ADDsD!ADD!`pBD@D!`88@U@ @ UW"?"?@f@!fuUUN"8@""myQ"D"%"/UW"|"->"@P" bUU\"D ""$w8?wq UUXpU`UW???0HH@0D@Pc3HhP`8O` x IPI$$ I(!!  $"H@ $I$ Q! 8@ 88@! ")I !"@ fь9Ɯ10??p ?0DDDEUDDPAEO""O00_? """"""ǟ;p|?>c 371@c 331]ŏc 33 1""c 33 1T0cL331 qxQ@O/WwW{UQU/UWwt U_UQWUW_U]UUWUUuWU UU|&D@@"@F,!@3  0WWwwwub$s3 8@0G0@s388,Xg"cs@mRs,pXx($$&E@HNIJI$AE"DriHb^]$@%"$t$0UU($É"|C8ĐOȀZ8@$@|>|"IO""I@-"C #$I(ĉ"@@HDHH$H@$@@ @"IH""4I$@"B$$0$I($'D HDHI$H$@ D"D2IH""HI$@"BI$$$I8b8s7ٚ9};$}@3ٌ9ٜ9,g3wc㙾n7f>@ |`p  $ @@ w9@@  ` " @0 h%9ƀ<سg"ǀ,s)cX@,qŀfgs!c )Xlh89N4,xOfI)Ei"gItyDi$2.3H$S!z)"h)DHID:LItD$IAH""I$!H@""O'#"' HiDOG|DI$D$IAH""F$ !AI$@""H$$") HDHI@DI$`D$K)EHb"H$ !$I$"$!$SA$")"HĜHIDNY$insƀ8챳vgfqs@q;133 C7qϜnhgo8ٛ4lfp 8p   ` `!@<8-#r8g8,pƎ)`8,ȱ,̊qbΐ#mp ,Ŝ889b8IEEv:dR&E@3D4){ErH@tIiD !%$tDHNHDNJEHIAD$$"D"D$(! D"H@$H"ID@!-$ODHDĘZ|"`IAD$$"D"D$(! D"H$H"ID@!$0$DHDHDD$@"1ED$$R"D@"D$)! D2X$0"ID!$$DHFHDD$D"H089nͳs79;38fp Ǝs09,lݙf1s6f@>fg7e8$97p  @p?  ? @  | ~~ `@L@  L@?ir8,cGyN1@ <8-#r8)qlqlYP#p)&E4HHFH@"IEEv:dR&E@9z,$):F"d]""D$qOHD8@"@IAD$$"D"$hD$D>@P' "D$H"HDH@"@IAD$$"D"$D$D @P$ )"D$HHDH@"@1ED$$R"D@"$$D$d"@Q$I"h79fgls|`089nͳs79qq͛lxsvXٜsp@8?~~> !B? 1ccV`cPqNf"@? I^"@ $"@? 9Hq"B@q ?!IH"AP ?"IH"A$ B?|sf{<@@ @|  @$ &" 0@s8yŏ)q3rN#tp " 83sEl؜8Dy82)ŋc8x$SE耊.z$#HdQ ghD$]&O$$ΒHE3$. E&z.]'D$#"O' "HD'"D D$H}$D|""$'$D$" "H$ 0"HDD $ "DdD$HA$$D@""$$ $SD$"$ "H$Q "HDD$I'$$D$XE9$$D D"$$I39qqs`6g#0vG833nvm8Ӿq9q۳( 0@"'ww @@wt1ӎ0˿r#q @@ @ w8@wnwڳmwn`@`L @" 0w`v} `',Xh@c #)[Gw8p lab,،r8@<!G38wouۻoJb4i:H12)HH&$@FzN2RȺE$&rH&E"IE" $ȒE0wNuۻnZ"$IO@H#"'D!ĘIHD$"$q""H"D"@IAO}#!ſ1$"$IHH @H$"$D"DIH2D"$""H"D"@IAHA$"$IH)HH$'$@D"DIRHD '$"2X"D"@1EB $HE8?$sf;;gh@g7ٚslsݻ3`9Ϝsٚv7,m7908Aq 8 " @p40~&;#D L!@ #c  #8Dqp @88 -6$b8 q!@=# @  QE x &1EE0 "I@&<"D @#L 0`@ @!|#" }} "IG"$"| y!C#p ͈ 9,Ghl #a8Ñ3Àm0fܧ#(@BHP "EAA "IH" "@PA#F $$0 )K2HH)dQ@E$$%"):II"$@IId@;I1xD DQ( "eEHIH" "DHQ !#D 0$,a"OHh$s|->8>@$G Î9sqΝX888Nݷg{xw8w;9ΐsD  $#"HH$A! !  HF @ $I D $%8)I"HH$Q@E$ $")HH"$@IH$@I l09sgh͘s9;ϳ}fl3s7op(0 .@ @@ 9 @@ `00Ep [ ȠnqȧN;bp68s)q6)cG1y͈cɘ aII" I< "AR`R'$YI" H ::$RzD`yDDȺH$02\"ȐD> I a" `'! !H8$q >qDF 0 IH Ȉ""  $ "D !ADHH$` `DH" H`"$HHIb H $P"Dp !$DHH%8H` "` e a!F@sq0 p3sq s3|q@@8p @@ 0!  0a vx33afF&18833ag11ac611aaf1 10@aƘf5ǀ`4pp ~  4L2 0`@B ! Ph# @s9ƞssɀ9(LAcc ( s͈P0 H 0$@D) $ JD(JQA$H$L(L $ &H(# '"DCy$y |%#`A$$HH y$H&$E EDD" @%$HP A$ $HI $H!$BeD@Ĉ(D  D"$HI B$KHH!%R$D#)Ît8saX胀a9\tNw8Nrsssܜ~9t DDDDDDD@ DDDDDDD@  p x@0 p@0<1sσ 06ff333g 16f<3 0f<3 0f333ff <yπ 3 >p ߀      &c)  T*@  gD+  )D*  C p P   U  O^ $ ̯ $Ħ` X <*P  $@  T‡׀ %*@ :  $@ UT(@ <k UV N5 N< UU L| o? {{UUx 0ǻ8#wgvO#i9;y|$D"$"|?yD"z"|@"HDI 0<31 @@$D "@$H"D"@@"0IUUUmUUV ϟ "PBDQ$d "D,H2 D ɒ"(QD!@I@ w <8@xpvYÎxw8p,tA8gqu89?8@ @D@ | x@ L DDDDDDD@ @ @ w h0b " @@@@UUV#6"9sgcsÉ^s8GĆl4&TD("$LI H"J@"H@a'2LUUV!"TD&"$H #Ȃ>=>O@ "D"TD!"$H $H EH @ "D"D)"H $HE@HPD$b"Dû9@sqsspC: 97w:(`<> @  n @0<| y`xǏ=ǟ8sy8 uy688 uysq:<p@0fc0 c18٘H$@$ E$)E$*"HH@0 ~c1? H$$ A$!A$! OO@0 `c ᙘ0f$8 QA!A @P PH @fcaᙙ0ٞ$@ QE!E"HP"PH@<~yy|y >sq 8As@8As sp 9p@@@` >wxg;1q8|89 *"$2$A(dS !!$d H "$*1>'!!8(T 0"8*  $ !! 8T "$&$I($Q !!$DLHvr8pqӎ>|;q@ @DDDDDDD@83<9lw98y`qwcslspss DDDDDDD@%ES 2D@"DD*$$ "$I$J2$@ D$@ $E "D@"D|"$$"''"$@x D$ H"""$@D( DI "DI(H DH Q?0 x@H("" ,@d("DI "DI@(HDX% 0 p@qqXt@sp㛰8' ͈?0s `gc31 cc01 ffc01 ffc3ߙ31  `r=?y A#   qshcs@A1ιA#s&99 ߀""D$I$J@"$%@ PPBDD  >>D''"@#gB||  ($D@$B@T@ "b($FH@#b$!$RRBDlD sptsC@9!sA8D9  &|  )T)  T  )U) @  &T " qb8cs@xxxC8Ͷ$ DD DD$I$J@$@ABB  DDy|D''8@P DD@($D$@P`R DED($FH@$D1V  :t8sC@xxx󻐀 !  h "H  | #Ȟ  q "  9N ``H  1  'qr8Þq 2^z " b!E$JABT ">z!AA'@_ p " !@A$@D "" E$HDDp$ uЀ@8sqB(" ߀(X` D D ` 6      S   0^R 7f31 R 63fٳ1 63fٳ1; ?f߳1C < 0f31Æ 0<31Bt ϟ   A `a@@9 ;|8xxxC8@@Cv DDDDDDD@`gff3 388pxxx@6+@DT7@D+ S o@ `69 x| JI >wxgqshcs#p99! cC/9qshcsB *"$2""D$I$J PBD D!"I"T I"%D""D$I$JǼ "$* >>D''#`B<|BPD!>I>D G#D >>D''"8* ($D$BBDQ@BpDA * D  "D ($D5 "$&"b($FHQ$RBDQDDA"6"BK"D"b($FH`]_$RvrsptsCNs: 9"gw8sptsC . B;@F.p8;m q;u0uuuq ǎ1/0??﷿wi:O]WwWu۷{vݷ ۾]Wy ۰wvݶ۾]W~}۷ ݶ۾]}v}۷^ٮ߮ dI\x}q1>1q_   h u*`?ƀИ2 p@ I@Ё8!9*;  ;H@0x4~44 b$D!A  F"@i$"$@&L!L L@B|!<1  A>@$  ؙ@!y0A0lfp@@A84sЊA!D   "H@$0de 1>)@0@P2" 1$ADL%E DI@E "L@A E !!P"" $@AD Dб8 y;p?!"DE E!!@D@Q"" E$@AD D !"2de e! d !""(e$@BDD Ã,Y@xXpX~sX wXs9:s @@   @ 8 7 @A @B aƐ60w9珌x8<@894A1ι  HgD 3ffxDDL"$%   q69 8xQ 3f~`|@D" ` (%HH!F33<``@@D <H<@!$H;3<f` DDD#b$ DHDBQۇgx<<98N:9! $(D$%HDg q:": 8 8   pHs3| !B @ !"'68's !!("$IA !ȑ> <$I !" @D!DI !%$B"DADID H88;:  8 p  ~~~| a9``C !!!"`I$@1 1 Āi  $$$"scq A@ w$D <<<" J$  "ccD $$$5 @PĒ  $M$ G;9PD@ I @  H"IDDp# II 0  H>I|CH I   H I@@H I D Ȋ"IDAHI$I d ݎ9 0# F8Xp 0f H" 8l"e12$A"""I="$"""IE""""IIE" Q"bI 1:wv p@`81"@@I  @@ RI$@<9YL 8l9%,GLss&RI@ DdPdE2D"H2H$@C(I |D`DA"|B"H"O$B(  0f 8c0c@@D"PDA"@B"HH"HB(I H" HH DDHDE"DHH"H؉C(  8l"[Ps3a-68 8@9@8w9v쳕\NpsB8 12$A""$Pdd(H "@="$""$DDO!!'@E"""$DDH!"!"IE" Q"b$DD(H!"E" 1:wnp7g; x @ P`8@" &P @ < g aƐ6 qb8csP#sLss @"QD DD DD$I$J$Q$S$B>! DDy|D''''$ !F"DD@($DP$$ "Q$H2DED($FHQ$Q,Q؉ gۇ:t8sCsps`  @ȈȈ""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""#""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""#Ȉ興ȏȈȈȏ"f""""""""""""(?"""""""""""""""""""""""""""""""""""`""H2""&/"##Ҡ""""""""""""/8."""""""""""""""""""""""""""""""""""`"" ""&/?"#ȋ4 興 %ȏ?oׯȋ̼<0 rdH ȏ?oն'!""""""(`""" """""""""""",2/" 9"`""/?ٷ_"c&""""""(` """# """"""""""""/02,"" $""/|ٷ_"9#ȆFꪪ  <p8 3 Lȏ|8ϿhȎS 8/8 fHȏ|8k,""""""(p "" """U@,2/,"B " ""/|2""""""""",0~"""""7"(@@0~""'"""ʪU+,2-ϝ,"6@"R"@/2"""""""""QȌ~\g1UTU8Ϝs㸍d i$ a&9Dȏ88 ȝ؀@RITQU@A+8s㸌R@ H@Ȉ HTHȏ8? &8N"""""(RODȀ8"""""ʪ,2,s,R "x""IP/2""'?"""L#>""""">(RHD@<""{"""A+,UT2,s,P@"0"b"(JPH/2""'"""4#ȌȈR'G!ـ0Æ8s㸍 d 89Dȏ8∈qi0Ȏ@IȈȈ9U+8x}㸌 @"@ȏ8Èyh'G"""""(."#"""+,U2,pq},"0" b"/2"#""#'""""6(& "#z"""+,2,pp<,"y"HPb"/2"#""I#ȈȈ?hg3舉興+88  hȏ8興vȈ6@U R舉+8?8   hȏ8m&"0?:""""P?r(@'U:Rb"#""""+,2,2, " a" b"/"?""L##?""""P<6( 3L`#UJRb"#z"""" +,2,ڻ2,&1 "81"@b"Ls0/"?""4#ȿ&Sx R eU:Nh숈 rD`+ @8~uV>8)JB 8hȏ?i4)Tv:^@ẍȒ"D+&s2f8 ફ8/{Δ m hȏ?hÿ~l"#WZ( JP #r"#J""""ϐ"(+-)$@2,'Wի2,(B"̍" b"P/b"""#"/e T (:N#2"#""""Ȓ"(+-'^D2,p2,'9 " " b"s/?b"""ɀ#`S8LȌ2p+$"P"8Z_UX8 ~ #hȏhÀASˤd8L+N̝8p 8 Ս$$hȏh"&">(#2"""(""""+,2,`.2,""$%) H2,WՀ2,Ls"_ "?b"v /0 b ""#!""r6(""""(""""+,%& H2,2,"_ "5UUUb",81b ""@#ȡ)TT?XL+$08uV`8 5$I0hȀ1hȈǂ@|ȡDT6BL+88  4TXhȁ hȈ!(TT""?Z("B"""(""""+,2,`2,""2EJDb"#1 r#"Na#!'#!Ԝ""6(" """(J""""+,2,82,"@":)ITHb"#1 ~2#"DH#Ƞx L+88 B '%"HhÀ ȃ1 <DHȠ8C@̈+8?x8 C]*hLI|sȃ1DH ""r(!@"""(J""""+,2,882,")0"b"RU) #1x#"ǎFa# ""(#"""(J""""+,2,~~?82,"A)1"b"RU#!1"""#ȿẍȈ+8~8 kUXhRU $Ȁ1ݏ8ȉ؀ LȈ+88s8 ohÌGTȀ?0 #"""r(?&'"(J2""+,2,8s2,"#&B"b" } ?"""##"""6(x|&&"(3""+,2,8s2,"&BA"b"  """#ȉ۟?xL눈+88s8 ~AhȀ ?Ȉ?8L+8>8 |fLAhȃ ";~g"""b(:#"(""/,~?<2,"8n"lb" #0?"/""#"" """UUUUV( r""/# /,2,"{"lb"&x"'""#Ȉ;?Ȉhx B whærȆȈȈsLh눼 @@0Ah)IȆ""?"":b("""""""7"/""""""""""""""""","  0!"<b")H#"""""#""""=UUUUU(~""""""">"/""""""""""""""""","0)!"<b")I#""G"""#Ȉ?ȏw:)!hJȈȈ9?興""""""""""""""""¡ĠkkkgMM,MMMo   Interpress/Xerox/3.0 fjkjWB69rjWBrjWB659;{ KFr{wO?6vvv#@ `@0A$ & Û 9L s , <绀6$L% !LD(P! $LeQ2 I$Hē H@"/`!$HE"   $H" H@("P!$HE"   $H#b$%HD(H!,LeQ"KÇs!8@bp,Xwt@@(8t`` tb  I @  #wrs٘,89f&l'=slp$S%""&D H2DD#"""2$ $D 2'!@""Dy"||"""""$ǐ$(y"x$$!@>"D "A@"""""("$Q$(A&D "EĀ""""" U2xs:wuw89wwxwwxBt,t" < `p0 : ~  H`0F! I 86 ېf͎9 l4syŇ-!8s9ƀIQ"Q#&QB 2L@(&@@>D@$ )HD_<>!""$Q3 "D!G@!|G$yH$PD  !"$Q  "D"$H@!@HI&QDbQP#&QJ "DB"$H@!DH؉( 1Ŏ;ۻؐaŎqq:sI| CH IA H I@@@H@"I!Ȋ"IDAHI$"I!ݎ9 01݁À0f@@ aaH"@IIE$@ 8l"cAa968AE$@ 2$A""2 JDHA %`B`I$ ="$""#DFA<$  E"""$HDAA EE" Q"b 2$HDIA($$!$ y:wӼIcc "@ 0   0# I"a"@ HA8paŇ=cssacI$ "`89llG9ƀs̀IH@I&@@ $JH $$@D2H) &@I0@< IGy9$ D0D"Oy$@< H@D*H@ $ $"D"H$@ H!D6$H@@$H$ $2HD2H(R$@<IH;p";xIctpA`q,8p9, DG\t F0  p 8  |k@ 0``#$1$"H@H$ A8p8f9wc-x$ E -"@8山fy6I$ @E#"@B%"$Q$$HFQ(# I8@"`@ EH"H&"($HI$@@< A"""@3"$R$OD_  $@<@AH>O""!HH$ @D A""! $$R"DP $@ @ AH H""""$HH$ !DE"""J$$Q%2"DQ "D$RA$@ @ EH"X0"""%HI$I ;p8wqqs17cp<@9 'Aw`p8쳜'q; 1b0 @ `9`0`_0a# @  1 $@ 0$1 @@@I A"A8y`fsLppw9l,s $ 9lpXG6hi;I$I$@*$"$d@Dd "D2@ b@Id$ș""dI$I'@<"$"#'DD "|"@$@<I`D$H>"DI A$@D"$" $DD @"$DB*""E$H "DI A$!D"$",$@DD(D"$$DB6""E$H""DI$I$;q9Ӏp99s9`9b8;"8s;t@tuK0a@0   # I"a"I@ (A8y`wscssacI$ "I`89llG9ƀs̀I(@*$ " H@ $JH F$@D2H) &@IH@<"$ !Cȁy9$ I0D"Oy$@< H@D"$ADH@ $ I$"D"H$@ |!D"$J@@$H$ $I$2HD2H(R$@<I;q@IctpA`q,8p9, DG\t F  p4s! 0` 1ƿ0`` #@ L@@1@b@H`) R@) @$IA8pmsAXv8)rX @I"($R@r([qgs`$I @($@0(d"R"E@)"D$e @1"H$@ $&Q$$`b"D$I#@<$OD>B"A@%"D$E I  H@@y$$ ""D$I@D$@D DABA"@%"($E!I  |@$$ """D$I!D(,@d(DABE"P#"($E",I " @$ Q$%#"""T$I$;pl@X8 ssv8s0r wv n9q.s#"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""숈ꈈ鋈Ɉˉ# $@H"I$IDDM$c:.r"{{3>#'>>."c&2c6"#js>#""*j"c3f""#3b".r3b;>:""""""""""@ȁ) HHdD@BF!$I$I#(AB! I 0  EEȼȏϞϘɈʬɪɈɊɈɨ虘Έ@DH!H"HDD@@A@D>)D "(IAI D @!#f'*&#&jz&ffbb"bj2;3fk"*#3b*"k"c2k&&k"2f"&32.2&g+"""""""""";psGN'8C#;Dw|?:t8~& @h  8@F! &$# s9s؀w$b8sp sabg$qw8A4" @"@D$dQ"<"D $J  D a"$ ("D@"H>y|$D"$"|?yD"z"|@"H @@$D "@$H"D"@@"0 "PBDQ$d "D,H2 D ɒ"(QD!@w <8@xpvYÎxw8p,tA8gqu89?8@Dx x1~J@!@HcA9b8HI$QIAD"@(I$ IA|"0R$ H $"D2$ H$ bD19p@0=ݎ8EO|P @Q "@pCs @0#@8   0H$ 0D @@Pl9Nl9v8 @H@@@D8A9vLs@PD2D"R"E@0@p @DDA # $ "|"@P>B"A @HI@xD! R" $>@"@PABA@HH@AD R" AD"D ABEH@IBH@AD&"* ;9Îw8 80810 88;'pp@@@88`88` @ HHHH fÎ[lp  I"#$Q$2 I>"$$"   I "$$"  !  ! I""$Q$"( R!  R! ݜsnw     8  $H) A=Îslq) Bd@$A$J2" I "$G''"" I $H$$"" } dH$Q,H""   9y\swq  ˻ 00A& $@HH ! B k18< A B%DHHdD@0q @|OODD@ I "$@H"HDD@I  2$DHXDD@HI p,h8'800 t@@ ax 0) B0` Ac'!9) @H8scQFhAE$Q%DHx@ H!QI"D$"$|I HGȆ JH"D$$@} @HHJH$D$Q $D @HH0$@DHDs9;x 8Hqc8#x@\tN 9? @  1 Bl9l9s@ @A92DD"dLp  ADȉ"|DDdHIA|"@DDHH A@$""DD0DHH@BD%898N?0 99] ?  0@@@|@ &@@0H" [lNcO8@@q3Ny"[{NyH$2Q$D@ DP* "R$)* O$"_$D|@y#o}ۃ9_}}ۿܞkuۻۺx=c1m11>~  !qs#8#s$44p" "$ "PB$y>!$DI  "$ D D1@"%b$R@!DA@wtÈ3p~:88Dx UUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU )&D" UUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU;3 qs̀D(r' 8 H"&@DH(" DUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUH>$@xOD#ǒ| H" $@A|"@UUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUH2"R$@A*D Ý,spN8UUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU  UUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU UUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU|nom\ow? nmo.}nmw}|nov{s۾21{}x;N?0@ `J @@#@Ixs X^gdg9w0À&18@gw@ !(8$( "iJ'  HD$@ "@ )@@ A ;#I$?GxD'"@:0@'A ! ID(@D$I"@J@@AJ) *"iD (HD$@I"PJ)HB@!Cfw@]S` '10v 5p|`;@@    scp$b$>`%H (9 0bb 0C8p;  #H H`I 1c&ynAsI DsE@#\h QR!( @ @I"$ "h I@$Ș P @y9"9%$ @y>II@H! ( !"% "j `DA($H  qwpw`"tQ x9sp8@@ @@@ c`!$!1( f;w|s!$!@( % $@"@|>% PD!'@CBA % QD@HI!@Bvgw`s1c 9wۿvۿ^vݻ~ݻnݻn߻wnۻwnۻ`ݻ~ݻnǻwnۻwnۻwۿvvvݻ~wۿvۿvvݻ~ݻnݻn߻wnۻwnۻ`ݻ~ݻn߻wnۻwnۻwۿvvvݻ~$@"H"DH"DH"D D$D"$D"$@"H"DH"DH"D"D $@"H"DH"DH"D D$D"$D"$@"H"DH"DH"D"D  D$D$D"$@"$H"H"DH"DH"D D$D"$D"$@"H D$D$D"$@"$H"H"DH"DH"D D$D"$D"$@"H'"DH"DH"D D$D"$D"$@"H"DH"DH"D"D '"DH"DH"D D$D"$D"$@"H"DH"DH"D"D $D$D"$@"$H"H"DH"DH"D D$D"$D"$@"H$D$D"$@"$H"H"DH"DH"D D$D"$D"$@"H? "DH"D D$D"$@xBH"DH"DH"D"D $D$D@$H"H"H!h D$D$@"H$D$Dx $H"H"jVtH#0 D$D@"H xq`1ZU"$@2H"DH"`"D  xq~1jV]"$B8H"DH"`"D @%|sP'*ZUH D$Db@*@"H%\P.z^WH D$DejҤ@"H(I\cVR/$GH"DH"` "D (VD^ןc@-U$_H"DH"b@"D S%O?cP@u<(ȑ?? D$Dej @"H(fIĀ@O9c@@1$`1H"DH"`*"D (G?c!ZsU$9H"DH"`ұ"D %G?cPRu7jVȑx D$D`@"H%@G~cP-jZ[Uȑ D$D`@"H @1$H"DH"`"D  @1$"H"DH"`"D  %@$Pnvȑ< D$Dd@@"H$!3%@$P.H D$Dd@@"H!*JP @U1ހ6"$"H"DH"dLC"D !*JH@@12ȝ."$"H"DH"gB"D ē3%I3@p$RHM.DH D$DdR@@"H @eo1J6"$"H"DH"dL3"D  ?WW` 12."$@"H"DH"`"D %O@.$PN7DH) D$D`@"H%|P$PM/DH( D$D`@"H x7"$@"H"DH"`"D !vPߟP+"$@"H"DH"`"D @g3%@X$P@~[7DH( D$D`@"HdJ%eHW`$P]DH( D$D`@"H!@tzR@Do1̕&$d"$@"H"DH"`"D vw:%R@A-$PQ(~[DH( D$D`@"H%uN @$PQU z]DH) D$D`@"H @` U`1L `d`"$@"H"DH"`"D  @1@"$@"H"DH"`"D %@ $Pz[DH) D$D`@"H%@$P:}DH( D$D`@"H @x1"$@"H"DH"`"D  @<1"$@"H"DH"`"D !%l@$PzDH( D$D`@"H =R@1"$@#H"DH"`"D  R@1;#$cH"DH"`"D %Nh@$PDI(K D$D`@"H%@$Pp;DI)N D$D`@"H @1ۀ7"@H"DH"`"D  @1<`"n@H"DH"`"D %@Ϗ$_; DH) D$D@"H%@$_o}}ۃ9_}}}ۿܞkuۻlۺx=c111>~  !qs#8#s$44p" "$ "PB$y>!$DI  "$ D D1@"%b$R@!DA@wtÈ3p~:88Dx UUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU )&D" UUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU;3 qs̀D(r' 8 H"&@DH(" DUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUH>$@xOD#ǒ| H" $@A|"@UUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUH2"R$@A*D Ý,spN8UUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU  UUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU UUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU  }x??8'Hcowۏ|nom\ow? nmo.}nmw}|nov{s۾21{}x;N?0@ `J @@#@Ixs X^gdg9w0À&18@gw@ !(8$( "iJ'  HD$@ "@ )@@ A ;#I$?GxD'"@:0@'A ! ID(@D$I"@J@@AJ) *"iD (HD$@I"PJ)HB@!Cfw@]S` '10v 5p|`;@@    scp$b$>`%H (9 0bb 0C8p;  #H H`I 1c&ynAsI DsE@#\h QR!( @ @I"$ "h I@$Ș P @y9"9%$ @y>II@H! ( !"% "j `DA($H  qwpw`"tQ x9sp8@@ @@@ c`!$!1( f;w|s!$!@( % $@"@|>% PD!'@CBA % QD@HI!@Bvgw`s1c 9wۿvۿ^vݻ~ݻnݻn߻wnۻwnۻ`ݻ~ݻnǻwnۻwnۻwۿvvvݻ~wۿvۿvvݻ~ݻnݻn߻wnۻwnۻ`ݻ~ݻn߻wnۻwnۻwۿvvvݻ~$@"H"DH"DH"D D$D"$D"$@"H"DH"DH"D"D $@"H"DH"DH"D D$D"$D"$@"H"DH"DH"D"D  D$D$D"$@"$H"H"DH"DH"D D$D"$D"$@"H D$D$D"$@"$H"H"DH"DH"D D$D"$D"$@"H'"DH"DH"D D$D"$D"$@"H"DH"DH"D"D '"DH"DH"D D$D"$D"$@"H"DH"DH"D"D $D$D"$@"$H"H"DH"DH"D D$D"$D"$@"H$D$D"$@"$H"H"DH"DH"D D$D"$D"$@"H? "DH"D D$D"$@xBH"DH"DH"D"D $D$D@$H"H"H!h D$D$@"H$D$Dx $H"H"jVtH#0 D$D@"H xq`1ZU"$@2H"DH"`"D  xq~1jV]"$B8H"DH"`"D @%|sP'*ZUH D$Db@*@"H%\P.z^WH D$DejҤ@"H(I\cVR/$GH"DH"` "D (VD^ןc@-U$_H"DH"b@"D S%O?cP@u<(ȑ?? D$Dej @"H(fIĀ@O9c@@1$`1H"DH"`*"D (G?c!ZsU$9H"DH"`ұ"D %G?cPRu7jVȑx D$D`@"H%@G~cP-jZ[Uȑ D$D`@"H @1$H"DH"`"D  @1$"H"DH"`"D  %@$Pnvȑ< D$Dd@@"H$!3%@$P.H D$Dd@@"H!*JP @U1ހ6"$"H"DH"dLC"D !*JH@@12ȝ."$"H"DH"gB"D ē3%I3@p$RHH D$DdR@@"H @eo1J"$"H"DH"dL3"D  ?WW` 12"$@"H"DH"`"D %O@.$PH) D$D`@"H%|P$PH8pH( D$D`@"H xH"HE"$@"H"DH"`"D !vPߟPTH"$@"H"DH"`"D @g3%@X$P@~l"IDH( D$D`@"HdJ%eHW`$PD pH( D$D`@"H!@tzR@Do1̕&$d @"$@"H"DH"`"D vw:%R@A-$PQ(~H( D$D`@"H%uN @$PQU zH) D$D`@"H @` U`1L `d`"$@"H"DH"`"D  @1@"$@"H"DH"`"D %@ $PzH) D$D`@"H%@$P:H( D$D`@"H @x1"$@"H"DH"`"D  @<1"$@"H"DH"`"D !%l@$PzH( D$D`@"H =R@1"$@#H"DH"`"D  R@1;#$cH"DH"`"D %Nh@$PDI(K D$D`@"H%@$Pp;DI)N D$D`@"H @1ۀ7"@H"DH"`"D  @1<`"n@H"DH"`"D %@Ϗ$_; DH) D$D@"H%@$_o}}ۃ9_}}=ۿܞkuۿlۺx=c1m11>~  !qs#8#s$44p" "$ "PB$y>!$DI  "$ D D1@"%b$R@!DA@wtÈ3p~:88Dx UUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU )&D" UUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU;3 qs̀D(r' 8 H"&@DH(" DUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUH>$@xOD#ǒ| H" $@A|"@UUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUH2"R$@A*D Ý,spN8UUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU  UUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU UUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU  }x??[{߶8'Hcowۏ|nom\ow? nmo.}nmw}|nov{s۾21{}x;N?Xx ɀ ~@@b`0 0@ `J @@#@Ixs X^gdg9w0À&18@gw@ !(8$( "iJ'  HD$@ "@ )@@ A ;#I$?GxD'"@:0@'A ! ID(@D$I"@J@@AJ) *"iD (HD$@I"PJ)HB@!C@@     scp$>`%H 5H (9 0bb 0C8p;  #H H`I 1R!( @ @I"$ "h I@$Ș P @y9"9%$ @y>II@Hb @ ">  J O@H! ( !"% "j `DA($H  qwpw`"tQ x9sp8@@ @!$!1( f;w|s!$!@( % $@"@D"%$ $8%@"pB|>% PD!'@CBA % QD@HI!@Bvgw`s1c 9wۿvۿ^vݻ~ݻnݻn߻wnۻwnۻ`ݻ~ݻnǻwnۻwnۻwۿvvvݻ~wۿvۿvvݻ~ݻnݻn߻wnۻwnۻ`$@"H"DH"DH"D D$D"$D"$@"H"DH"DH"D"D $@"H"DH"DH"D D$D"$D"$@"H"DH"DH"D"D  D$D$D"$@"$H"H"DH"DH"D D$D"$D"$@"H D$D$D"$@"$H"H"DH"DH"D D$D"$D"$@"H'"DH"DH"D D$DD"$@"H"DH"DH"D"D $D$D"$@"$H"H"_Y"DH"D D$D"$D"$@"H$D$D"$@"$H"H"zh)"DH"D D$D"$D"$@"H7 "DH"D D$D H D$DdR@@"H @eo1JK;"$"H"DH"dL3"D  ?WW` 12H"$@"H"DH"`"D %O@.$P>KH) D$D`@"H%|P$P> HH( D$D`@"H x ;"$@"H"DH"`"D @g3%@X$P@"pH( D$D`@"HdJ%eHW`$P"H( D$D`@"H!@tzR@Do1̕&$d"$@"H"DH"`"D !@BuR@B3@1QYJ"$@"H"DH"`"D vw:%R@A-$PQ("H( D$D`@"H%uN @$PQU "0H) D$D`@"H @` U`1L `d`"$@"H"DH"`"D  @1@"$@"H"DH"`"D %@ $P"H) D$D`@"H%@$P"8H( D$D`@"H @<1"$@"H"DH"`"D !%l@$P"H( D$D`@"H!%%R@Ϗ$P`"H( D$D`@"H =R@1"$@#H"DH"`"D  R@1"?#$cH"DH"`"D %Nh@$P"vhDI(K D$D`@"H%@$Pp"xDI)N D$D`@"H @1"@H"DH"`"D  @1ۆ"n@H"DH"`"D %@Ϗ$_"G_DH) D$D@"H "DH"D D$D?"$@&H"DH"_"D  "DH"D D$D|"$@"X"DH"^1"D $D$D"$@"$H"H"DxH"D D$D@"H$D$D"$@"$H"H"Dq?H"D D$D@"H ȉ"DH"DH"D D$D1?"$Ɖ"؉"DH"DH"D"D  ȉ"DH"DH"D D$D!"$ĉ"ȉ"DH"DH"D"D $D$D"$@"$H"H"D@ȑv"D D$D"$D"$@"H$D$D"$@"$H"H"Dȑ"D D$D"$D"$@"H""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""Ȉ"`""""""""""""""""""""""""""""f"""""""""""""`""""""""""""""""""`"""""""""""""""""""""""""""#Ҡ"""""""""""""`""""""""""""""""" 4~ ̼ /"""""""""""""""""""""""""""'!"""""""""/""/,"""""""""""""""""""""""""""&"""""""8"",""/ FȈ < Sh /x-""""""""""",""""""b""-"U@"/- " """""""""",0~""""""xb""- "ʪU+"-rd" U@S~8hd" R$ #ʪ xhR$ U@A+T x-("C""""""""""8N"""""'b""-("ʪ"/g- P$""""""""""U@#">"""""/b""- P$"A+"-P~ d" ʪ 8h d" ?  @#@0h  U+;l-" """""""""S"'G"""""8!""-"+"/_,"""""""""" "'""""8"","+"-sn Ȉ +@s  x +so,$"@"""""""""""0?:""""8""",$"Ȁ+"/s,$A"""""""""""#?""""8""",$"Ȁ+"-ck%*)! Ȉ%* ȌI+e0@g%*,8" "-UUUUUn ;?Ȉ$3"  sL$)J ,"""""""""""""""""""""""""""""?"""""""#r,8z "/"#,""""""""""""""""""""""""""""""""""""#,!)B"/"#UUUU^?興 :"Ȉ/""""""""""""""""""""""""""""#"."""""/"""""""""""""""""/""""""""""""""""""""""""""""#"#"""""/"""""""""""""""""¡ĠkkkkkA,Aw@=)xjWBrjWB⡣4mrj\ɠ{xjxjxjȡkFȠ`8Gq}{{{w{m}q8O8'?wooov2q8}ﻻnwm}ݶv߷wٮۇkݷ{ﻻowm}ݶ v߷ooo۷ oݷ{׻omݶݻvw}ۯ߻׻nmwݶ;V{{{}ٮ{ojݾw1}8)ţ>*q8tcw:t8~& @h  8@F! &$# s9s؀w$b8sp sabg$qw8A4" @"@D$dQ"<"D $J  D a"$ ("D@"H>y|$D"$"|?yD"z"|@"H @@$D "@$H"D"@@"0 "PBDQ$d "D,H2 D ɒ"(QD!@w <8@xpvYÎxw8p,tA8gqu89?8@Dx w h0b " @@@@#6"9sgcsÉ^s8GĆl4&TD("$LI H"J@"H@a'2L!"TD&"$H #Ȃ>=>O@ "D"TD!"$H $H EH @ "D"D)"H $HE@HPD$b"Dû9@sqsspC: 97w:( 0@!!Ǐav{c`f;݉1 `xf311 8caf31 ca f31 cX!n31 c!x7w (x 0   ` @ 0` &0 `B0 p 3 8,qc#,X܎,pr"͜h8s24qG@&I  QE"I( 94@DQtIt #HgH$, H^&L`B@"8 _D>$'D$I$ "O"OH$`H"D B@"H` PD Ch$$D$I$0 "H"H 0$dH"D B@'H` QD"I( $$@DQ$IH$ "H"H2%$HHNp`}@p89fs3#ff 6g8vg8h ٻpp4q@(    @ "  `0``03 0&رyIc1Xg#h "<#998s4qc0'8lSr8IdRٔSJHDi"H2$$\&E"d]$D JE@$@L@IbE$@#IH'؁ Z8HO$H"@$I0DZD@$@D'8"}$G"GH$ $H`I"H$H"A"$I D$D$@D$H"A$D"IXtR S$HbDI!:#$L"E"$I$Db $D$@N$@H"E,D@"Ims$|Cshw9s8a$9ݙ34s3}3s866o@ @@@  @ 0`0`&9[X8cŎG͈08c,S#` r8,scls(JD&$Q)DN\"2.ȼ"$I`/D$rY$]#@Er3$RxZD"Ia|H q$O"$8 $|"&"DQ' "@D"$$ $D"I$Q@DH $H"$H $@"!"DQ$ B"@D"#$4 $D'I$I)DFL"$H"%Hp$D"d2DQ$I B"@D2$,R $8ۚݾ 8;8} 8q,sG6`9,q36p @w8@H@" 0 yŋ{Ŏ@!p3,G bc8À<qXŎc;Xǜ9p."2. "NrH'i^.OE$$I3:H".؉ "'H(J$$>$ Ĉ"H"I$|IH>D$$>HH>b$$ $ D "H"I$DA!I0 D$#  I"H $$"$ BD2HbIH$DE$$Y9@"d$$ "I"H(J$qٜqHCp3,890lӳ8sY;3g3qpH D@H @"π D@@"Db``"  wlDRq̱"6,DyG8alpžXݱN"8pqKr8$R"`"I/giD 9rLDȺH'iH fwE $&E$DJ> >0"ID"DH`q$ H ""| 0"D2$DJ 0"ID  "DDH$" H ""@ H "D,DF"p"H$"ID  2DDHH$""HH r"D H $"D6q̱vf ـ,s3pvpێ w930Hs79@  @ `@"  0 L` 0``qfdSs 8XšmS0'8lSsb4,c-G88",pL];H$3/Ei'%$@IbE$R""L$t(L@FvIDH/E3$&("DDIO&|H"-G8"}$G "D$H'D$LDH}"0"DDIH!@I""$DH"A$D "D$H$D$CDHA$"(!DIH$$DI"'$D@H"E,DR"bN#$(H$@D$IDH$E9$"$s1㙷g370 ;9>}3s86q4f7g;3ln88Ӿwvp@ " ``0 w" 0)924qb I`z);H&L " 8 #O"D 2" H " H"D " Hp")HN wp}qϸg4q@D@B 0 @0B<S ,h͈qlD XŀbyL-cp8yŜg8FGI$MFtD1$@"@N@ v^D."D$ɘIBID D$D$D@"E@D@ "$'D$"|HGB1$D $D$D@"E@D@ "a$$0D$"@$HIBA$DI$E,D@"e@@ "$$HD$bD$ȉI8>㙠9̀fhfs96lـX`e gsn۳8qq8FoD  @@@ @0abGqcc3Ŏ[9c$ȤL$A2."q$HD&q'$"I>#$H$D!$$I $$HD$A:$I"$b>ns7 Àݜ87   @@@@  2"8<Ç@GO4yib'q$<bq80" "DI D@$"HHL!"&$HH AI0" DH #G$@ "HHD! ""DHH1I0>H|Ȁ $DH$@ "HH"D! ""DHO I0D BH@ $DH$@"HH"D! ""HH IxDA<ǀ ` #GG#GH< yG 8ypH@@H @I*@DC"|'ȈOI"@$>@!"DHD I$@DB"@$HI"D$  H y"<8I8@@:A<<#ȆpdG8N$p@ D 8  @@  @@ 2ÀDq8xDxqv"D"P |H B!$O" H $@>DH0@$H$@!!$H!A"D" "@H!B!$H"" H $@ DH0x<G#  #A< q<O <Gt pO @@""H "@"BB@D!" DH""! 0AD"BA"D C<G"<"!"I$""D("I"DD$>B@"DD $(0BDDD $ !"I$""D0"I"DD$ C@"DBD B$$yADp<pD"y D! D!xc:q>bbhxhbb<x{ɀq9̙x<rdprpϏ0Z86lٶxZ>`ه`NLư`ن33x3 @ @{8r1`r0|<~>9Z0` cf6e6lZ0 >c6a0|N1 0c6e60`x{w8ϟx=<?{} {?{d' qawwq ۳fݛw۫۵onۭ?7nݻ۸/۷o`۽nݻۻ۷woۿ۳nݻwӷ￿{ntcqqc￿}|b1q?_:t8~& @h  8@F! &$# s9s؀w$b8sp sabg$qw8A4" @"@D$dQ"<"D $J  D a"$ ("D@"H>y|$D"$"|?yD"z"|@"H @@$D "@$H"D"@@"0 "PBDQ$d "D,H2 D ɒ"(QD!@w <8@xpvYÎxw8p,tA8gqu89?8@Dx @0=ݎ8EO|P @Q "@pCs t@@`  0pw 0)  H@0bc'!9) @F984@(E$Q%DHTLE@LD(D$"$|I BB"A @HI@>@"@PABA@HH@AD"D ABEH@IBH@;9Îw8 80810 8 n. """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""Ȉ"`""""""""""""""""""""""""""""f""""""""""""""""""""""""""""""""""""""`"""""""""""""""""""""""""""#Ҡ""""""""""""""""""""""""""""""""""""" 4~ ̼/""""""""""""""""""""'!"""""""""""""""""""""""""",""""""""""""""""""""&"""""""8""""""""""""""""""" pFȈ< pSh/-""q"",""""""b"""""""""""U@""""""""- " """,0~""""""xb"""""""""""ʪU+""""""""d" w<;U@S~8hR$ #8;ʪ xhU@A+-("C"ߟ8;""8N"""""'b"""""""""""ʪ""""""""- P$""ߜw8;"U@#">"""""/b"""""""""""A+"""""""" d" Ϗw<;ʪ 8h  @Ǐ;#@0hU+-" ";"S"'G"""""8!"""""""""""+"""""""","";" "'""""8"""""""""""+"""""""" Ȉ+  x+,$"@"?"""0?:""""8""""""""""""Ȁ+"""""""",$A""""#?""""8""""""""""""Ȁ+""""""""%*)! UcȈȌI+%*""""""""" """""""" ;?Ȉ sL,"""""""""""""""""""""""""""""?"""""""#r"""""""""/"""""""",""""""""""""""""""""""""""""""""""""#"""""""""/""""""""?興Ȉ/""""""""""""""""""""""""""""#".""""""""""""""""""""""""""""""/""""""""""""""""""""""""""""#"#""""""""""""""""""""""""""""""¡Ġkkkkk@=xGxjWBrjWB㡣a 󠢠rj/ɠ{xjxjxjȡkFȠ`x?xow~{~1=ݎ?|}qݻo۶}~߽voݾ}۹}~ݻv׶knm[}~~qwF0vW1xx=~~:t8~& @h  8@F! &$# s9s؀w$b8sp sabg$qw8A4" @"@D$dQ"<"D $J  D a"$ ("D@"H>y|$D"$"|?yD"z"|@"H @@$D "@$H"D"@@"0 "PBDQ$d "D,H2 D ɒ"(QD!@w <8@xpvYÎxw8p,tA8gqu89?8@Dx w h0b " @@@@#6"9sgcsÉ^s8GĆl4&TD("$LI H"J@"H@a'2L!"TD&"$H #Ȃ>=>O@ "D"TD!"$H $H EH @ "D"D)"H $HE@HPD$b"Dû9@sqsspC: 97w:(6f̙6lə3fLɀ6f̙7lɟπ 6d*3? lɜ,߀> ?>'6d  /lɜ" '" 6d!=lɝ-6}( =~!lɴ!dh 6!ܨ+gp"7d|3| 383o}*<p*>o|'w</(|p!΀8|3(<#] -e *'܀e*?/ɀ #ި "7,ɀd36 lɟɀ6g6ləsfLɀ6f̙66f̙66f̙6lə3fLɀ6f̙6l3fLɀ?r̙6\mҭ3fLɀ\R̙6\mR3fLɀx?}_jyU*ԫ }w  u`  L}` Mo`  }u`은9uc99}}`  uc99lu`9 }}c99 u` L}` M Lo` }up  wkWԪk}y*}_mR3gɀR̙\>mҭ3fL݀\ZȘr=}lYp6v6f̙66f̙6lə3fLɀ6f̙6lə3fLɀ6f̙7lɟπ 6d3? lɜ,߀ ?o|'w</(|!΀8|3(<#\-d*'܀d*?/ɀ #ި p"7<"/@?ɀi&?68>,ɀd36 lɟɀ6g6ləsfLɀ6f̙62f̙7d ͙3flɛ2f̙6d ͙3flɛ2g6d ͻ_flɛt2VdԮ ϫW T2^dTW6\? Z ξ Yꈀ6Yx κ[p"6" εp6J[q κ[qr6[p κ[q2[p κ[q6[q κ[p6kp ε6 [ ιY 6 \? ίW2~ d ϫWԮ~2Vnt-DT ͻ_߀2oִ ͙?~ɻ ͙3flɛ6f̙6l3fLɀ=^̙6rl]ɀҬ R ~p,ɀR 36?z~?`~*5? z~> `-5,Lj`,M5-`,5, j`?,5-b-u,u?, b-u,lkb,̀u-`,, b-, 5`,`-Mr-L`-~, p, > 7j?+5}?_0ʯ:ɀS7?5S>z݀SZȘSYp6vlə3fLɀ6f̙66f̙6lə3fLɀ6f̙6l3fLɀ?r̙6\mҭ3fLɀ\R̙6\mR3fLɀx?}_jyU*ԫ }w  u`  L}` Mo`  }u`은9uc99}}`  uc99lu`9 }}c99 u` L}` M Lo` }up  wkWԪk}y*}_mR3gɀR̙\>mҭ3fL݀\ZȘr=}lYp6v6f̙6ހۀÀۀ߀ހ""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""ȈȈȈ"`""""""""""""""""""&"uUUUUU^""""""""""""#"""""""""#"`""""""""""""""""""&"j"""""""""""/UUr"""""""""#b ȊUUUUU\~ ȏꪪUUUU\/"""""""""/"/^",2".""""""&,"""""""""/,"/02"=UUUUW""""8""& Ȍ\p8Ȉ Ȍ8UWUȈh,",UT ,^"/"""b""', " ,R@, "-ϝ#"/Ub""xb""#Gd   &9Dȍd \Ϝs㸋興8hRK0 #UT HTHȌRK0s㸏U؈Uhxh?,R* "C, IP,R* ^",s&"+"'b""#:,PJ ",(JPH,PJ ",s'UUb"/b""#: d  9Dȍ d\s㸎Ͽ舌 8h @R@Ȍx}㸏UU_Ȉ0h," ,,^",pq}&"8!""" ,",,",pp<'UUUUZ""8"""a  Ȍ\8?.K  Ȍ?8WoxPI,;"@,,8^",2'vv"""8""""qSI,"L0",Ls0, ",ڻ2/l."""8""""1I2B Ĝ`Ȍ0\~uV>8>Ȉ8# @$Ȍ  ફ89.Ȉ," " ,$P, ^",'Wի2'?""8""""8,:",$s,8",p2/""?̢""""8 ÜpȌ\Z_UX8Ȉ Ȍp 8Ȉ,",,^",`.2/ """"""""88,",,"/Π2/#pp""""""""8%: ȌP \~` H"Ȉ%T #Ȍ@~C H∈Ȉ9,$0"ȁ,\ct ,%R3q^"-`2'aD"I""""""""",!,)H"șr\,',%)U )I",2/ 2p"""""""",!x ʅJH$Ȍ=)T9)I\@_@8@Ȉ%&@ ʝJHR$Ȍ%)UI)I 8@Ȉ,8"ͥJH,v ,%R8I^",WՀ2'"""""""",,"ȝI,,",2'"""""""", Ȍ\uV`8Ȉ Ȍ8Ȉ,",,^",`2'"""""""",,", ,",82#"""""""", @ÀȌ\8Ȉ$Ϙ @.' Ȍ?x8Ȉ,*"&q,)T, ^",882'"""""""", *"JR,)D,",~~?82'""""""""8%* OJ^)TȌ\~8Ȍʜ (JP)$Ȍ08s8;ȘɌ,"I΀,,^",8s2'""br".""#,",,",8s2#""bb":""' Ȍ\8s87艄θ a Ȍ>8Hěȉ#,!"/ ,@^",~?<2#Ђi$"";"".,c, A"/À8,",2/>y""+".:>(nj$:]. .'ȌLs\Y!)I $A 8)TRȌRH䇈,-)H$A"""""""""")DR,R"""""""""'""""""""#r,,%)JI$A"""""""""")TR,R"""""""""#""""""""#, 9A)$Ls興xȈȈ/"""""""""""""""""""/""""""""""""""""""."""""'/"""""""""""""""""""/"""""""""""""""""""#"""""#¡ĠkkkkkzAn/xjWBrjWB䡣h#rjY{xjxjxjȡkFȠ`8Gq}{{{w{m}q8O8'?wooov2q8}ﻻnwm}ݶv߷wٮۇkݷ{ﻻowm}ݶ v߷ooo۷ oݷ{׻omݶݻvw}ۯ߻׻nmwݶ;V{{{}ٮ{ojݾw1}8)ţ>*q8tcw:t8~& @h  8@F! &$# s9s؀w$b8sp sabg$qw8A4" @"@D$dQ"<"D $J  D a"$ ("D@"H>y|$D"$"|?yD"z"|@"H @@$D "@$H"D"@@"0 "PBDQ$d "D,H2 D ɒ"(QD!@w <8@xpvYÎxw8p,tA8gqu89?8@Dx w h0b " @@@@#6"9sgcsÉ^s8GĆl4&TD("$LI H"J@"H@a'2L!"TD&"$H #Ȃ>=>O@ "D"TD!"$H $H EH @ "D"D)"H $HE@HPD$b"Dû9@sqsspC: 97w:( 0@!!Ǐav{c`f;݉1 `xf311 8caf31 ca f31 cX!n31 c!x7w (x 0   ` @ 0` &0 `B0 p 3 8,qc#,X܎,pr"͜h8s24qG@&I  QE"I( 94@DQtIt #HgH$, H^&L`B@"8 _D>$'D$I$ "O"OH$`H"D B@"H` PD Ch$$D$I$0 "H"H 0$dH"D B@'H` QD"I( $$@DQ$IH$ "H"H2%$HHNp`}@p89fs3#ff 6g8vg8h ٻpp4q@(    @ "  `0``03 0&رyIc1Xg#h "<#998s4qc0'8lSr8IdRٔSJHDi"H2$$\&E"d]$D JE@$@L@IbE$@#IH'؁ Z8HO$H"@$I0DZD@$@D'8"}$G"GH$ $H`I"H$H"A"$I D$D$@D$H"A$D"IXtR S$HbDI!:#$L"E"$I$Db $D$@N$@H"E,D@"Ims$|Cshw9s8a$9ݙ34s3}3s866o@ @@@  @ 0`0`&9[X8cŎG͈08c,S#` r8,scls(JD&$Q)DN\"2.ȼ"$I`/D$rY$]#@Er3$RxZD"Ia|H q$O"$8 $|"&"DQ' "@D"$$ $D"I$Q@DH $H"$H $@"!"DQ$ B"@D"#$4 $D'I$I)DFL"$H"%Hp$D"d2DQ$I B"@D2$,R $8ۚݾ 8;8} 8q,sG6`9,q36p @w8@H@" 0 yŋ{Ŏ@!p3,G bc8À<qXŎc;Xǜ9p."2. "NrH'i^.OE$$I3:H".؉ "'H(J$$>$ Ĉ"H"I$|IH>D$$>HH>b$$ $ D "H"I$DA!I0 D$#  I"H $$"$ BD2HbIH$DE$$Y9@"d$$ "I"H(J$qٜqHCp3,890lӳ8sY;3g3qpH D@H @"π D@@"Db``"  wlDRq̱"6,DyG8alpžXݱN"8pqKr8$R"`"I/giD 9rLDȺH'iH fwE $&E$DJ> >0"ID"DH`q$ H ""| 0"D2$DJ 0"ID  "DDH$" H ""@ H "D,DF"p"H$"ID  2DDHH$""HH r"D H $"D6q̱vf ـ,s3pvpێ w930Hs79@  @ `@"  0 L` 0``qfdSs 8XšmS0'8lSsb4,c-G88",pL];H$3/Ei'%$@IbE$R""L$t(L@FvIDH/E3$&("DDIO&|H"-G8"}$G "D$H'D$LDH}"0"DDIH!@I""$DH"A$D "D$H$D$CDHA$"(!DIH$$DI"'$D@H"E,DR"bN#$(H$@D$IDH$E9$"$s1㙷g370 ;9>}3s86q4f7g;3ln88Ӿwvp@ " ``0 w" 0)924qb I`z);H&L " 8 #O"D 2" H " H"D " Hp")HN wp}qϸg4q@D@B 0 @0B<S ,h͈qlD XŀbyL-cp8yŜg8FGI$MFtD1$@"@N@ v^D."D$ɘIBID D$D$D@"E@D@ "$'D$"|HGB1$D $D$D@"E@D@ "a$$0D$"@$HIBA$DI$E,D@"e@@ "$$HD$bD$ȉI8>㙠9̀fhfs96lـX`e gsn۳8qq8FoD  @@@ @0abGqcc3Ŏ[9c$ȤL$A2."q$HD&q'$"I>#$H$D!$$I $$HD$A:$I"$b>ns7 Àݜ87   @@@@  2"8<Ç@GO4yib'q$<bq80" "DI D@$"HHL!"&$HH AI0" DH #G$@ "HHD! ""DHH1I0>H|Ȁ $DH$@ "HH"D! ""DHO I0D BH@ $DH$@"HH"D! ""HH IxDA<ǀ ` #GG#GH< yG 8ypH@@H @I*@DC"|'ȈOI"@$>@!"DHD I$@DB"@$HI"D$  H y"<8I8@@:A<<#ȆpdG8N$p@ D 8  @@  @@ 2ÀDq8xDxqv"D"P |H B!$O" H $@>DH0@$H$@!!$H!A"D" "@H!B!$H"" H $@ DH0x<G#  #A< q<O <Gt pO @@""H "@"BB@D!" DH""! 0AD"BA"D C<G"<"!"I$""D("I"DD$>B@"DD $(0BDDD $ !"I$""D0"I"DD$ C@"DBD B$$yADp<pD"y D! D!xc:q>bbhxhbb<x{ɀq9̙x<rdprpϏ0Z86lٶxZ>`ه`NLư`ن33x3 @ @{8r1`r0|<~>9Z0` cf6e6lZ0 >c6a0|N1 0c6e60`x{w8ϟx=<?{} {?{d' qawwq ۳fݛw۫۵onۭ?7nݻ۸/۷o`۽nݻۻ۷woۿ۳nݻwӷ￿{ntcqqc￿}|b1q?_:t8~& @h  8@F! &$# s9s؀w$b8sp sabg$qw8A4" @"@D$dQ"<"D $J  D a"$ ("D@"H>y|$D"$"|?yD"z"|@"H @@$D "@$H"D"@@"0 "PBDQ$d "D,H2 D ɒ"(QD!@w <8@xpvYÎxw8p,tA8gqu89?8@Dx @0=ݎ8EO|P @Q "@pCs t@@`  0pw 0)  H@0bc'!9) @F984@(E$Q%DHTLE@LD(D$"$|I BB"A @HI@>@"@PABA@HH@AD"D ABEH@IBH@;9Îw8 80810 8 n. """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""`"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""`"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" ~ Ȉ/""""""""""""""""""""'""""""""""""""""""""""","""""""""""""""""""".""""8""""""""""""""""""" pUUUUU\Ȉ< ph/-""q""uUUUUUW"""b"""""""""""U@""""""""- " """ꪾ""xb"""""""""""ʪU+""""""""d" w<;U@SUȈ8hR$ #8;ʪ ȈxhU@A+-("C"ߟ8;"'U"Ub"'b"""""""""""ʪ""""""""- P$""ߜw8;"U@#&"/b"""""""""""A+"""""""" d" Ϗw<;ʪUUh 8h  @Ǐ;#U_s舜0hU+-" ";"S'UUb"8!"""""""""""+"""""""","";" &UUU["8"""""""""""+"""""""" Wh+  舘x+,$"@"?"/vvu"8""""""""""""Ȁ+"""""""",$A"""/l."8""""""""""""Ȁ+""""""""%*)! Uc6ȈȌI+%*y""+".:>""""""""" """""""" Y H䇈,""""""""""""""""""""""""""'""""""""#r"""""""""/"""""""",""""""""""""""""""""""""""#""""""""#"""""""""/""""""""興ȈȈ/""""""""""""""""""""""""""""""""""".""""""""""""""""""""""""""""""/""""""""""""""""""""""""""""""""""""#""""""""""""""""""""""""""""""¡Ġkkkkk@=wފxjWBrjWBᡣ_ 󠢠rj1ɠ{xjxjxjȡkFȠ`>xx~?~9q.0ݹOݹOwi9;y|$D"$"|?yD"z"|@"H @@$D "@$H"D"@@"0 "PBDQ$d "D,H2 D ɒ"(QD!@w <8@xpvYÎxw8p,tA8gqu89?8@Dx w h0b " @@@@#6"9sgcsÉ^s8GĆl4&TD("$LI H"J@"H@a'2L!"TD&"$H #Ȃ>=>O@ "D"TD!"$H $H EH @ "D"D)"H $HE@HPD$b"Dû9@sqsspC: 97w:(88?0`@cǏ?|<1666< 〄9l@xxx@ffٝdTH@!"(( ($HI FEB!%DDDD2$@$@@ Tp(@! HIEA!DC|"$8@@x T@8@! "IEAG@@ "$@@  cٙLHDD!"(($("I$D!!DĀD " @$D@x1?8;9;9;;98@ݸCノG8w@xxx@@"@<@$`$@-@||HH@TD$dFH@|8TA@D TI@D$L7n8|``3  ,9fs821""$J L E!"<>"' H~A "D "$ H A "D"Q",HIHE#w;N\8q`3  ;,9fs>w>g 21""$J L*"2"<>"' H>*"D "$ H"*"D"Q",HIH"&;w;N\w>r|@ f8A!"@"A1ι@8"s69:0`@(9l8D(@D%#<ϐ0@% D(@"$D(HLrw8:upDDH0  `  @0  @$@>wxg l4Gg!cF@ *"$2 2LHd $Ɉ@ "$*"DOD $H"8*"DH D T$H "$&"DHHd l$Hvr:gXpDs]@@@0  @!slr@ l4G3[@ DO2 2LH !$@Dg"`"DO'$@D ""DH($@ DH2@"DH(%$! :,:Nn; p,`?@A00~*1D H$ $@!HE6#cpC-19ƀa͆caƍÛ 8!È/9$89*@&$AHAH)&Id$"D%I L $HD $H%<DDG"'ȌAOHD#>DH#ȑF| '$<$=D@H"$HAH$HE DH$H$A@ $$DT ED @H"$IHAH($He$D$DH $H$$ID $HDDl EāDL{sc\pg;@\X8NNsιıӮ8q۳:Dx:9xD@@@   8@`3@@@  @ l4G8Lss8: ͎sc6#3`'=m  2LHH$$BD&D @&$B " ( "DOH<$D$DG"'#ǐ"DHHDDH$DH"$"DHHD$؉DHH $EdH"$J((`:D:qps9Gs{s{xBlB   @`1?    l8rÜXpyl9$fË8h E# Hd*b2@<#$LHd@("C|"#D"""<$"$H"D0/> $@DH"DDD@DHD$P"AII$@TH "DDD@DHD$Q"E8pvs.Hw;9ӎw8(00f I" ۹>Û 6uѢf> L ($2b#"@!Q#ȑ$"""@!Q$H ""!!!$H$( """!#>sιwq> 80h39 q͌p;3 d%&D D$D"D$D"D($$$D ;u'.qp;9pp>`80` (9 (%#<ϐ I% D(@I"$D(Irw8:u889 H00 H>q$ @>B$ P$ !L !B$P@$'Ș !B8P@$(D !B$ 0@$(%$L !8@@p;`>~  `?b !@ ! H$wR9#l!X#0$fË6#cpC-19Ƃsp>wxg"@2RD$Q2!e$S#"<#$LL@&$AHAH)!# *"$2#LJ|$"!E'""$"$HG"'ȌAO  "$*"J@T$"!"E$" "$HH"$HAH!"8*"FDl$Q"!"E$Q""$HHH"$IHAH(!"` "$&0w8Dsw#8sqxws{sc\pg;Bs vr   8p;`? 0`b !@ $  wR9#l!X#3ańq̀Û 8!Ê)#sp>wxg"@2RD$Q2!e$S&D&@ L $HD $J(&$B!# *"$2#LJ|$"!E'D$@#ȑF| 'H"'  "$*"J@T$"!"E$D$@$H$A@ $ H"$!"8*"FDl$Q"!"E$Q$D$F$H$$ID $H"$B!"` "$&0w8Dsw#8s;qsιıӮ8q۳Νss vr   8p;`80~  `?b !@ J! H$wR9#l!X#$fË6#cpC-19Ƃsp>wxg"@2RD$Q2!e$S"B<#$LL@&$AHAH)!# *"$2#LJ|$"!E'>B$"$HG"'ȌAO  "$*"J@T$"!"E$ B "$HH"$HAH!"8*"FDl$Q"!"E$QB"$HHH"$IHAH(!"` "$&0w8Dsw#8sxws{sc\pg;Bs vr   8p;`? 0`b !@ $  wR9#l!X#3ańq̀Û 8!Ê)#sp>wxg"@2RD$Q2!e$S&D&@ L $HD $J(&$B!# *"$2#LJ|$"!E'D$@#ȑF| 'H"'  "$*"J@T$"!"E$D$@$H$A@ $ H"$!"8*"FDl$Q"!"E$Q$D$F$H$$ID $H"$B!"` "$&0w8Dsw#8s;qsιıӮ8q۳Νss vr   8||pxx$d" I8T" H T" p$L""C|||xxs8`0@1 @"R ;)6,qƉ8a͆ca8 >w>gwq )"I(2)"E &Id$"D( *"2"C!&%>I""A HD#>D >*"B% *""A $HE D "*##"6("("E#$He$D$" "&"Bc;s"9;Μs^w8q\X88 w>rg!@  0  `  @03<@ !!@!!!! !98@@?{} {?{d' qawwq ۳fݛw۫۵onۭ7nݻ۸/۷o`۽nݻۻ۷woۿ۳nݻwӷ￿{ntcqqc￿}|b1q_:t8~& @h  8@F! &$# s9s؀w$b8sp sabg$qw8A4" @"@D$dQ"<"D $J  D a"$ ("D@"H>y|$D"$"|?yD"z"|@"H @@$D "@$H"D"@@"0 "PBDQ$d "D,H2 D ɒ"(QD!@w <8@xpvYÎxw8p,tA8gqu89?8@Dx >p2#  D"@ "@8D<@"$I@|%HH@#Hxs 0`0 0@@`"# HI $B@ 8A,{I @$@Bw9Lq3#E"@2) 0I $@~"DH$P$PA>@"! I BIB< 'R$@A@"!I BOBDDQ$R@"E`!"!$HI ABDD$BQ$R" B8 ws0 00@:Dns' @P"@0 < 0 0@  BHI  B@09AcI @@Bw9Lq3`A L0I $@~"DHI <A#ȟ I BB$B<  DQA$HI BD>BDDIDQ$B$HHI HBDD$BK: 8@s0 0@:Dns;@@P0 1 a8@ 9 DI")"pD"("@896s" $!H$$DD!"D S  $B@HDDR(y  >B |$DRD!DA (" B! $D"E)DA"$;ppa! Ӯ';9w`88@@tuD@"HHDqƀNw8@@)A"D@𢂀("|@@("@  @(* @ qD8 xyp0 000q  HI HI "2=69sca I HI $ " I H1 $>yI 9I $  I I $&" DI I "9{wx0`0p ac@ @0D(!" #Ű@qD( $ @rp8I"I$J$I!G$E#"I$@ȉ$BI!D$E"$I"I$@H>B}$E"$I"I$FHB"H$E"sssa"0svp808 `DH1 86 ( D (D Dȑ HH"DD( I("D  ހ D((U @ۀ 9;;" 9Àۀ߀ހ@!0A@ @@@$bDI$ ’YG` D @B@1bcHDHD 0pD$HDHD  HD$DHD! HG$THD"!I$H@$H\.)(G I  "P%$"($H!!I b">@$"$H!! } "" @$"b$H`!!(! ""C$$*)7s ~p! 8qn9 @ 00# 0`@@:  H$ HFŎApH@ H@̓@rDS&D@$0C 1 JFD $dDB$BH I DDy$DDB$Bb$HIHDC$DDDC$A2%IHH HDDB$dN:p1 00 IR#HI@A@H"C(@ D" " 1R"HH @@@H"@(@D"""A&""HIH B@BI"DH289'wg10 ダ掜,ssD xp 8`@  HN{,6p A) H"@!$F>`  !$A  !$$I "H! î0 @sp8"E }A""E""%@88qq0@ @(I  DX( @68DL"ddHELDȈ"DDI }x "DD| A@$H&"DDE EH@Ý  x 8\8 !`@?@``bDI$$H '6B!|DH$H"`R)DB $D"Hüs a8a #ý @`#0@@8@@  $H($@Xsɻ q@DH(@@py͎pd  `pD0H@ *&DD  HIH@ "$DDJ  HH|@ "$D(DI IH@ "$EpCq10pqp(@0=ݎ8EO|P @Q "@pCs t@@`  0pw 0)  H@0bc'!9) @F984@(E$Q%DHTLE@LD(D$"$|I BB"A @HI@>@"@PABA@HH@AD"D ABEH@IBH@;9Îw8 80810 8 ;{ qh @ @B{AB)"H@!"$H%"B" H((@#"B((8sw""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""ȈȈ"`""""""""""""""""""'UUUUUU#"""""""""."""""""""""""?"`""""""""""""""""""&#b"""""""""=UW"""""""""""? UUUUUUȏxȈ~ Ȏ8UUUU興/"""""""""/"&2,2"ꪪ""""""#,"""""""""/&2/02#UUUUr""""8""# Ȏ8p8Ȉ Ȏ88UkU\h,",UT @'r/&"""b""#, " ,R#G-ϝ'U"W"""xb""#d   &HȢȋȍϜs㸎舞8hRK0 #UT)U$ȉ?s㸏UhUȈxh,R* "C, )Q#:",s&":#"'b""#;,PJ ",U#:",s'UUb"/b""#; d  H軀ȉs㸎舌 8h; @RȈx}㸏WU_{Uh0h;," ," ",pq}':"8!""#x;,","a ",pp86Ȉ# @$Ȉ ફ89.Ȉ," " ,$"8",'Wի2'?""8"""#,:",$À"8",p2/""?̢"""# ÜpȈZ_UX8Ȉ Ȉp 8Ȉ,","88",`.2/ """""""#c@,","8%:"/Π2/#pp"""""""# T Ȉ%T~` H"Ȉ G Ȉ9~C H∈Ȉ)D,$0"ȁ,\#:g",!"-`2'aD"I""""""""#.C,)H"șr\,RP",!,2/ 2p"""""""#x ʅJHҕCȈ@_@8@Ȉ;%&@ ʝJHRTȈ 8@Ȉ;,8"ͥJH,\#d",,WՀ2'"""""""#;,"ȝI,",,2'"""""""#; ȈuV`8Ȉ; Ȉ8Ȉ;,",",,`2'"""""""#,",",,82#"""""""# @Ȉ8Ȉ$Ϙ @Ȉ?x8Ȉ,*"&q,",882'"""""""#, *"JR,"8,~~?82'"""""""#%* OJ^Ȉ~8Ȍʜ (JPȉ8s8;ȘɌ,"I΀,#,8s2'""br".""#`,",',8s2#""bb":""#o<͞fc Ȏ a8s87艄θlfͳfc Ȍ#>8Hěȉlfͳfc,!"/,c,~?<2#Ђi$"";"".#~Ϳfc, A"/ (",2/>y""+".:># `Ͱfc$:]. t0ȈY `yfc!)I $A 8%)ȈH䇈 >1?,-)H$A""""""""""%)8,"""""""""'""""""""#r#,%)JI$A""""""""""%)H, """""""""#""""""""##9A8x興ȈȈ/"""""""""""""""""""'""""""""""""""""""."""""""""""""/"""""""""""""""""""#"""""""""""""""""""#"""""""""""""¡ĠkkkkkÅASS@=6LxjWBrjWB⡣#rj{xjxjxjȡkFȠ`8Gq}{{{w{m}q8O8'?wooov2q8}ﻻnwm}ݶv߷wٮۇkݷ{ﻻowm}ݶ v߷ooo۷ oݷ{׻omݶݻvw}ۯ߻׻nmwݶ;V{{{}ٮ{ojݾw1}8)ţ>*q8tcw:t8~& @h  8@F! &$# s9s؀w$b8sp sabg$qw8A4" @"@D$dQ"<"D $J  D a"$ ("D@"H>y|$D"$"|?yD"z"|@"H @@$D "@$H"D"@@"0 "PBDQ$d "D,H2 D ɒ"(QD!@w <8@xpvYÎxw8p,tA8gqu89?8@Dx w h0b " @@@@#6"9sgcsÉ^s8GĆl4&TD("$LI H"J@"H@a'2L!"TD&"$H #Ȃ>=>O@ "D"TD!"$H $H EH @ "D"D)"H $HE@HPD$b"Dû9@sqsspC: 97w:( 0@!!Ǐav{c`f;݉1 `xf311 8caf31 ca f31 cX!n31 c!x7w (x 0   ` @ 0` &0 `B0 p 3 8,qc#,X܎,pr"͜h8s24qG@&I  QE"I( 94@DQtIt #HgH$, H^&L`B@"8 _D>$'D$I$ "O"OH$`H"D B@"H` PD Ch$$D$I$0 "H"H 0$dH"D B@'H` QD"I( $$@DQ$IH$ "H"H2%$HHNp`}@p89fs3#ff 6g8vg8h ٻpp4q@(    @ "  `0``03 0&رyIc1Xg#h "<#998s4qc0'8lSr8IdRٔSJHDi"H2$$\&E"d]$D JE@$@L@IbE$@#IH'؁ Z8HO$H"@$I0DZD@$@D'8"}$G"GH$ $H`I"H$H"A"$I D$D$@D$H"A$D"IXtR S$HbDI!:#$L"E"$I$Db $D$@N$@H"E,D@"Ims$|Cshw9s8a$9ݙ34s3}3s866o@ @@@  @ 0`0`&9[X8cŎG͈08c,S#` r8,scls(JD&$Q)DN\"2.ȼ"$I`/D$rY$]#@Er3$RxZD"Ia|H q$O"$8 $|"&"DQ' "@D"$$ $D"I$Q@DH $H"$H $@"!"DQ$ B"@D"#$4 $D'I$I)DFL"$H"%Hp$D"d2DQ$I B"@D2$,R $8ۚݾ 8;8} 8q,sG6`9,q36p @w8@H@" 0 yŋ{Ŏ@!p3,G bc8À<qXŎc;Xǜ9p."2. "NrH'i^.OE$$I3:H".؉ "'H(J$$>$ Ĉ"H"I$|IH>D$$>HH>b$$ $ D "H"I$DA!I0 D$#  I"H $$"$ BD2HbIH$DE$$Y9@"d$$ "I"H(J$qٜqHCp3,890lӳ8sY;3g3qpH D@H @"π D@@"Db``"  wlDRq̱"6,DyG8alpžXݱN"8pqKr8$R"`"I/giD 9rLDȺH'iH fwE $&E$DJ> >0"ID"DH`q$ H ""| 0"D2$DJ 0"ID  "DDH$" H ""@ H "D,DF"p"H$"ID  2DDHH$""HH r"D H $"D6q̱vf ـ,s3pvpێ w930Hs79@  @ `@"  0 L` 0``qfdSs 8XšmS0'8lSsb4,c-G88",pL];H$3/Ei'%$@IbE$R""L$t(L@FvIDH/E3$&("DDIO&|H"-G8"}$G "D$H'D$LDH}"0"DDIH!@I""$DH"A$D "D$H$D$CDHA$"(!DIH$$DI"'$D@H"E,DR"bN#$(H$@D$IDH$E9$"$s1㙷g370 ;9>}3s86q4f7g;3ln88Ӿwvp@ " ``0 w" 0)924qb I`z);H&L " 8 #O"D 2" H " H"D " Hp")HN wp}qϸg4q@D@B 0 @0B<S ,h͈qlD XŀbyL-cp8yŜg8FGI$MFtD1$@"@N@ v^D."D$ɘIBID D$D$D@"E@D@ "$'D$"|HGB1$D $D$D@"E@D@ "a$$0D$"@$HIBA$DI$E,D@"e@@ "$$HD$bD$ȉI8>㙠9̀fhfs96lـX`e gsn۳8qq8FoD  @@@ @0abGqcc3Ŏ[9c$ȤL$A2."q$HD&q'$"I>#$H$D!$$I $$HD$A:$I"$b>ns7 Àݜ87   @@@@  2"8<Ç@GO4yib'q$<bq80" "DI D@$"HHL!"&$HH AI0" DH #G$@ "HHD! ""DHH1I0>H|Ȁ $DH$@ "HH"D! ""DHO I0D BH@ $DH$@"HH"D! ""HH IxDA<ǀ ` #GG#GH< yG 8ypH@@H @I*@DC"|'ȈOI"@$>@!"DHD I$@DB"@$HI"D$  H y"<8I8@@:A<<#ȆpdG8N$p@ D 8  @@  @@ 2ÀDq8xDxqv"D"P |H B!$O" H $@>DH0@$H$@!!$H!A"D" "@H!B!$H"" H $@ DH0x<G#  #A< q<O <Gt pO @@""H "@"BB@D!" DH""! 0AD"BA"D C<G"<"!"I$""D("I"DD$>B@"DD $(0BDDD $ !"I$""D0"I"DD$ C@"DBD B$$yADp<pD"y D! D!xc:q>bbhxhbb<x{ɀq9̙x<rdprpϏ0Z86lٶxZ>`ه`NLư`ن33x3 @ @{8r1`r0|<~>9Z0` cf6e6lZ0 >c6a0|N1 0c6e60`x{w8ϟx=<?{} {?{d' qawwq ۳fݛw۫۵onۭ?7nݻ۸/۷o`۽nݻۻ۷woۿ۳nݻwӷ￿{ntcqqc￿}|b1q?_:t8~& @h  8@F! &$# s9s؀w$b8sp sabg$qw8A4" @"@D$dQ"<"D $J  D a"$ ("D@"H>y|$D"$"|?yD"z"|@"H @@$D "@$H"D"@@"0 "PBDQ$d "D,H2 D ɒ"(QD!@w <8@xpvYÎxw8p,tA8gqu89?8@Dx @0=ݎ8EO|P @Q "@pCs t@@`  0pw 0)  H@0bc'!9) @F984@(E$Q%DHTLE@LD(D$"$|I BB"A @HI@>@"@PABA@HH@AD"D ABEH@IBH@;9Îw8 80810 8 n. """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""`"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""`"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" ~ Ȉ/""""""""""""""""""""'""""""""""""""""""""""","""""""""""""""""""".""""8""""""""""""""""""" pUUUUU\Ȉ< ph/-""q""uUUUUUW"""b"""""""""""U@""""""""- " """ꪾ""xb"""""""""""ʪU+""""""""d" w<;U@SUȈ8hR$ #8;ʪ ȈxhU@A+-("C"ߟ8;"'U"Ub"'b"""""""""""ʪ""""""""- P$""ߜw8;"U@#&"/b"""""""""""A+"""""""" d" Ϗw<;ʪUUh 8h  @Ǐ;#U_s舜0hU+-" ";"S'UUb"8!"""""""""""+"""""""","";" &UUU["8"""""""""""+"""""""" Wh+  舘x+,$"@"?"/vvu"8""""""""""""Ȁ+"""""""",$A"""/l."8""""""""""""Ȁ+""""""""%*)! Uc6ȈȌI+%*y""+".:>""""""""" """""""" Y H䇈,""""""""""""""""""""""""""'""""""""#r"""""""""/"""""""",""""""""""""""""""""""""""#""""""""#"""""""""/""""""""興ȈȈ/""""""""""""""""""""""""""""""""""".""""""""""""""""""""""""""""""/""""""""""""""""""""""""""""""""""""#""""""""""""""""""""""""""""""¡Ġkkkkk@=xjWBrjWBޡ/rjrɠ{xjxjxjȡkFȠ`x?xnw~~1=ݎ?|}qݻo۶~߽voݾ}۹~ݻv׶knm[~~qwF0vW1xx}~~:t8~& @h  8@F! &$# s9s؀w$b8sp sabg$qw8A4" @"@D$dQ"<"D $J  D a"$ ("D@"H>y|$D"$"|?yD"z"|@"H @@$D "@$H"D"@@"0 "PBDQ$d "D,H2 D ɒ"(QD!@w <8@xpvYÎxw8p,tA8gqu89?8@Dx w h0b " @@@@#6"9sgcsÉ^s8GĆl4&TD("$LI H"J@"H@a'2L!"TD&"$H #Ȃ>=>O@ "D"TD!"$H $H EH @ "D"D)"H $HE@HPD$b"Dû9@sqsspC: 97w:(6f̙6lə3fLɀ6f̙7lɟπ 6d*3? lɜ,߀> ?>'6d  /lɜ" '" 6d!=lɝ-6}( =~!lɴ!dh 6!ܨ+gp"7d|3| 383o}*<p*>o|'w</(|p!΀8|3(<#] -e *'܀e*?/ɀ #ި "7,ɀd36 lɟɀ6g6ləsfLɀ6f̙66f̙66f̙6lə3fLɀ6f̙6lə3fLɀ6f̙7lɟπ 6d3? lɜ,߀ ?o|'w</(|!΀8|3(<#\-d*'܀d*?/ɀ #ި p"7<"/@?ɀi&?68>,ɀd36 lɟɀ6g6ləsfLɀ6f̙66f̙66f̙6l3fLɀf̙6SnɀS 5S j,ɀS ʯ36??~*75? ~> `-~,L`,Mr-`,, `?,-˵b-,u?, b-u,lkb,̀u-`,u, kb-5, `,j`-M5-L`-5, jp, 5> j?c+z5}?S0zx:ɀR7^?R>o]݀ҬZȘ]rYp6ovlə3fLɀ6f̙62f̙7d ͙3flɛ2f̙6d ͙3flɛ2g6d ͻ_flɛt2VdԮ ϫW T2^dTW6\? Z ξ Yꈀ6Yx κ[p"6" εp6J[q κ[qr6[p κ[q2[p κ[q6[q κ[p6kp ε6 [ ιY 6 \? ίW2~ d ϫWԮ~2Vnt-DT ͻ_߀2oִ ͙?~ɻ ͙3flɛ6f̙6l3fLɀ=^̙6rl]ɀҬ R ~p,ɀR 36?z~?`~*5? z~> `-5,Lj`,M5-`,5, j`?,5-b-u,u?, b-u,lkb,̀u-`,, b-, 5`,`-Mr-L`-~, p, > 7j?+5}?_0ʯ:ɀS7?5S>z݀SZȘSYp6vlə3fLɀ6f̙66f̙6lə3fLɀ6f̙6l3fLɀ?r̙6\mҭ3fLɀ\R̙6\mR3fLɀx?}_jyU*ԫ }w  u`  L}` Mo`  }u`은9uc9ހ9ۀ}}` À ۀuc9߀9lހu`9 }}c99 u` L}` M Lo` }up  wkWԪk}y*}_mR3gɀR̙\>mҭ3fL݀\ZȘr=}lYp6v6f̙6""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""ȈȈ"`""""""""""""""""""&"uUUUUU^""""""""""""""""""""""""""#"`""""""""""""""""""&"j""""""""""""""""""""""""""#b ȊUUUUU\~ ȏꪪȈ/"""""""""/"/^""""'""""""&,"""""""""/,"""".""""8""& Ȍ\ꪪUUUUU\Ȉ Ȍh,",UT ,^""""uUUUUUW"""b""', " ,R@, ""7""ꪾ""xb""#Gd   &9Dȍd \UȈ8hRK0 #UT HTHȌRK0؀@Ȉxh?,R* "C, IP,R* ^""'U"Ub"'b""#:,PJ ",(JPH,PJ "">&"/b""#: d  9Dȍ d\ȏUUh 8h @R@ȌIȎU_s舜0h," ,,^""'UUb"8!""" ,",,""6&UUU["8"""a  Ȍ\?hWh.K  Ȍ6舘xPI,;"@,,8^""P?r/vvu"8""""qSI,"L0",Ls0, ""P<6/l."8""""1I2B Ĝ`Ȍ0\&Sx6Ȉ8# @$Ȍ )Tv9.Ȉ," " ,$P, ^"#WZ&"t96"""8""""8,:",$s,8"/e T /"l9."""?̢""""8 ÜpȌ\S6Ȉ Ȍd.Ȉ,",,^">/t97"""""""""88,",,"?w/l9/"""""""""8%: ȌP \97Ȉ%T #Ȍ@d+Ȉ9,$0"ȁ,\ct ,%R3q^"?p'7""""""""",!,)H"șr\,',%)U )I"/dJ/9""""""""",!x ʅJH$Ȍ=)T9)I\JX9Ȉ%&@ ʝJHR$Ȍ%)UI)IJv9Ȉ,8"ͥJH,v ,%R8I^""JZ'""""""""",,"ȝI,,""r6'""""""""", Ȍ\?X9Ȉ Ȍ69Ȉ,",,^""?Z'9""""""""",,", ,""6#""""""""", @ÀȌ\xȈ$Ϙ @.' ȌCȈ,*"&q,)T, ^""r' """"""""", *"JR,)D,""' """""""""8%* OJ^)TȌ\xȌʜ (JP)$Ȍ0؀ ;ȘɌ,"I΀,,^""r'""br".""#,",,""6#""bb":""' Ȍ\?x7艄θ a Ȍ菌Hěȉ#,!"/ ,@^""b#Ђi$"";"".,c, A"/À8,""UUUUV/>y""+".:>(nj$:]. .'ȌLs\hY!)I $A 8)TRȌR菼H䇈,-)H$A"""""""""")DR,R"":b'""""""""#r,,%)JI$A"""""""""")TR,R""=UUUUU#""""""""#, 9A)$Lsȋ興xȈȈȈ/"""""""""""""""""""/""""""""""""""""""."""""'/"""""""""""""""""""/"""""""""""""""""""#"""""#¡Ġkkkkkkkkg Interpress:0.0 mm xmin 0.0 mm ymin 150.9889 mm xmax 16.93333 mm ymax G19.75555 mm topLeading 19.75555 mm topIndent 1.411111 mm bottomLeading ==MM M!MGMMe MMMii ٩Interpress/Xerox/3.0 fjkjWB>iOIrjf}}WBrjWBn2g?I]FTHo8>w{m}{{0ǻ88}q}>'X{yf1ڿۮݻ۷m}mn}uv{xvwnn݃݇۷m}mûo}uv{{ww`ݿwwms׻o}uvw{wo۷{ݺw}wmwo׻n{uV{{wNoÎ1ӊ81;8{p8?:t8~& @h  8p@F! &$#  s9s؀w$b8sp sabg$qw8A4#" @"@D$dQ"<"D $J  D a"$ ("D@"HDIC>y|$D"$"|?yD"z"|@"HDI @@$D "@$H"D"@@"0I "PBDQ$d "D,H2 D ɒ"(QD!@ICw <8@xpvYÎxw8p,tA8gqu89?8@Dx w h0b " @@@@#6"9sgcsÉ^s8GĆl4&TD("$LI H"J@"H@a'2L!"TD&"$H #Ȃ>=>O@ "D"TD!"$H $H EH @ "D"D)"H $HE@HPD$b"Dû9@sqsspC: 97w:( 3>`p~ @@   4!A @@ Phsp## $4A898,ssaEqc68 P0" HDI@ |DD|$D)>|P $EI DD"H  @(D@$"D)"  @P"$BI@!DE"H$I(DDDbT""$IĄ$Ît sp8sa~:Ü898p.ssÜ9ݸ @@A@Av99@""H"DD""H>"||"H B@T@ "HBDlD8D9 @<  @@B@@%`&0B $Xq86r"9Gc(NXXcŎf8[Sbs0XcŎX 袊bOD"gHD AxRi$$2.DE"A]$ $$2.i D"D|""ODL' ZIH$q$DDI"GI"$H$q$I D"D@""H"DC$ FI$H$$DDI"DI"$$H$$I drD""HDb I$@ RI$H$$DI"DAI#$ $H$$IYqn87vg8a3p^>͙f9ݜ㛲s0>͙@B@6 @@ @ @ 0 `  `(6Ȉ88'G 'c,,E8bpXŎs, QxE0:H12)Db(I| "ȢDQr4ΒH%$:/'N$t"  }D"(LH "H>"$D`0"$$DD#$  AHD""(CH "H D"$D "$$$D"D$$" Q E8H)D"(IH"H$Q2$DH$#$$$d"D$$" ێp  8;;8s8n,fp9۲p9>Yl7fp @@p@@@ HX@Xna0yŀ8r,xyűb9<;S pI8qK`$@$)=i D@I .=/E(&t .ӒDIE ""B 9Eݠ@D@I s8$$}"$$|IA >C B | $@$D @I HH$$@h"$` $@IA  D B @ $@$d)I DH@H$$E("$ $D1E "D"B D پ`>Xϸ@ fH}q8937fpqg808 ٜr9s@p8 @D bP $@@$  p@ 00D BDXXqcx2(("918 q@s0 qq`@sXlqc8pL "L)ȐTDD ZDII HL"$I$0$DdADDDI "ED&(($BlR| 8D "@'I$D&$@@DDH"E$D!$ $B@@7R@4 `H "@$$I$D!$@@@DI"e$D$(( DII H "@$I$I8,D$$@AD@NnX>ns70=DHHQ8s|qs03>6fs70@8y<@@  wwwwwwwwwwww@      @   `0 0l3c8`#y`fqpl,p8#!s@<#,pDI $D$E@t^$"2():4%Ed]H\ IIIEdQtD@$II|$H $ h$1}$I!H @IA$$H(N@$H$ $ $ A$I HH4  @IA$$0 (D@$H "($%E$IHH II1E$Q$ a089`s>s0sp93͛fp88s3 @08sf 8@  @ ` @,Gc,ysaL,ysq1p  3c`hXfpP"4Y&t)$N\t $@$@NHI$ $DI 1I@$$;L$LH$&Hq$$@@ĀI DH$ ?$K@D$H@"$CH$b!DH$$@$@Dq D8 @$DD0$H@"$IH$$)$FL$ $@$@D$RE H"$@$Dd$H@fcfq7fq3پ`saÓ8 0b`93iY> ͷg@Pp`@@  @$@ @ @@@ D  `F,DqRr4Eg29q@Ha偙y̎mP#G9`'8l[,q@$@ɑtL@"(LΒH(&Dx&, I%"d$$HSbH:$2%@H$DD>"B>(DDH"|Hr$H->@&O "`$I"1$@H$DD "B 2(DDH"@HB$H @!$H"! "$I" $@I$DD@"B"(ND(DHD$b$ 0"@$$$H! "H,I"%پ`fnsٜ3498Hsaq1wq#0sp36ݜs8  @" @@L0 @cP@@@"$ }'1$I0|OH "H>Di0$"D@H->F$@D!@A"@C"A$! "$I @ H "H D $2"D@H A$@Dd@E"@I" E$A$I"$I$DH"H$$ "D@$@0"Dپ`l9`sw838s8ćp8fh 79ـf`1 P `/8q}{}fd}bao,9};sl۶۵o}۷wn67on}wn~}kwn۹;z}x1{cߏv8 0>`4pp ~  4L2 0`@B ! Ph# @s9ƞssɀ9(LAcc ( s͈P0 H 0$@D) $ JD(JQA$H$L(L $ &H(# '"DCy$y |%#`A$$HH y$H&$E EDD" @%$HP A$ $HI $H!$BeD@Ĉ(D  D"$HI B$KHH!%R$D#)Ît8saX胀a9\tNw8Nrsssܜ~9t ` gsasq8p"T@ `!$LD%@$""Gy 'Ȁ(0$"("D D($"(D@ %DH$H w8qpp"`< UW'UWUW'UWtÉs`$H$ĉ$$$H$xsus ¡Ġkkkg Interpress80.0 mm xmin 0.0 mm ymin 146.05 mm xmax 70.90834 mm ymax G73.73056 mm topLeading 73.73056 mm topIndent 1.411111 mm bottomLeading ==M.MPPP M   M_ M MM.M MrNRule footSeparatorOfoot~NRule footSeparatorMM MtaaMMMM MM I referencep0RYbvRtetR RR%\R 7B Rp<R- RD?R R!A~R5 ?,