ࡱ> 5@ bjbj22 (XX&|&2L F|¤KMMMMMMR|MMb KK:A,& "vڳ m Gx0w.lDl&&&l|4̪*MM&&GL$E&&L  FILLIN \* MERGEFORMAT A Common Annotation Framework  FILLIN \* MERGEFORMAT David Bargeron  FILLIN \* MERGEFORMAT Anoop Gupta A.J. Bernheim Brush  FILLIN \* MERGEFORMAT November 15, 2001 Technical Report  FILLIN \* MERGEFORMAT MSR-TR-2001-108 Microsoft Research Microsoft Corporation One Microsoft Way Redmond, WA 98052 A Common Annotation Framework David Bargeron, Anoop Gupta, and A.J. Bernheim Brush Microsoft Research Redmond, WA 98052 {davemb,anoop}@microsoft.com, ajb@cs.washington.edu 1 Abstract Annotating resources on the World Wide Web in a flexible manner is a key problem, yet there is no standard for annotations on the Web. We propose a design for CAF, a Common Annotation Framework that supports annotation across applications in a standard way. The framework is based on a principled logical model, and is designed to meet a wide set of annotation needs without overburdening any particular application with excessive functionality. It is flexible and extensible, and can support annotation of any media type with any media type. We discuss the structure and function of the CAF logical model, and we describe a proposed CAF schema. We explain how CAF can be extended and give examples. And we present a web-based annotation application built using CAF. 2 Keywords Annotation, schema, framework, linking, multimedia. 3 Introduction As the World Wide Web matures, annotating web resources in a common and adaptable way is a pressing issue. Shared annotations are playing an increasingly important role in collaboration across the Web. Index, search, recognition, and summarization algorithms consume and produce metadata on everything from text to video. Individuals want to bookmark ideas and record thoughts as they traverse the Internet. And web page authors want to customize their sites for target audiences. Today, these and other annotation activities are handled in different, mostly incompatible ways. A plethora of web-based research annotation systems has been developed to explore the issues  REF _Ref531412276 \r \h [1] REF _Ref531412281 \r \h [6] REF _Ref531412283 \r \h [7] REF _Ref531412289 \r \h [12] REF _Ref531412291 \r \h [13] REF _Ref531412295 \r \h [20], and a few commercial systems have been brought to market  REF _Ref531412321 \r \h [11] REF _Ref531412325 \r \h [19] REF _Ref531412329 \r \h [21] REF _Ref531412332 \r \h [24]. In addition, a number of standards exist which support annotations to some degree  REF _Ref531412354 \r \h [8] REF _Ref531412356 \r \h [9] REF _Ref531412357 \r \h [10] REF _Ref531412361 \r \h [15] REF _Ref531412364 \r \h [18]. But to the best of our knowledge, no one has attempted to establish a single foundational standard for annotations which can support the wide variety of common annotation activities that occur today, and there are no standards which are flexible enough to handle new annotation activities that may arise in the future. Yet it is important to establish an annotation standard for several reasons. First, it is a key step in establishing a rich, common user experience for annotations across the Web. Second, it facilitates interoperability among applications, so that if annotated content is copied from a web page to an email message, for instance, or it is converted from HTML format to PDF, the annotations on the content can follow along seamlessly. And finally, an annotation standard can support code reuse and a common programming model, freeing developers to focus on higher-level annotation issues such as anchoring techniques and user interfaces. In this paper we propose the Common Annotation Framework (CAF), which is designed to support annotation features across applications in a common and consistent manner. The framework is based on a principled logical model, and consists of a simple XLink-compatible schema combined with extensibility conventions. It is designed to meet the needs of a large variety of annotation applications, but we kept it as simple as possible so that no one application or platform is saddled with unnecessary complexity. The framework is flexible enough to handle many common annotation scenarios without being altered, and it can be extended to accommodate future needs. It is designed to support sophisticated annotation across media types. And CAF annotations are self-contained, so they can be integrated into a wide variety of applications for private, shared, or mixed use. We designed CAF to meet a wide spectrum of requirements from a broad range of groups. We consulted with software product groups which had built (or wanted to incorporate) annotation features into their products, and we found that simplicity is paramount. We discussed design principles with members of standards bodies, principally the W3C XML Linking Working Group  REF _Ref531412356 \r \h [9], and this reinforced our conviction that flexibility is important. And we learned lessons from our experience developing and deploying the MRAS system  REF _Ref531412393 \r \h [2] and the WebAnn client  REF _Ref531412407 \r \h [5], which taught us that extensibility is crucial. In addition, we rationalized our design against related technologies such as XLink, XPointer, RDF, and MPEG-7. Xlink  REF _Ref531412356 \r \h [9] and Xpointer  REF _Ref531412354 \r \h [8] provide important standards for flexible resource linking and intra-resource addressing, respectively, but they do not provide enough structure to fully support annotation by themselves. RDF provides a much fuller structure, but it may be too restrictive for many common annotation scenarios. And MPEG-7, which attempts to establish a metadata ontology for video data, is too specialized to serve as a general-purpose annotation framework. Thus a new common framework for annotations is timely and appropriate. The remainder of the paper is organized as follows. In the next section, we present the high-level goals motivating CAF. Next we describe the logical model underlying CAF. Following that, we explain the structure of Annotation Markup Language (AML), the core CAF schema. Then we describe conventions for extending CAF to support novel annotation scenarios, and we present WebAnn, an application we have developed using CAF. Finally, we discuss related work, and we provide some concluding remarks. 4 Design Goals Our proposal for the Common Annotation Framework is based on five broad design goals: First, we wanted to keep the core framework small and simple, so that no one application or platform is overburdened with features it does not need. We wanted CAF to work well on relatively constrained platforms like Palm OS, Win CE, and cell phones. We also wanted CAF to be useful for more powerful platforms like network-connected PCs running full-featured desktop applications. This leads us to our second goal: For CAF to be relevant to applications requiring richer functionality, it was imperative that CAF be extensible via addition of new properties, objects, and methods. Establishing conventions for extending the framework and providing a set of examples was also important to support code reuse and a common programming model around CAF. If one group develops a better way to anchor CAF annotations to video content, for example, this method can be reused by others who adopt CAF and want to annotate video. Striking a good balance between functionality in the core framework versus that in extensions has been one of the toughest challenges in designing CAF. Our third goal was to keep CAF storage-neutral and to avoid wedding it to any one particular configuration for storing annotations.Given that CAF consumers may require support for annotations on a variety of devices, the storage models will necessarily vary considerably. Different applications will also have different feature requirements, such as storing annotations within an annotated document for portability, storing annotations in a local cache for privacy or offline operation, and storing annotations in a common repository for shared use. Our fourth goal was to support universal annotation, so that CAF would support as wide a variety of annotation scenarios as possible. Implicit in the CAF "simple core plus extensions" model is the desire that with extension, CAF should be able to support the annotation of all or part of any resource with all or any part of any other resource (e.g., regardless of media type, structure, format, etc.). Closely related to this goal was the desire to facilitate a common user experience for annotations across media types, document formats, and devices. Today the various experimental and commercial annotation systems available on the Web present an unnecessarily confusing and inconsistent user experience for commenting, revising, and discussing documents.Providing a consistent experience in this area will likely lead to more effective use of annotations, and will result in greater value for the user. This was not a direct goal of CAF, however it is hoped that widespread adoption of CAF will result in greater uniformity of the annotation user experience. Finally, our fifth goal was to make CAF standards-compliant, and to avoid duplication and reinvention wherever possible. For this reason we based CAF on XLink, so that CAF annotations are entirely compatible with Xlink 'extended' links. 5 Logical Model With these goals in mind, we designed a logical model to provide a principled underpinning for CAF. At a high level, the core CAF logical model describes the structures and relationships necessary for anchoring any annotation to any resource. Consider, for example, the left hand side of Figure 1, showing a handwritten note in the margin of a text document. Intuitively, we want to describe how the handwritten annotation is anchored to the margin of the document. In CAF, we consider the handwritten note and the text document as two separate resources, and the annotation as the relationship between them. The core CAF logical model uses combinations of resources, anchors, and annotations in this way to represent all annotation relationships. A resource in CAF is anything that can be annotated or can serve as an annotation (in the common sense of the word, not the technical sense in which we use annotation in this context). A resource may refer to something a user wishes to annotate, for instance an article he is reading. Or, it can refer to the content he intends to use as part of an annotation, for instance a comment he wants to make on the article.A resource may be a simple block of ASCII text, a complex word processing document, an audio/video presentation, a web page, an electronic calendar item, digital ink data, etc. For our purposes, a resource is only constrained by the requirement that it be addressable by URI  REF _Ref531412485 \r \h [3], thus the CAF concept of resource agrees with common usage in the hyper linking literature  REF _Ref531412356 \r \h [9]. In Figure 1, the article being annotated and the digital ink in the margin are two separate resources. A CAF anchor contains information pertaining to a single resource. The anchor can either be "by-reference", in which case it references a resource by URI and may contain additional information about a single position within the resource; or it can be "by-value" and contain a resource literally, in which case it contains no additional positioning information. anchors are also categorized as either "context" anchors or "content" anchors. A "context" anchor refers to or contains the resource which contextualizes the annotation; or in other words, that which is being annotated. In Figure 1, the address and positioning data for the paragraph in the article being annotated are captured in the annotation's "context" anchor. A "content" anchor encapsulates information about the resource which is being used to annotate the annotation's context. In Figure 1, the literal data representing the digital ink comment are captured in the annotation's "content" anchor. INCLUDEPICTURE "../../../Documents%20and%20Settings/davemb/Documents%20and%20Settings/davemb/Application%20Data/Microsoft/Word/CAF.ht18.jpg" \* MERGEFORMATINET  Figure 1: Common Annotation Framework (CAF) logical model for a handwritten annotation on a text document. CAF annotations are self-contained and symmetrically structured to support a wide range of annotation functionality. The numbers in the "content" anchor represent digital ink coordinates. The CAF annotation object draws together a collection of anchors and encapsulates the annotation relationship among the resources they specify. It also holds metadata properties describing characteristics of the annotation relationship itself. In Figure 1, the annotation contains one "context" anchor and one "content" anchor, and properties representing the annotation's id, author, and creation date. 5.1 Model Implications Defining annotations in this way has several interesting implications. First, annotation objects are totally self-contained. This means that they can be stored completely separately from the resources that are referenced by the annotation's anchors. This is particularly important when resources are read-only, for instance when a user annotates a web page or a streaming video. It is also useful for sharing and filtering annotations in flexible ways. And it does not preclude storing annotations directly in one of the resources being annotated, for instance for portability. CAF Annotations are also flexible and expressive linking structures. Figure 1 shows an annotation with one anchor pointing to context and another containing some literal content, but other configurations are possible too. For instance, if our application instead stored all digital ink in a separate xml file, the "content" anchor could reference the file by its URI and use an XPointer statement to identify the appropriate block of digital ink. In this case, both the "context" and "content" anchors would refer to resources and neither would store literal content. This is what the Xlink specification refers to as "third-party links"  REF _Ref531412356 \r \h [9]. In yet another configuration, the annotation may be stored inline among document markup, as in Figure 4, in which case the "context" anchor could contain the literal text of the paragraph being annotated. Here, both anchors would store literal content. Related to the linking character of CAF annotations is the fact that "by-reference" anchors support annotation of any part of any resource with any part of any other resource, regardless of the resources' media types. This is because each "by-reference" anchor can capture media type-specific position information for the resource it refers to. Thus the core model can support annotating video with audio, text with digital ink, audio with text, and so on. Another significant implication is that a single CAF annotation may contain any number of anchors. For instance, anchoring a single annotation to more than one place in a document, or anchoring across multiple documents, can be achieved by including one "context" anchor in the annotation for each resource and/or intra-resource position. Storing multiple foreign-language translations of a user's comment can be achieved by including one "content" anchor for each translation. Finally, the core logical model maintains a strict distinction between "annotations", which represent the annotation relationship, and "resources". This makes the model recursive in two distinct ways. First, the annotation relationship can be annotated. This is because CAF annotations are themselves addressable (and are thus resources). A 'reply' item in an in-context threaded discussion is an example of an annotation on an annotation relationship, since the reply pertains to both its parent and its parent's context. Secondly, "annotations are annotatable." That is, that which we commonly think of as an annotation, for example the handwritten note in Figure 1, can be annotated, even if it is stored within an annotation's "content" anchor. This is because CAF regards it as a resource, and thus by definition is must be independently addressable. A spelling correction made to the handwritten note in Figure 1 would be an example of this kind of recursion, since the spelling correction does not depend on the handwritten comment being displayed in the context of the text document. 5.2 Model Tradeoffs We were faced with several tradeoffs in the design of the core CAF logical model. To keep the model simple, there are a number of interesting and valuable features that it does not support. For instance, flexible methods for grouping anchors and annotations are missing, and are described as extensions to the core later in the paper. On the other hand, to retain expressive power in the model, we chose to allow annotations to contain any number of anchors that point at or contain any kind of resources. Obviously, this can lead to complex and ambiguous annotation relationships unless the core model is "subtyped" to specify more constrained types of annotations, such as "text-on-text" annotations that only support text annotation of text documents. 6 AML-Core Schema In this section we describe the core CAF logical model and its tradeoffs in formal detail with Annotation Markup Language, the AML-Core schema. It is of central importance in the Common Annotation Framework, and can serve as a lingua franca for annotations on the Web. It is the result of a highly iterative process in which we composed a schema draft, circulated it among the groups with whom we have been collaborating, considered additional annotation scenarios and gathered input, revised the draft schema, and repeated. A full listing of the schema can be found in the Appendix. The schema is quite simple. It defines elements to represent CAF annotations, and sub-elements to represent anchors. The element governs the relationship among the sub-elements it contains, and sub-elements hold literal resource content or a resource URI plus positioning data. elements are the only top-level elements defined in the schema, and since the salient characteristics of resources are captured within sub-elements, no additional sub-element is necessary. Figure 2 shows a summary of AML-Core structure. annotation::=id anchor+ [author] [createdate] [property]+anchor::=id label {{uri [position]}|{[cid] [content]}} [property]+position::=position_data [format] [code_base]content::=content_data [format] [code_base]property::=name property_data [format] [code_base]label::={"content"|"context"|*} Figure 2: Abbreviated Baucus Naur Form (BNF) for AML-Core schema constituents. In addition to being simple, AML-Core is XLink-compatible  REF _Ref531412356 \r \h [9]. elements encapsulate the properties of Xlink extended links, and sub-elements encapsulate the properties of both the Xlink 'locator' and 'resource' element types. elements also contain an sub-element which by default relates all "context" elements to all "content" elements. Thus, any application that understands Xlink links automatically understands the basic structure and function of AML-Core elements.  {In margin, next to 6th paragraph} 1521;4:4:4:77;problem;orphaning;appear; revision;weoijasdcllllaweroiasdflk;0;0;0;77777 123;345;789;234;567;1717;37;47;646;7838;5; 2311;429;2272;839;3373;9005;94940;383;721... Figure 3: Annotation from Figure 1 expressed in AML-core. This annotation is completely self-contained, and can be stored separately from the document being annotated. Figure 3 shows one way to express the annotation from Figure 1 according to the AML-Core schema. Here, an element contains one "context" and one "content" , and its attributes record its id, author, and createdate. The "context" is an XLink 'locator' (since it contains an href attribute), and records the URI of the document being annotated. Its content is interpreted as position data describing the place in the document where the annotation belongs. Its format attribute identifies what kind of positional data is stored (in this case, "robustTextAnchor" data for robustly anchoring the annotation to text  REF Brush,_A.J.,_and_Bargeron,_D.,_Robustly_ \r \h [4]), and its codebase attribute identifies the URL for a code module that knows how to handle the position data. Contrast this with the "content" . The format and codebase attributes still describe the structure and location of handling code for the data stored within the element. However, this is an Xlink 'resource' element (since the href attribute is absent), and the data stored within it is interpreted not as positional data, but rather as literal content. In addition, an optional 'cid' attribute holds a URI that can be used to identify the literal content independently of the "content" in which it is stored. Together, the and its constituent elements in Figure 3 form a self-contained unit that can be stored separately from the document being annotated. Self-sufficiency may be inefficient, however, when annotations are stored within a document for portability or offline operation, for instance, so AML-Core also supports a variety of in-document configurations. If the annotation in Figure 3 were stored in-document in a "data island"-style block, for instance, we could simply leave the "context" 's href attribute blank (but leave the positional data intact), and it would be clear that the annotation applies to the document in which it is stored (as per RFC 2396  REF _Ref531412485 \r \h [3]). Alternatively, if we wanted to store the annotation inline in document markup like an HTML tag, we could convert the "context" to an Xlink 'resource' element (by leaving out the href attribute and dropping the positional data) and use it to wrap the text in the document being annotated. This is illustrated in Figure 4. 

...and were presented at the bottom of the document.

The problem of orphaning is unique to annotations on digital/online documents, as paper-based ... of the document across modifications will become crucial.

123;345;789;234;567;1717;37;47;646;7838;5; 2311;429;2272;839;3373;9005;94940;383;721...

But correctly positioning annotations in a revised...

Figure 4: The annotation from (Figure 1) expressed in AML-Core, and configured to be stored directly inline among the annotated document's markup. The paragraph being annotated is wrapped by the AML-Core markup. 6.1 Schema Tradeoffs We made a number of tradeoffs in the design of AML-Core to keep it as flexible and extensible as it is. For instance, we refrained from defining anchoring algorithms as part of CAF, and we avoided defining positional data formats as part of the core schema. Working these details out is undoubtedly necessary, and having them already worked out for some set of media types would have added a lot of value to CAF. However, we felt it would unduly constrain the framework if we fully specified the methods by which annotations can be anchored, since it would preclude developing new methods. Instead, we designed elements that can contain any kind of positional data and can support anchoring algorithms with their format and codebase attributes. This flexibility has paid off, and several anchoring algorithms and positional formats have been defined elsewhere  REF Brush,_A.J.,_and_Bargeron,_D.,_Robustly_ \r \h [4]. 7 Extensibility Because we deliberately left things out of the AML-Core schema, we established conventions for extending CAF. It is via extension that new anchoring algorithms and positional data formats can be supported, annotations can be "sub-typed" to constrain their structure, and new abstractions such as composite anchors and annotation sets can be added to the logical model. 7.1 Anchoring We have already seen an example of a new anchoring scheme. In Figure 3, the "context" element contains rather inscrutable positional data that was generated by a robust text anchoring algorithm. This data records keywords, character offsets, and other features from the paragraph to which the handwritten comment corresponds, and it can be used by a re-positioning algorithm to correctly place the handwritten comment back in the document, even if the document gets reflowed or modified  REF Brush,_A.J.,_and_Bargeron,_D.,_Robustly_ \r \h [4]. The 's format attribute provides a processing hint to applications by labeling the element's content as "robustTextAnchor" data. If an application does not know how to parse "robustTextAnchor" data, it can use the 's codebase attribute to download a code module that encapsulates the anchoring algorithm that produces and consumes this data. The contents of elements are unconstrained, so applications are free to store whatever kind of data supports the algorithms they define. In fact, this same basic mechanism is used in "content" elements to support the user interface. In Figure 3, for instance, digital ink data is stored in the "content" , and the codebase URI references a user interface module that can display and support interaction with the ink. 7.2 Sub-Typing A second CAF extensibility convention is sub-typing. Sub-typing is a useful way to specify the structural constraints for a task-specific annotation type, and it is achieved through XML Schema inheritance. Sub-typing allows applications to produce and consume CAF data without having to handle all the arbitrarily complex annotation structures that CAF makes possible. For instance, we may want to define an "audio-on-video"-type annotation for recording narration on a television program. In this case the should have one "context" that can anchor the annotation to a segment of the program's timeline, and one "content" that stores the audio narration for that segment. The AML-AOV schema is included in the Appendix to illustrate the example. 7.3 New Abstractions Another important way that CAF can be extended is through adding new objects to the logical model. New abstractions can be added simply by inheriting from the AML-Core schema. For example, grouping elements together into "composite anchors" can allow us to specify more structure in an annotation relationship than we could with just the "context" and "content" distinction. We can use them to group redundant "context" s, for instance, where each supports a different method for positioning the annotation in a resource; or we could use them to group multiple "content" s, each of which represents a different translation of a user's comment. Figure 5 shows the basic structure of composite anchors as we propose them. The 'order' attribute specifies how the elements stored within a composite anchor are to be used. "all" indicates that all of the s must be used, "any" means the application can choose any one of the , and "sequential" means application must use each specified in the order they are listed. The order attribute can also be any other string value an application wishes to define, and composite anchors can contain other composite anchors. We include the AML-CA schema in the Appendix to formally define composite anchors. composite_anchor::=order {anchor_id | composite_anchor}+order::={all|any|sequential|*}anchor_id::=UTF-8 encoded anchor id Figure 5: BNF for AML-CA schema constituents. The annotation "set" is another useful abstraction we may want to define. Collecting annotations into groups can be used to organize them and control sharing  REF _Ref531412276 \r \h [1]. As we propose them, sets can contain annotations and other sets, and each set has a friendly name in addition to an id. Figure 6 shows the basic structure of sets as we propose them, and we include the AML-Set schema in the Appendix. set::=id name [parents] [children] [createdate] [property]+parents::=UTF-8 encoded, space-delimited list of ids.children::=UTF-8 encoded, space-delimited list of ids. Figure 6: BNF for AML-Set schema constituents. 8 Applications To test and validate the proposed AML-Core schema and CAF extensibility conventions, we used them to build a web page annotation client that plugs into Microsoft Internet Explorer, called WebAnn. The WebAnn user interface is illustrated in Figure 7. It has been deployed to support in-context threaded discussions around research papers in a graduate course at the University of Washington  REF _Ref531412407 \r \h [5], and it has served as a test bed for experimenting with robust anchoring algorithms  REF Brush,_A.J.,_and_Bargeron,_D.,_Robustly_ \r \h [4]. WebAnn users can see others' annotations on any web page. They can create their own highlights and text notes simply by selecting some text in the page and choosing the type of annotation they want to create from an in-place menu. Alternatively, they can add "summary" comments that apply to the entire page, or they can "reply" to existing annotations. Annotations can be marked public or private, and all annotations are displayed in an index to the left of the page. Regular annotations (those which are not summary comments or replies) are also displayed directly in the web page. Each user is assigned a separate color, in which all of their annotations are displayed. And all annotations are stored separately from the page, either in a local cache on the user's machine, or in a shared Internet annotation server.  Figure 7: The CAF-based WebAnn tool. User names have been covered. The CAF core supported all of the features we included in WebAnn, with three interesting exceptions. First, we defined and tested several different anchoring algorithms and positional data formats for our "context" elements, and we settled on Keyword Anchoring  REF Brush,_A.J.,_and_Bargeron,_D.,_Robustly_ \r \h [4]. Second, there is no distinction between public and private annotations in AML-Core, so we included a element in each to encode this value. And third, AML-Core provides no way to record the color in which an annotation should be displayed. Since color corresponds to author, storing a separate element in every to encode color would have been inefficient. Instead, we annotated the class with a color for each user. That is, we invented a simple anchoring algorithm and positional data format to anchor annotations to an abstract CSE 510 entity representing the graduate course in which all of the users were enrolled. Then, when each user started WebAnn for the first time, WebAnn automatically chose a color for the user and annotated CSE 510 with it. We used these annotations behind the scenes to control the display. 8.1 Object Model As we developed and deployed the WebAnn client we found it very helpful to have a common software layer that encapsulates CAF concepts. The API layer we developed includes objects corresponding to the core CAF logical model, an "annotation store" object that supports a flexible storage-independent query and filter syntax, and a software framework for coordination of anchoring algorithms and storage modules. We also implemented two annotation stores to which the API layer could connect, including a local store based on Microsoft SQL Server for WinCE, and a shared Internet annotation server based on Microsoft SQL Server. Our software architecture is illustrated in Figure 8. INCLUDEPICTURE "../../../Documents%20and%20Settings/davemb/Documents%20and%20Settings/davemb/Application%20Data/Microsoft/Word/CAF.ht17.jpg" \* MERGEFORMATINET  Figure 8: The CAF-based WebAnn tool. User names have been covered. WebAnn and other applications currently in development have all been based on our API layer with great success. Indeed, in the future it may be useful to establish a standard software layer to support CAF much like the Document Object Model supports HTML. Such a layer could further normalize CAF extensibility conventions, for instance by establishing standard mechanisms for pluggable anchoring, UI, and storage handling modules. It could also support a standard query syntax for retrieving and filtering annotations, such as XML Query  REF _Ref531412681 \r \h [16]. And it could support facilities which the CAF core intentionally avoids, for instance access control, scalable storage, and data exchange protocols. 9 Related Work There is a broad range of work that has been done on Web-based annotation, though to our knowledge no one has attempted to establish a single standard for annotations which can support the wide spectrum of activities that "annotation" represents. Roughly, the work that has been done falls into four categories, including existing standards, proposed architectures, research systems, and commercial systems. 9.1 Standards Several technology standards touch on annotation or can be considered to support annotation in one way or another. The most closely related to CAF is Xlink. Xlink sets forth standard abstractions and attributes that can be used to structure linking in schemas  REF _Ref531412356 \r \h [9]. Xlink in and of itself does not provide sufficient structure to support annotations, however we used the abstractions it defines forming the core CAF logical model, and we employ the attributes it defines in the AML-Core schema. As a result, CAF can be regarded as an application of Xlink to the annotation domain. Another standard which by itself does not constitute a full-fledged annotation system is XPointer. XPointer specifies a standard for pointing to nodes within XML documents  REF _Ref531412354 \r \h [8]. In the CAF context, XPointer comprises a flexible and reasonably robust positional data format for anchoring annotations to XML. Thus it can be regarded as an enabling technology for CAF. Several efforts have attempted to establish standard ontologies for describing resource characteristics, including MPEG-7  REF _Ref531412364 \r \h [18] and the Dublin Core Initiative  REF _Ref531412357 \r \h [10]. While CAF is a framework for annotating resources, and in particular could be used for storing metadata descriptions of resources, it does not attempt to define a metadata ontology with which resources should be annotated. CAF is similar to RDF in this respect, and in fact can be viewed as a generalization of RDF. RDF is a framework that supports the use of metadata ontologies to describe resources in standard ways. Its main goals are to facilitate machine understanding and automated processing of resources  REF _Ref531412361 \r \h [15], however some have also used it to support annotation  REF _Ref531412291 \r \h [13].CAF and RDF are in fact similar, but RDF imposes some fundamental restrictions which limit it as a platform for annotations: First, RDF embeds directionality by assuming properties belong to web resources, and there is no way to modify the underlying "property of" relationship that an RDF property has with a web resource. Second, intra-resource locations can only be expressed as URI extensions (e.g. by including data after the #).This is fine where standardized methods such as XPointer exist, however the URI extension mechanism is too otherwise unstructured.CAF provides a well-defined way to include arbitrary positional data in elements and describe it with the element's format and codebase attributes. Third, while RDF provides facilities for grouping resources and literals, it does not support addressing individual members of a collection for purposes of anchoring. That is, while a single RDF property may refer globally to every member of a collection of resources, there is no way to express how the property refers individually to each member of the collection. This makes it impossible to anchor a single annotation to multiple places in a document, for instance, which is a scenario AML-Core was designed to handle. 9.2 Proposed Architectures Previously proposed architectures for the support of annotations on the Web have mostly focused on scalability, access control, and other basic system issues. Laliberte and Braverman propose a scalable protocol for annotation retrieval and discovery, for example, but do not specify what annotations are, what data they can contain, how they are anchored to a resource, etc.  REF _Ref531412817 \r \h [14]. Likewise Schickler et al focus on network architecture and data delivery issues for an annotation system without going into detail about the structure and capabilities of the annotations themselves  REF _Ref531413160 \r \h [23]. And Roscheisen et al discuss the ComMentor system's architecture and annotation operations (such as adding, deleting, and retrieving annotations) at great length. They include a brief definition of their "PRDMitem" annotation structure, which bears some resemblance to the CAF element, but the system is focused on annotating text documents and does not address a wider class of annotation activities  REF _Ref531413220 \r \h [22]. 9.3 Research Systems A wide variety of research systems have been developed over the past decade to experiment with various annotation features, and some have claimed to establish standards for annotations on the web. The W3C Annotea system, for example, is an RDF-based annotation system.It employs Xlink to some extent, it uses XPointer for anchoring, and it supports text annotations on text web pages  REF _Ref531412291 \r \h [13]. But because it relies on RDF, it requires each annotation to be classified according to a type hierarchy as either a comment, a change, an example, a question, etc. This makes the system overly complex for support of end-user annotation, since many such annotations are personal and transient in nature and may not retain their meaning for very long (even to the author)  REF _Ref531413251 \r \h [17], and this makes classifying them an unnecessary burden. CAF makes it possible to classify annotations via extension, but it does not require it as part of the core CAF model. Other systems support text annotation of text web pages with various more constrained approaches. The CoNote system exploits HTML to allow annotations at predefined positions on a web page  REF _Ref531412283 \r \h [7]. The CritLink system also exploits HTML for anchoring, but allows annotations to be created anywhere on a web page  REF _Ref531412281 \r \h [6]. These approaches are somewhat similar to the special case of storing CAF elements inline in document markup. The Annotator  REF _Ref531412295 \r \h [20] and WebVise  REF _Ref531412289 \r \h [12] systems support more flexible non-HTML methods for anchoring their annotation items, however the annotations they support have a constrained structure. None of these systems offer a model as powerful, flexible, and extensible as CAF for annotating diverse digital resources. 9.4 Commercial Systems Finally, several widely-available commercial systems have popularized web-based annotation. ThirdVoice, now out of business, pioneered this effort with a system that allowed users all over the world to author and share annotations on web pages  REF _Ref531412332 \r \h [24]. E-Quill supports web-based collaboration with high-quality graphics  REF _Ref531412321 \r \h [11]. The PageSeeder system is aimed at encouraging community around web page content, and displays threaded discussions inline in the annotated web page  REF _Ref531412329 \r \h [21]. And Microsoft Office Web Discussions supports inline threaded discussion on web pages among small to medium sized work groups  REF _Ref531412325 \r \h [19]. However, none of these systems has been able to establish a de facto standard for annotation structure and function, and the user experience of authoring and viewing annotations varies dramatically. CAF is a proposed standard and could facilitate a more uniform user experience for annotations on the Web. 10 Concluding Remarks A single, foundational standard for annotation structure and function can be a significant step forward for annotations on the Web. To this end we propose a simple, extensible, storage-neutral Common Annotation Framework that is capable of annotating any resource. CAF is standards-based, and supports many annotation scenarios that other annotation-related standards cannot. Throughout the course of our work on CAF, we have heard time and again how valuable it would be to establish a lingua franca for annotations. A common programming model, application interoperability, and a consistent user experience are just a few of the advantages such a framework can bring, and the time is right to agree upon such a foundation. That said, our work is just beginning. It is the hope of the authors to gather input from the research community on the value of the proposed CAF standard. 11 Acknowledgements Thanks to our many colleagues who provided valuable input into the design of CAF, including Scott Cottrille, Andy van Dam, Steve DeRose, Bert Keely, Axel Kramer, Butler Lampson, Vikram Madan, Jonathan Marsh, Mike Morton, Darryl Rubin, Sam Sengupta, Susi Strom, Steve Weil, and Yoram Yaacovi. 12 Appendix In this section we present the proposed CAF core schema AML-Core. We also present extensions to AML-Core, including AML-CA for support of composite anchoring, and AML-Set for support of annotation grouping. 12.1 AML-Core Schema AML-Core is the CAF core schema. It encapsulates the structure, functionality, and interrelationships described in the CAF logical model. Note that simple types such as 'date', 'format', and 'codebase' alias built-in XML Schema simple types so that they may be extended in a consistent manner. Also note that elements are constrained to have unique ids within any document instance, and elements must have unique ids within the scope of the annotation to which they belong. 12.2 AML-AOV Schema The AML-AOV "audio-on-video" schema defines a specific sub-type of the AML-Core element for the purpose of annotating video with audio. It is provided to illustrate how the core CAF annotation can be sub-typed to support specific tasks. Below is an example of an "audio-on-video" annotation which associates an audio comment (represented in binary form) with a 30-second interval toward the beginning of a "Friends" TV episode: asodii23roaiw34r90acf9a03245 wje4350w9j34rasdv890wefwd 12.3 AML-CA Schema The AML-CA composite anchoring schema extends the AML-Core schema by adding anchor grouping functionality. It is provided as both an example of how the core CAF schema can be extended, and as a proposed standard for anchor grouping. Note that the element has no specified Xlink meaning. Below is an example of how the AML-CA composite anchoring schema can be used to group "context" elements within an . The first context anchor contains anchor data for a fast but fragile anchoring algorithm, while the second contains data for a slow but robust algorithm. The element instructs applications to try the fast but fragile anchor first, then the slow but robust algorithm if that fails: 234;kj23dfoiuoi2348979ds8fvasdaw23434534;;;we3; 332;234;;;234;233;879089;;dog;fox;purple;45;;345;00;0;0 what does this sentence mean? 12.4 AML-Set Schema AML-Set extends the AML-CA schema by adding annotation grouping functionality. Like AML-CA, it is provided as both example and proposed standard, and the element has no specified Xlink meaning. Below is an example of how AML-Set can be used to group and elements into a meaningful organizational hierarchy. The diagram on the left represents how Professor John Doe's class discussions are organized. Circles represent annotation sets, and triangles represent annotations. The hierarchy is represented according to AML-Set on the right. INCLUDEPICTURE "../../../Documents%20and%20Settings/davemb/Documents%20and%20Settings/davemb/Application%20Data/Microsoft/Word/CAF.ht11.jpg" \* MERGEFORMATINET  ...  13 References Bargeron, D., Gupta, A., Grudin, J., and Sanocki, E., "Annotations for Streaming Video on the Web: System Design and Usage Studies." Proceedings of the Eighth International World Wide Web Conference, Toronto, May 11-14, 1999.  HYPERLINK "http://www8.org/w8-papers/1b-multimedia/annotations/" http://www8.org/w8-papers/1b-multimedia/annotations/ Bargeron, D., Grudin, J., Gupta, A., "General and Specific Interfaces: Experiences with a Multimedia Platform." Microsoft Technical Report MSR-TR-2001-90, October 2, 2001.  HYPERLINK "http://www.research.microsoft.com/research/coet/MRAS/TRs/01-90.doc" http://www.research.microsoft.com/research/coet/MRAS/TRs/01-90.doc Berners-Lee, T., Fielding, R., Masinter, L., "Uniform Resource Identifiers (URI): Generic Syntax." RFC 2396, Internet Engineering Task Force, August 1998.  HYPERLINK "http://www.ietf.org/rfc/rfc2396.txt" http://www.ietf.org/rfc/rfc2396.txt Brush, A.J., and Bargeron, D., "Robustly Anchoring Annotations using Keywords." Microsoft Technical Report MSR-TR-2001-107, November 2001. Brush, A.J., Bargeron, D., Grudin, J., Borning, A., and Gupta, A., "Supporting Interaction Outside of Class: Anchored Discussions vs. Discussion Boards." To Appear in Proceedings of Computer Support for Collaborative Learning 2002, Boulder, CO, January 7-11, 2002.  HYPERLINK "http://www.research.microsoft.com/research/coet/Annotations/CSCL02/paper.pdf" http://www.research.microsoft.com/research/coet/Annotations/CSCL02/paper.pdf CritLink,  HYPERLINK "http://crit.org/http:/crit.org/critlink.html" http://crit.org/http://crit.org/critlink.html Davis, and Huttonlocker. "CoNote System Overview." Cornell University, 1995.  HYPERLINK "http://www.cs.cornell.edu/home/dph/annotation/annotations.html" http://www.cs.cornell.edu/home/dph/annotation/annotations.html DeRose, S., Maler, E., and Daniel, R. (eds), "XML Pointer Language (XPointer) Version 1.0." W3C Candidate Recommendation, September 11, 2001.  HYPERLINK "http://www.w3.org/TR/xptr/" http://www.w3.org/TR/xptr/ DeRose, S., Maler, E., and Orchard, D. (eds), "XML Linking Language (XLink) Version 1.0." W3C Recommendation, June 27, 2001.  HYPERLINK "http://www.w3.org/TR/xlink/" http://www.w3.org/TR/xlink/ Dublin Core Metadata Initiative.  HYPERLINK "http://dublincore.org/" http://dublincore.org/ E-Quill.  HYPERLINK "http://www.e-quill.com/" http://www.e-quill.com/ Grnbk, K., Sloth, L., and rbk, P., "Webvise: Browser and Proxy Support for Open Hypermedia Structuring Mechanisms on The WWW." Proceedings of the Eighth International World Wide Web Conference, Toronto, May 1999.  HYPERLINK "http://www8.org/w8-papers/3a-search-query/webvise/webvise.html" http://www8.org/w8-papers/3a-search-query/webvise/webvise.html Kahan, J., Koivunen, M.R., PrudHommeaux, E., and Swick, R.R. Annotea: An Open RDF Infrastructure for Shared Web Annotations. Proceedings of the 10th International World Wide Web Conference, Hong Kong, May 1-5, 2001.  HYPERLINK "http://www.iw3con.org/cdrom/papers/pdf/p488.pdf" http://www.iw3con.org/cdrom/papers/pdf/p488.pdf Laliberte, D., and Braverman, A., "A Protocol for Scalable Group and Public Annotations." Proceedings of the Third International World Wide Web Conference, Darmstadt, Germany, April 10-14, 1995.  HYPERLINK "http://www.igd.fhg.de/archive/1995_www95/proceedings/papers/100/scalable-annotations.html" http://www.igd.fhg.de/archive/1995_www95/proceedings/papers/100/scalable-annotations.html Lassila, O., and Swick, R.R. (eds), "Resource Description Framework (RDF) Model and Syntax Specification." W3C Recommendation, February 22, 1999.  HYPERLINK "http://www.w3.org/TR/1999/REC-rdf-syntax-19990222/" http://www.w3.org/TR/1999/REC-rdf-syntax-19990222/ Malhotra, A., Robie, J., and Rys, M. (eds), "XML Syntax for XQuery 1.0 (XQueryX)". W3C Working Draft 07, June 2001.  HYPERLINK "http://www.w3.org/TR/xqueryx" http://www.w3.org/TR/xqueryx Marshall, C.C., "Toward an ecology of hypertext annotation," Proceedings of HyperText 98, Pittsburgh, PA, June 1998.  HYPERLINK "http://www.csdl.tamu.edu/~marshall/ht98-final.pdf" http://www.csdl.tamu.edu/~marshall/ht98-final.pdf Martinez, J.M. (ed), "Overview of the MPEG-7 Standard (version 5.0)." ISO/IEC JTC1/SC29/WG11 N4031, Singapore, March 2001.  HYPERLINK "http://mpeg.telecomitalialab.com/standards/mpeg-7/mpeg-7.htm" http://mpeg.telecomitalialab.com/standards/mpeg-7/mpeg-7.htm Microsoft Office 2000 Web Discussions.  HYPERLINK "http://office.microsoft.com/assistance/2000/wWebDiscussions.aspx" http://office.microsoft.com/assistance/2000/wWebDiscussions.aspx Ovsiannikov, I., Arbib, M., McNeill, T. "Annotation Technology." International Journal of Human Computer Studies, 1999, pp. 329-362. PageSeeder,  HYPERLINK "http://ps.pageseeder.com/ps/topic/ps" http://ps.pageseeder.com/ps/topic/ps Roscheisen, M., Mogensen, C., Winograd, T. "Shared Web Annotations as a Platform for Third-Party Value-Added, Information Providers: Architecture, Protocols, and Usage Examples." Technical Report CSDTR/DLTR, Stanford University, 1997.  HYPERLINK "http://www-diglib.stanford.edu/rmr/TR/TR.html" http://www-diglib.stanford.edu/rmr/TR/TR.html Schickler, M.A., Mazer, M.S., and Brooks, C., "Pan-Browser Support for Annotations and Other Meta Information on the World Wide Web." Proceedings of the Fifth International World Wide Web Conference, Paris, France, May 1996.  HYPERLINK "http://www5conf.inria.fr/fich_html/papers/P15/Overview.html" http://www5conf.inria.fr/fich_html/papers/P15/Overview.html. ThirdVoice Annotation System,  HYPERLINK "http://www.thirdvoice.com" http://www.thirdvoice.com :;>?WXfghi       f g h  - ` )*+.0IJKNPiļıĢj}h}Uh(Cjh}Ujh}Uh} hraJhJhrCJaJhr h|:CJ h|:CJjh|:CJUjh|:Uh|:=<=>h      + gd|:gd|:$[$\$a$gd|:gd|:+ A S f g   # " - a p QG\#!&!"gdrgd gdr$a$gdr$a$gdr$a$gdr$a$gd|:$[$\$a$gd|:ijknp  '()-/HIJNPijkoqjh}Ujeh}Ujh}Ujkh}Ujh}Uhrjqh}Ujh}Ujwh}Uh}h(Cjh}Ujh}U3 !$&?@AEG`abfh4569:  #$%()jh}h}UjMh}h}Ujh}h}UjSh}h}Uhrjh}UjYh}Ujh}Uh}h(Cjh}Uj_h}U5&!!!""##%%%%'''(g)h)++&,9,,,////22222223333435383933333h7ؼؼjA h~h~UaJ h(CaJj h~h~UaJ h~aJjh~UaJhr6]aJhr5\aJ hraJh(CjG h}h}Ujh}Uh}hr8"%'h)+,,/3i78879::'=@BlDHHgdr$h(P[$\$^ha$gd$(P[$\$^`a$gd$h(P[$\$^h`a$gdgdrgdrh7i7j7 8 8 8 886979?9I9:::&='=????????@@BBkDlDHHJJKKKKLLNNtPuPPPPPPPPPPPP¸¨ڜhr5OJQJ\^JaJ hYaJ h(CaJjh~h~UaJjh~UaJ h~aJhhaJhr6]aJ hraJhCJaJj hUhjhUhr7HJKKNuPPPPPPPcnkd$$IfTF)$$R$,$6 6    4apT$d$If[$\$a$d$If[$\$gdrgdr PPPQQ(Qm$d$If[$\$a$nkd@$$IfTF)$$R$,$6 6    4apTd$If[$\$PPQQQQ'Q)Q0Q1Q4Q5QVQXQ`QaQdQeQQQQQQQQQRR;Rxdxexkxoxxvukd$$IfTFx &p&6    22 l4alpT $Ifgd6gdrgdr xxxxx $Ifgd6ukdR$$IfTFx &p&6    22 l4alpTxxxxzzzzr_ZQQQ $Ifgd6gdr$h(P[$\$^ha$gd $(P[$\$^`a$gdrukd$$IfTFx &p&6    22 l4alpTzzzz{{{{ $Ifgd6zkd'$$IfTF5 R&?R&6    22 l4alpT{{ {{<{{{{ $Ifgd6zkd$$IfTF5 R&?R&6    22 l4alpT<{={?{n{}{}2mZUPPHZ$a$gdrgdrgdr$h(P[$\$^ha$gd $(P[$\$^`a$gdrzkd$$IfTF5 R&?R&6    22 l4alpT12?@Auvwz{}~!"MefDEFGHI‹ËNjȋ_oӹɳ٭٭٣٭٭ߔߔxɳjN-h~h~UaJjhrUh= .jhrU hF`=]aJh:!hr]aJ hF`=aJ h(CaJjh~h~UaJjh~UaJ h~aJ hraJhrhrCJaJhrCJaJj[hrCJUaJ/2~"I`owFa& (P[$\$gdr (P[$\$gdrgdr$h(P[$\$^ha$gd $a$gdrgdrgdr34589vw"#$=>?BC|}גْؒݒޒ:;TUVZj<0h~h~UaJj/h~h~UaJjB/h~h~UaJj.h~h~UaJjH.h~h~UaJ h(CaJj-h~h~UaJjh~UaJ h~aJ hraJhr2Z[EaٛڛÜĜݜޜߜx6=>WXY]^ѡӡԡɿɯϿ著ϟ著ϟ著oj2h= .h= .UaJj02h= .h= .UaJj1h= .h= .UaJjh= .UaJ h= .aJj61h3sch3scUaJjh3scUaJ h3scaJ h(CaJj0h~h~UaJ h~aJhr hraJjh~UaJ+[ab{|}ͤΤϤ ()*./uvwj5h= .h= .UaJj5h= .h= .UaJj4h= .h= .UaJj$4h= .h= .UaJj3h= .h= .UaJ h(CaJj*3h= .h= .UaJ h= .aJhr hraJjh= .UaJ2-./HIJNOϨШѨ%<#0֯ϱб :;efȲɲhwWnCJOJQJ^JaJhwWnhrCJaJ hwWnhrCJOJQJ^JaJh= .hraJhr6]aJhrj6h= .h= .UaJj6h= .h= .UaJ h= .aJ hraJjh= .UaJ h(CaJ2&<֯б ;fɲ$`[$\$]`^`a$gdr$0[$\$]0a$gdr$[$\$^`a$gdr$[$\$a$gdr<[$gdr<[$gdrgdrgdrɲXX״13$0[$\$]0a$gdr$0[$\$]0`a$gdr$`[$\$]`^`a$gdr$`[$\$]``a$gdr$`[$\$]`^`a$gdr WXWXִ״0123OPgh23tuLM׷ط78JKLMyz56no !- hwWnhrCJOJQJ^JaJhwWnhrCJaJ)hwWnhrB*CJOJQJ^JaJphQ3Ph3uMط8K$0[$\$]0`a$gdr$x[$\$]^x`a$gdr$`[$\$]`^a$gdr$[$\$]`a$gdrKMz6oqVV$` [$\$]`^ `a$gdr$p[$\$^p`a$gdr$[$\$^`a$gdr$0[$\$]0^`a$gdr$`[$\$]`^`a$gdr$0[$\$]0^a$gdr$0[$\$]0a$gdr !.<jϺJi$[$\$^`a$gdr$0[$\$]0^`a$gdr$` [$\$]`^ `a$gdr$ [$\$^ `a$gdr$[$\$^`a$gdr$0[$\$]0^`a$gdr -.;<ijκϺIJ\]deٻڻ34efۼܼ !2345efwxyz01BCDEyzоѾ޾߾ 8)hwWnhrB*CJOJQJ^JaJph hwWnhrCJOJQJ^JaJhwWnhrCJaJRJ]eڻ4fܼ!3$0[$\$]0^`a$gdr$`[$\$]`^`a$gdr$0[$\$]0`a$gdr$0[$\$]0a$gdr$0[$\$]0^a$gdr35fxz1CEzѾ߾ 9X$[$\$a$gdr$[$\$a$gdr$0[$\$]0`a$gdr$0[$\$]0a$gdr89WXefghuvTUGH'(LMz{67KLqrڽhwWnhrCJOJQJaJhwWnCJOJQJ^JaJhr hraJ hwWnhrCJOJQJ^JaJhwWnhrCJaJBXfhv2KS{{$`[$\$]`^`a$gdr$0[$\$]0a$gdr$[$\$^`a$gdr$[$\$a$gdrgdrgdr$[$\$a$gdr$0[$\$]0`a$gdr!Ue=R$` [$\$]`^ `a$gdr$0[$\$]0`a$gdr$`[$\$]`a$gdr$`@ [$\$]`^@ `a$gdr$`[$\$]``a$gdrHY'<hyy$`[$\$]``a$gdr$0[$\$]0^a$gdr$0[$\$]0a$gdr$0[$\$]0`a$gdr$`[$\$]`a$gdr$` [$\$]`^ `a$gdr h7mu$0[$\$]0a$gdr$0[$\$]0^a$gdr$`[$\$]`a$gdr$0 [$\$]0^ `a$gdr$` [$\$]`^ `a$gdr$ [$\$^ `a$gdr <Q~ Fj}#$ [$\$^ `a$gdr$0[$\$]0`a$gdr$`[$\$]`a$gdr$`@ [$\$]`^@ `a$gdr$`[$\$]``a$gdr#UGk~q$0[$\$]0`a$gdr$0[$\$]0^a$gdr$`[$\$]`a$gdr$0 [$\$]0^ `a$gdr$ [$\$^ `a$gdr$` [$\$]`^ `a$gdr !Imw$[$\$^a$gd $[$\$a$gd gdrgd $0[$\$]0`a$gdr$`[$\$]`a$gdr$`p[$\$]`^p`a$gdr$`[$\$]``a$gdr *DXv(M{$[$\$^`a$gdr$[$\$a$gdrgdrgdr$[$\$a$gd $[$\$^a$gd $[$\$^a$gd 7Lri$ [$\$]^ `a$gdr$`[$\$]`^`a$gdr$`[$\$]`^`a$gdr$`[$\$]``a$gdr$`8[$\$]`^8`a$gdr$0[$\$]0a$gdr dZH$[$\$]^`a$gdr$`[$\$]`^`a$gdr$`[$\$]`^a$gdr$0[$\$]0`a$gdrcdYZGHXYjklm@AYZkn|}+STmn67 hraJhr hwWnhrCJOJQJ^JaJhwWnhrCJaJ)hwWnhrB*CJOJQJ^JaJphMHYkmAZln}$[$\$a$gdr$0[$\$]0`a$gdr$`[$\$]`^a$gdr$[$\$^`a$gdr}+Tn7Yq <S$[$\$^`a$gdr$[$\$^`a$gdr$p[$\$^p`a$gdr$[$\$`a$gdrgdr7XYpq ;<RSijij[\-./3opqu$%kl~)hwWnhrB*CJOJQJ^JaJph hraJhrhrhrOJQJ^JaJhwWnhrCJaJ hwWnhrCJOJQJ^JaJHSjyj{{{$[$\$^a$gdfh$[$\$a$gdfhgdrgdr$(P[$\$^`a$gdr$[$\$`a$gdr$[$\$^`a$gdr$[$\$^`a$gdr \.p%l C~$ [$\$^ `a$gdfh$p[$\$^pa$gdfh$[$\$^a$gdfh$[$\$^`a$gdfh$[$\$^a$gdfh  BC}~ !"#$%(IJ\] ()ABQR]^fgEںںںںںںںںںںںںںںںںںںhrOJQJ^JaJj7hrUh= .jhrUhr hraJ hwWnhrCJOJQJ^JaJhwWnhrCJaJF~ &(Jy$$If[$\$`a$gdfh $Ifgd $$Ifa$gdr$a$gdfh$[$\$^`a$gdfh$[$\$^a$gdfh$[$\$^a$gdfh$p[$\$^pa$gdfh J] )BR^g$ $If[$\$^` a$gd= .$p$If[$\$^p`a$gdfh$$ $If[$\$^$ a$gdfh$$If[$\$^`a$gdfhagPK66$ ^`a$gd^*Ygdr$(P[$\$^`a$gdrkd$$IfT0H'n 0x64apT$$If[$\$`a$gdfhE_`./RSzEFWXA]tu'89bc~'(h^*Y hraJhr0JaJhr0J6]aJhr0JaJjhrUhr hr6]OaT )cl*[gd $ ^`a$gd^*YPQ&(Plm6xab78jk ()g\xDEF[ghtC hraJhr6H*] hr6]hr0JaJjhrUhrUCDhjYhrhr0JaJjhrU &1h:pr/ =!8"8#$%}DyK _Ref531412276}DyK _Ref531412281}DyK _Ref531412283}DyK _Ref531412289}DyK _Ref531412291}DyK _Ref531412295}DyK _Ref531412321}DyK _Ref531412325}DyK _Ref531412329}DyK _Ref531412332}DyK _Ref531412354}DyK _Ref531412356}DyK _Ref531412357}DyK _Ref531412361}DyK _Ref531412364}DyK _Ref531412356}DyK _Ref531412393}DyK _Ref531412407}DyK _Ref531412356}DyK _Ref531412354}DyK _Ref531412485}DyK _Ref531412356RDdZPL  S (ACAFRA gt3>" FA gt3>"JFIFLEAD Technologies Inc. V1.01  }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyzw!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ? ( ( ( ( ( ( ( ( ( ( ( >-|J/6Tp}5-t 0iVگ)뺅uq Osq"ƨY`O7sXi_; cSh'?e?ME??h7sXi_; cSh'?e?ME??h7sXi_; cSh'?e?ME??h7sXi_; cSh'?e?ME??h7sXi_; cSh'?eϋᏌ&o4(l?znjچ(>akW:i6]>@`5y4[􉝬h›Gc@9,4 o/@)v?CM"N~ 4›Gc@9,4 o/@)v?CM"N~ 4›Gc@9,4 o/@)v?CM"N~ 4›Gc@9,4 o/@)v?CM"N~ 4 j3G>9ahƷW^5MGUU|W] {{y/=iiD{gI,ȑAP@P@P@P@P@P@P@P@P@P@P@P@?kO9@@P@P@P@P71u= _Zi׺e7~!xzt=7Mysx|| h/|fմ5֫ Żm|LL5+דLѥմW|a5_ LuZ&(~m;DŽ< u}nk|{ux"^.?i?~2ov5R/|>v~+_i|)%4^S0}|Ly|A6ѴCz*3ƞ,> ѴAJ-to4+* i隇5D3wO?nBx[ػU׏#Cڮ~x 5B!Jk1Ez?^ oZWc'NTWEz)y x~Eݘmsjh{+}4 ( ( ( (bU ( ( ( ( ( ( ( ( ( ( ( (;McioUׇ( ( ( ( w U_  M5 33˟ˋ"$W|;!?-y>_  M5 33˟ˋ"$~KxKGxV|Mj 5=w^6/4S_ MgV٢X{ 5]xSfcO itÍ*:~)5<Yx Za@9e/;*^ ׼c'wU|8;xr1Ե>薷v_ƚ]s]%: o gMK xkTռK^+TwU.^&Mx-񶿪:힥ܶWbicO4 :Mxķ| ~*~x^5N^-ճпԵgԅ[x[BV[k/ -jo^|YxrOpm-ɨx2jlIRm: ( ( ( (bU ( ( ( ( ( ( ( ( ( ( ( (ٓVҴ|uOOtMpOkƭymiZN|1/5 OS/$Oi渞D(wvUR@4ï?hDڟ\?jstK|:sN -;7@4ï?hDڟ\?jstK|:sN -;7@4ï?hDڟ\?jstK|:sN -;7@4ï?hDڟ\?jstK|:sN -;7@4ï?hDڟ\?jstK|:sN -;7@4ï?hDڟ\?jstK|:sN -;7@4ï?hDڟ\?jstK|:sN -;7@4ï?hDڟ\?jstK|:sN -;7@4ï?hDڟzwៈUƭይA%u]7\|!mUi$3]֡.izg%Ɲi %kqpP@N?@<-OP@P@P@P@P@P@P@P@P@P@P@P@,?hq9ACV͖?R_e|b5oo xsYic_v]~xX|K[}y
c(xR5:7cWz7ǺgGh^ 4_Z\hgN&%WѴNlo%࿅>Po ǖ7'>hq -g/KJ/6:6]kRP};F?B–0੾&wkj |Mok閿<`tQ]COv#Mou_xkJ_>#x53 Z#>퇉|Iq|B(t?U,]ZY\[Z_ϧyPx^7x_{j t;Z~etk? |7h,;zUB>`D!v^ _t [ 2^񅞉x?% 'X3fcg⋏iچ"#j4"zl+4v@8 ÿ ~$5_? !z_ A߈Yxt\ri?KƏ >Omf:\pKRKP /w-@.OiߴD>"ѧ~QF@G,KP /w-@.OiߴD>"ѧ~QF@G,KP /w-@.OiߴD>"ѧ~QF@G,KP /w-@.OiߴD>"ѧ~QF@G,KP /w-@.OiߴD>"ѧ~QF@G,KP /w-@.OiߴD>"ѧ~QF@G,KP /w-@.OiߴD>"ѧ~QF@G,KP /w-@.OiߴD>"ѧ~QF@G,KP /w-@.OiߴD>"ѧ~QF@G,KP /w-@.OiߴD>"ѧ~QF@G,KP}hsxrZ񇁼$յ_QҴW/vSǽcVm=EM*9L(y|XHP@P/Z ľ8L^( M6 k>f-㨞7R]Cڽ{JѴ+_Z\rM_^>֖id;XyHVk`>~ ri ǃe߇?Z~so'FNG웪i}cNs j|[xL現%~ j Qw^9'iEކ^fp!KG S M_eOt߇ڎx|S}g@Ѯ~!gxxkJRƛ*w'Po"/  ?G?þ"/fZmZwn|mxE^ZjV~ bCux:妳 CZӬu/~<o|Q?//k_k>%$־mShPCL&71_xn/tzbKsk4BzOx+3jkJ?>֧?I௏R_xP4xo\|"{'@~&b",v֩t+ٴ}Bz *> |.#~6iq7-oH~{RƍW"U5MAx[ěOV/:V4E ~z~մ]Cs㉾8GB}l-T|>͡ڌ]kOoŬN[U[+sCE@=H5]J|_3n|6}Λk t<%׎|{=KTZgũiⵁ3S[5 K_D}xcVZW?&ѼG=C%xOvPN[=D5%G&]x:O:}}Kƞ>^'_U|/3/^2s7d|Ai5/xC8 e*IZI[x~] g?, 'AƁ?F ?VWK|/ӵ_pxoxE晬o:Cw h9rj>$Rv֡IO> ^5|X࿉:xgR=7:¯ xJow xF>7]vQjvzV^h@'MU_j"ּEj3 #+ƇXdτ?-^ [n_|G?Q&l X?X'?\|/o}߁֛js޵,ҵCI0kI֬X[ukj[C@9hڟ>,xah|S#w>gg%ٿi?im"?7%@@P@N?@<-~|XxsYci( ( ( ( ( ( ( ( ( ( u8;Z}@P@7̚N~ȟ慮~k_}'Xѵk+mGJմGᎁgiy}դA5r++@4?ᓿe6f9@2wF ïg(N?~u߲O3;Xio3'~m??:rdc_P ,Ѵ7?ᓿe6f9@2wF ïg(N?~u߲O3;Xio3'~m??:rdc_P ,Ѵ7?ᓿe6f9@2wF ïg(N?~u߲O3;Xio3'~m??:rdc_P ,Ѵ7?ᓿe6f9@2wF ïg(N?~u߲O3;Xio3'~m??:rdc_P ,Ѵ7?ᓿe6f9@ேk\h_|hz֍ ҮuY,4 mBKK 24vp!bP€ `toXh_ßMzw_i >x6m}y?wmYio&uxWDo-[[ Rx#22P/3U(%᫝K/< >! ^qO^2|Kៈ MjKK49)8#To-t2YEC? ↫گu _h3M~#Jҵ_ +Dpi)e%赼} 7W"mQuStF{/:NkZ|ICX55i4p,.-6# >,4?[c4VYՅEʹ"-[ f/.x’YO &{u}OS~iC]kfeoށ‘٫Dc3?֑Nkx],?h{,__J𵖟 ~Ou-셬4fյ Zη:6_IVZ6KqskevuMy{4V,Pi8*+u-Xx8|+^jV7 o xO,@񦎷M ൴PACC5>_f㯆6!xkŦ\-g^siQqmkfRv::i~> gǯG*3[ß|[56oxGTԭoSx#Vų[XngIݴӠ Ux]xR+ W[RΝG;|~3j7Xm*[;[滞 4(H>&|T5-*<ނm:Mǀ<ⴟTM qi;0>&xsXA⛋/\?wo=DŽ젒WqoirD4v6wma~QX_ΣML|-:4[?,s&^ҾvֆnH溽l{qr~__#Oxz/~%5~x566MƋnmռׂk!k# nbaz&O+>ּ'9\)m}jv7ڕu)oΛSu?Xht_vZipi(^6^jim-$1K) {i$gwnFjGx^3h7R24 N]^,m@ t<OOƩ l=ZB~?;[mmMOLiuw#e=>Zm`eas_VO隧iO'xkV6c:Ac[<;['xP%&ZԛYIA? O惨Y6ZOakc,0$][%y_G^Ѫ|Lj-xsN֧7@@P@P/Z/<3 -]P~'WC~/Z^$=5k:<KSbo*. []PКOZ#s . fiWĿBXth|k;.)QoY^*W4 ~KY4k #g?a'zg;-maf<%'?%)k'LcC'Ĺ{t_#^\\guέŞn+>;/t۹/4hzfaw}5׷6zew% 3;Gk dBmm_ k,-<;>cϠj_'}ͫ|F˥\m&iM--+y^cbSQSWo5-B]r{CQwoogG-|Y.t][66Z%n8,n $Jx YZg@7ghtRUv~iմv&ͥ́dSE//~ʾ%no VOTյ owgY. |(]P-;O~"@🃮Aah^ߌXk"Ү#־4 3YM֡Xߋ!% 5$LmygDJ г':<>3iL>7¨~vPyX6*> ]}= xR~.>9}&&X> 7nA,'Oٿ./~GW|EywLΥMGI/mE鮭F!gAo#_)世 &ZԳ|>\;#{iU.NgimIgmxz.aanf.alP)hXM#GPJR'O\:i/|@hV6Zp~g>THgv~+T|?xSRYj5%<;i+Zgo ő#uo:wk_մm6QE5=;C7Sԭ>x_Sׅ|=ú΅/~#S#b}JmOk~$.ȣ7:'q7MSRxgPt/|+iky]K6jsi6P8Ym6t:O¾/Oo|? i溶kv7:f\AmMSˣڭȪ;$GN#xOL/w;MoɦDkc<ѝ@cu( ( u8;Z}@P@,?h>5"WoiK_|'t |k~uUOz? |A}jZ=Zv6I n93?o[_$|Wex+U)mu5ƍxR[}}VS_j1V/x]m>4i 5φ:r/!_|Cy_>ï|kѡwOZĽ6Դ[[[+ۑLZNj[a4DֿgCIosn喌TO.a#I-QnYGƝ+.~[>>|fῈ~+jگ+o1(|t KaV?j7k^k@=~tߎƍ9<a#FY-ͯʺgˆ~ڤ*ͨEVIUla խb@__:V~/ִo-͖hM,,|Ht{CO`MJ8L|:1?:JxcO>;f?k[_&61<)Y7O|6mlj$59tm.DĠ__>M"(^rX~P׼sx_>97񝾩߉a^vt'߆ )KVпRH~-.:Fi ~[Moll4#MnaXYZi6iC4@?XxsYci( ( ( ( ( (bUQk8,~4j_ CGԯeѧy-Mk+ﭗa˱^,П>/#5?:x×~ ПWӮt4-Nm;Y7&Wx"d!5&|m t_S þItgӾOsB?;VN5Ib|W_7o|]OxJ׾ ?<_[6_%E4Mi_ ew+t<_x?^ o n-ugUU/Zw`dڍRtKDmu%⏉@쇊RHk߉^&[װ'{_$$O):TѼl^-~Cre6힋_oᲴW G/%*[5u$;u uzĽ Śx*o Om-{=_~5\tFc+cJ֭e嵽k<ۀ#^c5Η߀xvOK-#]G>ym| M\ v<¿o6'E҇~ ~~h3ƝVմ k{?|8B!P0 F+{jwC<oc75 2ki>!|@ҵzUϊ^.,t> *r&h{is"w4j6az%xJ. 9bG.u"m t6w~#j#XKZObSƕfok?쨭|S5 6mnmukg]1CA6?%u_<;xz}?\9x\hyeO,PhEgnZ[wm&QoV6AR%#+=>&wō º*n.m_ᾥt>ytشEI"Kgij #]\)vڏ~/>#zm:5X1ƞmXڂ"_E%^5U5GN< 3-]Cߴ_:. f A5m2"+$Eocs0۱_`nR[_E%jwޝǬIGq[M} [ExĬ3 2{ះZƳFt;)^2x~ :Nq_j~sy$*>m\xK+Zozǟ ?i5ox:Íf6'=w':s >Pincg RI }'@P@P~ ( zؿSc~ <-=3W_:>Nc:"ghH_; cSh'?e?ME??h7sXi_; cSh'?e?ME??h7sXi_; cSh'?e?ME??h7sXi_; cSh'?e>0~4_xߏa|IO}VU"OþТDL4<#MzP@P@P@P@P@0?Z:_oJ/cge٦=^%|^? h:ljuPoZ}ƩΨYCvv0یko'o>0g;+]?|e Zx:mG^MZvkx-%A޲:cڭچZYyZ|m/[pj~4|7[A_)]W'NWKmC>}7ZMk-KRKk*[YBQK ۥo~k?NE{ė> 5-¿.vca%4z]berW Mm_7|Ij> xZ?ZcQC-Z8RnY$@dC j=j='P_hBĤ~dIɡϜI6>'|9 m:oپĒk]?`xFKM K{!^imu&soӬq -φij946c㛗Su='>:\W>4u=MH-lEoŚ燬,tm_SԵ};FӬ/5Is})7!U+˙(boZ$(־.[_Ɩ/ִ;4ߋ>nWm񗏡PZ{]ĶnS%2E&v禟zi~ڔߋm>h^3hv6Ѵo:>KYq;X1Gb,3OvROo|?h%¿!x#^4]M5-Kvkl.]ͼ <ͯ:5Ojߵ4mfS~|@}ዏXGtWd6sO\iy rFifYD<[mIO"nÞ,׈M(<7Hke ߴ~^|`4\'Ù|gm?ڞi/7ǽ;c8ȺƧ|eiLpK6>o6Zgi:L޳闰vzwR/}Ɲw{I`3`O!omK1|wԼ;|+$o>&j~ּw %?^tҜEtt݉p EC? {VWzZkU&~ͨhSD>ݣߵ[fhLbHʻM'umoQh|=UI6ϠxCz`Opx=BH"H/| 6kcn.V!ws ۠~cǚğ2^-rH|;ej}h:φ=rWt7o?%&wH4S=?i?|?Oxo|AL!~1rA+ kj ]K^,1b?χ-lu??6S^\mLEOѦi(1^5+ u_SaSRx Tehƽ|5tyH!̏yIЌR{"wq|n_=w8h<x{>=3L$]nm>-Z]?oz]\ڟt>6<37zvqGe&%\6|-@3f%Wc;|M;<J~~6O5cIߏbJ/hQ^xY4/^&x[@eA>?jcZվ8>OgqWI |EVeY3jF}XL?Lu->jz>-߱x{ǖ>{ŸO>/u-gLMuiuޥ{cm,q?g,uQ=C5< \xQ/|9k^4OOiZ3n{[M/R5nӴ/x|oO0x_Eۧ6oFJgxSN5jhzSP?,wu|ֿ&Ce_ yO3i2%1~i70%4_m-⻄Ρk]!ׯ4y<u{?[ktx[@eA>?jcZվ8>OgqWI |EVeY3jF}XL~@X(e%ݙ|`~14'.|SW5+L뚅ojK4ZEZR,Ϛo:wſ >=[]%FEҦLOV[RӴ"ִw[heլb.x+_+J~[PI<k~Ѿ*ҭX-/'.5 ռ:v3$X rfBO^ҴwB kDִ-[F4t[Jm=3P%ui43qʎ WZ>$|`{Oe~ҩhj:wv-4MCHխKfU@ f_1??>J/3hn'+?~%,?쿰 vOK~?_k,vn\^`~KEuO) 'IRvRZd~.V®'Me-Cm;PI|wew{n&:fx>=6jKh1ͫYEgk8kZ&j6׿jVm柩隅ƙ-I$xTtfVr# Jגi7ru]K^]/$o> Kkwlޯ^z>AxjM>nC(G|r;~Ƶwh]|!uaOwoRhZ͛ڥ)/1Ciy-ťPF]ihzWt=zzv+Nm>&ҴHl48yGKxc #@|8.,uDЖ_|gWPM}z'$&ՅyYūgwG=Zs^mo?eV?|WleFᮇ%׈_I2_ghV`leͼo/_xgNm1 (?_`$O G#h aKD :K WÚocu;-ΟZ|SO}&Uɢj+K':xkPhǎKiM~m'\\ңW@k34ˋ3Rؼu{+{սSþ#K?|yƿf_]Ѿju?!cOg[kPl5x;ޥ1m/Pе2k~x~<ĺYy>O߃lfOGY?閚 x:DT oڦs?7qO ?ZO8/^>|C{O(7U^%gu/Zo{u\7?ix :_^_ᖏ'5~(|8k7]%$\\Uq0KDۢ6oJվ(~~-ot=81m~oM{Tu)[>(-&i sŏkw584l x/qL_iD?5|Gfx~O{Rc#|K|7Í[Χ?? blkmjMOçx[Ԧ-6%k-ě~_?~eѢtxs<M}6M;XvR/x3;o0j #x>B⯄6'xқ3x7i몗 hWTW[(C c XS??kV_5wK^!Pht4mcQ ӯho k Ou)O5#_Þ~'⯋$6㟇~x\ x׾eOxozׅ޻qo⫫>NJ w*mMlP~?|eWU Ai~ukt+_~A58mR:|xWw]Yio@&qo;3\_tm3@> |vi7]gøux<mдڼu5kZ=th 3R4::$-^ƃ~4kk^ F5-KBѯ]X|> >(kz'ßV/2i_.|+m/G5~.Ӵ>zΓoh;ҏoX xCŬ#| '<5cFe7g%C NRӼ uc{hzh|aO? N_Z|!4v_|h#X\|]}Kv&蟴GׄxMxJW*|1<54'{4|X?>@{CB|4~h6τ?e:i3O쑦x;Q#_|"}7wohg ) ׋.Y.?>7+>&?? [W 3ƾ coZfH"?^ IY֚l2ڎ_'ɬ~?@> }@P@N?@<-~|XxsYci~q|7:=ޕg}6yXSVQԭ]>XdX&dWV@@>hCE~7SGcM { SO^_j <3OǏtit<9eoG#f!KxNE\_ |/=Z/Zw5bC4_>)xwD|?i<Gú iE56 >i%eKK"Lk[[Ǵ- [/}x\&Qg$l.l97"tY岺ԴZ:V73Y\X2o-ӳ?|-OhZEu]WKԬGej~=}k5ܚ7|W7 -o!>_|C|am[Zvjޣ=|r>ھYa|]h¿~ WYm=GFou^,'U |S(j1mlieMO]ykx[OV_ ,b4Kk[׺ [#˾|+XLv]GoⶠN|j%ǭ٥5 ZY_W=/6𵞧?tg:N;GZևa'mz[=Ow<[tsO|NoKZt Ž-źඹ [S'ſOIk/綅|1|+$t3{Imt_xE"J-λz]tV]ԥo`&uqߊ;Z[i:>1?u-C>{_Z[[ZKkKjֈ4GU⹼C7XZ]{Ouk>?oj7\ZVmFYn6- XI[wt/h_gtkP=!EsC@Wmt[j)qi6sgj?sioŤZO:Sľg--q#oeM*+xO<%Z 3_-g4M>av +I/ᦅWWJƾ6xbMms tZ<}mGPGo$/,]V |;egNuoū=lu.Z[Zƣ-ZߠՒG*|IhS|Ca_˧wa?Og{hz_ҵHXdņEP7sڝ0Rۥ /?v|kov]կ-kW[2}DxX|,uStiwpuv۱^"u7:o>&/;_74Ojm: ZqZbZoa]V[ĺʟC3_ i  xψ/|]'5SDM?~(=wWLt]gS<7gt$^˪ZWZ9DO|S/6}Zp~-jZ%LODAZ{Kkqa$QwJ"mo=G_.x{}=~BԼU24j_ M`YEΑ^_y;ճ4m~?υ}E.R;/|'վRJK(t%җNK/_jZi:xDxWύ5ѥ[+u/ _֗2J-嶻Kyt"?@?ω~̿/#X!yAeԮn>>&Z&u-扯/]^G:^dT-6>Ꮘ"?5?9~׉[6 (> ,O?%4S7vdo7oPڟ'F49SdƀG?j,?~"XOE#O_?|ic@#?O?,hs/E~Y>4E豠ڟ'F49SdƀG?j,?~"XOE#O_?|ic@#?O?,hs/E~Y>4E豠ڟ'F49SdƀG?j,?~"XOE#O_?|ic@#?O?,hs/E~Y>4E豠ڟ'F49SdƀG?j,?~"XOE#O_?|ic@#?O?,h>φ ??]?otS7wk+6`@ ( W'O ՋV? E<94_ƺ_~"i:>=ΓsWڮem[^Kc-ńqʰ][Qd ڃB}:xǺ5/0x=u{ h^?uψcj8O|?$6ڥι#kj4`=;=[q> ԼZ,Q iޓx^Sy[GF͵wt6M~G_·i~*s*}__G\<-/B,:%|>WCmo I^Z :d+cԭ~$iSxOĞ+)<+xHtMCkQoK=fK@,g#R SV\khyUwtxs7׭$$ͷ?dXԼ;wm|-c:!h*)+Ke*JR6S`ߵςGE{|W xwO?:>)tmF/l^ic#%c<|U5Cj|;=kj;\f_i70[vm'15՜ hoRڄ1X {vgPH A-Ek9w@k4д()eBTv\1 ( ( ( ( ( ( u8;Z}@P@?kO9@xW|k_;_EgN}Nv\Z}P͕<ɮ2*煏'}}0~=O-xwvuxE?BF[[YZT!t_*-_述އu{ciws%{xKeuCOGh&{ f0\OI\%_S߿( {<`AEO~h?H)U=?o"J৿ $P Wx?*7@%_S߿( {<`AEO~h?H)U=?o"J৿ $P Wx?*7@%_S߿( {<`AEO~h?H)U=?o"J৿ $P Wx?*7@%_S߿( {<`AEO~h?H)U=?o"J৿ $PO|hgwM[lx'?_?Vxf~&2ZflKKf=oVxOMP_|Mԭ>'մ xޞ,7RZgkk;bUQk8,~4M[xsQş7D4M{×W\Oi}2GC`F?Ϳ܏~û_g$Ԯod,ņqkj5FVm̋͜q‰AxX Oq`Ϳ4ZG!Ɵ_὿"XS?aHknj7YxS֑jvwZkI+}:8O܏8sxu!_n8ݿ/3SI׮QO5K+H j>k$I~<R5;MOFquLMC gЕ$ކfVn9^ !_n8 o :|:lZ?xv]𖕨[Ou x Gм5oxs⍖:wjXiZ^]ivSZp?W_?F;?/4iM{# ?F?Ϳ?~| 7sGGC`+?? E7o8+W(6@+Oo8p?W7Qḿ Wq˚??!_n8-? x?4od9^BqG#2/ρ_Z~.hs¼?,~'ѸGod_&Í\xX Oq>iM{# ?F?Ϳ?~| 7sGGC`+?? E7o8+W(6@+Oo8p?W7Qḿ Wq˚??!_n8-? x?4od9^BqG#2/ρ_Z~.hs¼?,~'ѸGod_&Í\xX Oq>iM{# ?F?Ϳ>U4MKLԭ-GOw{y#9vGI'ӧRZpJqJT85(2IQdiM5x.+qj,n J=zs^z3tѭJJUiTRqqM4[9€l~mN;k($ύ溙 uMSVZmdP4H2SNREJSL"4F0nk&llWѷƼgK JiƆc%G jqZTaUVvJJ1NjZfimj:}7ŝݻWV:HU?KN:VRHBpjQd%u(4MkClVbp85\7V F9ѯBuh֥QF*FPNq8&-՜@?N9g'S( (;McioUׇ(GɭDέ&|ᯂ 8i'BKhu7euqg{ik=Ͷ^+KLӴ]NmKt.O43ONӬ-# +kXbxQ#8UTz ( (S~KYO+um]ONL<;kÒ kGt}@&W[kX.mp?۞8o|#7l~,|Jo> xW6i oU7QW7V]G,w:Mgz__ kCHoNh).3DwS~ ӼixWX>-ebռ|_~>+h{|x(%GO'ÞlOx_ΟຓRO-|$м5sС? o'n}m4k_+caGƍ~-񟉧w¯Fdf:MF<9㕇ƾKk +ҧ]^3$6Zt}3ƒIqKgB5S',</Wnim:&ѵ[^]y/}su/ a-G,oKqVT?~-_KO}+:-ڜZ X?e-tk$0_izEy-A5(W@P@P@8'~?=7~(h-_4S^𭕿&\Kk?ıȰs Eeh#Y8^3^7m|GK ѩ i >1ƭ0j>$_4u7:[GT-.Mfm8ZMG /&o5aJ+b_/~]cK<=]]um:=Ɠe5{)|?:x·~^Ei'n-&[1ks&k?6Ѳ;o_ |O=]U>S24|a-<%k 4O7z{%֟usq Z+gT?~_\bxx?z:|o =ߍ5?r/4:7Icr&hgos)KoOf&#Q]̳.q?fo_[ QW" ndwĞ0:V⿉:l$^,4{OmM%`M^+KKXp &k-_WĿ]KZxWᯏ[o㿉wږ['8QkfEݯ㲆;fxN{r&k5󨻮|<5Yk>I ^ꉯ|Zs}s^si.5 /ZmE1⸓U#H/&o5au7_ ?`K<i7#᝾?_Ÿ :>x^kE}o%mJN.Y_&k5aui8 d_|7o|ҼAxc握ktOh$ա?nblo!)ZYotl"io5"TQ_OL˜Z5~ _;;?D]am2mFMW Zj^k 3hٛ1M,_ $j,洝hmp8}&o3o7ogwIH[U&Mooǁ|QK'9JY 97? /L׍koOG?CG!ussAn'!Z>I5]v;iZCŤzv6w-+H/L׍[ Px;x_^4Z͗M&\<慪x4ȯS i-\.=>n;k9eg&koͭt|:?SZ}o 7Z% 7ŝS^#״ h}Eܿh56tv͔1"/#Y8^/>AΣ_lPK-c: ^u. νxNIIch=֐lp 6_/L׍[[ t|k&>4kB{M[+ /Lֵ+!_agoi2³JY[vGeqm|G_Nkz^ _]kw4&6Yj^^/ Ý6X2OP ^m,VG /L׍ko'??6oqMfTFs K|`u Xx2=?KҼCu46^XR4ZlVꗶvWg\bxfo3o?+OVᮧOG?|Z|YufW:M_"N7'xCl25~g\xk-/??aKWRX )yhlo~&Tg ^ǚ֕?\~7Q mNQ-`[͖+˜_/Lߍ[mR|Ga /}i+!īOCм|Hվw'~&uW^dzZ$##GmQ8^?o?:_~7ĉa| 5_Kwr-͍Nj㽶?ixsH/&k5auj_gOWu$Qmbşlt_ok-cf<we5ZLu ([QԬW^?]o[WŸ]6|B~'ڽ|AyKԺںм[y*42g_ U/b,Fs*.II4}o}!aθ\ϋO)\6+0ЯKRiէJJpBqR_L~_k_ vՉ8#I|._I=mtPegM^ifis70ipäV[$M+"FIQR:TVN8Nrj1b)JN1MI+ð\V;pqeZt0zVzfңF5*jթ(8FSH.< Zp{DѬ |wZXþdZ{-%l5{itۋ?KѴ}EXE%exh䥓p^Eʳ|Pp*,U:ug .7Jpl^a_6_7ы#3>ʰg{19oF %Q YyRӡVBYKKYKX<>iU !үa4_|5nn~)|oUȏQ:<^$׼9i n"9]2X,f/uI,Rj^:T]k*q#/3Z3Ie/G2\Te~_18qo7Ŏ,G,g ah*\W+ROU⥌J^&4*խ ,¯^뿳O*G9eм1x_UOuu aXX?ٮci!|2ȏ~1Fy>0Q 5%VR:yfr|W13 'yZ~~Hcs,Ne~ҜKumBV-Zp~6Կg/K|Gq֟_K]qfk麎g&mk)iz|1jރ8=i_ jf8?: Bt^=+Rք/<.&wFWzg{5_}QMC'Xe~<', / > ,}~=%ogDgVWC&88B ( ( xĺ׉-B|/xp7߆|ox7X#CeK>a/Z6۶ 2^[iZ?'Gč ~'xWB񿆯<[v|D)_Yi |3}gŞ5ljuI[}ZMsS؈GCCI_+h_-Fo<g:j2h9[iD eq\OIsahMx+ޅ#q5o ?/xKs]?`m{y. j7~|3Fc h_t:& fǾ4kXg ɼ? MywIg}G@|g$W3w?/+O' Kg>?Pn4ÿB!=X#x7w|5iZğnO|_[\;|S%+? \ῌxOLҮ ( ( 4( AgӾ6~3xm@ot|3l`Az7p^C}q%$[ ~Pjd~*(??f7kmgMkN&C`5?DOV?i^9u +[>h6# $+QȖL-d' %m,RcFu4OdWCG)75 >sg0bKC:v_i n,XuVAxO ÿW5uK?~{æ"ּ;i_} /#+G4K{WSQ\ڞxMNuԭuX5h/.X,XٳLJlm NΠ:%u_ɬ^jx-`iwsak-;y~:u[ưh##xoZKO5u[_ii1]EPߥ Y^~ |?^ _&\F[OnVZX}Iͤk8C~4ѯoSB,lΟgxgPM4]<;}-cwVVZ,DkះS Gu'~*oM$ m;OӭA΃fWMGT%1E-ny45/n4'PGwkhÿM<hҴ}vxs:Wtm#A՞M9,aY&ܭ̶pUُͩb="V]O]>5zmӬ3EH7,^~lkk>_k G1oj>"u,jpJ-?h3<qAq }&!WΈדæG^ L}u /-SIm;4E&&KC<{?">⩴]gXYڄ:\ mehG {hdԭU.=*T춰#_~ csW 6w׆u+zjrMwmhmkpK9dIM}=5/[&A/o53b[EDKbYqiyWG.]?< ޱt># I6)VIwpMw-7piZݴƋ]OQ\j71 g^]x?7v3ֿg_IdQikNzk> -3]rWK}WCxN/ZgOּ) VWlUPS6+rUe/:ׂOL#Ӽ E>ӵO#aᯄ֚n%ݝͻxcZ)RkB_3[4D6Λ;1u}}}}ik_4?إxC+iwoF.LjRa%Z.? ]X|O~u7,oS{io9ceiu>YhlknnmcmOo}jumWUzս궖izťη~jǥAD#DZ:LJm>զX$'W繶p4%|u{UjQu# *08T.i8TTÞ/&𯀳.Xʸg,sBX+G WVukUKS&oaCNxLÞfϋ|mk oZsxCᦫjV~+}[$Xӵ :MTKfh?"[gX^]K. iO*3,K5j8.@|6/ ql~-ťX[33fsfYa7k5횩Ӣƌ9)*PT0ԩœ!J;Oůzȼ__?ƟRakxÒ>!j 昞",-{rD+S>qdǹK#erϰ9fY/x*jUN# v xia>iiѩʏr¤^:+IǙIJ9I5/k~1j_>]Ec{7 f^Lא=iq \G"o 0bhQЗ= E8U+8BqR$[44̲l·s,bөq8Z^:{:zS9[Zoio'^ ֧P@|8u1+^e ]4kD֓uVt[J~+|4OOK{>ix9cՕ f'~m??:rdc_P ,Ѵ7?ᓿe6f9@2wF ïg(N?~u߲O3;Xio3'~m??:rdc_P ,Ѵ7?ᓿe6f9@2wF ïg(N?~u߲O3;Xio3'~m??:rdc_P ,Ѵ7?ᓿe6f9@2wF ïg(N?~u߲O3;Xio3'~m??:rdc_P ,Ѵ7?ᓿe6f9@2wF ïg(N?~u߲O3;Xio3'~m??:r~П7þh}B+^9y'نo@Z:_oJ/cge٦>7O_\zߏ٧F}[gW~௏W~䳊Z O 8 nf?q2f' eFRx@O}0^O 럵c+X}O`M;He׼ Eh>*vaѭIc")?A?q[~)N-;qo wǺt:ռs>2i3m2AZŤ7XO65ӸlNNҼe㡬0ntz[6^s⯇^+ ž5: VlQEoO}F{cn}9 X|CX xw~Kw^xݯ>kl!=zE{Ũ[yJBVQ_#߈i=z4oCkR¾h~ ⿃)Ӽ-.=z}׍<[_0Vt73wE6o2˶ؿY|k-c?ğI^~xKWw~~ZO5Ѽ?eeWƗv]wV=GRG9xFWo6,UMAu w%ljW^'I}Bޥxc O)t {^imk:q-b}Ev_ ji|k})>074mg5ibi>hTfm?>ԥkEcTO\+[ lX/h/ *DMŗַs[A/𮕤[K7x=>-WXӯ5]&"OMƋ6~2ZGM BO/j>7)t<9M _iVztR"C!X EִWc!166֑OxOg>]4^ײ\_z;oݴZŭ[VC{z6 kvw:4]e6\Zkim C[ i;UJ|ITׄ5_jl.>z:%rw%0Y$6zo7>5k>Լ!>Cgę~x%OSNw.:mӾMJTMGQU/w]yǟ>%W|⏄ujC't=-egCu+7.5KGWǧ Xwn ~'x]uXn1Yt| =OƖ$t}kCYYy69dVH^K]<4-hþ6ʚ|A}WU X|X@tW|3x7U:f t/O.76+|T;czDsSu–Yշ=FPӯn>yciXFm`l1:eƯx? iڸ xjn4MX\x7N&.5 {kk{Cs= -ۏ xž6Mc6'i^/kv]Z$iv~\hh//oo.xr=R♲ǍwHw_5 X6uO^F|Ejzǘn-VZ亓C_oƯg-.¿_ _h5_Gw:64RY詤xJ,޷w-WE]o SJV> IO e,tMXׅ #Q{i@-~hYcKkriwk"X>]N5 O4mtBk.~qsqg#z[zY'?Îն"_ a?D# kկ߶i7xfQTVؖoCwvrŴ U|9*҂7>egTrR)X>i71SZ8/cKR)4{)T"8)`!q?2M Mex߇hf61ٴ3]Mf_^ 1s BF^U1p= TQʤc5 8Ӕ'/4*F^yԏdO766xD|{cƚρ5gCD>!Ѽ##[Ț/zN$kbA%|Ď1y bGexlچ8'1T:|e+R`|XNJ+Μ2JPS'O0v^\ܲJߩ?x_~3J|G6>W F>4LRGo!^MIx'_X<dX|k6$Wfmbp)CaW/~UFjF>RUyc:}%B$IŴwKIWixZo%F&IhSis{gq%E՝ꥢZ`f#r@|)?yIme"YO>87K 7vW~ u?NԼk27>˛Oh=׼- WOK}_EZ'-Wg%@?WR{7lvM @?pXh({ZMѴ?'mF鼻m?L4׷-`Wl,dLjk>)QԞ=ş_jN qxKķ5ׯ|=u jENoxxt˟|[Ϊ*Gvb#~w?O|^Yx >2xO_Iix¥:u:䶾3Fm:;ȭmH줆w6ϵg2VKC}moèk V?1}Ŀr ZZqHO]G)6x6w:ޜi0𾯧mjf5c,ġ~7_ w/Oa#W<~M :\X[I*t![{Qp[F,tAwz֣K᭮YjΨ|sjD #L4RH[ ^||SO%:vCzeACYCYm^E[-orҵp5ơcK֬<xY]3 }>"ŧ|KgݬUZ[xmKK/`R÷]k5=k1iwz-߉l] &/$ӭmCï2`t)[Mc/9#X^w>O(_O6/4 W)'Bf63\!d;涂Hh>ԬuM6XӮc5}Jt]ۥխ;-,rȎA,`dǞ ~[H/^9yþ/,5[}BW~4[4NGҵ^iwzu[C x_'t Aͥ|E[uV6^!n|3otC Jl:^_5}ƒIJi:릃xx/CLCdivMp\\(ؑ?>[֯qcyx#W $LCYoյ KHX/ wnn|pGaxbU óZvD>V^x;x4 5{Mkw\ tG#_z4xh +zma0[|7piM:Rm/ShOEƳ{-B8to_LմA%T\BXAoo3@@zh^9ޕ ]w^^:Ƈ5ݢ, vvagzZX&#Hn`i-Y9_v֚kZ.ytmO|I2\DEu4Lm@𥟋}x%m;[m _6c-GM^Ҵ帴?Yċm]~8xrΛ|[xEuukvF 4m7 GJM~ѿ|SGkz[x[5]76/3!pꚨ_ ;9 P g ڃwkAc߇>)d,mrJj,Ŭ ="]EnkUOKay=^"_Şk&-o,ZG`Դ˶mຳi`s3F_d(#ş b hͦ5=s_Լuڮu7֧cawV?,f{-/ K/s?htjZ57V?7rγy_$v,זI W\zν`][DZO hgɥRX<7iڒ"Eͷ2r~V.M{Rֽ ͌.Zx+PՎm?K뙵IXGK[,Kyȳi==v֚ס/tLA{i%ϓi?zxWQޥ럲/G}?Y>yaħni:핕ͭJȓxj ymoMjp wu%~:qV1To^GF-BR[|{+5p9Uhᅥ[ØlU|V jԣCOp爣IToڝBҼ/hЭ~âxwIt-ϹYçiY ? }#?4Okuݚon&P]\ܖ̿\'`<7eOgㆩoe.jp Y9%5IcwE. ^X%/8+3IkTbhT\.)P?[Iׇ??dju1v}@PK &T/m43Mul4 8^+[H-Y&#ff R*sVqJ\951W'e&m$އF b3NBׯ^:ThҦRZ%Ssbi|Gys۹-<?a OIt(M~η_:eχ7jaU۬cTo *Ս 6gViQda ;E9;-mqI<enb>aQ!J_N?iV)ÚkRI_O[>H> ( ( ( ( ( ( ( (&|I}+f'~Sjd~*(??f+<}r|3&yi_gKQ.ll!xǞ&~O_Y=j)xM'沱Ԑ|=.UUnپv_yগskzLj5J] iZ-sI{M7UFo8kk[Khtu>pA❛:kFXw{ xğu O O{]w\-|Ih\fM)n,amiEk5k꿯Ϸ߆+; <9 F𿅴j= c:v5Neqy"@ޛZzNqj.񏋮x*-WGJc|;iPoxR򮆰uwIQkx-RkkK9dks:X5YmZ_XUíoUas-Gׅ4rA {z+zwxM }|qe7F8%ּG,zoM_M6_]%| -J.4ko*^ݾt{77c gds:{[t=:LKx Kh +) <9 .<)I}wg [zmۼ;/>79oG#R$xI%)L ĉqk=?k=?| ~qnĺ滢iG+tM'O$EҬQKG2d{:-Ei)oS[[n46дK7d/ xrOC'Zg4Po3xo?g˻rE[k`%޽Ev---z#?d >?~'%aτu{M>xVݴi`h\2[[-0{tsw$Q=Y[۬Ar# 2߆t_s-KmÞ*vUY%QX-ľM@$Sm6 g}Q ¿9Q_/ŏW%PiˤB?|IW]YRHUyl2m%!_̸*q?nKes|4+*2(c^ZOnڧJN2HJzv/_=*,]:5qZON/mK-(0[C9ўNs_?@λt" R:K(gÜ9c)N)?oRRMORbƄJzR<}"akbj%kv}U/yovoT񯍼SRUz_;#\FZ͕ޓi$Mċx C6NmX\>We:|39ሊ2heVb,m>\NfWPs&1 i5ſ~ME&σ9|jW]Σ;_zO45 j,Oeۦisk9R^A5ޟ|Ns"X\X[ͫiNWvڟVdcInx'}xecRҋ]H:2iJ2<>s%,VA\9:NC/QIҥ[ gBtkQp_u8;Z~!a^ꚥi7s ag ]:EkirK$Һ$lT*SNuj4S&F*mqXVUcqiSZ՚JTԪUV tNsSm#Wf;i`=OvY}OZD4xڕZ7onѬ?6j"qF+ FYfhޥ8}RZR<9VsNoZ8_Jγ \c.\]u_ B8z^#-QpUIJ8eaN8ԟ֠Mg?h?WeiiMo] qmmxhi6繂6[̷'cEgjR{9{LN2Qn++Qm)ŭc7#?,XK )BJJ"9hѫ+ךk_`U1YV6/Q.OGtx~z-F]'R4_ Zxmlot(537XIow# [*i`M UgtڕZ;I&[iroTM`)(R˪㲺bkfISU#*+ sxrWˬew~լZϏOhK]?i,May~J3,5& oi1N4yR)xc>%^8s~ Q=֧ Ej)ZbJ5 u(ǎ!5|k?u<rkai<װھ wVn֏xWrogZ5#=:RPIJ+sRԠ 9dž#o-_ ᱘5+vZTp!m\5JU[ >_(}ÿ4 n׊_]:;= cɃ:]ZsF4J[mqNEG NTk~=]#J*,jRdJRԠxXp+7fX%ZUqpYRj9tp5%ITrQY? j#xតwoúnnot;DT<-{a<\yWv,Iq% e7>9_echԔh(8bM{(J JrPsZ7^4}9'xs ?r BcN'+ᰙVR*8SmU, |cP ( ( ( ( ( ( (寉r~_~'نo@Z:_oJ/cge٦>6V#~?xA?xcNO4 X^K6-[S>=l.)_~[JٵoO_o ZLvzx;|h |0/tV7OjZv←i']Y:hӶr~ l}_/TԵOw3Ik[>%w>3|;? x^%ׁcy&zQvM#yv>E? A^K}6gu[\ Gk}o~7oQ߃Fj: HmWxkͅqxlGvWT s?[}?kMωu\:?<m v^(wTvz֑kM -ծ-:YMO2?kz_êw[ѼE}|TԴ8<6՞~!i:$*)cX/om-ɩ`~/~,xWzwmEM@: .~˟ ~1j%]0Z7u_ :īsia. zlMx~!{PLj[:^GxOirxK>|6)0Yi:mVneemot`aq`:on>|F𯅬IcM?*KSmhhO|$/nuH'<5뷶zE}WOMo~//}RRo|?h]jiD>ִhb{k_hvAm&[MGhKw_|Fw4xtz[ oH5[@*^߉o"ͦGCkvgo$~4^$ּ}o}7+w?_OiMZJ:nZ[ͭu)#{+y Vk:~/| _]m$־]㧇 ~~m7.|I["jtqGp,l~g6pKkgkm=Σ5M^-w%is3(M \[w۬W_Jֿg闞J ǭRI]Yol^+[68/ԚÏ u_A} ~fX4o <]ܾmXilk}Pç:kzoO=C_nntC#߇4S6^b[$5!AnakO̺)0Emvt{~C|h#Ҟ- #xIHUw0M~0i"/5[X0Aw>鏤!mm.㶶)^-淖e]K{fm45[Fc|)~~o[XED▛Wğz5k/ hϋ,mլ@?Qw6R ҋ[Zv;Yki~#4`X#H}jwtew>WM.~ w_jڏ&֝h}# Ǩ5PTk*ҽ=߁>;ݧWo+PO-O򏅞7>"x{Dl>$1mn]Do>=JM1eV׺0xtU&o'>&uozxW'CÛQ~Cxu='V>4KE6:ΘډhkJ{,-xm3*T\w|RSJ1xd5%ISz#ˈ.UsMbӞXF".[l?4Cϋ>?j<[igxK@ռ-6ojRIghg/uGƧsŅ<$1Eę~.O G_Fiֹy<;dЋ{[זoxiV_đ_'CW, IU!eXHP6 rexS*6j:؊ /*6KЍy5NʛNsn7Uv?aXk;5Yx^) (-kv$v& 1nH DV_k}|6#S2Jx\tNq8<<'V)E,SKQ崤ҊRgxgßxŷ/:䚆q;i-T4䴚86-`&0QfsIC3 djM<$hЄ'.ɰyjO*ܲUUjT*ajJ_jr߀ZU*MVO~ɬjęBd28*R'89TԯR9~/ʶ#.7_SaɈN+#7/[(ҳ+?/?f7vVWM߃5 .{hgMLԵF`.a-"ӧ.%(FR,?5Vq8|>!S^{JP~[E7G/zMO_,bRд>#W3Lj3lZxjEͦmݤ>=n/YSfo-J4ս,=.G[P(ԧQ=UqJ.\Sc N*8ZCZta`?j+;<_7=KfiH/-N_k+K+W ģqO{<^i[R(ūCgNT0yyUlDVt*FQZ6x| :on3`}aU#gU^{z~QkPk98 ~ž5>Q>%u_8d!mM]2O+Iwu5yG -:k Ӕ5 o4UB.|4#vӔ)!/O<ΪU,=dulV&5偖"UxfUWUy# C F׼~XP/Z<+&w$V*> w@мO]h^%tGt}wMմϳ\ym>`k;>dt 9utxՕ(#u*R *uiJq%x2VqZM4M]jbb\vac0XU(b0­ *ӫF*TҫNRJs8II!זl- 㻋M3Λh)BCea 8ZI]*"چ 2G% Eq.-ӎ(iGcUj+դM'V 1^? ѫ.4~+~,汦xGW5zuƍqQgw&t xׇn|SnV|OkoZ_{y5-ϊnG\{Q:}T[  %#ë lKΕs-Y|7O%|Qcv 67o>#<Ӥx2Yt"Fk$ڭ̚6dI55 f-7*:}Mm6+[O{?|]p\6׺x;_VM4|%_QbH`WLHsE3񇅼#WMi:WivS 5[X-YfБ lBs@m2/mSS tIbY"&=`{ dum.Rx-k(;ʹ6bwV ZD-Ƙio[Y"V2ǨW b{ o p|@S_xDh_k7Ě1IҮMa\jrݖYx/6NcXe_KX' |xb}nEKIǗ%!/հaWXf]y/GheskCZ]ayntGmªGR`MKCZ^.ǾG[4/?%:b/^z-.l1(fY3c۟2-w}oɫjך~$ѭS4hoPѴMk t!4Wں,݂ݑN=P.Ԣn4aݝB }oB[.E_ҼwrM^.SLJ\OI]HaKC6lʤOeE2бxZ q#抖u|umvNP:]F-@XRK&_<6v7wwMm.x#Pkv3thQ5[U'n o^8~^mEnu cQ4}&Vִ{+hqYQ+yCl">t5;^ aW>uc}_4 iq#עM1 "Rm{ḷR'ƗRo ݼ/uxSKO{5Mc W n4شRʳ& )cI Kt>DzO?}OV|!i>8֛s vk͵}7U|?]iCgysmk0F~OMOA.>|;|Wxkeߍ|*GťZ_IcmY. /e#`B',`O~,{F GM^o52ᡞn与IPUg"C= ..5$|5λZ4 G?hQaecfwo_Zkee/]]|syomMk<9$ȥWuX! ;?6}SCX1_޽7e zŽ7Oށ f/:ߓk5,4z?y?ۚ?eyvhy?l?7~ ;e$ߎ:ΑS㝍|"-흥՜Rx{źRIuo %mhzݘiA̴cs?zxW'?Ï*8VC{ DŽ j<˯xz?|eB?? FMR5o qiuiYZޏ/ˎo7 e3jUfUb5baq#Vⰸ|Tg j2?^g^ )cC&f>' #*V5J,=OPT]ZUkF38~x#7iqK/t2/kKiyZmbUNk@׺gyJN9ix|?hfH*>;u3ua3)Y)T4#F/Fψ/_H}h^Ѧ'<~1Z1_y~k6|Rwt[>}cV:'~YIv-\L,7xu^*QC9´ ha*zu]jK/5oSXhlEjQ`9CɥVrVouM+(>{RWb);Oo^׏gĞcoj6{>xG^̩y[,1Qs,/p2tK+"3BiM҅l&cŘ\[`KK)SOƯՊiN;&I[]߷/bxF8I|.%d?Xj|ACB__kPԼy|YLмuC|9#H!յ|3Vm5׶K?jNxIKycKoءYm8ǯy"'F*05fjTGU,2]2cfOX 9җf3`Z3nڅOgQB>Z8f؞Αm3F[G>|yr0թTHbjTw:δciZJQf+4~G;e|_𵰕'G8eڵy*%JjiҭUT9{9S;9?iZ ߈"a\N-N徝xֶ6Em0iœ!*(E'9rM#)I!_N"z*C Aו <'7(У,MlF&TŪt#^SZNio_g|' O|?I|AOßΝoY<5h \}Nng$m9@~*ּ oIo iG^n$.oos$M* ; Ş'%>%%?o:vg։s/qm:͹ȓʍ69|XY/_Ŀ> ׌;ϲieoVeа3uMŏ:|-y/ x×^2 Y7~%N.~:~]Iol6.#g< cgOVC 2]g>7W^%hx|mx𥧆tV׉ݤ 3 wGO|A}ki־mDTm+wZƅkv|֍SZͥƟjWd t_xVsx >=[]%t[hTé-;O-kGu6]ZȆ"-ŏ_ #? "_"gl5 ? MG~/7ZOÝCij/x?:߂uF߉t]sUnu 1xO/f5w}8$4˴ۺ@>w _YN2'E/_g@ ko_!߲|_IaA7N?@<-~|XxsYcihmu-ך[ũi*} Ni1"!xAV1 O#1?x?Q?*0! k"?4ψ&Lާ]xEѥu Z)巌#sv-7ܢ[Ϳ@GVv4 ᮑ^|oᏈѵMxgY?^}WT?Oa2XjkcjK@JX>!:^$DiZbFxsԿj+ ndH0&ҦO7 1feo VVcڼ%4i~ nj}x־ k/o.}V6*QinZGu ;R{t{i-/bƅ<aj /h? zBB4ac[alv7~-''MZgBͫccki^!ҥkMIZLw8=fu o<~mmϩ><{xg[u?R[kxzN}n]A{o[.1{~%F>%QŶoG_Qx ^htSOluJ)t/,\;?g#>-4D}DžlMySujڎgvG/P%Ҽ7Ʒ0_ͩj: :o_>ꚦ鱼f gi >kZ&hvZ&kSŸ.>KK[ ^m*ƾ幛6w^M4huBUo fqy6i[[]c's3PGmBy?/KvY{e.x}yD-h l4-(MhVZꚍދ=Ԭ"i/MOrʐY qI.eA+t}Oz[e(ӯ|#չ^~iRi!}WO5 x{LUYu+(.t4Dmc)|c__Ǯǥl54,V"B)T #Mo%6wƝtzn4ηWVvi=ջ:LivFd=NΙ/u%j ojZX*׋{-5*z-"T"eBo#+u/ FŶ?7Kx''uEmg + W[x:;$Ү/7Yz}}G+i_))[/ kyh. SFoK};?,浟X.[tF[+uc~OmK?Oۍ%5 htgzxz 4dQ/g Mmi߳f?^iਵ+ZG+4 :"Ga[='6x=>5ӕf.%o-},?G߳{Z74/?Op\i(z~[MqjV_ò(t[vMCJѯ;'?Xkkem.)ղi|_ HouLxD*cčGF4[3q#_hoA-.GxMԦ޳V/_47dڵkz_`zxo9O`ZK/VM_&Y^|Gjt$H!LzN\YŪ@_~3\mޓ|ԦOm4 u1n-KQ8e1AaFE<˷t~j!,?84 Nn1VzVx{5{]{dԟI61lI7s9=C<+?l!$|7+jFeɰȿ;?o8 x ^ Լixz{+ı>"Ft+FyZ;45`#&߈\ *ЯK ,R ,N# 5*B*UU:تmNΝRYAr疮Qm.I^ǜ^i?i2豏>;O #{NW&:Tgۿ?q/ 4wbj71ysyu1/2\ϊ0~eeNbU?ycJKƷa.[aBIJttv^1+h:Ÿz^Y$|Cx?_NjOMs5zVɚmB#YٷNA`x ᬷ5~eS8Rx\heQ'0csH*X<=c#Tէ/oEY0 +r%Q~add?9i ;o:֛cei4j8|EwusZ4kMo 6gxVqX.ym8Zj 8Jx8lEvB?u)MPKgF}O;㇌5sCtxw5 ֮}=4mgZkx47:vaxWLzՍF /35~ey|)Ӓp\ fj3[ Y}I>izޛ1tGNO[[.#)!ee w%RMҫ SO$(J4 E(M&W?,'x&3<B*ЯBgJܩեV:u!)Bp[M3ϊ (>Y݀_3'PP|_OLuo'Z@h-M կ4hggA<@RĚ-cĞ%x@fҵdӾ5I' ^]ž'-,`?|as_.)ŠW[σ>xm_ċ,MSV1@㿇 }7?A/|`+x7e~i `mK<_E?o΁I]Ó^!nah!>CQxk_P2^4¯|*Msz?x㦋%M+ߦxF+fFA'ߊY]C ǣ>%vQ熾xǏ|s㯇^"&~&m%~^4 KӼJৌ-sI>Z7G$~(G7M_Z¿5IB_!5/x= V_/z4=W>>׌'S⇁}@=׆M>uK=W ~!լ ;^>k:Ω] kRc]iO?E?>9tKUgcLo~ޥKĚޏ<,Ht*M+LU4Rd/7XiӼ}Z'uZƸ4;_+|Qe6jWr.Ng>2OV~/~OU|X%UkqɻK7Z,q_6 h>-xw?&]z-+7yg>𧓦[x[]2~çW >[:`׍~&H 5<5[M6 KOO-au|㏂<}Wi.+.|!G<}c>#_: x >}-^EƈhZ~<{^~$I{}s/6-x7[Ӯ/|a{S:.mu ߋwg4o4_x^xQ|P> [HGc|_mWgľ?Sß4-o⇁&.  M>"ӼI,~0sZѦ|P|EçῂtzG_4ltGq?v}[ /|w?uxMŖ+jSfa<g/^x?Hı6x'O&uώo X_GBbUԼHin|7M;Ǟ8; ⟈|mo^ g.>?W ĺaj%DNMmnA }z^[m?úW5?k ⋟ Mύ!x|Y?4~&<To=Ww4?Nc3ڏ|Y>0-/] >m[)|q6:0S}CPknM; (寉r~_~'نo@Z:_oJ/cge٦>CR8;-ܰ6 ZknVrX۠ZO-~<߄a?}: -@~vv&yvDZHC\Ml1o++g~W x%B ,Z14o-;/ifԗw-.ic}ҼuCUSq#ϾW\|VwolE?-?_Xυ.2ǨZo||Ru$>x~1ߋc?.#}G=5 ﭴ43ż6]ihfa">|7 u/hz> X?㤺V,?N'7 ]~QKu[go}o/_xTլ> Akp ]CPԣ!+lM6"3 >G忊nίxgI}KC71_+^9Z֮<1{{kjGqݾsgnZ}/ڇվ-k:D~x+>"?>x^H|O `<)AmmLcS Dnм g07Ǟ&Nj<1࿅_g_uwj񗃵(..=ŏsYizWח<1B މ_ ߴĝ{>"x/RѼ;6؞#kH{x=žHŐZWo<q qi~MƧ=PN٥S)O xg㗌4v|vԼ=-cMYCKZxs[%տ-e?Mu465<$-P:vtvwGOź%͆[1k-K/kC%"Y>ӣc:);-meggOP]:>υl- 6VJiM}sēEgK)."[l}NHG>5񧊢׼_Tм3i<';۶7Q:ŬǺw8KƄO5#Ɗ؋N <_w~ u.ox &>薚> A4ZW)ӮmgDm#v0iI{-}4Z_atk_}8ڬzֈu*ܮѮ@1rTjJ }g~ xƗ/ς7~/%dž.lY^՛SAl%?lZ7m{zxSXgү$~.zNAzKo|7[֚ȴ6$Y\M,Ķ6߅$>7x7ZeΑEVco˦cce g DVs}m;ߏ1>~V7:6+DZ)>\x}Nյgӵh8JJcG-=C+VGu]+?c?j:. xB}zmj>9>{+6Փk6#;ZZX?$Kv*?aKCKڪm*sޥ}GNo.+i"S"g\fon+<-XLN*6B8U5)ʬ'((J4߽gu)rӕ9Ƥ'5(I4T_l/z >'OWookZi+|Ss㻏nI u{UTn %=~^18NOy=e\]z޶Aai0}R!? ?u1lgZxM*2qYSc:(MU5=ڌl~.kv?>~R蚯?~ҟ0i:τ43_K'tq]Mş3ki[^KEkJ1+~fYI0xoqxd:`^_؊=%R :jxWM<jY*p۫B1MJqSIUtbşu0x+_'~P|-_iW nq=76hWﭒiPqx$*KX 3<)1XYPO եJ9ו*RGpJxRIb+Sj1M:oG>uW|wPE:]zĿv{5g[;k{}>W\YM)my?*EҌcW2%& AFT,-Ik (Oퟢdp+1ժ8#B'_C:ZgRqFC*TЭύ]OFŤZ{K;=?PoK1tZhtm:V5;F^=C¶|]>)ҵmmn"x)x;K{6==~'Ↄ|;PnF>6 o/_ZY/n瀴WJ5Ogp ~ŦxN|GMW|Cm?B 񿀿gwQ^%_FĺhZeҞoZ}?Lj5^ֿZ?j>~&xyo5 _kZ PECJ׎odݢ'wUtk"O^Y/|o~&O7-"74O Y|GYW6Ӣ[GkiךО2Ҿ#D_w/z*o*]}3R<)oOkWZXo;]o4~п+'=vRIP:߆S'dxmOĀ2|Im< ?1@<[QohZx/N9_jXLߍn&rƻ=ᕧǿV~)`5wyǿ.~5?^~a7_%߆$4&İ_[p)~ƚ(|?[>9>)m;|s?xLsu_MnL|S{5;sE@Cxl|UZ}uoxRZ/>~#m[YhbfF~<>MoHG_x >/| mԾ$ V~~e}c;Ěxn\7Mp=wUW#ռ?MCR?W1xJſ ~%OmƉ|W ާmwsE-SúuxRR 𮍭d?A]'~<;0kiԼ~6&?aҿ=_~񏌬/ ~=*E|?_KkÞ-[K6Ġ*^<;sᧃkxGý:o2gM??E4Gz<5k흭Γ{t ?V_4xޟxwzt67^ns}x?<44 /^~u<V{= C'şZJx:@])^8yL5d.#?Vlma^L4`>Z'-Wg%@?WR{7lvM @?pXh揊:W3ino7q +[H-Y&U$~}ּ!(OI4W2󥮓&d.d,RNA{Zѭpc.e ŏ $/]aeɡ SR?7o4 !_z~+7X W)~]3:M-yfTChR癤_H^qy~PecL+Ix36i˧k֡jxxW2[} | ZmU2Z@~S!>&4[h^(ķhQx?MuAm./'UNkx'YAAOxJ[K=WPMkzڅż+C]I5@)+\#;H"=Rh-w$dW [wT_{]M3ZOxoCt|? Z)VP5kK9Ė漍)u#o _ mmh.58%fIJOC'|#X_xNyP^x\4+Y2C+RqmV't2 mpC<mIo^h2NIM1šLS|s:ڳ_h05+kugÏx;[u=%!.59 ^WVp*3+z x;ɼ/=p0j:ƟayqjZ^>q*ɥjZuE!Vk{i1Ό@yN"9;~-x[T]_$Jbdh o}+L0nBEKN-gQs3ὍeY^T3gA.7%Y|)نKO6*]|[Sc^|M{g ۽^3ݼW wKVԕeYQ \?hB \|?}f=SvRѬF+- P֥?Aq}ldU8r|vW9jYMl4cgFd|#35%f8.u5,+C,MX81n*87:#< |FXIƝJJ|R:-h)F3ƟO;CD~*4CAᯉ<66? E>+m䷆!$,SnqYOrYq 2g:8 3LNOaF;/կIpRS&jaerԝ:RRƭXSJWNֿS柈? ;xSKSƱyoY݀_3'PY\:VYچwZLzTڮsum$jd:rBjBxK?KxgWWǿ\KUy5x7Zk}^~wG/I~ kc6c f|-𕯁~;x't>~![k5_.KIvP/jPt;'I :ާ\h[|b_.~#jZjqxB%>gBmawdzy^ f3\>Aែ灯??ejvWZu՞㿋Z^#-[Nҭ-> \j~2DGӬ>&xK5D!=g ޛ=O BNU/<+~7} 'P>iM[ ᧺oBRMcG_[]B/QU_n Ŀ~'W"?f oȵ wS>0h>6G񮅯Z^׬BkeԴ C&u_~GCNς/?kγ-Y(l|']-zC4IJiZU0i7? iQ7Si|=焯|vZǂmoBwW_L5};Kl|?}/x"|:֟gv1o^m۟Tռ?Q.uxw6kIڽծOX_wntJ𧇾"O楮Ϧe[x|gJ̞$; Bp±hoMY|q^AFnSĚO/7),}njOm+^OGK_GvuDlt|@~x3g;W#? ֥=Q{_f-Ҵ Sg5׀; ?̾!ϊgC߃5M7J<=am jVL{>Hn-U+Sh:lZso 6lD5mji7 e.Xڍ,uc]>KgO]K./f[F>Z'-Wg%@?WR{7lvM @?pXh7747M4Gş 3Ś6{x?㾕k{[Z]?ĺdG-ƕבG%L>d?SHO^ASʌ'ū\_h'|! AtMFW 4h~'|,j6>3u;OYtCJȭ5/ C':#/EoٚA|ڿ}t]OV?5 xwŚ/4RGmj1~Rmki_xZ[ٛY>[x&Wn5K Oεx)\xWՏ ?𞱪'>|=J%Ě i)o4 mо6Sş$F|;DG X. ?ƴڒm% yo)m o? _| :橨m{~ڤ*4gQqi$fV-j9dch^[FGo~(>C\*?@c_|@)}m7U6cg#ςnKm: Dz`=;wByv{] t}OR׼{|DZk^.Ԥk%ѯVcZ|hjs᧊gug/xN1rL9~+ m]HZM6.Q"r9MgÚGN{E2wAmd bek=RFtԂ@-0Bo\xm k 5+m"Puú$a!KGE|MYYZ+ +-5|c#/صkhO_ j:Ngq1|Swѣ 5=P(cguGG- FC`cW,m ;$u??Ѽ7= XIZi$ ծ_m0x]О9t]~PUH,~?k6ۃbYv7ʷ6eeGs: x['g5^|aOY.#kkۛ-JE64-ml3fYO]#1|u֗Zj ӼxzW7FNV4YUKAy+mq14MNJ njhnTޣikk2-+SC˴ʶJe>x3>gK<|E*喺V}.+ iEԟcY4Fďk߆6gOg!u-kX/n?]{_լ5_\Ow麝"𽔋_> ĞV}"</Qyg:Q7 7Q?'4:MȬ帵G}Sis{gq%E՝ꥢZP8/ ǚ&*-9(iӓc$rLӃ9d}eb,Uʬ)Ȳi*ѫ<.*F5i|5Ze%a~.>n|/}X'J]gQլPű-4񷗂1$/qYD**Qt'R9/JZ9U)8EB2 xd\yaשJU(ftp걯ɍEbUx\%5brZiqNU|z_Z&L=_n9,LqЗM~xFjײ%Z8o6nZ9>iUto8Uc+᎐)RpLJ`(…c!~Ɨp(RSC+RP'(?TxsN֧7_f8@P@P/Z<+&w$V*> ( ( ( ( ( ( ( (&|I}+f'~Sjd~*(??fkF.}| 9fҾR)w.M7i??d?SHO^AOʌ'x/5-|@4m>@𭆳s!cDz8Su-R-kO6@d:n~%#?io>i"/g“zFGv_mFq>}]<CkGk ,Am6zc-Z>$B?twRcGkakzO.k Ӧ6}njh_ڮ#7/CoW߳~GWZ[u.8WֵN .Mo-k/e<3+w#5O]SJz&vOY|K+ [i{+Z?h_¿qeiGKN}g!'յmR꟱] >Uq-'We))hس _k[׺ iZG KUٷ6>?rPgwlZ:۰~V8 h= Sp,o%]}u>.ux*úd )=>cóiV&:%}&ho Vcc ¿9QK ɭ|/V'%Ժ&Acb*?ڣe0׌9m6hjm6^/muA"GsGm[Iq~U[S\cO3F1|EI7Pke5:aG9L.mwV^8W ԫW¤+Ք0Jj\n%ѯ:O#0b!WQo?|CjR]蚔r,75㋯k^hڍ[GY,mLpj65qsg\0kb0:#iUeBqa)g[ U1 >'ԥhO?x 6sNΩVW9կ^YtѥMJZjJ0N9(6?1^էU[vKs{78iFl^rtqJ*|y[磆6!AiQ)׭~9q$ѧF&W9ьל a,EUZ73ct3|(&%~?N9g'S( (ŗp; ~P@P@P@P@P@P@P@P@P_ > Of Zހ?)toXh_ßM|Q?1O2|'  o j&vzxItg7FNwl'mӌ 9~sĐ\Z=ki4$Cmq,FSpļxaI'SA|W4_ɪGsGkڊh|kD{+[kv+x,R5\3"~#C%I>2//p]C}ŰލJ ȴ-b;5/OBHFv>zFn(? w߈xO >O&e<#O3ڃS.?h6Sl_20X!$ OEwEm_; 3ͪGe̒`Z-7NIl-MŸyDV;ļxaI's)r|yTWZNG{M*BxcRK{CӬmj~ 5M*O4X.ZXcO$yDV;ļxaL OECx0x;{Y=tKOgow_,S<+?/m'S@Cޫ꺧źxZkkn[w[ M,ҼTҹhIbIgEcG0Kdž|/e?tߎ(Ѯ?}7&z]k7׆]@5_&ܵٚѡSu1to1yDV;Mļx`'me? k#nMvѬºCyn-_T>-țZݮ$126O<_Ec!'(/G<;j?+м9 +@ _L5f-5{_J3=qs%R4񢤥@/IP7Bm{-3M^ӴM/P4k ehZbKUciI"3X!$ s)_ ӱ_xYޏ x;Y𞻥x@_|,>&/E_ׯaym_hƕ;N~sZV7JVmC K汻ԯzYk: ^]hy;KMmgn }a>K%9'(5?{oH50KII AR%D {Pw, w߈xO {#'ştԿ w߈xO FIgx5yDV;ļxaI'S@d|u$aΚ<+??^<0)?>:ђ|Y0MG/IP>,p?}a ?$_(ld?QgEcG0Kdž|/e?6G_2O?\3"~#C%I>2#'ştX!$ OE :j? w߈xO FIgx5yDV;ļxaI'S@d|u$aΚ<+??^<0)?>:ђ|Y0MG/IPr^>:4W1ŝ/ x^_/ 4}tk?'χyp6yp_v:VlD=9Syy[ ' ?q'LW /͔̾Q{mU^{?irss{9ە;hf:t][úݏ%m6Hl^[}O)K'O25]I^]CF?sS SyU$M5?C^uy6eͲOWXj$iTUN)U:s VZ_NW~?#|*+[ȻմC_#4i 5}H@nu{-5SH[Ŷ[N}R=:ϱ1X'[u)ήZچSBۍ%*֧%JO8?8w <_᰸1%ͰS1JXh®cu*X*_<~6(-%-IkO*rI4MFB΅ié^i3ƞ$?eqm0K&4R4 pSFTNTX~MSTrT۫$(IR+6WǼ7_x(W<=T%,:qO7/ibҩNg?xkW?է_+3>tW׏Ky;\ø~OcR7„k[~k^NrIM5װy_ _iftgs{xfǒ>W}?16O ]%&yOii\jq[KKK}j1z"V[P,ǷqOIîQ;7Q8E9ѓ=0ѻZ4CRO1d/|`J':=zjy}Z4[1O2g5c̱uaE? s<#"AhZ^d!;#uw=ē\\]\I,3Mqq$M$6 0cP,!nRnSܤܛo>ϳ&3 ?*晾gUk59tSRB!CBPN8B=tA-$ßpw? (>@O_Z/Oڟ?do?tOߵh}C7ڭ'ݽ@>G%OOag\o/egۼVW^mh-->|P@P@P@P@P@P@P@P@9oC?i/OezvҾ&~ޟgRo/4Ү^p$`M?txzG{#&0-_?x[V/Z7%@;/MN-<5jZM=]Զmqk,Αȩso<,P " +~c|:/xKFkBƶ~:27þ-K3^#񟂯V]Ji'IH:}q,q-r _w}⎽C֑xoOc5o5;M;1'OCzH,jG)3}=+;kLbkDPF&8$wcU,@ 'xռa ox_?3j&߇~a-y<-|7k{!i6'HLvB~_~?eo 4mмUiވͪY[2ks|VTdI[iL1>!]_(<2|3kjWg{_k/$QA "I#$`nn>Ghg5 /ln.>AW" ou}xr[ [i0x{C'kW6lߡ?i kY]gz#[_Q۟O]🌾xrNwGF 񭛭i]Ad@tn?i o^!Uo!I\x#I <SW!|x|UӤGcKuX-SλG ^ δ3[DxKٻD_뺼^(V{]n>O[[;vp~hg#oږŞ$]+kĺ·6}@2Ti.-~0M5ma{s=$,U2qXJ5##N-8ƽ%%N0'%Ʋjj,8jTB* pWrb0ձFM׭N ?m}C/x"]g7 l9|Sai.Ibf:߃0m oc_ڦ "}Dž>#|9^8@ Ğ2.[OReO.m2+jI5mK> Yx"Sii3WSCZ/ki};E tӠ i]gL>*j^+m<g4n5xfOO6_w7NھشHgI~jfC>^xwLPԯ z$:15[ixien-y4! [ž+.WO-<%&o .N ׆,<ךUhzF41VQy#4}kMH^fikO-_fwoohCV /u-GHvѴ_[OKғZF\rOK[mqR=#o>a=hn|OuYմ`Vҵh&6ԣyY3o\zO}ŪA;? h6>\[֡X+j j",p/Dm`ľu' &%4O .Yo'r6ɛQ$ݱpgrmvTP@P@|K:On> (d5٧W^(8?fOx#Go5o"⫟x~w:No}i}kM>Xa{|=?Ą?z/ 1Tü<_byx$$Po/HH?_@;O! *wGyBAU=?Ą?z/ 1Tü<_byx$$Po/HH?_@;O! *wGyBAU=?Ą?z/ 1Tü<_byx$$Po/HH?_@;O! *wGyBAU=?Ą?z/ 1Tü<_byx$$Po/HH?_@;O! *4'ǂdb|P厫难yi=N˼2xuKxh+Ik_7>=/NN{w\/5K?HSOwxsZj_mĠ@N?@<-~|XxsYciE_ "_Zx_^#' x.t~wdŭОZx;TP͞x6^yap'x31`$FYOAx @5~43kռ)VQj^%]z-?N@Z~-gi fŞocT}KU֯-?wtmEi%x4[y͒]It=;x=Konj/X> jZ&xVu; .Wk=N~h4/xxνG|= 4-7⅞{6=䚅 y{5.3{K"5Ki7xSt_Z\Y.-K Y˦uZ]ۡ,ӯfOMO7)]7>6;O4xkUȅ>[{>x~+cqxƥ"E[Ļ𬟱MIH[oUҦaP1? | = ؚwoz׈>|uѼ' =y,5UKt(;^t-HψǫOEݡWM?/> Kyʂt>xI`IuxmYK5|^|iѯ;t[_D1aO⟆ eͯ 'Dմy'-jAˡ]~ڢG;^5_ïώg?#}V_wO4^$q&zhZC'xSCDo^9? |ϋ%[|ZM{Au>!u-N [iZ'6菧kZ>xYbZEYk]Y:>nt˘~!j˽:]FzZ>ʧ<~3xzS]6>Si~T|GȒ7d QPlگm_5eoX+oj'! |;ASl &~3xs0ЋMҦFk\%KtvV?x&e}i_VƕuoX(_mk xjT[7۰E<+x{VW_*|Vϊ/uOGX񝯋tkt֚Ol|E jo|f4]m1k`Y,n.cv>c; j^񮸞*Юm4(tꚮ S?uM6 ]?5:%Xũo-冥s Kj ( ([Iׇ??djtP@|'ɬ~?@> /;k^𭷊~.x#[V xsMVW'NQt "םZUίZ}>$H~6鍨xw?dxMmDu=c[N)}t%DaXGcs:o¥? ?e@*_۳ wT¥? ?e@*_۳ wT¥? ?e@*_۳ wT¥? ?e@*_۳ wT¥? ?e@*_۳ wT¥? ?e@*_۳ wT¥? ?e@*_۳ wT¥? ?e@*_۳ wT¥? ?e@*_۳ wT¥? ?e@*_۳ wT¥? ?e@*_۳ wT¥? ?e@*_۳ wT¥? ?e@*_۳ wT¥? ?e@*_۳ wT¥? ?e@*_۳ wT¥? ?e@zwoCgY>zY^ K/%έ/~\-ok}JcrMl$W|/<39gcM(x4 ٷFYx?)^M+RE!l)9lYՠ0?Z:_oJ/cge٦=YI5]RJԵۍ7MDхeJ҆}efu+mwy'<1>rw/Ļ}Ʒ'Z4t_jt W: s=ŻZ궺OА$VQ|5𷌦 Ϩx=t/ x^]j_x9m) uOgSG Ŝ _qG߈>ǾW\𗈡D/Qi} 7V07P[$jF(mh/ ^Xxc5m+U-4?xwzS/5ou;9l Nq^)eM>&-oz snV=,3N~yc|x~",o/|',-{?~!xK^[K_/qܴG7,*gCxOҵO wĺt ƏY_[ډO}km\eWFɹtJ¶ǒGQY841o^ִ1(RҼa>_ז+iyʹe-&NU~->v_ I?/NeK|5/6*gՇ\],Y!$_멥KS'Ɲk7~>om7|jx?_*O\wi"[|/%'KL4)9a7^6Rŭ4VeuMU +Io+\m G`!/~k?ٞ;> \izm/}#/-/_9r:Vnd${\b}Oo,zFQsF*R擗=Jr|MJII/#.,Ҿ+ Cg.\MR_W(Qt*U)ΝTTkIF|-?#G2|Sdƭ F&/?kA\K7-ooe~%~Ʈ~~1mI,tkԏ߉7[Y\}Y}9`wu"#9 7=FZWĝO@ϊoxE5'O_]?R`MFZIMI?n=xږ\i|'zUܓ Mo9lŷwRh{ ƽT$t Vԭu{/SNlncѭ~)xWxHPuM%Ҽ=rZǩMi K|yinÏ;t]'Wσ"5vҧIti/4M_a&yxJӴ9RmIo~{׎Kmo ˡ|M῅.'~7o4GEdm#Z}ivECo:Cngp;G#?5tXѼ3^v~_H55X%ė>\<%9~6xy5 xXU[$ke6+.v.Ixr_ >O"ɠ#J#wM{]'`9cH.g-oZ!֟6x<=ǩkzxMF׺TwE #WZ=miDVZgc`kJ}[oi>0o<93 Qҵ|>2ijMXOsu–&.bԼ[gh5+$^@-@xCZ (d5٧W^g=GR~%k hG =f? t=Ě&arEyee &i3Y}@P@P@xHuiﭭlW?E&-7 <LJ|#\Ά}g6 EHVI-KVд߅:ŗ>"xwP<3ook S6x(m.`].oH/~(V}~!ďk^/ljc)χ"bKd>1𾡤_x?N?uH6Ү.'[.|^O>XҖ~.O4_e<|bwq/x7M=>#Ե9-\zݬړxzKOaxoqZxš?iPᾹj:ƍqq]k?>2Z㋿>'wſ4׭4XﭵP.is,7Vejjp隌-ܚMhe5Ziz]B(滇N$7yRE 7ߍ4 3`]gŸ/'xK%_Gn>`Xǧj~1񎹧cdy~HI{ȼIcud+/'%7_,| #g_>mߜ&MC5OWO+x|O<#9=/0"o~%'VXm'ux^Hiih-uE] 0|KI MKx㆏._#? P&sS8?Or kG>/|ZoW귍c%o$Ύ~_<_>V⏌WbgiAq>Kipg.<66GxG4ԢؾSծ5oĺCi^j~&o'Itgm $|/Rn4ij "ֺWOxOS x \(.fh ׃<?~+-JLlԑ[IѼ1++Hmd<9 K Vk;H^vyOI+gA.|g;V±=n5x_ iZ6MM[0h^O{&^d{Kᶺ[{➳iu|7ThV}YzR#?'_P׵ Cx1|X'4]#PNU|gxÚM7,9|E ٟTl2/:Yh};O|C/o>Α;<1V񅯉bmĺYv?^HoyMnd? | ik zOE4UWE-U&Y\Z= lְ% Wn=^ E<5M~+Mx۽K0ǚ'JX/ qMw,-TCŵT񗋼46MRK_Ǯk ˫Zg.ծ`,}RYԭ8%KTB~ܗCV?zJ֝>'S|C#77 _=yn"U?tV~攫Ǜ^4 >wkxN]f}I//ZwK _a {y\o67e URG݅;ɸi*1s')JVepѥCj{(rbkcrbJ1|?.PԪ]Ɲ*9@? V촘tnMu:?:Ĭvuvw+ڕMB?FVs1_ďo\|Qz!uKmׇGhvtCRn| s_N,Ik9,Ė1<;x[Kb'[ķ]uk-?L:vd42^&{mKvEƫt|Q qZOO x?7:Y->H4gVZ~5U}6"j?@>|>Wעk6SEEyu$>)N=.D>Եj:5ߝ˨j logS[H9<-mu+_>{WmSQ.R4tuVkKYyGE |(uψ;A@uáéxLe>i>k{OD%#)qy Uob6 :x>a.ú/^'#կ<9:^>Ruk;? |~$+=oּI9maMXGik([&$vC@mj$^,!Y+ _M⯇Qi\j:L# \K%ۍ ;Ý&--?q5u-e7siZ΅xz]E4=D'44k)`Ӣoũ]$ >hwэX%-ZIMũjeM^4=`xMv;.c~8ۋ [H-t4H, A/I$.)5H<=)7k]5""8A7/t|/m5ܮBx7JtvXV$ ŠaF]ހ ( (io'^ P@jLt-OPuմmcIӵ]'Uӿg4OL,{ Bg HYAd/LfIӬtY~ |9%ӭ-m izֵ h}k:Kۉggv ( ( |8Ojzt|9cwLJ|Qqx<4Ylo? V?4R {/0?yoK;?č~6{K k-մjzF=;Tǃ cL 4@/W|#xS\nO h_.tP_ |Dr M2G>MA"ң_BNYaZ|tGĞ|=}=wX]xOCK $B6ֲ:4/;xkO_|- @$4I7Ҧ{G+|}I5K]GT_^ƧW°xjCoO{}qjX[ۿ_/uOɮ6\jU8<@|'p x+7EόCSѼ;inxz M K]5Yn/c=$ _<5x>"l9 Wֿ}&iz'ϱ/:heO3tr#Sl|K 7[~H3u뚏|Ne xFxf)eњBHuiu;];Gр=#Ɵ %SğZ隧+\x.ow-ŨA|c6͕CKj^|^ώ-㏋{cxk?O {iޏtvHV ul>$zyTa:|* O*_~j,wcjq๼W ܶKd6W w+- ~϶>$<]a߉_> x῎>[k^ O>? |Ga>_|=}Ij[IQh-⹿Q ( ( (/?;hd |N< 1W[E}/> ǧIig?ygP/-_?x[V/Z7%@]x7$ xcd5~{[Rwim*HFj )ᵾEiǯ|G|I|^<ּRR%_m Rs#PuGziG?j_#Yƺ+/>:׼˫)UrKk4̩--k0<.þO4 K|AOޙ_YmOkxME-_Jn]CqkuM; %Έ_Zǎ|7M! CQ>&ռ{Ox/e.r]8mnΊ&G}K?/~_'ZuoCZ׬_o?ZGHό|7>|E<)s&^ǭPVl,6}9][:xP׎>3x/Ş?s~Ki-⺲.OcX7ff(Nӧn^\+<1'o& VۧCak /|(]S[Ӿ{-JL 㲸HBO/u <=cׂ~-hO|G5k>g CtmbS\o56cygú W4o'tu*|x Kk/X--ckOI#S#PdPNXe]}>=|?Ϧ0:τ|Wx = [;owb|Xuvv_nY-coilm{$)|)ot;K<):~۰]IKKSu& t jfk`nmĭVN?%;ig> ޭ}0x'kڞ=-Ӽa\˧16ߖث#j"W?% #Ou$_ <9.g 욆{kiWZsڬOl? n~5_PZ;Ռ7wZVo$+C]|9=O#t@hsPо"xSs5𕟎/A>,Ӿ#|L~i:79/$H,-&JՏ+>b_wDz|#7)86ioUĎ&o>['%~8rxPT1_hP' ~_?:>'s,3GDa9e0!75k $Qw)GoǤXxSg1k GgÐh~ jW^!NJl灴5zAGŋ'h:gcJO|9xX~? < ={Z.ȿ~^~_> WM|e2MxCĶsx^nvV,o._Iuωrx0w K4tۭjzkiKoOC? Vg ݟ]"ōWԆ[|yX gNԛS2)t]7*xo⏄|Gŭ?p{:o]+;OkZƟ4J"Y]@F 3◃>%4Ohv 4]GSh);c{*_|ͣx?",Ṱ7{U=4M~/C>-jj:āOg}7t{{+ojm)I{q, uzxχ??~"lc^𥏇< Դޥm6DV7[L~%;YHa: ݷG>)usWto:xkPFƏ#Y6|-qN{gZPR5 + -| l B]?Zg#/+x_ZNT𮘺ԶKos/GtP@P@|K:On> (?_`şg;mF^ <+ ş xkv6^!֡ci?nu]JIo-eUwf>XUAO>?>S%?Aφe_OPcW>9ShXUAO>?>S%?Aφe_OPcW>9ShXUAO>?>S%?Aφe_OPcW>9ShXUAO>?>S%?Aφe_OPcW>9ShXUAO>?>S%?Aφe_OPcW>9ShXUAO>?>S%?Aφe_OPcW>9ShXUAO>?>S%?Aφe_OPcW>9ShXUAO>?>S%?Aφe_OPcW>9ShXUAO>믇?ᶋ=oD7 |r5',|H.? xw5,>#x\M_[$զIhP7o0? W'O ՋV? E<94[O s_fUF֙>=Y4L4k_jۘ-lXOA@ wQx#i[^@]/<UKBrP蓤֓ F[ ~5C>%ǫYmu<&_M ⾧r}<-=)t ͥsG[֞a?_xW6_<7mAG'~Yw$X}/uAi+ƚ~e5ś6e4_þ0|)xJυ(oHơg|1Yt׬ּ7^vVv}VFl5OSv|k]+SҼ; /%oi<5ZΏ;yWoG#Oi}mdd޷qh?bT6.hG51cgǫ8l: l.>Lx[Lou#帻֞OXNuMKLu =g^W6L?zFxM+Mσ.ZP"J"~ګ/i/c!F_h:Eῇz;2QjSx?_[wYycuu1 #׾BӾ![x[^n'Sޕ(4/}.O:N[Me=aTwOk<.v Kд↯.qx'WcHEX>+p>: xĭHky pDWxGoiмBdžUGխ~\j?[ZI9P|Kg}$W2۫iz}O#n+Oh-Oŝ'> C9!tg|[hzTxni\Ѯe-um M>KC4W0Clm`R_.ڜi}a  4-]uW/Ik&$>|N&I->-SG1g-J&TJ˕5QQkތT=|G80 9mHB(rz8myʽ8 <L5yh׫,OԔ}/o7,~׷4馺mU|=kcj\? GSPd_↙z[Xit>E|3<&*J/[Ui>IJj*F\I;GS~"%ruV̭ԣ^?"*+ԯn_u;|7}iuo hzψs { ?w~":.X' iss4:v~'Ҽ1fAxկ -u=C^uLjOXǦ}ZOwŦڪCL^;nB5-k;mf7:+BV_ZxI- ķ)jx{\|;oEWR4F 2OiౢOz=f|qsw}xHmT[M$܋#kmc- A^<'m-^~b=[3=/Z˧ƝI&K&)sXKg>k!B:-_>&=$y.|4.HfKb [oX~%--?R> ԥ5 j\.xrC '/4J+t(^yc66( (>xsN֧7@@P@P/Z<+&w$V*> ( ( ( |@|OOΏ<_ ?E}?™|As }xFռamfHt-N #F4GxR o~?~/x=W~>6=W i^6eWоh7$ѵ=7U3h!YϾ~$>5)O|?j/֣_tk .×XJů_}]Y>)N[~Y$|cgI31ec(ѫ?q2+ii"޿=Zė^^^6QR^ QlG,F ;h'Ҥ\m-`\x~/j^(ռk/5-.|YZı7nuKm6?>[_ h^0uO xL-f: bE!'dh\!yĬcTc̠>ͫ=JDž-UO jZu_|lm -歬k7Z>isjWtʬ ߷̒Fs`+ 5pJ͞[i>+զι{oP._f]WLt qmcJ|ng0[}g,Ե=Te>_NJR|eZ+UӯG/[t t X?~=Զ^$kwP#mcV|u?ęfPGi^3jV*o-F ioYQҭ˯K^%OxFWm;[|F^2ľtRAyϐp?f[x_} ? /{|2 /.}GU]wPSM$ uKwuSë P7MrltBU5I`IapͧO rz+8xk@T|5uzΕx7o/S=xu&&Rj$DסKByb)ΝHǚx%x43d[e>7 [OcՅz}XNNJ.J9ۖp[OF}_'}#R}ݞv×ux{~xGz< ogg{9?"qbq҄#RN1J|.&u' jQ:X q%/̦? rEKqzXE\W9bQl> N\uL>GOF9u),43w5~^ѯnu ;F/4Zu{;KQ|`gj~#+9ŋmFEdFc]mv4x?+P/OO|e[x$o:O< D[[Ok#Y`_qNVpXX@8;iiKy%y]I^IوxSG"3{'>+Ru[jO~3ltM_^'GçI{ 621 mxǺuMKSeϮxcvQ-Wkx0.-oYɮ]%0ܛǯ]][X\^AgggWwwSGomkmoK=G;ʪI h</7$x~ Æx5JZ5اkwl/ZAKo+ .#pZ>d^-}mk_xm:NXZ洹<">5ax~_ h/|]}KK[in]>NeQ:\kvOch M2|96~n|ki;>5OQ~qx&ZNֵ+ -[yr0{`l[ w巉?'xU+_^׈Rnn|'.4vhVe6@m'¿ 1GHL^.4m7VtzknXGB~ԠUЬ`Mo./nféO!:xþU V_:ƷkS-6uzgI潯\Z֢8-ZXb1k@P@{H9xFn,-id]>7f{AZG`cwmn)gk䘊cMZTb.YU4)*|у?'F++'˸yc0NESTԠRT%JXSµ0VFJkC&ROS/_tޫaeijVv$yaay \Y]⺴HhEeb |]Ƶi­.JU" e$(VjQiM4ևF+kb8wupXZ1zSkЯFnZ5TˣRZU#(T8p\dM_ĿC/4;?- |'VOҼxS⟃|S]:,2lG4Qsy;7 ֮8o1\s 1ͷ?wOWaό?qbo 󼩧Po㰲T-iyilޟ Nu\ ;ioo$e&e2xL>#`Vү^6Sai׫ |Zl<*9ƅ%%N>L~ϥZ_|C5ۧIVnf[o=h 2˒Y"_5cYx:Qx.myIQ-IU)^6nfW2\?WqNCck^a{\% eJ-W8C*n?|-X~^/wO Zg}\]x_<kkjm4o#t^w}6wsj|Xois9t4owG=_pi_~ӓ6,{>omWkH?{/mjǟU~:|jOZBڝߛ)K?Y뚜qeKfn从Aўg8lʤ]ZTRs 1U)FnϞ.iO)q4g&K VoaBz\wZ*qb3 ,I+xNH?\\ 񲼵W>ޜsK,/#W&)_ ^<Мvkf(8)BIII4K>s3 ?yWU$NvRR:Ӕ*ЯJs:uTF'. ¿gO~>o?O ( ( ( VM Wcoxqm9-o GQoR5ZQDR}mR[5eg <']ki^ /$~<ºΝmx{Na~ݤ[[_>tH ? WZ/|?ׂ|K wFC^Ӵl5_i7?j϶8%*@O~ּ o5iGѼ+lׇ6 WEڭ wD>,Νφ?[`}K<+NSZ-C?_:~cu[B˻gDw''^ g><7Vf%6:O_,"awſdna_+3w@= ( ( (>Z'-Wg%@?WR{7lvM @?pXh]gwxO} u}}j$&nae(ci&t@vU<f=Z/ox7OЬO&.W𯆗KQŐEwnAct'3\iʶڡ.ӡ:?q|L:?|O|sͨ;źτly͓ĺ\xÞ׎du=FH[k7:eՀzσ4™iM>?.?i൳WƯzzu-+POqvo77mO{y/ ~w>in/KVhuK=3K᭮}l[_<9j^/4[s|c{8`Zu'֢ WywkxiQc]j"m[n~/3?5O+O?%_h6q =Iix/*C%K=\pk!me_^񅟈_+W=f_붾,opxcsn~٫7lt?TգK5OƙTïܻU'R7BMMӍ57xG~5 5' pڎ<&5fubyp?b8zpb0t(Og7>-:#_-x^q࿎f<j {Lx˞WV׳r*5OV\~K=Ȳp_rTz<,3qڵ_e}-7O 5a0]'G/VD4Y~: xe j ,$þ}Ӿ($G\Io}:L]}д>|Hlo5E^%^Zju|3e+ eoAQ#\4#2\>|l|56w{嬞9Դg РwݴAO{}-5 GJ$Ϣ_`-_lkSPY^xVs;|KC:o3m;[urFeK%[}yqOۼ[Mku-k.+<_5}kV~0qxok7=Ke𞥢_ =&K+kWG;LK )m=4>[~u)`Ҽ%Ό1X4/cW4氶Xt Zy ([%oA~,Y|CŞ N[]^WtP>GaKz l>5i K;Vw1^W:zt-{Ʒ5' мQ[xVh>m |o[:x f{ JJK uCѾ'iOG6#ĚUxNOO/.j_ 7nUyٶţZ4rֺşuɖ_ \.i?oio8.5{xV3D^=8&Gb!kYP@P%xx]WhcQt5?3W캄\JTҼر䫀ׯO_B&/:4Vs%IEx .a_X=aiV ڄ!F/iJ1>hEEux!@?N9g'S(&? _]IW]ռjYE[q4]Gt?,8kY.':NssI q';*oFJj^򒖧e^)xf, >_\eL*x^EBj֩pJ'%gJTƿN!DſƓ-sBMT}N_Wؖ{uY$HIp5"sK n1T{Z\-IƲRZ֦by$ܟ\7G(Ty_bxo*L=lX\%FlRZҕE^)ЏƏ­Yx}ZyM_'GV`uk{+m"mxn865y/ʡ M%vt{kSU*F#(5m'&+8㈿n8_exUBa՗sbUajҭS0^iFa:9ZUj>27>-|0o~/|?5I šH( ( ( ( ( ( ( ( ko_!߲|_IaA7N?@<-~|XxsYcir5}Luk掠n/S9-乚=;Em. ^6V77dDF[=^]C\ԑ4֍9x N}\@t?j}wWҤ{^b.k?h#It M%7m/=5$nb\]Ԯ]&t=w_K.\z[}aMCy5kew4y5k W6|5U$sO? C{ə;m¾5tk|m!8bup <3G4^ҭYӵ]Y>ķbzEޡdOio4rBq5 HQiP,gQl-m:s:߅4;-wڴv2k&isn K_ omh5 +ZƷZ~kVdžĖM_P8[',;?19񽟁|\>&ᧉ4E_ xVk4OxC<z?S cmY.t|[ui֞oo>(x3DUm&kYt\jIgxcS [=Zφ9:qw?,gе^j-Yx4HJ˧CxV0Z\C<ELZ-W"|)hVw>֫:wm=y>2*?]_/kbʹ ye~(^ h-K>!aLJGF?>)-G7=wuROK#ҮWR(a,4$s7)Φ(ξ<_]xwDe燼CmZ^$]7R4ow [g$(tvo^ᆝ񑵹ƫv!мCtxg66zIV9ehIhd`])ၖXf~ +{x. |2ZIo__Iks$72kVI5iT뱇cPՓ' "D>$¿uht7m[Gu N;{@vf3 S⭝LJuL$x7Mg.4m垩cy7R](X[j6V7nOg[jou/: s?_]M;FWn:)M'|_B4R+ -[na=: ( (io'^ P@xf~(Y+Z]vUlGUYAitKRDMԱ3$n&7,3et%9ue:qg7yNN)'$/dGrN8)aXqUe%NG(ѧNЧR%*4U*B_A7 {+QȱU}vxa|.mZm"qi5V%b2pJRJqb\ڲTz8J7^d~5XlE^,B:W2xBR `0ҪQ+IUTx4_ | sGOmo.K 6F> O@\Qip3 CPx^Xn%<C#ڤyjRRZ8x>h6 FQo(ߒs PҴ95> M{Hx W⯌>_}ė:𦑨IWŝb{Ww\`оäiCor|(_"+_qk:/54~oZm>.h6y ^Հg/xV ǚޣ{ x&Ὲ_|5|/c#xJht-z-Ux;_?xg~7<'<)o|Z߈u xSZ~Kǀ9>$|HG|^yxL[kgx'Vm@?h~G Z/  >д?i>6W/7JUzΝw gmsI_6W{~b5@/~ |?Ox_%LУ,{Xҵ-?|x3~5+LҞ+k)a/ottIĿ/_]CK{?uߋ_mZoU}qxI]vdS<'P'["Sºb|G~Yv>*վ1xCO%@܇u=|Kx=Sm[Ès_~7Լ/]OQYg(mķW_>  x|+ l|`zko j֖^>5A[Oo|H EQ,O2^Q/O)xl מgoevWNj->2y ;@|]?%u> ~ [P xok;^\_ ~ԼQ ^OwEPu`:վ(xk4=OPեB +ey/ڧ umzK񆯭:zQht'L,4i[|NQ?ou}E>(a|x + '-eHƱmxZ}`|_9Z> x#_OSǟZ?|CZO?@|O}ƿ V wTzW)EtS7 K7>0_|&/OCDGgetg^9gV~V|4^$&;kxk↳o>0Ꮞ |<>)xUWi-*/|M5-> MsTh#,du&o?<IO]h_azڏ&~P2h%ֽt?e Bj.,<9H} 6mÀoM4|k")o h^#t-ikOYk=~p^UY3д׈|e/_/|>u??<|x߳u_W?^8x_CMKEcBK.~'k>[nmzN ĶumivW(ko4 ↤i j5 4 &xwOV|W4χ~ |3?8n-un[XYi7߈x%>8dφ;|Q.xkzFx*u/[QIw%xgZ,$?w~ξŨGg|+gůxRx^_}3A~:s:ex;kcw6z<n* &|I}+f'~Sjd~*(??fopÚ/}.:.ϩRu:Z{ oMb͖}'WK$hdm>x:[-VT 嶩mCƕ~O+m9|9c Q\K<R3ekɫ&|%|B*#.IxյUWi_ GۮkjWJ6a>Vōs^.>$ 7ǚ%O#dJ59<3XȐ|,fMd.l:,/P :[atޛ<G}.^]kLkvhXΫ]f:[XBW"$k3˧`nQ^ {6Դ*xÚ%xN^tC2^4WR]B}Booⷴ4O~A=.D&sQjE̱I^!.t0C6?(~0lg/|[k%΍Z`Y֯x< eZ,R"! t:X:zkoɫz-ޙ|FuD|d4 CO<7[Mci\_dH5 BfMݽM5?HèW_~jZ15nž3]޽ kP׊MGRFћH6 o<#a(Ӯxg%-;S? ϦSW6w:xc^5'P7xHd?Xf3|-Io_jj >jhFN> Xc.~*x^Myj-O| OxZLj{k_AouKZ]xxH]GHGn5HcfmS'm/N8Oi&quoj|9x[V,4]o—8CcHmyP|JդzݿڵczͮCXKu}mukO:DRodpOه->BZ|MJ^*)~vuaq ǻ>䢬#?iX|7y -2Y(j>&i3|y➻{kxj`#yZY\]]:t߂|'s}⟇>v֯WwZ5t `}-GOҋ$.-=|jv/o}w#z6uiK|5lt6".O T&X?~ >5΃a=[h;~'Vg'%V"^8eZR:F8ԥR.3e&FWRii1X' *ౘ*Щ:5W5Rj5i5)UR1:g (k/~|;#vw:N.|K쯵t[žko}I ^xOMN-LMmq@Oee6gyı({\QNR%*uVnNqNkt[ XZbIG|[&K3xZ񅤑^)|s/vqK|Bk{t(n-4+op auqY]Xn=xX/cSMşk _lv^6|OuoiٽZigy|ԚUߊxOX>n.40n3]^jsLt$-<څD/M! W|k<^.ռڞ$Ǎ|Mj1mwg,!Ե}gj6 n-5k}wcw}qi`XĽ~> u%k;4њʹkiM v+E-e>A ^giֈ͠ek_,~h~*}q/N9^as=}m,ZX[G~<kڥ>NX)Da-3 K} (ggvA$K`X( (>xsN֧7@@P@P/Z<+&w$V*ş|O|?s{O;O=σ.SE4gUε=J}OS|a]AҟMmMckx¿ /6CtJ?<ߖLYMF=WZo-/'mzRFn{OjBc5@V~״o0_g4YMW¾2Oƽ隝Ƌ7~u !K=c$P|eh<=xǁ]⯁o u iWt-?åjr]YoWH ;[ӵ-繎Sе+#+Me(PCx7  i{k:օ.{0>Ѿ#Ci5?èZTtW>{]N{}O6N{-yDWR΀_.yɢi>!j^&_Jm^h8>@gelExu_Lj~'h4t>'û[xƞ tWv:xΉ==ܾaX'ǿ kZUzPb5=>sC]w+GFnuAx~9|'j/ ~JP5ߋ4jZsK{hy-+~2|6|Sc3S|9Z7MHn.5KOþ"h|)`7ϑ𓿉(_xׂm3) MWĞm[{E4yb\_jo7-cΧ,|)O^xWPj  4^u(5%UMK4O+:XAό}iYx+>/>ouY%Tⵯ#^M䑼;qV r[]ӣK/6>u;OIf~ [Dqx ֭vXh:KD=Jpo>!xW5<X>05FMWT/43ĚVwi_OI4~ ^5ek?o4ktcx=u]?:uThZ,wZ5xM [I=NOhZ\ͪZ%~?tR=j#S\SAN?Kz? ^π&|2|Xo75߇ y> ,?3ohݒhE.gtxu ?GûmKh%m׈>[oKƷ3{"KmdO) 5Y?x/χū'3U汬x+7τ?i[|@3_z~HӬoo ?@|Т_i ;N[k_.t0ƣ]iV>(m-|4Z޹\|g|#nះ5F4?ڇmK[wMFM8wA_|K. 7wxRX$׭a|# o]мa^7ρOx4z\q@45ORw׉|Okm+<9c}Fƻkϊ^6~99]Mn<wd6yYjzLG6&@k?ƽCMO]Ӽ+>V$.<1SE5-u{i!yO5B-O|Axg$F*Ь~O^Y0xo><- Xп᝾xa|I֕7 /<%YcO -;7@4ï?hDڟ\?jstK|:sN -;7@4ï?hDڟ\?jstK|:sN -;7@4ï?hDڟ\?jstK|:sN -;7@4ï?hDڟ\?jstK|:sN -;7@4ï?hDڟ\?jstK|:sN=ύ_u_>./MwÚYj]Tn!.$_R[[.#Hy#N|^ Vbƾyg l馬(ũBIJ-I&|>8_80]U[ ҝ9IJTRNS^XN"PN.4-[?^ⷉ /[x_!J+Bk[=tVZ5w=VEok೎Ʀ7&nv.uK5)F*ܯq'Jn |KW >"91&7N-:cW0TҞeYӣˈ 2?m^?Э/mϊC\1"[k{7{iCs.{-5"I-mY>N:$ӝz.jrtiԍJp,K"𧈥1*y*r2BI97?apRaNkqX[ "wOn@uBS[ "wOnio_.~ߵ?9?᥾й@'~uBS[ "wOnio_.~ߵ?9?᥾й@'~uBS[ "wOnio_.~ߵ?9?᥾й@'~uBS[ "wOnio_.~ߵ?9?᥾й@'~>-|Z>%h<%[7jʺBWJҼ+C|/_=O^+_>wDocU` (ŗp; }]>U]>;Ӯ|#sW[ƛMtag죓U2i7KmC(?h^V(i?Yb%.>,^x. 'xWo1ǬowC@9]ߴ1*/> }OUE'ٿ-7/G;S(쭥j:ƋPDlk:M+|N.4FQ<1iͤ^G%_$0_Z ~V_ٮյcs׎CJҼU߬hme𽖗 K.@=C? 5x⮓|Noiph3woM?2]毦mY,0ޣ] P em+IFj'g>Ym{/U}⯈KOipkM~[]",)Hg@35¾%otx5</;]現,|Gwỿ76χW?+=CƉz@_π5h^5m?F:not_co~4ilg-wtYK!D@4?E^?؟k}_?/7@a7U<3cN]gԴ\VZW?t+4ۯ-V+[֟qަbg- ;ZfWC/%|^nmR>(–ƥor]iƟ wYx3w>F֟šD^"Ei?}zWZ֝P`𶍬 Zݞ{{|$/yg?״ t ;y>-qt5Ѐ ߁ls%>_-Oh7`O]?=/Z}+CWne> ?ecs_uO(.$|-׶ ̱?~^6/uh? e< .⅞xJ_nt?zg-/z$𽇉o\x$<*Í+>!xF#.|6׵ S=λ^x/7txŸ1?KmSOw/Y[%h~7'? O+\.|4]i.W'~ᯍ׊nZi^$a_%Ꮛ?3R_>,~~;/4s |sO鸕&a-u/5$GO,Qŧ\ư}}2-> x>df5i la'|94Yx㞕SK%%fxOƞ_^@yjG.X4J?zχ*|U߈<[xŞg |[? QƵExo+kAŶtae9b%>g*g_6nÿ]/][L/p]|&~5/sW4xNOEUu ;D|5-/ 3-/Kb\)Ŧ`8Ax65Zj|/|&^_xQGoZoaa,zūZk7$=|eC~22ռa\E>GxO|3߈}O:x-CԮIqGd4ƵSo?g]+6jHg?i>Jt ,[L=:OݧØ`E8cRDK%Ư{mOxOoďϟ={^?s xgg xo^>:j7z5&kt#A+)=6Oh;zbU ( ( ( ( ( j^eiiΟX_^BvWw]ZOo$I #+)V Jtӝ*JU"8I)FQ(ԣ$ivjFb& NBס^JUզRZU#ө FpTIg ?<Z^j֓%&މF|/]2[ĽgF; זi]^KmsA]Ipi˜g|=<(u)援ZJuZJqJQIBtc-7)G/=iax1ΪfYv&4*3UTRaEg_SXt kO|ItWnskewk {4F zTZ77|=y~p.8 ǖ n1Zl4&)7?,e ?w~T%:O*x=: J\F*TƼ%rXom]Y݀_3'PQI*>x? I[V񇕮sk3%t,~|1uIi-45zW_~364i-3x_mE2ǟ6)ϣiqžx_ek0}SOS |CE^:w௉z̟5i_Q}?S¿ 5&L,xq4ASv^.<xfCL'~(x~㏉rx>?|O=WGLxŸ q~uϋe2|u/ {g]DmگOORνvmOjk*'Fz|cuW/IB[_kǚό4xᯌ?fRxJ񵿇OMWғL];Um^]Zg񞝨߳DOx㟊k/_Ukw#ggi2eo&xO i)׈ xY MUOK3=x>+ ['"vүn|e;k#o MCY3ZWo~?m+\WPtVZem5|Qj>` a_|hQ}x ~\P4Gï^?wcީ{|XkD5?\OmlhI>U,#Ïryٶ*իK ,5:SdSXWX΅tT1Ѭ7̥|WÑxmd( ( ( ( (>Y݀3Ljcٲ-ŵMG ŝe\S#V+k׵+·:xo4[VhOѬ<$(wًBhOѬ<$(wًBhOѬ<$(wًBhOѬ<$(wًBhOѬ<$(wًBhOѬ<$(wًBhOѬ<$(wًBhOѬ<$(wًBhOѬ<$(wًBhOѬ<$(wًBhOѬ<$(wًBhOѬ<$(wًBhOѬ<$(wًBhOѬ<$(wًBhOѬ<$(wًBhOѬ<$(wًBhOѬ<$(_> 9߅?<5{VMu5MKw?WM!yᴆ=;@<¿ٿdփo-_?x[V/Z ( ( ( ( ( (Bώ|7D[ZweO.xHգB[{;A4lwW&7(K SЕ>V(sT(J5 8ݸ3(.)g<1bLʗ*Z)ƭ*OZX,ѥ*LL*8Ƶ*V?1[ [=eψZݯٗKT|S-w jm|= &}JP}"[i3a4Fm f%8SiWiJs0rJF9!8֓O!Mp[K C[?aձd*J68[ͲU<=JxL.//ļF"uW._Pw^< xw[δ=yjj S|saucYV050թFUNTeNaZsq,54)eyx1\-b2+ W:rꄪR%Zt2>0-HVΔHFЭKoi>(.+{" lv,v0NOBV>VrM|T(.T8)E38_?4q>M3*\Jh{|=MibFhӫ*5jE\kB ( ( ( (>Y݀'g=kBдw?eh>\cJUq֟qz>]ɞ &F",}W//BeċЯ@j%?""+_ڟ_H }W//BeċЯ@j%?""+_ڟ_H }W//BeċЯ@j%?""+_ڟ_H }W//BeċЯ@j%?""+_ڟ_H }W//BeċЯ@j%?""+_ڟ_H }W//BeċЯ@j%?""+_ڟ_H }W//BeċЯ@j%?""+_ڟ_H }W//BeċЯ@j%?""+_ڟ_H }W//Bf/Kÿ~J hǁ~)xx_mZn|/ɰ .o?pDxWR{7lvM @P@P@P@P@P@P@P|EOΕ:O--kt6\Դo˦حn? do?1r֒a)a58]OՃJ|yt}oq:y[{hRgӭJUW1Vt>BTuh:M~nxU/WV4%5jiqV~(6g<;?kl4q|gҥ?8N(֢NQaJVs_؜?-ro P1403\'SJXڹnc:԰<,\N"3ʕ*OmxW6p}~ij]hyQiԿdod:*BB\jsʋ=|\}|WaS jW䏷ՉYwj>C1$(s'KNOd? ( ( ( (?_`xWLI'T}@P@P@xg\Z#>xs_e?~.B­#֚#Z{:7%.?R >3a/5|-ZtҼQ|IxC,<`[w\XjQ1Ϭͫj}^(|WďF?H|=?/ש2_Jy[ ?>%c>q?i-Ww? lC\_៊6 ω4Z||ߌ<7iR+X#Эu u Nǃm1 ޻k߈_?h/xo8ޓѧufi<]%u@^!ӵ?xnZ}-WㆁD+nj\oǏ]^_x/^K}֝OVL/?hY'O~(|pF,m/7_?H5uWڷk?,;&]:NϤ־'>>|i4{Onjx?xLAs VxkķOs{HE5+H⸶P__w?Ö,:7Im|w 焿k.g_ukP[[?h8x{/@g|U OZ (~׭gx~s:O+cu uoKBfv??fU_x n/4KMr)|=ះ, ߃cW<aiƕxQK[aU3?_0xOW AxYooX_ q z/B񵶗[x&e⫟ ^>?R/5i:P@P@P@-|M+d3W+)=6Oh;zbU ( ( ( ( ( ( (*_YZjZfis:u7ݕᖽ%G7RÓ_sF{fKK7I^E} \\4-?p.G9UNYewYcE˖19`w.799IIC7ҋGbqW :3PU氩KU![1g * NT*| _W__hy&ߴZ5=w_eǔd6]/M(Ux!6C}fxӅEFtgV g9wGoXabRTb0*x|o`9QN{O*8G.lfZYߴO>7|iwg\Z>kf%%gb)]i5i6nhUm!%W^!uisgzasu hn,"FHy # f> d8wJ]V1RIs9F [()EߙG&%b2*.UT10UЧ8=Lf4J&BՄR[ x8w!^4g}cwMdG.7givgl}nKCyjuy9.^nYr׳Wg'f=i,oc4x!@P@P@}ր8 ɝ?տ ?O ( (|%/|=Õj M7VJe> k.k~f}Rm#՞E t/~& /)}LJ,' ljB%cqkÏ!w 1oƝX{^׾ɢx*q?f:xWi:}泥$z=?xƺ~+__qFþuY?goqt? h7-֯)I9O5).5+Rhmoz| ,kڟoM>O? >ekKw.oټ'.@<Ou?<'|3㟈ڇ%<ii_ Qu=Hςt57W?gY躖ipW6:jE|c/?::|Y>)i>Vd J u6k>㗀|c k"rh^мq¯:F-_ᗂZ'-Wg%@?WR{7lvM @P@P@P@P@P@P@P@P@|_r&kPII<%׃}} h4kZ{.5 2`g!397N39a>+MSFU"u*{F3RTOڸo *x~2fHbC8,)®cK V%G rsթBTkԝWghu;V|&_5,G&tc 5<;?iAK.S7ON59fVtڅIFҗu 4J~ʗpVϊd?a~3cV;XvR<ٖ~jT_g:࢟  |Mq^]ƟbE Ma:=Η;\Au[O[]G$Gq!e#S *d)V`)?T)$O/k` 4uh֥'K,x5O51RPUBsB)֩GOk?CU>(<-}~-ּ =Bٵ߲I >0^Z-;OۛYwY-u?_eP^W|:]G/.e)oww,[|kXL^S}=N{.J|K{ޟw~WwnKkxK6iIed?ydv iwux<|s3 0)J)Kri78R9|nIY1_EجN RV8bhfl3iz_φ:]iv·%]q$qG H"ft󬚭HR`U%B&c)IIKSLW"0v;xR_thPFZժƝ*TSRr!I=:3₀ (*[_^Mmg{iuqݥ3ͦaeGeNgvf]3sm0_.x٢5)Ԍ'JfMN12p'gf8i&+aqXjxJhRRuөNp"kJ I(եNu)AWZ~Ҕ_`g9xWLI'T}@P@P@P@P@P@P@P@P@-|M+d3W+)=6Oh;zbU ( ( ( ( ( ( ( ( (81m;O=?5;{H5OAoఊi"TXU\ {X(i,NY**̿ ֡JSmEJqQNRi^ɶll8LJ00<=řCVU˳Lv *ҥJʝ*pG7 pvR/,/l]7V6jm%4QjQ {we5j&XF=Sft)E81.PmYJ*ughR%z2WO/҃Ƽ6+ ŔԨURxjFOBjRZXlURt<>"u 7J*kL߄WPgǿmjo:UۘZZ>hyx%VV6_S(5_cV U~jpFRnͩ>d_g;Tx[!0K0bgzsT.72K͂)t5V4|Yšׁ~6I*P /okm2^4Mݪ#o{xP4!ΣRsP)FI*V9E^Qq'̒o̾ sJxZ1ԫƪ95URy~_Rhק[J¥I5UQ^߷煡OYv^[ٵ= Lx #"1>$V"w,UJ2J8Dڒ8S(Q.YE8M W;,0ʖCүF> daTVqօYR_Eף^tꪔ%^WvdTo B>]S +^%ڌ_i" {.A<C(v!|{助FSRzaNʔyey61>sͲid8,}*(FOFxJ= hUZ1՝z5RAB4)^ꚧim$gaYww&Hm IdWTD* ]ƴέ^:T9aRcmWzkbuqeZt0zSkׯVj*4iS˥RZ%SsbiC&ROS$ok>Ş3OŖF=[E:DR\T7BF@ !l?3|^o\*4FԔaJ7V dFmr{n=~<7Aq ! W qب֎ CeնofTGgd} OjVӮ :ɡmR]q)~x?ծ ]N,-Og,U߂m$Eo_u]3T =z]:{,[ ?OkoxRcPǩ>4 xY|[o?IЮ<u /]wVMv;(^w> wZ^ ORtm9vIேo >Ş&gl5ϳͥ\^[,@I|3ԼJ<} {E?CN'ŏ_1 ?k0qhzV{onݴ\K6XxB7|K_ec|S=O췗[Wo=K|X&O/dQ^ Sf?F 3FP- $KO{;_Ǘt/]]+SW} h'ëVX07L 40oڳEtGAx'd|?1gUЮ~(xd^Rt&-OSƍik,{MgzA⏁ h]aE{8ό5[kĿj,ҴwH4H<3񖠚'4MBËIZ*~Cm&x+X\J~|KwmBLt->s^,w2P@P_ > Of Zހ?)toXh~ ( ( ( ( ( ( ( ( ( ( (?&|Q׏,|Gn^ϊ[hi6:lj%ƧzM:4ɌA]s@$rh)x}湎.> MӍJ{Y9*'(՝JI/o+'gEYn.8L׭Rg^тN =)ʤR5F;m,|׾4^hZO6ω5G .nj/َQB5?TP*ug?cH Po .QfS>7| umFuyyysp{IYaaiF<5 wJ7'%y7'em[?\:WfXOm*5}8RkםJN7NmPS( (:+R}>o41=]ӼL>U񽮳}ᙼ)sj;9-uhuc94 xS৅|]:e&4?_dN~,h_kdoxv^c,%+\2]F”&hx_.}N3?OwjdA Oa>B gPExg:wgŧhA7M- o?ßxw𷋦ԮWt/sqAucOOP775?i:jRxM;ú~5:_x5MCE1êTA|>=>o_>%i})amF5߇7>5_ᇏUk֟^5'MҼ9 x D!X/,<7sN!mM 5k?-42↏x]^iE|e/|1kt k_zu^fKH4o|+Z O# ƕiZx[_ӧ׬cSS˧| H|ޏm'?`ºS;ҿSxþ3xn*šg>ga滘O 3ڗ]O7':֝&Z/!|XpiV%=tv-O^Kkca0~#/O|awh~0_ |9?C'X3}g{j:~";i}"ݼm{-6tt` u߉>׿տ`|L^!CgVSе ACiw+$̠A;0{WwxXv3ֿ/W}aG?Ν@o_xL<%xjA^N 8:/#3oS 4(wVtOWe[|_xO@Zu) -Vm>m<]Mcஉc9g xmJ_xBu5_េ6!|T? GM~(Y|Es)=kI?gO xM*zJG@fey-̀A/imA/x]0\Mۛ|ShP]ׅ3[YnQ_BG*w5Sؼ>=g:ULJ5GĶrSmn[Y߇?xNK,<#aak V}Q{P@9oC?i/Oez¿ٿdփo-_?x[V/Z ( ( ( ( ( ( ( ( ( ( (>Y݀_3'PP@|K>0IῊg+-4 ?k ,~6A,9LޗkvZO|e_>CxbxJP#WћY.uj BƏaZ7U& qo7o >3S%պ\nCcmA~/+#~0~>#xľ#+=/_~,ﵯ |`g/e*;}F\ZPC_Fx? y?k/| #>/Qdž+ >W׆\kQ 3aBImv4~KOi -Ay|K?iˤ5uCKH Km?jlm_5/QҼkock :W>hmXy%Κ Ow뺰3~к}_4ş,O;|y>:xT0z$H[ Ҿ+ڏ>&g׿f}xwG6'C`>s~;Tؾ:fs~ Շ3Q?oOV2|?7Wxl:=na𔶰Yi ؿkDt|E#44}c«v_ox{֡xk|VT3zCi5-WFK@_Zr|pNx[O)>2ugٿ}ơᯄjQEOLЖ$}}sJ{xPU>!hsjskc&ֻtM)$;:.ZY.t+{u9}J ko_!߲|_IaA7N?@<-OP@P@P@P@P@P@P@P@P@P@P@P@,?h_O[ ({M5č?Jռ-ux3:%ҼIh^ M>D nOljGŗQ}mLʌ_W>o~?);nm_i мEOFOyqAk{{MDe4Gc.oj>Л߂#/>_~0+?<%/Λ⎭i|ΟmxByNMFK[]]XQ#uUa'sּa',;e⾣EO[fejzM׈Uu= _HSFkF{UDz-Z}|W~ 5!fO |_\j,'hW\9?h߃l}CP]?9w_>TYRYnFWa Y{eՖTڒӴI;U:O4ZP^-4mŦH5_|K_ ^x_~|W_[kjRj<1c+#s7oH𖡣k5i<<.Ek|<<=⫿ l >@/OxRk򶊓Lmְ|&Mdj <zŸ|o|=^3saWF _yFSLlm]S:0:[|D;gx7??UޫG7 {7-ߋmY;B=+E;fuԅΕ˭h^x|q_Egi$k+wV,%~'bxI\Yڥ4MW ?ET v '5+v=+þmk7s'O<iZ|gi}qMq|saO0 V  鶚<_\ޝ;Om,> 񬖚e (寉r~_~'نo@Z:_?P@P@P@P@P@P@P@P@P@P@P@P@|8u¿gO~>o(>P9Qmm_P6jUW\{y]OP}jšsͪ O7k.4so.|{zy{?Am+槢xCCмwg7]_zV;(|;5 z3_5g[VA~?ɫ7U #V| H|5G]gš%8 ]Xc}uuyL:0=|%5|aK~x>Vwc&/ zvz|% Ş+h/yxU:5͢Pпe/w4<[OԼ? K|V_>jx]ڗE:䚥]|/=S/>Ok׈t[WT fWŧG;:FӤ<7giZv.?Y>~1|c s3D? }WKAjWz5^g|HV/5Wм7ibN!|"_ٶ^ _CAcvOcᾙiZe5k3ڋUQ/o7_Ľ>WҾ"? ;oW~4\x*syqxPXWM׉n""'n9 co?$A |O|'_xN, \ω> j7~7]?º^㛟[hm+L[t+x<[/|*~u?҇|on|?m|5 ONеxLJWW5o G|?|3O2\wwyV ~ُx?ᖟ/i Ӽ?%sm/| ⋭5¯+?NִrvI)UKQѾ^X,~+x]Cᕦ ƺ'o[o0? W'O ՋV?( ( ( ( ( ( ( ( ( ( ( (fM'J׿dOBt?Z5>hڵjV@4OOK{>ix9cՕ ~N?".K߈G-}^uM'Y٘t۳c/ݟ\|}@=;?g?_PG?2;z?E1wn.vsew۳c/ݟ\|}@=;?g?_PG?2;z?E1wn.vsew۳c/ݟ\|}@=;?g?_PG?2;z?E1wn.vsew۳c/ݟ\|}@=;?g?_PG?2;z?E1wn.vsew۳c/ݟ\|}@=;?g?_PSQƿB75_a& LпҮ|x_m. kx}DyK _Ref531412356$$If!vh5)55f#v)#v#vf:V  6,5R5,569/ 4 pT$$If!vh5)55f#v)#v#vf:V  6,5R5,569/ 4 pT$$If!vh5)55f#v)#v#vf:V  6,5R5,569/ 4 pT$$If!vh5)55f#v)#v#vf:V  6,5R5,569/ 4 pT$$If!vh5)55f#v)#v#vf:V  6,5R5,569/ 4 pT$$If!vh5)55f#v)#v#vf:V  6,5R5,569/ 4 pT}DyK _Ref531412356$$If!vh55O%#v#vO%:V 0&6,55O%/ / /  / 4 pTDyK )Brush,_A.J.,_and_Bargeron,_D.,_Robustly_}DyK _Ref531412485$$If!vh55L$#v#vL$:V 0%6,55L$/ / /  / 4 pTDyK )Brush,_A.J.,_and_Bargeron,_D.,_Robustly_DyK )Brush,_A.J.,_and_Bargeron,_D.,_Robustly_$$If!vh5x 5~5#vx #v~#v:V &65p5522 l4 alpT$$If!vh5x 5~5#vx #v~#v:V &65p5522 l4 alpT$$If!vh5x 5~5#vx #v~#v:V &65p5522 l4 alpT}DyK _Ref531412276$$If!vh555e5#v5#ve#v:V R&65?5522 l4 alpT$$If!vh555e5#v5#ve#v:V R&65?5522 l4 alpT$$If!vh555e5#v5#ve#v:V R&65?5522 l4 alpT}DyK _Ref531412407DyK )Brush,_A.J.,_and_Bargeron,_D.,_Robustly_DdF  3 "A?WebAnn3bRš ¾qʼnRš ¾qʼPNG  IHDRw% sRGB pHYs+IDATx^ oWU߉[_*tHpFšU%I* 6u>"Ф i{OFE6>T*VFeBL#\BLp@2*# w~~k퇵rw^s%e      H@@@@@@` ܹa@*6     ;G΅RA9Hw.p@@@@@ @*s!      Tm@@@@@vR 9h      s \0 D#TpBA@@@@@ ;r8      ϟ? K$p]oZٰ@@@x޵ם9s@!TpcZA@@@7g" vRRA .5~@@@7o`op, .5rVw c`/⻨ݻA*P;cH#š}NGb՘o"%Ģ#HwU$UHFPH{BVGwC"5È#w:Rh!QOQv豓<Gaq$ܦ[QG1ޑģ:n)q훬#NH5GT̟G:S2jS4#ê dڨ=t؏h[9 #I:Rݲf{۱^_ۛ9i~)8R{nu|p^i0+8@*؛I? /L9 R},Gj'$ӑDv^P*  ThT%2&Q? kbA&umD"" A^@*HRa7@*XCkNeK_Ҩ/{^cE*Tp.f?ǪD*ȉkl+bV F *lǬQYF*H~sĉǷW-A~YAhPR .m8ROX^W>u_M6D*Tjz DzS9~pBwHX ױ ur2ME D7A/<拭. $:^YUS .u DS4s6/=_W/1l3/x>f [ ;>l㫞PoO? CqOxrjOcTm؅ǟs''1|$ػ~ΰj}>t =7|:W,__P%o{٫b ?@}B_e5k* _* +ׄMy?<7?sMo? Y? . kfKI?N?3l~U%oo'Vy hfGU2Q@OHi3/`!,RDks=ķlgCNxxЃl0d\rcG?7l>/l^MG=p aDžv=nu B§P#iaB?[U l0䁬D]G?2؆1l_㬬1  7ڭ(T e8/p`s# +<_|9`%Η=O1 ~'^ì`@57?M9~{Elk*EKFgwݡΟ3o>~hs.}G¿{M.v= _-ӿ{^מH᳝<"gn?w?oA.!W;/u$_O`(-_Q6xm//|O +&tb𭿵ɟ'~K0+{.;^?q&j}͏͗?^} 7ڵ'} WE>"{pJUHS:z/No ?oo٠w_O+FcgռvS;xyڷYYA?e^0+~ڦ_o]B^|S_O1x}߿|kK3oryxW/3¬ X7 y߿_J|JE_j3, >_DʏGka ^opײoW ^=[^⧇ދv$!\;rӾ;lG "uD@}JxmՆ-L;ڀ|7-w5zZl~<(~iCeG-Xu+RhԽrbPʑp`7n3ٗ|%yܲKK<0yׄ-}f&|c+lˇ_Cy.y&mI- y`C.z'&EW]P߼I@4<.aJhG!䟾KN/9)|􉽰/1Y E ~cCY^=(.x?Bo^&+ >bJNyL vɰ@۾_N»~pn*v~ S?_go p63Y`s>#f{[[5?m2 aV0lyQo)lNurh ~ǟSN!ba>0l/ *SPѡ@.<ia[$[?Ǟx쉿{wswZ y`{:Lm@tmZhV'~p@o[xѕO7 Ҭ6fpϓ' ?/˟qcmXv(}iV ~w헫*Zf_] AT :@` \O/cw-}%O>]@Mfk:Oy Vm:csF/@tr34 uanӃ.1-.u/_dC@L`H^s5OK|&>"] َ+x1e{澲?'7K 1ϟrf9?0CbAZ JS_"G(l =6&yS6k>$cdG_E̿+/OI{аitcƩ{nIoea>0olG#_UGן%<9&{Aόo< mo"OAzlLWp"1Wp1/'Q1;_gMgƄOe.P <<v(mNn_EnOmo$^Ĩ^_}7-ԥ'%;G61߷Y&J D%_#tb ;N ^"z,f 5b'+>O}K_ $<>A4T<;#RO+<젞yFׁG'(9x¤5۲Cj}\[·uQ}GE)M:L#o~յ M ڏQuGDj?7I3OxzsMKaEs ȓ9?x3ASY AЎOwGT,͟x( h䩯3z(u>O xh+~:Hxͧt* DŽWɓ }p*#6TT-*TS_\:yA„b/t [ K)rH2^&C9s:f8$86:=:+z2 ?VF5\c*->pgGS993qtVJ?5X\5`;cj#"8:  A79%{Nko3Ko:NTV B*8hh |G \j{c$Ĭ1T|`L&fgP%#A⪁J.8Q@*؅8 Pr)%!t/q sXQ z@*< OqȺU1u;j@C߫6&׼Onooᆏd@" m;- G_'Z+`?yQP,䄔3 0p{Fނ{[[|+!-6eL|FPן $,f~cOyۿK4;vE]iiqaYhsU>.=?yR¥/REi<# M%5H& oHɔZ\Ke}T@A$Q AET4WrGT LCܱsa;v>.=0sn tpkܧ_7b4т"Tpm O<9 Rj2TUٔjb}XnEVQ{hlyIͫA  0`6E^M.xO^sfLJ~C?-  x_+JO]EYtNnUJ%ʅB`-V o`#_g!sn.rm.R0=xv {,JIfϬCȒG PQ@@pg_kMB+G?_o>%rWm6|C  04C^s*pdf~YXʀT"ʯB/éyG %A@x{>0o<#|~$%/P RU,P|F!&eJ.8r"W OoU zs znX:K=OGK>Tsؘ&4ҪƊbP@A ۦxon!,}CQzSG<\Gb`Vp1RbVp   Yzk۩Ͻ/|>Q ?=*<0cv̓c0+'fA.m7tS@Cvҟ+E@`^ +@@@H`nucw 07HiHl@ϐ<{RHʯ~w}G> ? <>볮 vhClATu>[_h/$4$@SH7@`w ܝX'=hhSFeD&LxfP}{Ocl0dUBdF@K6{` o݂jJim%C<.NGj4EE@֤i%|'[2Iஷ긝B@lyJz!V{jb0 ` /t<퇳//Ņ)6!&mZǏE/z<'dҹZ;廍YZaM$PGK&BIAߥۆ9, >! .//yK!|qR OeSz<'zDq|n\m6( OT rH~B_/zыJPy k's6X+0]TjTg^`v0&;YAq艋s0ĔnIZҼ uNs1T_@R60%JF@fl686U6|r ,Vr~:X }{0s;=:Kf{xO13K~rtRy!g.9qV akJ Tk iuxRMfwX4U3JF-/&p]y}z Mхk!B>_U_9Sd)uǣlV, hl P{2LŒ@*8 ea<,'?QvhJ'ܜ0e>g#6;$0W|?'F.zN }8*Q91! BC-я~4`i pGgy/>ԧ~8Mnڹ9c~t)xU~g2S+U&vݖy-a*zH#Y ye2WdL5].jUG'{]ٷb=ʝs#TpnϞel03@r }{S@SaO|ihO7 F?Q]d){JƑTl;פ8(0 iTEIk%X2iqZQAFjBac t=x|y-t$:LTȽ7RQ]#Tp/X'&"gSh"s@fGyxWw"vRF\j`l%bH14Dg0-U.|޵!q@ ;@@@@` |/&{O0ٰ,ʃ@RAX 9{yan$HpfClBC@@@@A_=( 0H    L Mx]A@Nyo1kn!%Y)1Ni6: wbE5iuE( c{UspJst`j \M(+ =o}#oT\wܬ uP4UrK7B@v򽆱{ %9{GGo%(93v[g=a j .7v. r̊IUda+Gr3ja^p\QD " y5٢\+jfU=*E$!$G.J&9vjdg|C>\hHPHWj(/S-#w9F[X&Qh'%jS⮂Y-T';rzx xfW#u{Άeg$C"I]ju-ɤQIv">gO&TpxGیs!kbг\:vʙvR! @`G 8gW2^1QQ1Y^T]pV.J|mϻIB< g\&:n7D"(U+cJE֖lPul a 'ٕhV$O~/}K|(93P9OSiF*I 8Gu V]YkdN(//>}0.=a$@ l@4+s;ldZjEwJ.GK {zcor-_E]w㕯|vi n yRA4$TpA !g>N_Cj*aH:d%r|<`(/zыBD*llPlF 53O]cU=#y` tK|,hH+f4! @ $3bҳhnMY=keΏͰ[5 V偘t)kH D,6ܑCn@+@]Z} s!YJ%3;ïr<)A4jݯɮ,CQҝYu˅Q7SG*cm64UET3KIȲ,_YݳY5LE% 'Ti.댔5T iOѶLb]tU>YmĬ`@r vT 7q{bs*:zU)7S#NUd)/Ϸd5:1ҳ|PlB=2;9hy/hIBT0TS8Kw&?7LȪl0ǽ6R"h]ҳj{ ϞRٗRvS۴0 >[mCq;SΩ`\e*hm*/SPjyRMȟvfJɢR9:{{R|`P'TX1cڞ @Y#b~IR=TKy]mY8#6؅%t mia&/a'?szM ūɀۦQj/e$N D aQ#`}RAgCN5V-V~T0\ LRA.H=g>`XEUjTYip-53=rF}=HLFӭhAK.dm t;15n; I)ZeHQS%!S ɻhы sO-r1?s{7$N=+6ST /|EgH )H $zl}WuCR<&B@[6 wC GdKF/]Zڶy4@Z;@|F^)Nc;A[I`FD%(2TcMRe|Zm8؆(@3J2UT9bgeb&&Bpe[]R&&MZg=Y7*?J=F~R]\P9;ja(c~Y 東O牺&B SOd3xTpN.<Z->4w/Q2J!D Չk!Sz*KK!2GFR;R"9t'՘dR&FɌ=X[Pt&Umcp&6d~gˑ*wlOif2}OJ(s(̼_XzSh*RFs1NiE޷LHBO! ,q Nǵ@pO+fSxY n\}S@*G/[CB~泯 lA~ mD]@t!JW)?ru(F3r/W54ݧ9g%zTpaQ0/p"8; qdi KPbQ/ Ju "q xkт .إ回jjUC֣tmiU3FOKhKr ן9so+ 0M*(Ɲ:1 }BA@'LCh DVl|i߯% Y>$1f2kb>wo9Qy~y' >O7YI]ab@tjj|%-ȯW]X֒޶-l[҉ cӤLKc[j'p|c3\XybfPn>yd:cp8  W{LC&8Pb¡Nɺl52&})j,he4EE{Zb28*s cT)W* ;ÆfWeA/M!(o74o@qOe(SzS3 4u|pGJT0XWHiD5{1˖tOAx'+]hkԱ3QS cp܆FLU)N&*| ]=TriPkw?]~V䮵 DC'?-Hņ{' L]AB;ȒvryC c_Zvr8+ezG-~$֪9SXeArK&.p(;SUk:k'"$Myk9[ueXe(h{c1 jXП mQ9cǶ{w d`-Ҋ@x|+Q396֨S쭸[$xǡªo=:o?ըK7Nu3! fнmyB*󁴿XIM*%_ǣ>@x3pPO)ІY&12i''XZJ㎵( T^ trXUKV!&b( Y6ZA0+؊dC9ա AԴwdz~]c| lOn)1XY_Aog·PG$LRx(:{wG{=|-oo6=F%+yT{;3BXp ZR[80G`Wb3ԗO%MYRl-V]F G$Þ[=.N@(8Ce0+@mRAuaey!A]@2ì*K.< Qwzv? yZRZV~.^ 98T>3=Bagnc"= g|^zgU+Ŭ [2^T=H6<ڤ2ӓ+1dʐqp;MFi I圪L*^Vm I`)Aj l0tR/"ȉݣ̊ _Vw>z׻V\qPOw>vbV!3)PG1C`4mRAJ~T^_t9 ˞TY/byV2{^' -/Z yߠ]lY.'?җG?a'>ͱ @!0DY!B&x4K=P&OWv jg4~Ejj4O>=Þl_b 6 1 PM`5Ugix, mA|φ{3Ұpvl@O%wKvzo[TY\<|* UTdi2tٌSţJ3,g ʢ |˭m>Z/믿я~t7|_wp@`G`VpG 7gHpghLJ~3ߓ'OٳgϜ@`8*op:2  :chYԠ)*^# Jv~Lw|ի^UA@`ZU`0&i귧hrr81 2`Zf8a*@@H[d`zqJBՁwyglnj N@*Sᆳ Zapվi[u<'on)k_ڏ~}.L @ DcX p]_w/^u{:܄ ;B txrRA42{/ާWV64SG~/OeWl1[7X 0+Xl !9rO)%ٹkؘFccN{6있|<$kaE!MG =Ïu>..RlvLy`8/Pꛮ9Y>`Ư=e[hHQ=%-@3lNN:OR3+*lhITA*@3`CZWieЯTB%V?UZ, UQ]ҩm?+075];pj$ϻ觶]<HD{ z)աo3)z^f)%ZxisJH/}; ^*I*;Y,ֻ]N5~͙ʩ;Eh2$!*d ӼLl   "YA R7dahܬݾWztGW$ڙ%92R);=zQ>*9E}\SѾ/o+ @vfw0py& $-͠,+s&1dT\gR {ʟz+8݌i@ڢ2o!@@%YiC.@*Lҫ·79x|l0쟿2F)].++Ka.s=E8;R \V#& `Vpws&Tpb[H%)6ɑ{ww+e~( SUv*:*kbitl'XzY~4 Zة5`1ܱ@*8`41[F](DW*i<[8U4Y>*_)YLA6 օVQDbh2CNFUҤeBD `V "Tp*     p m f3h 3%࿑ok\+zr̸A`VЅiB!㭃ZMU8=d~3X~-<0$7&,_j=L?40+XD4}fg0+ؕ,Teb jV0(Y>;Uygh0+8j(uUy f'l.YAid'tvGTcwCjw =z %   0(u&EU쯷|d o Eq`ձ АzRA}<(%Y/ G]~bȢ̡wBg]aQ K] .ڠ L{_B UgDQ\dI"Edjg@'NQ @!3khQ& eJ_H~]7O* w%t͋:/$uNԣA i }4KZԪUKdR̯V_xwCj7/][^ʇں(K'`{AzH==jR9=Y&!:h z:;ʻV~%/z\.[J{^4fy QiWMț-t8Pe=p$_x< GŒU]SZ˺J_B3lZsh~l[/ {MU`Cଠ?{yo+2Hsh"OV=V)ʃ$lZIUL2ݎSyOiI*1ՙ̔%ѡsr{8;9mѶTZȨީ==5m  KH5L@C$;7W.m/Ε}.$0}*ءB)I3not3!t*B1@2˩.OJIsD^Nx9&øL UNҨ*C+Y$HPQh+Ǯ~N9R b)j4Kv6:o֘?F+q J5l([$-߶GNDM vGlvKՙ\g,&Z(gۀn{mvg͝ N LE+j`t @;!Qj,εTFڝ'cFt .HON8Y3Tܔ#?<ת{ϳ٠nqeCȝR4F/:刧A*li,G0jFG۰jT9mQ fNUyz9{`FU(g3^)@K)t+uQ-2ey4_e̠O6sfJPShq;17 ax%Н ]d,٠'j( !,9U*^ZJ\Q^1*Ji/jdEk( F@vr=[tD[8Z2b'!mƲ=ObU[uc`pth[,LY*dpҗkTQ^{J# SRvYj))@/uzrGKO#Q}nXb赑#;#$h6827h . (F޻Km'N<}@@'$Q{p| JZ# I<$-   vhAHp@*„B    CH_>u6@&&f8@@`d%{p_RAgQznVm*( ԾZ92ZVU&T% n9k 74/ `?LиJ3JWN@-!{K g$2>Aɐi(*hi+mЀ 7eSxfVPfvhO Tm m :v+3@uKoݰvfG]*T?b* >6brCQͶҚsK 5|#㷨Z / ʷMHazԩSMlMHw3+v݆CQ(<RjT_}8 k%9a49bmkHFA@H3+(A5=x%z A` ! 3\>k8YI~Km͝-+Yɝ']U,TU@VߣzUGҵ$"@ڋG:IQ3* u9Evjѣ8ژ3-81cN9uc9Niٞ.I gd0Ҿ{0LR \Jmgq̺'ѣ#ٞ\7]KSY鑦̠*ϻkeuևS!F0,FUa0R6`]j¤.Z=zXO] ;c' ,` -yCG{*.xq#mR@liAaӒM+իr*&tU!$ܠTL 0gHQm 4%_N;e9gBEZq*<^D%Cdѱ `tN00a3gnl Q 8U%r۰|>CUfnmzj\4+HpFE)yJQ!h朏r%,=yţssv񃂏A*9|(}fLetĆXz70+6{nB \hڛ}n[_8*j452b4[s){8dm- ACZSyR%%? 9hb8k}L/QdZ4bA#7Ct:d.7t@ /[|;YSցӼwd{ 1f. $ \bVeS a<'J{deRE9hmVM"v2#$Nz0/yQ/!mzNԋW(՛5u))k}fp-q؉"v@ 413q_=ױVCY+Au0Cal:vh-YORF GRTq/ҾhDJR*7E%Jθ_uxwfgs~(S4ES̋Te=ge6ɣ E565QƷ=]=owvWT])sQT]jy+ ό!Ml"Z p@j.B@j\Ph*I9uDd4Ic8;=cHiy_X?U>N r\*RSd%1qڣ[p56Ld:jy$JWN'QB(OUJ!ɇs xx4}UdVP5 A`G ܑ@1Z{ۻ[[ U3e`09zы(j"gzk,Nl>+(AՊfnm0[~~P=/} % ( O<gϞ /+:VC? !vge~ޙ=hUO}d{9qUm#pȄVL :S% A@TC Om3 )>FKf'Jr_#]: .2?!m%FHBvw\ @@ G`YA*oK@ `Vpt4`YVZw\s@S+FY;\XfHA%j)Wf2[ɱmc6t!0@6U@@"0fjzpj VrjN[E`.fn++ ^ @G`>>Kf՞Gbʝ*`幺<r7f/.bˏ!L)S|rU[^yTdUоlV _X/5cv*-SՖPRZb+,wCjcoÛ[ugiJ53o{?eMjJkbL!dRpYYEZ@=C3#wHAl;$ImYu3[-ԡz*UAzZDvXG._D2GAR\\>{_METL H WGVQ&d^JB4%$Xx2&G>4"Yj'{+t?_yb_-&bѺvAڷ!e_ 9=OQ_l"5rTemQ9 LSu,նR[cJ'm2|CF2\,ں\˧1M}xXB6XCO ;W_]FEhG$y'Y8נfdv0CI" _Q&v̌F)-evn#2AԿ]߇E d\LcU }h)VfTxk!G\٭sۿ\@xa'?vo#;Y)\ޑjy+ U)flʝhnlQ+E`+ʩ)m3we,3[*GdZxq<\㶟9rg/0jO@:k6bkzԖ_]GxtB1SbGËD TyZU=j&.I@P<'qkd䴹+tY7=7rɓ'Ξ=F2,B5Ҁo{ s\IEpȄ'TdSá=&OIUf;2S򩰲-z Ŭj9.We6IjO %SX%OwV*{49(8&QHHf@ؒU&gU%UsFmvg,9:L1+8uF; =U.H#m,;U:{;*clAj cCP6Wgy{W*H22sezh9 "G `V @`! p8QG/Ո*ZV=Tn#JR*Sk]9()<i;/@Iur?jE@T8x9t(V;@tWB3KqS CuC+ȟ1dpy{Ƞ   `2,OyHt>恳yAw0(Ys1k5}8?,f}G\*&ؽpa/Q' .<\0@`j-`VEʼnT+ʃ`C$ D5ڧv^Q0@v 8ܝ3 LPMqE-@K}rc˗N#RIfpzhI_##+)e E=rE<9N.⊲}Tx|dvppڼj9J*߄[}n3*#=;;RUpVr>FvYUpVrXj ̿A`) .%R#yS.I(j8YE[c%=<0oVd(wN!1,ZҁpQ@:ĥwE]n%ɳNX7EjIyVU*JN嫌܇7A` .7veyU#ӣ##cYVQbɼDQ]/W&O*jPHQX-%->fyh| M YNFqfl"9rVRΎhOJƯ'-kM9:(٠!PMݶF噰Ra?W^OclXc/na KAeh%<3.~h1MHRʙOFfUe*вdQl"nt5e[T+fJfLN ]lŢ8.ef ѷ6w方82\ÓGژ1xGË.D<_zu97"7XF64wNK T^:"DmHE=EGL2[TIK.Z2$bw!XR~a*0+ʵt.σ#Q,= Rw|؁;sk*vVr3Q.)p[OzU:{;ΆnA )ζʘ*i( f$ήIC-UC$?E'N:;yt~U?@ Us_S.m aHàRfjR8l4#ꬕ FiLW|ɨvI䝅/C,c!Z sW-Y1>/֯)C6`$utg%[޶HXu"{̓2VSu.Hc'ڍ<;8 f{TTO44ݎ{춚;$ =vHQug6hWN7#grL@)N9kQJi!?v,b#f d0.CB4kn [ Gł'U6@Ddݗ4f=@P~!y喱ٶ eEuHrt@D DyD]P؝=v(3rBTh f:b q&{na !{}ĉ;T5kc>sJ!iv 'eI~hx2h Kq9 ?!mw2u {frLܝ OwZκ7҇W1b*l<__fUXE9 jRgֻ5KtaTp `sc6O8}Ws5zK2 TC M`V6>&{rEn;d<׍ II[]EHPNgvo)Wy I wև@,dk Z,Ԗ`aqAl+`'@*XK A`vnkStLodB(7b@@`ڇx@NeDȲrG*XMg)`}/T*۩<0lAW`7\l~=[rpu6*rag>ֻ>H RA`L\'iEZ }VIࠧ˟ry p~5s;- /rP3t*v>~3P@'/VGk9 =b4cIׇ7lio`j))W ݑ3Tէn:zJv×Bb^k{SVW Gբ- _GWN(Ji k&Ykð~-Ԫ\+3Um99Rk@fx5T[>ܲ]H9NcZx_w~ QYnTFW{TQkGf)A5hLd9gBEZq*Wiix'*IXwEy>` LN`}xtH;SJ>wJ bnhzKTp4vH:Tͻp{B2 Q&fSVBfkyђؒ kP=Ϙ-%SuOQ3!4%ևtgTkbH]%59T0P(3HZS @+= b-IV^Ίb2IZbJMY`Of)AZDaTprx 睍FJ56U ڂQ=T۫-uy"Xl#9lp(Fz8 ŤsUk˜pD)I6[,\T$nRjf1(t(,2Ã`::ߨlCYgF[=eZSY꜕1@E,$ ($,̸*QflLO1jtJ̀pG,Αm |ϕ}|˓j}\m(P?E wmFPF%iҎji T/7rɓ'+?2X}O u_zxP`gH"L8p¡ á=ԛPaLjQcsKXɬɗHV,wӓAYA5ĕ숷mQO &D37ξ9$Rܓic#Zcu}R[){zOyHԹkf>cI .VeDUL`52vd`L}8]^' #xhH쇰e~S2SbӞ&[ @1DHiSK.kH^w]iUᢴ yO@@ %8!\تf>|$p;8IS'3jWNb 5 S.*<[|-r0hN`}xs!@q6q&pw[;'Ā+‡jI}xO nmȆLY&WÝ0@VO`ޝj_-;8 o޵B;KT~|r[7 4j+ӿe\Q^ā #A@ J}8LET2s]z饗]rW Gn@*8u7/d7+Ed4#40:-I^,F2c=Vxhmy2&c3k2#d?/-BEE F,, 8%> "Tp*|#SG>0zS|v*DZ0UX^i7J-.4/\pǿ3$*yʲ⻶ⴌBuf;bu9#SJ:Dh23T73[+ڞNiEAƢSANjMU& M#$0\J}x+!N#˥WPlp{CΩR3TQ,!6,_o蔠҅ mr8*3nhkI!y,J l9W*/ӑhɨ)SNYÅ* 6/+ڕJA{#. 64V*9c&GV*ʌ܇w@*8-CHB)!-, M[E3Z2Aʤ@߬(9]R6HZM兪W7Q]3_:5U<̥U|Ũ 0s0S]Q˨sr$sQQpmגmZk]Sucmȝ`B~He4>E>* w}v d?DTbֲUUO.ͩ5,FoEI:[Q-qOՇ stv-;&;s;x:]7K.%5ÅRfߺu1v<8V-S@t}t DSb#/QM ?S2!='Ci<0;/ٯ&*B:EI)g*"dgPb[Yӆ4с*R45'B1c-FkCyX1+  p@`+4 g*%d旨;/YT*0thzW9Gу%xG6Ӥq1oh~Q3L=Dhlv-wĚ-ѫT]#ٌUhrm0t*F?OEImK3(k|VcC@*8.7(iF# >;'Z!,WJW*+SJfqI,aE<-cI*RGeV6D+G<_{=TL& mSJW-A?jAfhCM@yf9쑞W:!8gTp>|FR#0> <h]t㊲'buV X„ hxfVt}̠p@*´B* &| \Qy%^tqfWj2m&f gaž>uíCRg`̤_XxEHV`o6[O8)UqD̻W2>;+vp^*J? ͎x_6o$ŋ5QEg+ +g>}rrF`7nuӮۜ-o~UeeMTWis k(/7v@Ї T uV:biS\O|rLTC0T'kX?.pE@K}rc˗N`ngiew^3^fHrNZ04*^in"2G5T@@T^č^Bz|V $2T|AlTjyU2n6'mV64IRP%bjO*Q^)תfɔԑLT5c$y$%%ˬ5cpEy1*Z귋'd93[1'&gq+ Fcy#z䵩m>^1+-POUG-{TNw>aZ%_QN5D,X TQJpjQb@Y2e/Mbv'Qgh(Nl( %F+cS^X;UKK5 OWyx[;LcsڢG4Wc- ZFrx4 Akn>Z&sC |E9t&ѻx?6tk%H,nJI)yTωM!)3REI&á/8XUK֯N)M-xsbJ)j AT+k;30x!mq=TLbEj1ws>#0^*>v@`&&khbΣdb&*~~ͅϺ eRTT&0fd>RQRZh<:FZ/Uo)>JUm[JU£<*;ʒLuۢ䌢́6?k?HksDK@` "[̭Y5RۉO_sJrDy 3+Ae[>G|Z I>PIu~ɫ9UhRU zZ8~u0sh\:K ܇ uA` &cģ"2[ {(!OyHt[bڌ+ʳ %ʗFpt(KZ ?~õ4H<]LPg|5\3m8E \߫O/{C#A'6ٵ"nJU|(|K~T)nF{l%!c!gZ{*$jӒ~y0/F[GM0a7%A`K3U>ř(4"B; ln:6VB~؇g7̑([xhi%qSr /KY%çj?ypUJK3")Jė!3KP2d0Z`\d dl9Kfmj b%"gg%")6ʶfGenH Ji,eRƨ$ʆSu\߿o0$j Sx 3Ch%9;#-4ir^ž\%Q~nBtB=2 폎%pT`QK4PRj?Y!:8.aFSU꒤eLFiPb%D!pR~E g䟜 S,cz#N&sdm8U?uHvJH79k߇71B@`JC=ц.qדdh) 13"Dbh~'<9( RO_u J@%~kCpEy~e8OC Y4J]3f2RW>HkqrSNE-FzMbv9 U}ȶXޙR4Yӿ}\Qv5Aqd3vP|GW`Dzz{TL;۴ST0H>wܥ^z!'<}չ01ȷ V%|- ` {Hoآ>! 7ye]]}w~="qҜP.KsKV)WWV8 #ЇH aPz$rY <0d)Q5~MoUXBjLJU j-j|~+[Ζ(d>~WU"a+y^wMӫͩ2()@ Ў@T0vBe: @9%ȲBfʇ9yf׵X4Zl Wd\TI2N+pRM6KC=jáJiJL 9M*<+9e<(T"bk;RWw$p@`Ї2pjZpx$ҳC) ~&xf8Y] 9GkIFͼVLpggQ3\Qofw]LcmW/!7cFCUΎ_xdOGVׁg[ J 4ѴUӇOA`|Hg>Ɛ\z|`P/*A^ )\H=`QoLiSN/x=gqv3a[He^Nt!?l/IvI̭adu -lސ g*3'@`|Hg>ƐJi KCyꣳ^SΌ4ZTrqNʑ%*T·9=PbyVP߃:i'}WE/mb]˰m6gxE95p,AuQu $Jhwt*CYXېWjߑ̰ԁT NE~(w2ʢK(i'e#TLϯɴYxt-3Z+e Bi?)Kn66HĮDpyev63< >@S; Fi@⽅Ֆ$WcaG@; @W~leG5S*_T_~~ӝ^̌G) ɜD2q ,jlo]*Φ2F؋gakb-4LS PM%UxK6I> "0T0zAbr5fUv\1]rGqB\ȒY8&I# rv)/)by,+ (#emYC>o~)yVQש⌯d O6 Y+r_6 }-Y)*3T/hF.a4Tb oM64`>&0TppgncV$W ϭ[`CFi y]d4a 36RuFRM5yxf[VNK@Xeb[LU9wthc>)mu>riNQ6ȇ-6TT)-JFfvӕ3lK0 R |ݩ&r؇]hۻvEFKiuNKzJw4IӚDiQ Zޟ$@+-SA^[gL]&_R=Tmr&~TK`+2+h.{ Ʃh MU*f(a?PK/C// cd~U U^ }Q,l,G8, L ;ӃsvU'EѺ <&2fU c:Mkݐ&om-|z|APd|{ ç%_Q9+{^"3^WEPٰvR{'_qy{6i28Ê,h?EU¹bTi[bVyNEϕ D:̭(tަE-0nu8g3aWfP HIT%i[+߇ϙl1 Lm?[SrSi\hH[uJCc lV(A;(Z:RjAsS?RMR핅 _E.4%G)hrVg!,J**\ EJcJ*C~ g,t,.q'KRĪ5}b|c8ϋ;d‡'T0fǃ4%_f$ڳv>(ťNݠ‡$RSEGqE*BkC*)l-M5qIY>e'rYAaY*^2Q\QQ:'?җG?a'>MmZ3aĺJRUsl%k>mB GU!k;gESt'5ZeO-ҙ М_|=a,9|{ pAԬ=d.3>\xs>\?e)q>Ňpu ծY<ڻ9AKP&<3` )]ҳ|Y&f#GoE{bcRRNF|φCu=lI@%;Js3ϛ"/YaZNB_`D-C`TP^>ԣ\䁭jD/pڒ6MkZN۬2Ria[ƶڶ~ ˪>hxQ崜m$˓mQ T]535:FReܮ(W P]t_G?:/ = 5[\8gk+&,mwy){%m+9E#ټN6iF^W*ޕ'tRNl﴿Čd3]*-Q:HJSBR0;9Pő(7P$V4)_l|~ wJ"<~#/BWb*Z|mK Uΐ$Zu&G??Z%u5ƼIl|i=33D`+Ox M1hc4nLUC1\xuw>~|XO& ֪b.@MhG3 . (N*Lu)-SAPk#nD_0-JFo[ۡ^AlC~?ytM}^~U19\ɩ<iKb~[ QX]ʆP 0CPSrDvG4g{ي p^W*l^# =o}c*Y_ϏgboMS۽ ]!YU+O[7rɓ'Ξ={-EGreP`G<$5\iNЪl0!9IAt:=Vp2r* ЯbJN~T٤F`j"kYW: A:R-|XRYNrgL4eC_kfRlUVvBF4ljmW}I>6 V.=4C(ڙ=T%BRc3C֗WAy#/}Lj6X PEUW&9AA* d>O(T?I-QEraMJiy-kgTUk o6JVd*Rr uEH_R@R^jOT[=*SS{ٙjuh(+T#V=k{K4| 4÷RmMs) kSAKiں*ImIՍK(n\j|٘^u)yӬ৞WKuv @ .^q<<|rCO3S&S%uƣWD[NcJK WrVRѐ9K֗ 9GH~!#mh~8vI*GbzD/ۊR}B6?~3lj96d_+&K^G-QlKSeZ`GP 0+耴" n:{G"pw[Mѝ#TfYzRx2AR/Ywt*#! ДU6?D$n-;EM&ݳpyԆf}8fjŌO/Kͯ?2C#o{  1dޕwk4"e偁l (>P[ hyI)̇>V9U, Uflkl+)',mfO*/p#V˜ I{l];dyMDɔ7FygK+۽݊-*(MlV]-. (W8!(-a-6xOT씢bj5汫3RlHERç Higr*c6b+|R8W{U9=?ك+Ҋ=U uݎmU::u*qBpԻ GaRC0$!SR25e?xSQ#QM:4T(Il&yfcjωP 򖭪:;`k:m#zpCXF3=uٖcMJQ\{E檁lHy DH5͡ y`8/Pꛮm6Gl`Rh^tCr7E4SN{?1,Yʌ~Wk4JGL=z̰iCkQALxeȵOvui5Z!UgIQR(C A=#zj4(wk(+g3fZNp5,Ӫ/v F A:xCYoC6hN]@JevEet\~(|;8,s8DZBHK.|h>p˷kn9Lj2;&m-V@ǽN$sEyנ@VO}C gKlCѰRMJi KCyrye#kq3xK*Č)M9ckI2#u&׮.ۏTp52=g"R)N(2<,}B)lq:Lt|˭'O;{lxG\Q_` O=VwW;!p(1p(m3+`ͅ2ҚȗB @ZTCX{+}hl  6! SA@@l}B4ŖHK>Kv@ȳ<E_uV{͕ϾݙING0%,^eՄW;UeSRf)鸴&*)\&I{(  sVPN甿Oޞbg.;(rJkו>_bRf砣L`Vp& ~ܾ?ԬWJ_(alD~焄d,+ʝTQ&0N9$D삔,fdF/4j!.ryZJHŒ,=j6 Xp F"0ft:_4YPLʗdJt,I F"מR[_Km=tT;^Qc0_ T׌{Emge+S3@DJPڭ%ϰ*/O긤-ck8EÑy jܩ@}';Z^0\Lb6*Suz@<ƣ N\+^֭ͤ'j>!w!6G7Jv2Y_|4TQ0Tmi|'dy [_K)K=3TګLE ,Έz|e=[uV`sXk@s,ϲj)N8=zOD zbDuH[zMJ=< lgxtf *[ioE.b,Gȯ{Hw`Q/N0d] Kp%cFmOJ<+hG[mP"3b蠧ƪ.&"es,oD̋2u=Ref"ry8ա[ * ̶w9adXBaѺ\=`԰itƈ~HSf[o @4zEZi W=>7ݹB*ʒ @sRa,@DA293$_QV|pt(gvgpJ& UZKҢQVk,R ǜNxy~3[Ozoc G)< 䁣Ej  ""ED(@*8X!r%']}&BXˋ,^ k~"ܾ̟o)3X9'P!@F">|$PRA4 Ň0;|>1A !@">|* H߬yL++֒MDr1eLw+$̍E뤧v" ~Es^) _ 9ɨjd_ EyՖۤ^?frm@y,5Hw- 7o0Di˛SW=|ط0.tA)詮L vR)bd'PVSU{UZO+ymĒ*Y8vJU ե8|eэb  0CszI'Tp1B|ʣR[|,9dPIUZR,TSzG :e#LegP @fH`n}00i ."L2eVEvviUtc[v/Hu&W <2RL({4ȹ]QD e@@pRW͝c~JjIR"W9N!q>u 6D݉ږO<[̹]Q@">-"0T*]f-wCԞm%Sq p%M*Uzm@30*Pl$B诩,<;k$W)RRʡ!m^'URc>ڟc˝2dx9SPWyY@>p">/֔my{Oک~KC]YE .YF?EE4+wҤY525咚{ Xܓ7)5-'u֯()UK3JULmKD!1),MaIb2`I%cR{6HpEyV] *3=jEˡ8bEWIKLTͩTE G}*x0;hfųs'[&DovLǝ;fvʣ @@I`}xjNBS#@?ZRvo~fOgC@q*I_U$<*i^ džbuު-_+k3+ѹ_ -5?ID3żm2*S.mY\ySAVs@ ZJâdUM$EZ9B|Ey@M`})Ja`0 ͝x M6T6E3הpC0\Q攓RKhͷzɽgϞ9sKÀB,wW;!p(PDgE  ''lnjg(oq9Њ3U3jI]ʵX ]1fɥ~3))@;0&$PNh*T(ËY_XK$8PRTA# M5zP%K/uAQfZ2eR'/&=/u W+Qc B!/ma'YA9SLp=CS1?x=KMOݢ~jxE ,0IAnTQf̄S/@ > ?WLI5sdE:HX5UeXf!3#gn_`3PGom~dy5`ߥ %[EVN  k$O*ֵ;QV?wT*ʪh2U2<3 F9U{En؞$ڷ:U,s(Y $Y>?Jh\cIs8:qzԧ)[ܝ̤}q}睵q!n zO %K}*H,xFr?抲m+F3ҢyVlŹ5O9eh~Ӏ7h'TFeFi/1*iUYr *kIu۟,@Wx1vT G z(3=׎.[E3N;AZK;8Na%Nܝ 4Ss]Iőp<~9VrLu%QfzVO)dO`TpB&JLj $EU~z6J۔$Ukl[+erf鵋6|gPɯ(xEXpSN'hlJ 2!W382۲w@*ؖ' Lx0OYl ɬONZv/@7:/yZGα|\+*hEjXotՐݙZ\WVLQˋZ*E@Qc4pJ~JfWiH\,A`&^l_dE&m*`qaO˗2mX:eyVt$C%H$(*rؚ/ob3: \Gxf#.؞i6AdgXt*7:fjyV\YWqJ0ש*v¬n45'e+t5ma(i@Q]۩b2H֫M:S^VzmB"XRL"UfG8qe bkҟ7Bcڠ@bY@:i6u{1*RRBKUwwK8CɢV2fQ/[Qc*zFi#/L-xRV<::u8d'dT Tk>p4 D9R YZI6(QckuFk]Fv~8z?9/vG,Jf}R~j|p4{Lu Vh,R6rMF֒),QÎ{OTfr_*=[i& u=(< 8z<:ۘ$qF_aOjcZsD Zf>|P A` 01觤dʈ٦S$DFœjR֗V)EXK3uɕ;Ui"éa{e@e:/ɉ?V _ÖCϥt֣xթ(ʤpg+"#" %S'uݼfsZI7Qc*8!'Ԕ:%0e縳ۄ{vH;G}d..g;KjV&ŵVRrVI*Z]߭GUs8^ 8t2eMusuu&lNI:H[cԞSf[oѰTNT||4KgsSGJ1XPR@` #P+r U՞#[>\#Un+ы4*]K3uF<dQQ&kd7Ie QRK-QJ˝<.WLh U`Ψ،|8YetRI+%ѦiȃrV%, G1EDil`M}A>,RD v$ |Ed;_uzbKVBJ{$J9Q;ʣʰ2BBI-{vF7>YϤlA5/{PmVU- )fkFE=K6áR9D6"+ʽD>3=BYIaG㵗):+8kMϣ&XBmf}TCuA}C]AGe#^:c5o^J~T ^='z+8< -y׻"Gg@gbm331,e歘QCS8&f[n=yٳgϜC{]Ы:u`U*zY;xv֖W QI"t8d*p(m3_=v~3d pgooï?r ̳ЇS鷇& Б[J{ei`a^*j!@ _a=eRZf.O[.2Qnr6Z]L E! Ȃ:HO>= aOh 0Çh 䍦xOtfϖH-%;8m|Vp;pRʋ zE^*SGE-\1Ev~zyԒ!'oOQrSE[NU8Ta0 ;{[aV0<0&*{{G>믿袋w|ի^``: fk0,hgUJ&9}۱=l}ѺmOщU ,/ij8+o]sV2,%{$I =є(?~YQeDj +6_GS8Rh@>X]#86:Le]p7WӜ یH=ХJfٞB))TTb%Df#Jk/j3E\fa:[5 IVX[8dx+Ry`sO͉ɧA]\7'Tj>^8-wZb L3]+}}rH=35Yfwaak]5f eGH6|~mL>etA2FLŪõ>-s;3>~PrPC=5yB]C{:kT7d1Th&ך1f^kʃ  n諤C?+%bVUxS`Ɵ馛=׾h#C2O6HYNK)?cOP>f^4@`,8T͙a]+hW=JIy_H+A"R6+;W̛,ywS2Ԇ@pEyY %?3">~u{](#3Ep.`9ذ f$B $Wj+e2@ܚ! GJi|tKt"'(16{h!R#㉦d~2θ!,fE'$Í-Ύ9hI˞h2=7-uǙ@ XO*X{AA E 3hC-*rp]OS@Iܞg%0:k*L +R7YKRZ/$&uu/ T*y#KW<''PG”i`уlPnf"+ϱ#V9z\LڤT؟:i@`GL fΈ+^iGb7A`E(Ÿ1쾬بq T( rh{N.ծd[5lMv* v>JCrF:-je^^uOq:(ۿsn-gkqud]V.<7~l>#ʀ.&'f>gpSc{.>nejNbYE#bt\t9 aJh{Y0zHR;J;C]l]ULӇO̠&!8 }{ XJt5IT@(qQ4\Z4x =mf!t[6Vxjl(  4NU":=zUE͞;B\(;q]nΒqCpGw+ʩɨG$R9EE Iqd2+v"cLl-e(*ŃNF(_I.Rp/ݚjj4NWeW#LuI-ΔIoBGGx8 =sE)e5c+-,c#~Xdd SR|gs  ltUQI8TpQN¬Fײbم=R٣Qi].Pdh b>ygUȢn cQ(߁3 ;F}ΈRcnB55Ν*r'2U+*52aBJ]@saMDM kygg .bT\WAd:3$Y5:Ck4+ч7)@H;@ە* >:FwLJe2.,,T'-AʷԶ:u HP+DdJ'?AՌtN,fV.5@ٗ|[O9۹mU޻I N8XW8/_e 1aTCT>P`s+hWWvteU$SS=epT13GDT[X)ܣVLQm藌  C@>4a543?9V4VvU*R*qRZTrjRVIgRK&2qI_nL՞S`:,v_Ȗ PxY @J ^ }]Oָ}q =r*#/E%Gy,:tF O14) !SE<2A)F x&Sܷ@}C@*- ^Qr-=eC˯25epF'9_dPx8ɵ,|}fK:A̟Rh.{ ߹:;a gi&7;휏W -a}^*kqeweVl|C+SUNm/ S T{9YKb+Vl.֡9WWM3I:Y^I'68%Pm>0y̓K;q:1qA ,RD v$ 2,/RGrQS"w?3?g凒Jյ;ɆViRybaEkSE-l`Z1T@ېj)j2,xl&!QQ4n=Ǡ%;CъL5ڙD/r6p&ÝRuǷwg9>1jp{n&6ҳz(PX7>rI{x'-r]Y&J>ؔNa[ E^%Ǚa6c Ki"Z8OXĢ-!O~oCa T*ALL- |qGQ<'ȦB߫hO%{k*Ë&;n<@Vv`@w[y8^I>6U+2(ZAg B ƨ,dFʼp $eXQ"ٜqߏ]5H<6ȒZ8HU cdW42T9l2JK>SK'_]*7ωZ=T ۆ nHAy6Bٳz*3L?9R䑴~OUZJK42PZ zQzE-ZW˶?n]k^ݪ638j%3ό#>[,*]rjͤAH@*8Ќg=?Gwe˸VZi4y$;dMN)QSܣ i*/ ZulJUIyiCv5Aը=fi>+ʔզv T.\-ۡi74~Y53O8<9TzapKkC H%@*Ĩ5'j'ո(*F%Dgr:>%s9)ӭμ2m#<ɪ(1?*:(vՆXZbVWb3Z(M4QtMQ6ob%mNʤ$'_<=e6H!іKt 9ϯ_wNR׀_)L6Ot>TU^@`M )|4#ϿOIK9--y)P)i.T ѢG]pP^Y0iJrƗ"ҪܖT1(q?yŃ3<ɑbq&!U Xx4Ї4Urh v8*  lJTfdKU JBDZE"EY;R:RvrK53硪 3 XtT(prflsQ= Uc۞ :C?; JHW֎Nuwmv0TO)Y8kLf°kpVQ*_kVSZmu{eRWH>4x|g OV"JW;SVIEyrv<]`uQ\)Q3Q mTҔmj4s6Ũpo*2)S-ْǝjlg-69T1?Tk|EܺRG}戓W{ 2HWЎPSl'Kz$ՃEoSSŊr&qj:$0jm5Tm:z;dܟ|g jT!C}4~9CHgr ɆV3*hbt\Hy/-&],WBZ2vKQB(vgf*_'T,dUB\Q.x g3Mg,FӀS<w!>|ߧ%TpZ3ɒ̚ /Y;:dQ?E _)bᖵ*4RIj cwH6L~e5 'Opt+3J`ʒ V/٧m.,%F(u@*θ+X.++ 7)w*pvV *0@@.)B]F[vV j qt1W ЇA C T꜉o31r>fT%qEy>%  PK}x-1V " 9 C1&>7B vj !0+eӄ(驇f왧N~S%&i,GKW3K()ߌ}&!Tp+T|c['Q_đVrؘiFIzei9t+>b~E`UP#XˡC,Uhu0J(-Pߝ|ɨy6UZl@4s6, aϷD<( ߭(2vZݶּTeRWlBN7ka +,?Z<9@! aBPhF9!JE"6Gg\{moӅ>̶$ dSLl5#xZ<g SW5^LiZ)Z(yBlo">(&Y ŃtP @`q ..d,2tӕZV5C-N2yGN(LO=]_tafӺy̕i=u>mjS54sy">2 Iy8) KX4C`z+r<\+i% |V+]* 奏RfK/<*dyv!W. Y.WWHŨkOC5` ߅TPf){“XhXW!v08LGǑ~:eR7S1Uk/Zgm(#W>@H&յw-7(    &Px_w>IE D ٳgϜ93P  :9^C Nt(R . ?>q62;֞L꬈_>>co:H W砟V-I}NXĉUڑ VBaȝ 8T*8FZ__`Vp}1G$(`HIr(lp@`,]d`< Gꭐ`}m=ދ! :)~()`Vp -t^!@@`@|;Qk&g@d# D \jP|E挋Gb,5ް@H@>ۣ hnrƬ-g"X :ՆesW.;     0#"I,`fe! d?~,l 5Nz<#a LJ2p4(OgfRI.)ٳN9R--y`N v6J7+8 C1 O _xOnʧj4@ icA@`a> *'J$.1;IT(+@gΜiB@``Vpmo .э?   Ѓ@ܟy0'<^U3y EA@@*^)2 @@@+{eal ]q6<DHK+"<4`/ K@1Ui< @+Wɱ{񂝱C@8[SsX;?W @ JRL p D@@@@@@``Vp!JR    Ђ^&т"d(K 'j:v^v,!i ܭx[p ;r8      H@@@@@@` ܹa@*6     ;G΅RA9Hw.p@@@@@ @*s!      Tm@@@@@vR 9h      s \0 D#TpBA@@@@@ ;r8      H@@@@@@` ܹa@*6     ;G΅RA9Hw.p@@@@@ @*s!      Tm@@@@@vR 9h      s \0 D#qIENDB`DyK )Brush,_A.J.,_and_Bargeron,_D.,_Robustly_UDd@S L  S (ACAFRT5pEw@-Y\T FT5pEw@-Y\JFIFLEAD Technologies Inc. V1.01  }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyzw!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz. ? :|p񯅯MSOwjEصy.ϨZ[A42y{%љH? o/@)v?CM"N~ 4›Gc@9,4 o/@)v?CM"N~ 4>K/_}ַ?x+?Ε[S~zƛÐ=v񴚼 ; ? |aiZf~5ZmXtCQҵm+QOBmOḂGXGFe`H)v?CM"N~ 4›Gc@9,4 o/@)v?CM"N~ 4›Gc@9,4 o/@)v?CM"N~ 4jOğ~C/ߊ><}C 'kvUΕ< ֚">*P~x>c?i~iSƭI@|a5VֵUҵ /Ưk}_Xnt{mk$%?$5]#Ee]{p~h7>2Ҿ^//luW$m$n/jVֺ?sSk/O]+_ G_|8tW~ O T|[<;xwQu=્'GZ|/i:?h!i躗uM u-+dzhޝڜtC /qxX4|@5bĞ } V_-4o>N ms-~4;]U;z?@P@O(w?ij ( (McU׈ (G@5G-'ïh?u?<X4tXr?|:掀kc[O_ c,|:?e9oy>G@5G-'ïh< cgOVC 2]g>7W^%zP?p#X ( (k5[OW^#( iu?8Z%}@P@P@|:@?fX}@O(w?ij ( (McU׈ (>x֧@@P@P@P@?sN'٧V/c@@P@|J/g?eZ> ( X|du: (f'^#2P:m[W}߈<'kyywk9V XV6Hm?4?9a~uĐ,qzɯD/>0 /$7|em%O5$muiwV֠;xB7|K_ec|S=O췗[Wo=K|X&O/dQ(wgsj OxAUY/OM?_Z >%3^?%ԴOߵh}C7ڭ'ݽ@>`S_Ľ_Ğd~!xDSQV/_𖁩\A+]-6"m ?Q(Oլ];[ _xckI>k~_%N-@@P@P@|Xɬ~@>2}@PO~?( ( ( (d4h (2Eu]'JǀEqZxD4þ$bTfp o/@)v?CM"N~ 4›Gc@9,4 o/@)v?CM"N~ 4|GO[eI`G^<= Zƅx1E`|?mLE5e4SyR*_diՋXP@?d'xYc( (>?io ?]x> ("IOo?fό(:|-O Xо |q X<躬oMa즊o6&a/ƞ t[zm>>_-/E|p'g;HŤ]ko&K< o+CP7I]>K ?JCG=65dlOO>!~ȗw:s9dѾ1kV5pzFx  ׮seѴu@hoY|Wi]_%jz|?>8o4Z_4? k6YPP=,>:|E&Z״ԳWßxb5fW7fӵ 2..t>il@<~څkv?e] IJU֮mikŨ^KajLCʀ>"ѧ~Q%N-@@P@P@|Xɬ~@>2}@P@?N9g'S(>M'JUe4u7O;X[ +Zo52PhŮwhS"<-ʮp<_q9/|5]i؟ 5W"[}M{k_Fx0-KZ>O =T໯|;𮟨kGm>?]:-C[Kcbд E9Ѵд?C4G_B M7P4;GIm<'N ?4 bhӴR*Կ?ahl񵮯.V.; 3IҴ[i,m3Om&5mZk]2]W_ouwS XG5oR5 S%NK:On> (2E+|`M;7ς`'l)߄WO, #]I}hլ$𯙮i/&y?fk M / _ojuh^ m)<9߇AwCC]\ZC7闞@=A\x>5Z{ u;\L𞅪kcŐ~~_Ǘ u[ df]eOj3UzUaxSVaH>7l/Ϗ|Q/>#4mRƞ"<)hS}+QY5FKRS>io'^ P@O(w?ij ( (McU׈ ( KUwZG5/u ?|[axKY_Xou}N,6W3y6RH[ "wOnio_.~ߵ?9?᥾й@'~?S>kw &mCIaez]W_l- L{i}yD` io_.~ߵ?9?᥾й@'~uBS0k@xK nݫ*߳w ]*J ~"?x~h~U5bU>Ϡ (2EW? ij煴m;ˍF:FmoiiB_*$&WP@P@?d'xYc( (3m'J״OBt?Z5>I4mZQҵm+QP5=>9-IkyxWGVV x2wF ïg(N?~u߲O3;Xio3'~m??:rdc_P ,Ѵ7?ᓿe6f9@2wF ïg(?h?ٓm|^h߳&o&5֙v2Z%Bt'#wR4vcͭż ,Ѵ7?ᓿe6f9@2wF ïg(N?~u߲O3;Xio3'~m??:rdc_P ,Ѵ7<-=|6c|?ijx/;::}OʕRoI!XH8 ( ( ( ( ď|hWÝ⏌>h_ưxHi}U⿌zo'|?}m!mެoWM0C_; cSh'?e?ME??h7sXi_; cSh'?e?ME??h7sXi ^'mi~ mf[O/]?oZͱaoK9y7o,H o/@)v?CM"N~ 4›Gc@9,4 o/@)v?CM"N~ 4›Gc@9,4 o/@-~$մɬg:m[XG OIt-:.ѡ ( (>?O O_ƀ> (-^ᯆ</|Tq]3^)^q}}]'>'t7z,t^o-c54Pd{tg*v6o,7оZBt?xTҴ x._Q3i|D(Nk2yiz)G$_~0UsGZωx{x=7^>?浰7RZwр}?)_ PkCIV%W1WFVyIX^;Xŭ=?ε6㟋4no{ &J4oe jL񯈬OYe{]#1C*xki_ h+dv~c6̖M:\Mټ18񍾙Mxľ$WekjԞ8ϋ<+=rB^g /Hkƞ< i:2~x? cחiڭ汪zz`@P@??NGgXSd( (  )׾%3|?u_ EI&nZO}?o{[[:POE#O_?|ic@#?O?,hs/E~Y>4E豠ڟ'F49SdƀG?j,?~"X|n_4xGCƞ_N|mxsVQjoG3{x*5S^Zz#?O?,hs/E~Y>4E豠ڟ'F49SdƀG?j,?~"XOE#O_?|ic@#?O?,h=Wᧂ)a3ƺƷ~ºUΫ7_$gzU?xC[Imov![HXiaqss9`8擨h~gSR-:-?Zm]NB~jva_& n@<[ "wOnio_.~ߵ?9?᥾й@'~uBS[ "wOnio_.~ߵ?9?᥾й@'~>8|m<>oCP=xc/}i_yJy6q,QH\?jstK|:sN -;7@4ï?hDڟ\?jstK|:sN -;7@ ^7! [~}i|k+Vtk~+-Eχ>wÚ[}ǥ+ @P@P@c&KtP@P@P@P?p#X ( ( ()ǍWgۯh|5 <]sWzeѵ-|%OOe]OG$/=oN?ƫKƍCZm<]x= @uόnFr3^K@KBmoG}sw]KkdP@P@P@}z5:< [oеk/7:]ω4|9jmVҧwp-u55|9cҀ?['뺿|5xßT_~ []ӭuoiȖn-ŗQ!/@( ( X4tN|"wzCǧgߖ/ rYf_e!4|c[xWC Xi%~2ݧ<66} ~upͣ>`K>sh}މgZ5֭):Wt[- O!ko6%/3moHR(ԄPୟ tߴem~'c_xVޏ ?tz$?|OE-c]]i0[ "wOnj^):|?1ֵ:[ūKa5ͅWqaua்%jß }iZ7OjT6sw~]\Cwc5_ms R꺝Aowk7;ڞ//m'PuyYXjھS& Rj:]/]}qq-(P@P_[_hZ_ *ҭX-vB;K#,w`8`/hg¿~@QxWQOCh_4¶u+6Vy=Οhޭ n|?@xbķgvvzLJ<,<7][6|!KӭMR n<- z<5}"IkyZ^ifjNooKGHԭ/>hbC2-~:xWa ZžTԼoZ)4O-W]j.j>_+J~>-5 tc^%|U[j[Z^O\jռ:v3$X rfBP@P@㯊>exz>ܞooxO"i𕩗ZLj}GMHl5R["4^*T?!< knN/מ+1ضK].OKvk}_Z߃@> (٣Ï|nOo ͧ?j_As~ ֻ{Bz˩-m|iVѯ5{U߅>um+^ҴwBkDִ-[F4mGJմF;?S5 9$&xn 9QљX@P@P|ZYB4=Ꮒ$/=>N͂xWݡ_>'м/c{q:b%@a9U ?D5}27z5[崰YJԚ]E4/WK7 E<94a_ #7񕎟|C<B|`aKŏ?Mu^>&kVe~דXo @Oڞ/_'Q|~h_'ݿfg`c?#ĖН@$?7[/BuFK|ENڟ'F4ˆu_||S??>*y3gK>1iy>Oٿ~w@?ڟIo GS-:Hj#?%"'PS.7 //+NS3^_ؿv>߷:/?5m"~׎A|Kv^epuc̳+ob%Ans4,煼+hG%_r>[ľԭ)J{2+[+@PW5Ү4/>4KB]ZFWt_ W:֖sw~eko6%p;8XP(XxsYci_ßMr 7?o~Ş?l6&oo/b+I,~1[ƺ|LW; >%Di{᫿x⟉h _XgŨ/hiO@<c}xJNҗDqu jh?Ꮛ- @~ K@jAP|> Pz1Gu2]Zq WT6igAP};H~ b WO)><;Cռ֭HӼD;) XÞڍ,qZxSFem-% Q|u|W^ ivߴt>$~[[|>Z%u` |meTڇo?eg^x]Q~ߋvU׈ 7QLj<'ͪ\O-–@@?O_|17_O~">Nj>)u2j^{qg˝QYwOK (>?f ]xr> ( (>7%@???>u^`o,n?qyw]Sv%m3Ķm5 cVݜr5ƕwP@?៌6~+U·xxa|1/cĞ4KT}kBAccf oĿ />2+OujMٿ;WW=dߎ 5_/x}Mxíg¾0d{kw;l-$TTxº? i>%od[;Yӯu Af mrz'VlKR ZL}+π? 74=n _ٟi^_7"@P@&47Ôx M[B%t[_kZT1rͩ>u-GOH]aHtX Yvs >0wu|9״Da]]iF|C}Op'е;q궖:2IuxG1D7%@㯇~4-ux#rxo:xB>Ȟ ">ఱFs:vk`Axǯ Yr߆u}3Yaso|a;]GV^5qa}>+KX4t{×>`ÿ>}_<{xCAҵW\eN~+xT;Ge<3NMC֯#uxHռm[>/\x D-4Ioݠ`%̗z}=O޽6 +úS/[7:fj%moǷD"]KS5=cW>w{ux >?Kǟ<PcY(nsx/>,xCѵ|f?t{@.c|=@Ѵ/+;R=?eZw $,t A X^\ G@+@|@?ŸN_Yg ڼ?/}o>AxW>1/BK3[;:~>c խbaizzx+ZW CUԵ]B]s>)%7Mumii{O^ZZͨIiaagifZv}a@PwdP?]֚fqA}.ҼY7w"K4}K "][{ VJK(S7 'cok_<&xMx {?x˨b?~)MCUx_zi^Di-eд4QP<s$xߴGa%|7N>i:|#ntcj:$yK+W|?|LoN | ibq὞cj8ecO{iw-̺j2CF<@9]ߴ1*/> }OUE'ٿ-7/G;S(oP.u#Oauam.CEO_g/ ~=x3Vm+8-bZΘ}[Ԭ=/'όjG}B|ex{U Cծ|F}>Zv,/-"jP]}N@ ozG>Zh%k>Fem$|\~)@b5u(E. :]iQ%4UoB/6Wᶊ$F9dc_P ,Ѵ7<C]V]s5>]&XW<)]VJ}2Pд[.,g{wYKB@=B ( (fM[J?dO]u=?E4_>k嶝i:V@5=OP;{ >y8UI(hߴ'oxWO^;Z_Eut~ӵh <=c?kw>wWBӮ4=RΣ5?amhywCjzO-;V_k >Oo>xeO\~bRu]M ǍHݬ/uA_Ŧ'πg?i>էu7u@߮ɥxKe[iq)O |YrMfpNܦpk| iOZZi΁iESB׶/B+}Gu{_4-?FnuƯ~յM??R>C|ox?|gkžӴki[𕞑giw2ZCgɫ^i ??i⟃RM|j/'t|_O ?!olu- /we?VXw AVVCмT/ߊ x5}7N> ޓgiu}KL_:6,}K>,ҭ-?f ]xr> ( (>7%@@P@P@P@P@g- ׎4OA_j<gIᏇ\I|CK#{_Y\f]#:Mk:ENkVZh֟ehƓymZGyzfg$}դ ӿ7]|5o>,ZWfu g6 Ps/EFK|EN?ڟIo GS-:~_~_7#E͟σپoooFokO=,W? ij煴m;ˍF:FmoiiB_*$&W}DyK _Ref531412681}DyK _Ref531412356}DyK _Ref531412354}DyK _Ref531412364}DyK _Ref531412357}DyK _Ref531412361}DyK _Ref531412291}DyK _Ref531412817}DyK _Ref531413160}DyK _Ref531413220}DyK _Ref531412291}DyK _Ref531413251}DyK _Ref531412283}DyK _Ref531412281}DyK _Ref531412295}DyK _Ref531412289}DyK _Ref531412332}DyK _Ref531412321}DyK _Ref531412329}DyK _Ref531412325YDd F L  S (ACAFR Y<>lrXV7FX<>lrJFIFLEAD Technologies Inc. V1.01  }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyzw!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyzb! ? ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( (8B]*]D"muEsmwyokjZX_N!•ʀy4υ >0|`׼'  xwJ\YjE[C [zd sKX|6W>1T_Ѵ~QS&os{GizŽwx=!so'_?i[MssoYy}ZQȟP< WĿH OPS: I^jl[}#^1k^ϧjVios[\[qg&VICђT|[vwkĐZnHzPA௄~qCǟtmS⿍l37|<60xV^tx>]>d#e F|WzDŽw/_.w o_TMCR=^6ՕwxrXj?@:Vii.ZNi6VvZuvz~iqoaC Gq""B<~o w|9Yu"O4_?&Q,"নDho<| $'O[CJV( ( ( ( ( ( (8^5Ҿ}BDM]bI}VJ{dvjZXL6񴌁Iu+UYq|Kg_-xzxgþͥ?H<3GIcLί-ujZP@7ފ>*T5uh֞KM,^'ELbP ( ( ( ( ( (>?wg|0|`߄"O ?BWkWl~!3V.\MXxk5 (6xºg>(~fDUiߊ_7j^i7Z~74k62X_u-)IlFmw]oxšwڦqaT:ƕ έp܀v:O>7 >k=jޛڟA5ޱiH{6:\ vjOZg '-~?ؚgnUxWoůzO^2/GyH?L-'Of/Gㆭ#5^?xSEφSMs>-CCߏIV>4 nN}qk^*=?i#j6U ru]#wGºntjžҴn]q[u CiV/ͭx*⇋t ]j:֣}x&Pҵ+'uVV?;T@>? ϧ>5Mq^Ei69Eƞ?oMnY.巹@> ( ( ( ( ( (>a.q\\Ogofuc'džnk>ͽM:=&z@>>ui?>ɤ^;΋u-J=N)'6iEk1˫^]Kg|tM'5Ծda\hV:gg{"*K>+}M[tQ 0Η1ƪtX[|3Fx_Ý{T|=MdW' gFdmci_{:σcsx4'It[åhYKi^:];O{Ku5P@ OuX?oiN5? J$B#Փtvl#k s 6${|][Nuok$΋jMΟxu? jn*sqc$yeo@tj>Ǥ;΋k-kJ=2(t[Y.\dk€>G?O/,#<@/3'FP@P@P@P@P@P@?uq<'oͨ?gOf!6k:Ҭ5YM7@P@|amgDof_ai%|W7[k? ŶSNYifW~ $! oľK0|dO?xiVm}_‹+_ُSn~8h#ƺ ZDHith|C?4/M?\i*ۿ?߅5C<65Zge}ɤI>p/=ĽQ|gxDh<9^mQ+//~Œ KS]?gmXC?}߆4cÚ~O^|GVxO:N_/SJ_?[wGegG1Qt ;FյgQՆ]~W6r| u? x?Ҡ6s %k:RIx-OHEg kמu}6Cx>Οw>$|75;o~ 1x+U΅>/ x+-z Us]#ᶞޱ-y>;ҵoAmk +-j_#VVQYGkz^JxAgGP>ZO4xľMYx7@񗂾(k _& n@<w occxĿuc5՞un,n'ſfxXI+:P+[0` ( ( ( ( ( ( gU|fCtOz:Aj'_KYc"5OmQ ѵ8K8P{7Zm;i:3ZҡL3V<Kj:zE2FZŰ> -Uh1ZW$x7)]_~)nW>%g̗Pi4%{|ky?5ĝ>Iu/tY.|}XiWYȿ}OSk㵹C#!?/k]i>4?xSH|)jw:楦xkPbдy줂9d+5P |'Y --0MoEnKպlkX3OZo|?|ؼUKLj|BhW&>s]Vyu AEokb>/֡𝾨\oo cT&z.!Ƨf<@P@P@P@P@P@P@P@P؞*)&%14 GPm:[uaI 7Ȏkjvz+m?xtc^!K B]XU߈mm. BK0⾴[Z&A0(; (>,𯁴+ľw4i:Ν Nm徝g_VFwim*y]EeU`w4qx)ukg/O_Uև|34y5SEĚwLJpt+@Ҵ B4Dt-'FѴ+m;Jt:;=?L48㷰m!m#8UT@P@P@P@P@P@P@P@y~ |;owG,ֵ:%I:Sfoڂ|DM4o|S}kDЮu{r3来x=]sqWşͦ9Ev^evsiX薺c ">A|?h CxfL_NG~&P{[Z+6zΗ߾gXz߈UƱ.ClCo6֗Z|[^Gi_Z-ZXjz|om P@P@P@P@P@P@P@q<7^&խ أ?E?^xo:yo 5K;/P_gB_x??Mό/]?.aßa>_3G㧇yG?t{;h^ 5 P@P@{I|9m?_i<?t=R>(|/ѵVS8%ߊ/[+/_CjkVi։iZi7ڎiZw~jrIoZM A#,r2$B ( ( ( ( ( ( GVt^>h~+񞟧*F^\>=sKQIXȗFxzw`\\Y[]C :Vii.ZNi6VvZuvz~iqoaC Gq"" z|QH|fZx?֖>z?S\YҼ+CDX+4kt{ qm A6+@{? C%x්;< 3Wh i/}  >BmR OF>G<Iizm c 5o M|=[mOĞ%(uM"M>%Rh( _$6z +Vk.ESևsgD 1ɨz #Z||0~)Foobz_xED?x xnHN+h@?j?mait5e|7m!35Oi-j~zo«)wψ~gv9&ӟ6}@P@P@P@P@P@P@|J/g?eZ> B){OWoX]soz7~#i5}2K r;Q |H!~*<=S74oo&ӵ:-G/ټ ,t |CxVXg|Kce&/ـk煴d~Z!;~=wAo7j9< ?V t=R{M2{p` DB%?O? Bcf~ +^@P@P@P@P@P@P@P@?\C,j6躅xN~?go)5us'߉ ^}9٭~y$mqZInP߳G~|@=3Kc6W/zGz?l:kYk=j$E|l6sO 7z_^/ϊu \\ඣw+9eṦҴPA%_a2JUC|)?t~%ø#{KQ=-Y?Pc\O"_FЬ<0O [(>mSC#/\~,Q>}@P@P@P@P@P@P@|Mį>?g=_ 0.⟊WcC|"clm|[uj7vf{"}@ACa|)/hu/?>.M=wE|Ӿ&xRwǢx*]VkJO?@ ?k:_4?h[h mH럋<+WO{_Fk8u]J\ѿ{]hxC7ǝ;O_>࡚z⭟~|)Ӽ)⯊ ;~OKk6wǾ-9?h]FViwa8xg4O>~%Yf ^|O",|#덨ͤ]<:|D:yᧉt_x~(|T4x>,xGd8iu'oz߀}"/ hk^#un_MRƻ_k|v^M I h5ōS՗K5Cl|}Ӥ IuE|m3᤾5i Ѿ'j: RC _WҼi-_eJ> ( ( ( ( ( ( [ɿgCYO{=kԚxwzz^b 7Mja>$SSfӴ( (<u7B~7of-l+ y-u6^ fo<0/"|[Cxo k^ǃ?x[Úgگ//NcF{yS4^dwfbP@P@P@P@P@P@P@yďyYYjÞ ./:յUͥxSI3_{w{h)2\3Uc.\MihsfiuljVO?^/ g·>"𗀼5%ͥ֟]3RuG:[i:Y<9P ( ( ( ( ( ( (?ƾ Ҽq[_\jNjkN-k[kK/xjB;K9-otON-Xtm[P@C x8Ռ>5wK3\ec-Υxiu{]?vo5 5?gPAxtqUwf~X}?_ Zn-l%+_PnNG;.|IEx Y;P]kGEFmZ&-5Wq?[Yޫ 3_5yu]}ʴ<Gw' էO^/CMWC}[S6ɧWvj{gMB^a<7=#"X/h." gh>`:Io.kP@P@P@P@P@P@P@P@hV뺞.{kƭymiZN[Iyjzy$v}3O5$qG%xsRmM~TGk?~OڐO]F}_ kf?KW폣cŚ~Oj[Xi:U헟i4sHP@P@P@P@P@P@P@P@|oүu]OŸ 4=CBD"ŵ|Xɦ>)^м7hiX!񽝖k F@Uu]3Ŀz%" ^!ԚN&H- (?|G˛Ś5mG _ڿd]g4xCRPl,|I@?wŏ?nº?,Ҵm:~2/5-,<EҮ5xO׭,5 tmbgW~!<+ 8u/xOo jSC{i( ( ( ( ( ( (<ƿVͨxũ |a'|}w7zv\hl¾1=΅{ۈ!5(z;??A?jOPZNmr}jiZmx>UOh=B4'J43Bд?E4]>IѴm&NҴ+NO4>84[Hax#H$DUUhP@P@__> o`>4KGO54)wgUx]j-%q>|0?tx&ۏN<|S4xg~c,.-kݶj:Ğe{Y_hV>)W|? jj;+ˍ::s=ߑZ]KJ\x@A@P@P@P@P@P@۫> kCS /\xoYkKQ(5PO~2|RG4QsiPk?G?{G]~O se,?^}h!C"<9Ү4ox{O-/ ubkdmWĞ!c~;oWY;KĞ/˶?6{"&*c |0>OyEg!?U]?wOzo߇5Ko+0ahF%m2ixX/%v؀|%Í{=~/`G;ZN"t%m%iSᏉ4k{sCr&m+IXM:]?w>}6i w7G$6_u fXoKφ7Y]mwA=| R hմKMcL<' joL~O|IKk?gJгT&i= ( ( (<=7|P~ 8xxi|Jxtxğ:Ԣѭ5HZ֑j&XkPk|Aͯ}B'-RܲxgoYҮ|E6ɨ@Pៅ|}}Zgnx4o5/kkϱPn!ҵ8_KtOH-h폀>-K6|o hwXw6k}s/W[H%yp^%| P@P@P@?y7 s &jf>o ZAImTiLMbO"ǯx[Fu2jÚ'5Ftkg>0v~$߃3R^i`@P@P@P@P@yĿ[RKź=,7ϧ_h^nŝ/uimt?UuF4[`េ𭦕}M#X㩬>;N|cYgi1\gZ~ikoh@P@q5V*Pu-+P\t9ma; ž..SG񆁭i֏,IzM Mjs kJ}>!K\I RߴoVt_ 9 k^>#f]袰iAG|P"Ouc]A3~m+> u/gg>j][( ( S z#|QĿzgڬ?5kNҴln$5OB7dVnK^M P@?Y}|sG4o/A71eU |m5.ߦpw&@> ( ( (>MG玭M#?-uoT??(S|0S}e\yU<f ( ˚eg]&=Gw$owxVIJc:߉N7l6?ꏽ(/4]1WW4yoPw{xkÚx׿g xR FbïǀxθؼcW^#<'c>7|MC2_GyOx>NP@?} TBT_i$mϛWv?5?j:^#~ JhP@P@P@;ǁn>}[{~m:ϊ<;3o'Oo|{/U`6[_t дY T4WztmaMm #?] M0j? k46o? /Q_J{=Sz`36ֿCLa_ڳ0O |@-# Q{FY@-^i3¾m0^j_6wWhV{Ɛhچi]=5m;N_-]I#i:zxږeԭ.4n9-uvvc$0y-$ßpw? ( (/xUOg¶~ ڜW7z~z%ƱpjW',I R 1y*|GIu ?iw^:__8~/OetM&xK.DMđiPY_ѿKo^j>&![N9д6S=OMAqfzѺ՚m>-@: ['ýڟ5Boi:}Նo˨XxzOO2BЯ, ؛P OEΌSV%ӤK~~|Cx1|r5x^h~&?Eci~+..GqKqc0@0<Z#v+ZtѨ|vŗ4zgu)>\½(xczKKx>足 fZ姄l4oYB7|dwcmWuBZNoxz-u?t~~ooOm_&f,h: ( ( (>Q K??ó\^j^*~߃4Y-1:GuQ[k_z<៉^u Pˤ>m_ J_u=3^t[G4hU77,i,?>🃮4iGAs gjwtgķ>:tj -gյGV|Gjr];O _S<1.X/5?^&]#?^(u/i+֬uU{s10ѵO˛ |Um.>&ߌ]' xM6?KDյ[iWZwj]~o4-~|3Z_}}'B+]w|y|?㟈 FrxĚfͭk˨emwnC=xS4k~)ښFn^O쏈*?kCWXz]%-/<5? x?[O_ xN?{&_ u]z-x+B׆?OOuy^]^jqqT/-GWԮnBi_Re -a|t/N*h<%x_Rd3}|--Jg~iRAfs0P@P@?#.wGLj>~xN]s>'Zڷlj J[ cK#>~+?"'ƻ uDD@W ЮGi? PR+5ţH ;[ӠDy#;kWtR)_Y~A "jӿ ,emA )oGZb?> K? ~L%k{RW#'KS_ᛟ ^j0ZZK/KmOѬ֯lt Ũ|7A㿈 o,/_Kɩx[6_:)6QNMT ( ( (<υD<}{ៈ#լ4Ȯag~&|<;_ մ:V4< k7Qh2zSx¾񯅯<1)[/ u_}Qy|!?3d(( ( [VҴ +SuOOtMOյcVӴ'Jӭ5=OP;{ >y8UI?{Iu|j>h^"9 k6W:o~|/uwxH|aXWk7S?u};fpP@Pgյ]VL5OPq[OsLu|/5_  iZ' 5ZӥrJ 'IҴ +Lд-3OtMOtmIӴ'Jӭ3O;{ >`8U@0|~9bhv{Ũ|/牛 {~*tiFw?|_Mg,ub_?j_zNѴ:&\xE}x{[2hcWQ 7M7k0xL 6 P`=|C6hq|KNJa=SR>0jvOSs/_g asUO:ᗰ$mWþ C3X7Oiφ/W~~ k~<9ScQM:C/#&^EԵO}V O 0Ν'> Wm{ M叅"xB K߂Ws[_ZkVxSC^;t 8W ]h~-yZQKF~:{l5y?yo0K5A/xVJ?n|u piZt1wi_ {&[+Pt-Qn4j[XмY6q?nK~5 @wZZï`xDok8E&$ ( ( (>ִ|&T+F]׾*/IQWUyg?% (3m[J4O]u=?E4]>V5ZNҴ+NP=BH4[HfkH'weU$|A{u|i??BŽ?ϣ[Y=7?wJGG@5G-'ïh-hOZ_i g|9_~ ֯-~)wL~x4ZH6Zb!K{Y@>ߠ ( ( (վNޯ^džk qjz[oLZzq>VuռN d6gWqgyo-uҬ 'Ak]jZiVךuݒT [2G> _*/u?үtv 'ASZZW7jyUxkvZ|:u{_lc4k=;I⎡ZCK ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( (?$$If!vh55X#v#vX:V 0x6,5n5 / / /  / 4 pTT@T Normal$dd[$\$a$CJ_HaJmH sH tH R@R r Heading 1dd@&[$\$5CJ0KH$\aJ0N@2N r Heading 3dd@&[$\$5CJ\aJF@BF r Heading 4dd@&[$\$5\N@bN r Heading 6dd@&[$\$5CJ\aJDA@D Default Paragraph FontRi@R  Table Normal4 l4a (k(No ListB^@B r Normal (Web)dd[$\$4U@4 r Hyperlink >*phDV@D rFollowedHyperlink >*ph@O"@ r codelistingdd[$\$0a@10 r HTML Cite6]6OB6 ^*Y reference  & F@L@R@ |:Date$[$\$a$CJaJDObD |:Author$[$\$a$CJaJJOJ |:Style1 @& [$\$CJOJQJ\^JaJV>@V |:Title$<@&a$5CJ KHOJQJ\^JaJ <=>h+ASfg#"-apQ G\#&h!#$$'+i/007122'58:l<@@BCCFuHHHHHHHHHII(I)I1I5IWIXIaIeIIIIIIIIJ=L@LBLDLLLLLLvMMMMNKNYNqNNNNN'OYOgOyO{O|O%PXSpUYYYYY Zpdpepkpoppppppppprrrrrrrss ssh+ASfg#"-apQ G\#&h!#$$'+i/007122'58:l<@@BCCFuHHHHHHHHHII(I)I1I5IWIXIaIeIIIIIIIIJ=L@LBLDLLLLLLvMMMMNKNYNqNNNNN'OYOgOyO{O|O%PXSpUYYYYY Zpdpepkpoppppppppprrrrrrrss ssWfh*./JNOjno ( - . I N O j o p   $ % @ E F a f g 59 $(***+4+8+i/ 0 0777B|؊݊:UZٓÔޔ=X]әa|Μ).v.INР"$_.REWt8b~'Pla7j (DgC'''''CCCXXXXXXXXXXXXXXXXXXXXXX/(Bargeron,_D.,_Gupta,_A.,_Grudin,_J.,_and _Ref531412276(Bargeron,_D.,_Grudin,_J.,_Gupta,_A.,_Gen _Ref531412393(Berners-Lee,_T.,_Fielding,_R.,_Masinter, _Ref531412485(Brush,_A.J.,_and_Bargeron,_D.,_Robustly_(Brush,_A.J.,_Bargeron,_D.,_Grudin,_J.,_B _Ref531412407CritLink _Ref531412281(Davis,_and_Huttonlocker._CoNote_System_O _Ref531412283(DeRose,_S.,_Maler,_E.,_and_Daniel,_R._(e _Ref531412354(DeRose,_S.,_Maler,_E.,_and_Orchard,_D._( _Ref531412356Dublin_Core_Metadata_Initiative _Ref531412357E-Quill _Ref531412321(Grnbk,,_K.,_Sloth,_L.,_and_rbk,_P.,_ _Ref531412289(Kahan,_J.,_Koivunen,_M.R.,_Prud Hommeaux _Ref531412291(Laliberte,_D.,_and_Braverman,_A.,_A_Prot _Ref531412817(Lassila,_O.,_and_Swick,_R.R._(eds),_Reso _Ref531412361(Malhotra,_A.,_Robie,_J.,_and_Rys,_M._(ed _Ref531412681(Marshall,_C.C.,_Toward_an_ecology_of_hyp _Ref531413251(Martinez,_J.M._(ed),_Overview_of_the_MPE _Ref531412364%Microsoft_Office_2000_Web_Discussions _Ref531412325(Ovsiannikov,_I.,_Arbib,_M.,_McNeill,_T._ _Ref531412295 PageSeeder _Ref531412329(Roscheisen,_M.,_Mogensen,_C.,_Winograd,_ _Ref531413220(Schickler,_M.A.,_Mazer,_M.S.,_and_Brooks _Ref531413160ThirdVoice_Annotation_System _Ref531412332aaT ))ccll**[[  !"#$%&'()*+,-.`SxTq6(jbk)AYZe8֬d ׬ج٬Dڬ۬Tܬݬ4ެt߬4t4t44t||<|<< |  |!!!<"|"""<#|## C\ C  C  C !C \!C !CAASS\`ttt<<D_)R]xx**zzu      !#"$%&'(*)+,-./02134657RRZ^eetuuĦCNNq6[j22y    !#"$%&'(*)+,-./02134657 >2*urn:schemas-microsoft-com:office:smarttags PersonName8'*urn:schemas-microsoft-com:office:smarttagsdate96*urn:schemas-microsoft-com:office:smarttagsplace85*urn:schemas-microsoft-com:office:smarttagsCity94*urn:schemas-microsoft-com:office:smarttagsState=+*urn:schemas-microsoft-com:office:smarttags PlaceName=,*urn:schemas-microsoft-com:office:smarttags PlaceType>3*urn:schemas-microsoft-com:office:smarttags PostalCodeB*urn:schemas-microsoft-com:office:smarttagscountry-region;8*urn:schemas-microsoft-com:office:smarttagsaddress:7*urn:schemas-microsoft-com:office:smarttagsStreet 1101119951999220012002222745679DayMonthYear876543265436,+265' '654' 6+,''  65656' 65' '6565465666+,665h : )**+9+77>gGqGJ^J_JiJK"KLL+O/OZQ\QRWSVIX$Z+Z[[O``Zcdjnmn(qqwtuy}z=˃<ڈF]ٓɗ`̘Ԙ-vЩթkoɪҪ\iī$\d۬#/7CW[uyĭέ7Ay®̮ Q[*6=IQ]~ðа:Ds}ʱ&,3:@JnxӲݲO[iu޳8Bjt&19Dkv~ŵе6AIPֶݶ@D]dmt7;W_ܹ%-U^iqúͺ >B^jĻ$]eμݼ(,HTlvٽ;Eq{Ǿܾ =A]gԿܿ :DYho{'1Yc9EZip|;G\kr~.6IV\i,3 8<PZ#'hu ^f'3^h)/^iq|+LX_jt{/:Y]ry 7;'@IW`ow~jo `l2<t~)1q} $.dkLP  %'33333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333>h#22EHHHHHI)I5IXIeIII=LBLN|OwYY)p>pepprrrrssnɗ_,v02PRɪUeHYп5j*[ : )**+9+77W0PGForJ:!rA,= .F`= ?(CG -H^*Y3scfhwWnYpz~6 (jYY}|:uHHHHHHHHHII(I)I1I5IWIXIaIeIIIIIII=LBL{O|OYYq\r\)p:p>pdpepkpoppppppprrrrrrrss ss0http://www.thirdvoice.com/+M<http://www5conf.inria.fr/fich_html/papers/P15/Overview.htmlIB.http://www-diglib.stanford.edu/rmr/TR/TR.html %http://ps.pageseeder.com/ps/topic/psU Ahttp://office.microsoft.com/assistance/2000/wWebDiscussions.aspx[=http://mpeg.telecomitalialab.com/standards/mpeg-7/mpeg-7.htm_Y2http://www.csdl.tamu.edu/~marshall/ht98-final.pdf]Zhttp://www.w3.org/TR/xqueryxd+3http://www.w3.org/TR/1999/REC-rdf-syntax-19990222/.IZhttp://www.igd.fhg.de/archive/1995_www95/proceedings/papers/100/scalable-annotations.html4*0http://www.iw3con.org/cdrom/papers/pdf/p488.pdfj1?http://www8.org/w8-papers/3a-search-query/webvise/webvise.html%4http://www.e-quill.com/|&http://dublincore.org/2'http://www.w3.org/TR/xlink/2~http://www.w3.org/TR/xptr//v?http://www.cs.cornell.edu/home/dph/annotation/annotations.htmlYI-http://crit.org/http:/crit.org/critlink.htmlKTMhttp://www.research.microsoft.com/research/coet/Annotations/CSCL02/paper.pdf*7$http://www.ietf.org/rfc/rfc2396.txt>yChttp://www.research.microsoft.com/research/coet/MRAS/TRs/01-90.doc\5http://www8.org/w8-papers/1b-multimedia/annotations/  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvxyz{|}~Root Entry FP˖vData 1TableWordDocument(SummaryInformation(wDocumentSummaryInformation8CompObjj  FMicrosoft Word Document MSWordDocWord.Document.89qRoot Entry F gv@Data 1TableWordDocument(  !"#$%&'()*+,-./0123456789:;<=>?@     _PID_HLINKS_AdHocReviewCycleID_EmailSubject _AuthorEmail_AuthorEmailDisplayNameA >0http://www.thirdvoice.com/+M<http://www5conf.inria.fr/fich_html/papers/P15/Overview.htmlIB.http://www-diglib.stanford.edu/rmr/TR/TR.html %http://ps.pageseeder.com/ps/topic/psU Ahttp://office.microsoft.com/assistance/2000/wWebDiscussions.aspx[=http://mpeg.telecomitalialab.com/standards/mpeg-7/mpeg-7.htm_Y2http://www.csdl.tamu.edu/~marshall/ht98-final.pdf]Zhttp://www.w3.org/TR/xqueryxd+3http://www.w3.org/TR/1999/REC-rdf-syntax-19990222/.IZhttp://www.igd.fhg.de/archive/1995_www95/proceedings/papers/100/scalable-annotations.html4*0http://www.iw3con.org/cdrom/papers/pdf/p488.pdfj1?http://www8.org/w8-papers/3a-search-query/webvise/webvise.html%4http://www.e-quill.com/|&http://dublincore.org/2'http://www.w3.org/TR/xlink/2~http://www.w3.org/TR/xptr//v?http://www.cs.cornell.edu/home/dph/annotation/annotations.htmlYI-http://crit.org/http:/crit.org/critlink.htmlKTMhttp://www.research.microsoft.com/research/coet/Annotations/CSCL02/paper.pdf*7$http://www.ietf.org/rfc/rfc2396.txt>yChttp://www.research.microsoft.com/research/coet/MRAS/TRs/01-90.doc\5http://www8.org/w8-papers/1b-multimedia/annotations/z  TR Numbersdavemb@microsoft.comDavid M BargeronSummaryInformation(wDocumentSummaryInformation8CompObjj  FMicrosoft Word Document MSWordDocWord.Document.89q՜.+,D՜.+,\ hp  Microsoft Corporation/{k A Common Annotation Framework TitleL@      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvxyz{|}~