ࡱ> \ cbjbj \jj lT X<X<X<<@ ^ jCDDDDL6 MM 2} $  +MwL^L+M+M UXDD TUXUXUX+MTDDUX+MUXUX^JlbTnDC 85 N"X<Tm&n} T^ m&UXnUX  What Would They Think? A Computational Model of Personal AttitudesEnglish: The Lightest Weight Programming Language of them all presented at Lightweight Languages 2004 (LL4) http://ll4.csail.mit.edu/ Hugo Liu MIT Media Laboratory 20 Ames St., Cambridge, MA, USA hugo@media.mit.edu Pattie MaesHenry Lieberman MIT Media Laboratory 20 Ames St., Cambridge, MA, USA pattielieber@media.mit.edu ABSTRACT Every program tells a story. Programming, then, is the art of constructing a story about the objects in the program and what they do in various situations. Traditionally, these stories are expressed in so-called programming languages. These languages are easy for the computer to accurately convert into executable code, but are, unfortunately, difficult for people to write and understand. In this paper, we explore the idea of using descriptions in a natural language like English as a representation for programs. While we cannot yet convert arbitrary English descriptions to fully specified code, this paper shows how we can use a reasonably expressive subset of English as a visualization tool. Simple descriptions of program objects and their behavior are converted to scaffolding (underspecified) code fragments, that can be used as feedback for the designer, and which can later be elaborated. Roughly speaking, noun phrases can be interpreted as program objects; verbs can be functions, adjectives can be properties. A surprising amount of information about program structure can be inferred by our parser from relations implicit in the linguistic structure. We refer to this phenomenon as programmatic semantics. We present a program editor, Metafor, that dynamically converts a user's stories into program code, and in a user study, participants found it useful as a brainstorming tool. Understanding the personalities and dynamics of an online community empowers the communitys potential and existing members. This task has typically required a considerable investment of a users time combing through the communitys interaction logs. This paper introduces a novel method for automatically modeling and visualizing the personalities of community members in terms of their individual attitudes and opinions. What Would They Think? is an intelligent user interface which houses a collection of virtual representations of real people reacting to what a user writes or talks about (e.g. a virtual Marvin Minsky may show a highly aroused and disagreeing face when you write formal logic is the solution to commonsense reasoning in A.I.). These digital personas are constructed automatically by analyzing personal texts (weblogs, instant messages, interviews, etc. posted by the person being modeled) using natural language processing techniques and commonsense-based textual-affect sensing. Evaluations of the automatically generated attitude models are very promising. They support the thesis that the whole application can help a person form a deep understanding of a community that is new to them by constantly showing them the attitudes and disagreements of strong personalities of that community. Categories and Subject Descriptors H.5.2 [Information Interfaces and Presentation]: User Interfaces interaction styles, natural language, theory and methods, graphical user interfaces (GUI); I.2.7 [Artificial Intelligence]: Natural Language Processing language models, language parsing and understanding, text analysis. General Terms Algorithms, Design, Human Factors, Languages, Theory. Categories and Subject Descriptors H.5.2 [User Interfaces]: interaction styles, natural language; General Terms Design, Human Factors, Languages, Theory. Keywords Affective interfaces, memory, online communities, natural language processing. commonsense reasoning.Natural language programming, case tools, storytelling INTRODUCTION Copyright is held by the author/owner(s). Workshop: Lightweight Languages 2004 LL4, December 4, 2004, MIT, Cambridge, MA http://ll4.csail.mit.edu/Permission to make digital or hard copies of all or part of this work for personal or classroom use is granted without fee provided that copies are not made or distributed for profit or commercial advantage and that copies bear this notice and the full citation on the first page. To copy otherwise, or republish, to post on servers or to redistribute to lists, requires prior specific permission and/or a fee. IUI04, January 13-16, 2004, Island of Madeira, Portugal. Copyright 2004 ACM. Computer programming is usually a harrowing experience for the uninitiated. It is difficult enough to achieve minimum proficiency in it, but to truly master programming to attain an intuitive and almost philosophical understanding of its flow, and to reach the point of being able to easily articulate arbitrary thinkable ideas within that framework well, few ever reach this point. Yet there is a sense that those who have absorbed programming into personal intuition have gained new tools for thinking, discovering the ability to articulate any procedural idea with algorithmic rigor. We have developed an intelligent user interface which we hope will inspire changes to the way that computer programming is learned and practiced. Metafor is an interface for visualizing a persons interactively typed stories as code. As a person types a story into Metafor, the system continuously understands the narrative, interpreting it programmatically using a theory of the programmatic semantics of natural language, and updating a side-by-side visualization of the persons narrative as scaffolding code. The visualized scaffolding code may not be directly executable, but rather, it is meant to help a person reify her thoughts in terms of programmatic elements. We believe that Metafor is a novel system which can accomplish at least two main goals: 1) The goal of assisting novice programmers in developing intuitions about programming; and 2) The goal of facilitating intermediate programmers with system planning by serving as a brainstorming and outlining tool (just as writers outline ahead of writing).Entering an online community for the first time can be intimidating if a person does not understand the dynamics of the community and the attitudes and opinions espoused by its members. Right now, there seems to only be one option for these first-time entrants to comb through the interaction logs of the community for clues about peoples personalities, attitudes, and how they would likely react to various situations. Picking up on social and personal cues, and overgeneralizing these cues into personality traits, we begin to paint a picture of a person so lucid that we seem to be able to converse with that person in our heads. Gaining understanding of the community in this manner is time consuming and difficult, especially when the community is complex. For the less dedicated, more casual community entrant, this approach would be undesirable.  Figure 1. Virtual personas representing members of the AI community react to typed text. Each virtual personas affective reactions are visualized by modulating graphical elements of the icon. In our research, we are interested in giving people at-a-glance impressions of the attitudes of people in an online community so that they can more quickly and deeply understand the personalities and dynamics of the community.  Figure 1. Metafors user interface. Clockwise from the lower left corner, the four windows display the narrative being entered, the dialog history of the person-to-system interaction; an under-the-hood dump of Metafors current memory (for demo and debugging purposes only: not shown to beginning users); and the code visualization of the story, currently being rendered as Python code (although rendering engines can exist for any language). Cultivating Intuition and Facilitating Brainstorming This tool may help novice programmers to more rapidly develop intuitions about programming because the immediate feedback provided by the system allows the novice to focus on the mappings between their ideas naturally expressed as story, and the code which is a direct consequence of those ideas. Rather than book-learning programming concepts, Metafor affords novices the opportunity to learn experientially, as is often advocated by progressive education researchers. learn-by-doing; often called experiential learning in the educational psychology literature, many such as Kolb have touted this dynamic, explorative, generate-and-test approach as necessary to developing real intuition about a subject (Kolb, 1985). For intermediate programmers, Metafor provides a way to create an early brainstorm or outline of a project at a very high level of description. Just as writers are accustomed to creating brainstorms and outlines before they set out on their first draft, programmers may also benefit from this phenomenon. The goal of outlining is to help an author better focus on fleshing out ideas about the task without being distracted prematurely by the imposition of the rules of form which something must obey. In programming, as in writing, it is advantageous to flesh out the details of the task before actual programming begins, because once a person is bogged in the concerns, and demands of programmatic syntax, and bugs, and the commitments of representational choice, it can be very difficult to switch back and forth to thinking about the task, or to undo representational choices already made. The problem of getting a person to fully engage on a task without extraneous demands of form is often referred to as the engagement problem, and a well-known theory which addresses it is Csikzentmihalyis flow state theory (1997), which describes flow as a desirable state of deep engagement with a task putting aside all other concerns. In thinking about flow with respect to complex activities like programming, Pearce and Howard are concerned with attentional thrashing between a task and the artifacts of the tool used to accomplish that task (2004). We believe that Metafor addresses the flow concern of programming; a person is naturally engaged when he expresses the task as a story, and Metafors automatic creation of scaffolding code from a persons narrative leaves a person free to focus on the high-level task without the disruptions of programmatic concerns. Context of this Work The larger context for this work is our overarching goal of enabling programming by natural language. Previously we performed some feasibility studies for programming by natural language (Lieberman & Liu, 2004a) by examining how fifth graders naturally expressed the task of programming Pacman via storytelling. We have also been exploring how natural language might inherently be interpretable under a programmatic semantics framework (Liu & Lieberman, 2004b). The current system represents our progress toward the larger goal, but we believe that Metafors goal of producing scaffolding code as immediate feedback to a story is compelling in and of itself for its potential applications to education and improving programming praxis. Scope and Limitations We should emphasize that Metafor cannot convert completely arbitrary English into fully specified code. Our parser cannot understand every grammatically legal English construction. And, although our parser does use a large knowledge base of common sense knowledge, discussed below, it doesn't know everything a programmer might think of saying. It's not difficult to "fool" it, and our goal is not to get 100% coverage. However, we do believe that the scope of its understanding will be sufficiently large as to be usable in practice. We are encouraged by experience with MUDs and other text-based interaction games, that achieve usable interaction even with very simple template-based parsers; with natural language interfaces to databases and search engines; and with conversational "chatbots". As we will see, we are bringing far more sophisticated analysis to the table than these systems typically use. We, of course, will try to set user's expectations with admonitions to "keep it simple". We are assuming that the user has at least a passable reading knowledge of the programming language. Since the goal is for the user to watch how each statement affects the generated program, it is easy to spot mistakes in translation and undo them. We also provide an introspection facility, discussed in Section  REF _Ref494221650 \r 4.1  REF _Ref494217023 \r Error! Reference source not found.Error! Reference source not found.4.1, that allows a user to see, for a given piece of code, what natural language expressions can be generated. This helps the user to get a feel for what the translator is capable of. We are actively exploring other ways of making the translation process fail-soft. We think that computer science has been so reluctant to use modern natural-language technology in interfaces, for fear of making mistakes, that the field has ignored important opportunities to make interfaces significantly easier for people, especially beginners, to use. Papers Organization The rest of this paper is structured as follows: First, we dive into an extended interaction with Metafor to give the reader a better sense for the systems capabilities. Second, we expound on a theory of programmatic semantics for natural language that is at the core of Metafors interpretive abilities. Third, we briefly survey the implemented system. Fourth, we share the results of a user study we performed with non-programmers and intermediate programmers on the subject of brainstorming. Fifth we present a discussion of related works. We conclude by recapitulating the contributions of this work. We have built a system that can automatically generate a model of a persons attitudes and opinions from an automated analysis of a corpus of personal texts, consisting of, inter alia, weblogs, emails, webpages, instant messages, and interviews. What Would They Think? (Fig. 1) displays a handful of these digital personas together, each reacting to inputted text differently. The user can see visually the attitudes and disagreements of strong personalities in a community. Personas are also capable of explaining why they react as they do, by displaying some text quoted from that person when the face is clicked. To build a digital persona, the attitudes that a person exhibits in his/her personal texts are recorded into an affective memory system. Newly presented text triggers memories from this system and forms the basis for an affective reaction. Mining attitudes from text is achieved through natural language processing and commonsense-based textual affect sensing (Liu et al., 2003). This approach to person modeling is quite novel when compared to previous work on the topic (cf. behavior modeling, e.g. (Sison & Shimura, 1998), and demographic profiling, e.g. questionnaire-derived user profiles). A related paper on this work (Liu, 2003b) gives a more thorough technical treatment of the system for modeling human affective memory from personal texts. This paper does not dwell on the implementation-level details of the system, but rather, describes the computational model of attitudes in a more practical light, and discusses how these models are incorporated to build the intelligent user interface What Would They Think?. This paper is structured as follows. First, we introduce a computational model of a persons attitudes, a system for automatically acquiring this model from personal texts, and methods for applying this model to predict a persons attitudes. Second, we present how a collection of digital personas can portray a community in What Would They Think? and an evaluation of our approach. Third, we situate our work in the literature. The paper concludes with further discussion and presents directions for future work. COMPUTING A PERSONS ATTITUDESAN EXTENDED INTERACTION This section presents an extended interaction with Metafor on an example taken from the world of MUDs (multi-user dungeons) and MOOs (multi-user object-oriented), which are text-based virtual realities popular on the Internet. We chose to illustrate Metafor in this domain in particular because MOOs are themselves interactive stories, where the characters and even inanimate objects, are programmable. A typical MOO consists of text descriptions of "rooms". When a (human) player enters a room, she sees a description such as, You are in a tiny room with a desk in the center of the room. On the desk there is a pen and a stuffed teddy bear. In the corner is a mouse hole. A mouse sticks its head out. Users can say text or "emote", leading to dialogs like the following: Miranda gives you a hug Mouse says, "I'm here to hug you!" Mouse hugs Miranda Mouse says, I made a mistake Characters in MOOs can be programmed with simple scripts, expressed in a "English-like", though formal, programming language, the following from (Bruckman, 1997). Stacy is a frendly killer whale. She has Brown eyes and her tail has a rash. 1 script on Stacy: on flap this number "times" set flapped to number if flapped > 5 times emote " blinks her eyes happily" endif end MOOs boast many avid non-programmer and beginning programmer gamers amongst their ranks, and we imagine that something like Metafor might one day (soon) be used to enable them to augment and program the virtual realities themselves, just by telling the story of how things should work. For reasons of space, we cannot include the system agents dialog responses, nor can we display the contents of the under-the-hood debug window. The visualized code seen here is rendered in the syntax of the Python programming language, but in principle, renders can be written for any other language. A few peculiarities of Python benefit from explanation: def is the function declaration symbol, and pass is a placeholder keyword for a function or class with an empty body. Code which is changed or added since the previous sentence is highlighted in red. (1) There is a bar with a bartender who makes drinks. class bar: the_bartender = bartender() class bartender: def make(drink): pass This one sentence actually unfolds into four declarations: There is bar, bar has a part called bartender, there is a bartender (implied), and bartender can make drinks. Note that who is resolved as the bartender and not the bar because bartender is animate (some limited semantic knowledge is used for this). (2) The bar has a menu containing some drinks, which include: a sour apple martini, a margarita, and rum and coke. class bar: the_bartender = bartender() the_menu = menu() class bartender: def make(drink): pass class menu: drinks = [sour_apple_martini, margarita, rum_and_coke] class drink: pass class apple_martini(drink): properties = [sour] class margarita(drink): pass class rum_and_coke(drink): pass Drinks is recognized as a list because it is determined by some, and its declared contents are in list structure. Each of its member elements automatically inherit the base class drink. Sour was plucked from the object name sour apple martini and set instead as a property because it is the interpreters default policy that object names are noun phrases, and adjectival modifiers are properties. (3) The sour apple martinis and margaritas are sweet, while rum and coke is bitter. class bar: the_bartender = bartender() the_menu = menu() class bartender: def make(drink): pass class menu: drinks = [sour_apple_martini, margarita, rum_and_coke] class drink: pass class apple_martini(drink): properties = [sour,sweet] class margarita(drink): properties = [sweet] class rum_and_coke(drink): properties = [bitter] Note here how the property sweet distributes over sour apple martinis and margaritas, instead of forming a single object called apple martini and margarita; this is because the interpreter pre-recognizes existing objects because parsing. (4) When a customer orders a drink, the bartender tries to make it. When the bartender is asked to make a drink, he makes it and gives it to the customer only if the drink is in the menu's drinks; otherwise, the bartender says "sorry i don't know how to make that drink" to the customer. class bar: the_bartender = bartender() the_menu = menu() class bartender: def make(drink): if (drink in menu.drinks): bartender.make(drink) bartender.give(drink, customer) else: bartender.say( \ "sorry i don't know how to make that drink", customer) def give(drink, to_customer): pass def say(quote, to_customer): pass class menu: drinks = [sour_apple_martini, margarita, rum_and_coke] class drink: pass class apple_martini(drink): properties = [sour,sweet] class margarita(drink): properties = [sweet] class rum_and_coke(drink): properties = [bitter] class customer: def order(drink): bartender.make(drink) Expressions begun with when usually specify the scope of the following utterance. Possessives like menus drinks act just like dot notation for scope in object-oriented programming. Pronouns like it (inanimate, singular) and he (animate, male, singular) are resolved in the systems preprocessing of discourse deixis. Although there might be other representational choices for say, make, and give, the interpreters default behavior is to treat the main verb as the predicate. Note that with additional semantic knowledge such as commonsense, there are more choices. (5) When the customer asks the bartender to choose, the bartender makes a random sweet drink from the menu if the customer's age is under 30; or else the bartender makes a sidecar. class bar: the_bartender = bartender() the_menu = menu() class bartender: def make(drink): if (drink in menu.drinks): bartender.make(drink) bartender.give(drink, customer) else: bartender.say( \ "sorry i don't know how to make that drink", customer) def give(drink, to_customer): pass def say(quote, to_customer): pass class menu: drinks = [sour_apple_martini, margarita, rum_and_coke] class drink: pass class apple_martini(drink): properties = [sour,sweet] class margarita(drink): properties = [sweet] class rum_and_coke(drink): properties = [bitter] class customer: age = None def order(drink): bartender.make(drink) def ask_bartender_to_choose(): if customer.age < 30: bartender.make(random.choice( filter(lambda drink: sweet in drink.properties, menu.drinks))) else: bartender.make(sidecar) Sentence (5) demonstrates the difference between the declarative and procedural contexts. While in the declarative modes of sentences (1), (2), or (3), an utterance of the form ADJ NN would have created NN as an object annotated with the ADJ property, there is a different handling under a procedural context (cued by a within-function scope and a reference to an existing object i.e. drink). The procedural interpretation of ADJ NN is select the NN objects with the property JJ. Random is an implemented primitive in the Metafor interpreter, and in Python. Hopefully what this interaction demonstrated is that 1) natural language is particularly economical in the amount of information it contains; that 2) natural language is elegant in reusing the same constructions e.g. ADJ NN under different intentional contexts (e.g. procedural versus declarative) to accomplish different goals (i.e. declaration, versus relational selection); and finally 3) the ambiguity of natural languages representational choices (e.g. make(drink) or make_drink()) is actually quite a virtue of flexibility which most popular programming languages today do not yet enjoy. We also hope that this interaction begins to illustrate the systematicity and some of the regularities of the Metafor interpreter. More will be said on the interpreter in the presentation of the system implementation in Section 4. However, before arriving there, Section 3 describes a theory of the programmatic semantics for natural language which is driving the interpreter; this theory will synthesize together much of what was seen in the sample interaction. A PROGRAMMATIC SEMANTICS FOR NATURAL LANGUAGE Natural language, be it English, Chinese, or Russian, shares basic structure, and basic protocols for communication (but in this paper, we consider only English). Although the subdivision of Artificial Intelligence which tries to computationalize the understanding of natural language, called Narrative Comprehension or Story Understanding, usually represents stories using thematic role frames, Schankian scripts, Jackendoff trajectory space, or otherwise (a great review of the field given in (Mueller, 1999)), there is fundamentally no reason why natural language cannot be interpreted as if it were a programming language. Basic Features In fact, there are many reasons to believe that natural language already implies a natural programmatic interpretation. The way in which natural language tends to reify concepts as objects with properties or personify concepts as having capability begins to resemble a style of agent-programming. The natural role of nouns and noun phrases as objects (e.g. the martini), adjectives as properties (e.g. sweet drinks), non-copular verbs corresponding to functions (e.g. make a drink), and verb arguments as function arguments (e.g. give the drink to the customer) resembles the organization of object-oriented programming. Natural language also has a system of inheritance (e.g. a martini is a drink ), as well as conventions for reference which closely resemble dot notation (e.g. The customers age (( customer.age ). A more protracted discussion about these basic programmatic features of natural language can be found in (Liu & Lieberman, 2004b); however, the rest of this section will be dedicated to a more advanced discussion of natural languages programmatic semantics, including the dispelling of some falsities about language, and a review of some of the elegant programmatic features of natural language which go beyond basic features of most programming languages. We cluster these discussions around a few hot topics. Ambiguity Mapping from natural language into programming language introduces ambiguity (enclosed here in scare quotes because the word is often used in a derogatory manner) which formal programming languages are often not accustomed to. While some see the inherent ambiguity of natural language as a problem, we see it as an important advantage. Conventional programming is hard in no small part because programming languages force a programmer to make inessential decisions about representation details far too early in the design and programming process. When those early decisions later prove ill-advised, the messy and error-prone process of refactoring and other program modification techniques become necessary. By using natural language understanding to construct the mapping between natural language specifications and concrete programming language details on a dynamic basis, we retain representational flexibility for as long as it is needed. For example, consider the utterance, sour apple martini; there is some ambiguity in how this object should be represented and what should be parameterized. For representational simplicity, we might first reify it as class sour_apple_martini. However, upon later encountering a sweet apple martini and a sour grape martini and applying some background world knowledge that sweet and sour are flavors and grape and apple are kinds of fruit, we might revise the representation of sour apple martini to be better parameterized: class martini: def __init__(self,flavor=sour,fruit=apple): self.flavor, self.fruit = flavor, fruit An affordance of relating programs as stories is that we can continually reinterpret the story text as evidence crops up for better representational choices. Representational Equivalence The fact that the representation of an object can change so fluidly, yet stay consistent with the goals of the task is quite remarkable, and the sort of representational dynamism found in natural language is quite unparalleled by any formal programming language. Consider the following statements and the revision of representation which ensues. a) There is a bar. (atom) b) The bar contains two customers. (unimorphic list) c) It also contains a waiter. (unimorphic wrt. persons) d) It also contains some stools. (polymorphic list) e) The bar opens and closes. (class / agent) f) The bar is a kind of store. (inheritance class) g) Some bars close at 6pm. (subclass or instantiatable) In formal programming languages, representational revisions b) through g) are potentially quite costly, because in natural language, the revisions are quite natural. In creating a flexible representation of natural language which steers short of the representational commitments demanded by rigid programming languages, we create a representationally neutral structure for an object which is used in Metafor. It is a tuple of the form: (full_name, arguments, body) A type inspector examines the contents of the arguments and body, and dynamically assigns the object a type. If the constitution of the arguments or body changes, so will the type. If for example, an objects body contains only two similarly typed elements, then it is a list. If the body also contains functions, it is a class, and so forth. The effect of this on interpreting story as code is that as new utterances reveal new details, the representation of the code will be able to adapt. A slightly more tricky equivalence phenomenon is nominalization (turning any adjective into a noun). For example The drink is sweet and The drink has sweetness are equivalent, although in the latter, the property is talked about as an object. The way to interpret this is to assume simplicity, and only add complexity where necessary. So at first sweetness is just a property of drink, but if sweetness is elaborated as an object or agent (e.g. Sweetness can hurt the stomach) then sweetness becomes a part of drink (as do all other flavors, for symmetry). Relational and Set-Theoretic Features Many utterances in natural language perform actions akin to relational database operations, and use set-theoretic operators. For example, consider the following utterance (taken from sentence (5) of the interaction) and an interpretation for it. The bartender makes a random sweet drink from the menu. bartender.make(random.choice(filter(lambda drink: sweet in drink.properties, menu.drinks))) The phrase a random sweet drink is really a dynamic reference, because it points not to a static object, but rather, gives a relational specification for it (i.e. drink, random, sweet), which in turn implies a procedure to pick from a database of objects (i.e. find the menu, then find the drinks, then filter out only the sweet drinks, and pick one at random). In addition, English is imbued with set-theoretic features such as the comparative (e.g. longer, better, more) and the superlative (e.g. longest, best, most) adjectives and adverbs; as well as set-facilitation determiners (e.g. all drinks have, each drink has, some drinks while other drinks). A comparative allows a choice between a set of size two (e.g. the cheaper drink), and a superlative among a set of any size. The criteria for comparison can either be contained in the semantics of the word itself (e.g. cheapest) or can refer to some procedure usually contained in a complementizer phrase (e.g. the drink which Bill would like best). Set-facilitation determiners facilitate LISP-style processing of elements (e.g. order all the sweet drinks, each drink has a price), however, there are almost ambiguous ways to cut up sets (e.g. most of the drinks are sweet) which remain ambiguous, or may require additional background knowledge to disambiguate. It is far more common to find set-manipulation procedures (e.g. map, filter, reduce, max, min) implied in natural language that it is to find explicit looping language, and in fact such procedures are composed quite elegantly in natural language, e.g.: The customer buys all the sweet drinks under $2. map(customer.buy, (filter sweet_drink: sweet_drink.price < 2, filter(lambda drink: sweet in drink.properties, menu.drinks)) In a study of non-programmers solutions to programming problems, Pane, Ratanamahatana & Myers (2001) report that people tend not to speak of iteration or looping in explicit terms. Perhaps one explanation for why this is lies in the observation that most set-manipulation procedures (e.g. the cheapest drink on the menu) do not demand to be evaluated immediately; rather, they are subject to lazy evaluation, at a future time, only if needed. In contrast, explicit looping language (e.g. look at each drink and price on the menu, if the price is lower than any seen thus far, remember that drink etc) would force the procedure to be attended to immediately, which would occupy valuable space in human short-term memory and the human discourse stack (which some have reported has only a practical depth of 2). Narrative Stances and Styles One of the affordances of stories is that they can be told through a choice of narrative stances, such as first-person, third-person, and mixed-person playwright. While it can be argued that varied styles are also present in programming languages, such as object-oriented, functional, and imperative, the difference is that narrative stances often can map to the same programmatic representation (making some basic inferences), while each style of programming has essentially married itself to a set of difficult-to-reverse representational choices. Because different narrative stances can be used somewhat interchangeably, a story with many different narrators using different stances (or the same narrator switching between stances when convenient) could still plausibly be coherent; the same probably cannot be said of different programmers augmenting the same code with different paradigms for programming. What grants the first-person, third-person, and mixed-person playwright stances equivalence is the deixis (meaning, contextualized pointer) of words like I, him, here, and that. Consider the following utterances: a) I want to make a bar with a customer. (1st p. programmer) b) There is a customer in the bar. (3rd p. narrator) c) I am a customer sitting on a stool. (1st p. customer) d) The bartender said, Here is a customer (mixed person playwright) During interpretation of a story, a deictic stack is constantly updated, maintaining the current stance or point-of-view of the speaker, and dynamically mapping words like I, him, and here to their appropriate referents. In a), I is the programmer, so the action make is the same as declaring bar as an object with the part customer. In b), there is an existential declaration. In c), someone is speaking who declares that he is a customer, and by virtue of his current location on a stool (indicated by the progressive form, am sitting), and that the stool is inside the bar, we can infer by spatial transitivity that the customer is inside the bar. Finally in d), the narrators utterance of the bartender said allows us to set the speaker I to bartender; consequent from that, because the bartender is inside the bar, the other deictic mappings are updated too; thus, the utterance Here is a customer is resolved to is a customer. Prototypes and Background Semantics Natural language relies heavily on background knowledge and the manipulation or augmentation of known prototypes. Rarely is something constructed de novo. Lakoff and Johnson (1980) have long suggested that language is inherently metaphorical, always building upon the scaffolding of existing knowledge; in fact, t. They assert that mathematics and physics (other than nave physics) are precisely unintuitive precisely when they do not map metaphorically into our existing understandings. If a programmatic interpreter of natural language hopes to be successful, it should find a way to establish some background knowledge. The most basic prototype object in a story is none other than a person; ordinary people have a great deal of knowledge regarding sociality and nave psychology, and much of this is meant to assist us in social situations, but it is also crucial in understanding characters in stories. To take the Section 2 extended interaction for example, to start, we should be able to recognize that bartender and customer subtype person, and that bar subtypes object or furniture, etc. Knowing some of the typical abilities of all people (such as eating drinking) can help the interpreter infer abductively from the sentence, Foo drinks something that Foo is likely a person (unless we are in the realm of animals!). And it is not only objects which have prototypes defined by background semantics; functions i.e. verbs also have prototypes, and in fact, it is possible to organize verbs along hierarchies and semantic alternations classes. Levins Verb Classes (1993) suggests one possible organization. Up until recently, there was a paucity of publicly-available resources which could supply the type of background semantics needed for a venture in programmatizing natural language. But ConceptNet (Liu & Singh, 2004b), a large semantic network of common sense knowledge derived from MITs Open Mind Common Sense project, is beginning to fill this role. In particular, ConceptNets relational ontology suggests it could map easily into object-oriented structures. A sampling of possible mappings is given below: CapableOf(x,y) ( x.y(); LocationOf(x,y) ( y.x PropertyOf(x,y) ( x.y; PartOf(x,y) ( x.y IsA(x,y) ( class x(y); EffectOf(w.x,y.z) ( w.x(): y.z There are many practical ways in which this background knowledge could support programmatic interpretation. For example, knowing that CapableOf(bin, hold things), we can more confidently interpret bin as a list or a container object. Knowing some examples of fruits, if we encounter an apple martini and a pear martini, we can generalize this to fruit martini where the fruit is a parameter. Just as stories are written under the assumption that the reader possesses certain basic knowledge, so should a computer reader possess a sufficient background library of prototypes. Having at least touched upon many of the interesting programmatic semantics of natural language, the next section describes how some of this theoretical discussion is computationalized in the Metafor system interpreter. METAFORS IMPLEMENTATION In this section we present a brief overview of the Metafor implementation and then we discuss some simplifying assumptions which were made to the theory presented in Section 3. Important Components The Metafor system can broken down into the following components: Parser Uses the MontyLingua natural language understanding system (Liu, 2004a) to first perform a surface parse of each sentence into VSOO (verb-subject-object-object) form. Programmatic Interpreter First a small society of semantic recognizers mulls over the VSOO syntactic parse to identify existing objects in the code, special structures (like scoping statements, lists, quotes, if-then structure), and objects for which there exists some commonsense type information (e.g. common agents, color names, flavors, etc); second, a set of understanding demons, each capable of mapping a VSOO structure to some action or change in the code model, is run over the parsed sentences; third, the interpreter has a state tracker which maintains a deictic discourse stack, the current scope, and the current interpretive context (i.e. declarative versus procedural, as explained in Section 2) which are used by the understanding demons. MetaforLingua -- This is the underlying knowledge representation of the code model; it is worth mentioning as a component in its own right because it is self-maintaining in that it is responsible for updating its own representation. As introduced in Section 3, all objects outside of if-then structures, have the form: (full_name, arguments, body) As the contents of the arguments and the body changes, the dynamic type inspector demon will assign it a different type. There is also a symmetry inspector which can propagate the implications of any change. For example, suppose that a drink had a part called possible_flavors = [sour,sweet]. Upon arriving at the statement A drinks sweetness hurts the stomach, the dynamic type inspector promotes sweet to an object called sweetness with the constituent function hurt(stomach). Then the symmetry inspector propagates the change to promote the sister atom sour to an object called sourness, etc. Code Renderer Currently, only a code renderer for Python exists, but because MetaforLingua is rather generic, renderers for other languages like LISP and Java could easily for written. Introspection An introspection feature allows any code object or function to explain itself using generated story language when that code object is moused over. This is more or less the inverse of mapping stories to code, but can be particularly useful to a novice who has difficulty reading code. Dialog The system agent generates natural language dialog to relate to the user how it has interpreted her utterances, in order to offer the user transparent access to the system interpreter. The goal of dialog is also to communicate any system confusion about an ambiguous utterance, although admittedly the current implementation does not actively dialog with the user for any substantive decision making. See Figure 1 for a sample dialog. User Interface The user interface given in Figure 1 is still very much a work in progress. The upper-right window which current offers an under-the-hood view into the systems internal state is not as accessible as it could be to novices. Ideally we would like to integrate a graphical visualization of the code model, or better yet, for a domain such as a MUD or MOO, the window could contain a real-time simulation of the MUD/MOO as it is updated. We would also like to add a history feature and vital features currently missing from the interface such as undo, or allowing the user to modify the visualized code. Simplifying Assumptions Metafor implements a good deal of the theoretical suggestions given in Section 3, but it also makes some simplifying assumptions in light of the realities of natural language understanding tools. However, we suggest that although a person using Metafor for brainstorming might initially have to get accustomed to the interpretive capabilities of the system (for example, choosing a meaningful verb is quite important), in further interactions a person should not feel that his or her storytelling abilities and freedoms are significantly impaired by these restrictions. First, we assume that functions will always correspond to verbs. While this is generally true of English, there are exceptions. For example, in the sentence When the drink is available, the important predicate is not be but be available. In Metafor, there is a heuristic solution to this: if a verb itself is semantically too generic (e.g. be, get) then the whole verb phrase is made the function name, so drink is available would parse to be_available(drink). Also, many verbs actually span more than one word; these are idioms called phrasal verbs (e.g. wake up, put away) and they are handled to a limited extent by the natural language parser. Second, we have to make assumptions about scoping expressions. Consider the scoping expression below (taken from Section 2, sentence (5)): When the customer asks the bartender to choose, the bartender makes a random sweet drink from the menu if the customer's age is under 30; or else the bartender makes a sidecar. Here, an if-then-else expression is nested within the function ask_bartender_to_choose(), because the utterance when the customer ask the bartender to choose is a scoping expression. However, there is ambiguity as to whether the next sentence still falls inside that functions scope, or if we have returned to the global scope. To address this ambiguity, we make the assumption that the scope will always escape back to global following a sentence break, unless a connector phrase (e.g. then, next, afterwards) or sequencing phrase (e.g. first .. second ..) is used. There is a sense that this corresponds accurately to the role of connector and sequencing phrases in actual human communication, but admittedly, humans also have an abundance of commonsense knowledge to support each decision about scope. A third simplifying assumption is made about function argument structure. In natural language, each verb implies a very sophisticated semantics for the arguments which follow it; however, when we map verbs and their arguments in a literal fashion to function-argument structure, much is lost. Consider this example from Section 2 sentence (4): The utterance give the drink to the customer maps literally into the function-argument: give(drink,to_customer=customer); however, what is lost in this simplification are the additional semantics of the verb give. The event give should have three major thematic roles for giver, recipient, and object_given, and giving something to someone also implies that they receive it. In our example, this would mean that give(drink,to_customer=customer) should actually trigger to_customer.receive( drink, from_person = bartender). However, the incorporation of sophisticated background knowledge into Metafor is yet to be implemented. NB, the study of frame semantics is precisely concerned with this task of cataloging verb-argument structure, as represented by Berkeleys FrameNet project (Baker, Fillmore & Lowe, 1998), and there is hope of incorporating such a resource in the near future. USER STUDY We conducted a 13-person user study to gain a better sense for the potential utility of Metafors story-as-code visualization approach to both non-programmers and intermediate programmers. Given the complexity of performing a judicious evaluation, and the relatively small size of the studys sampling, we prefer to view this as an indicative study, one which may prelude a fuller study not completed at submission press time.(We will include an updated study at press time; specifics here are indicative only). The pool of vVolunteers consisted of allwere MIT undergraduates, seven7 of whom identified themselves as intermediate programmers, and six6 as non-programmers (no other types were sought for this study). Each volunteer was taken through an interview-style assessment. The question being studied was: How does brainstorming code with Metafor affect a volunteers self-assessment of the difficulty of a programming task? This is closer to testing the claim made in Section 1 about brainstorming benefiting intermediate programmers. We felt that to measure improvements in non-programmers intuition would have required a longer-term study and a more robust implementation. Thus, pPerhaps strangely, we asked even non-programmers how long it might take them to complete a programming task, even though they may not have the capability to accurately assess this. In light of this, we present the results as ratios of time rather than absolute times. Each volunteer was given the same description of a programming task to program the basic high-level behaviors (excluding GUI, timing, etc) of the Pacman game. An assessment of how long the task would take them was elicited from each volunteer (baseline #1). Then, each volunteer was asked to spend two minutes writing a short story about Pacman, and then once again asked for a time-to-complete-task estimate (baseline #2). Finally, the examiner spent 5 minutes with each volunteer in front of Metafor, typing in their story into Metafor. The examiner who is familiar with the grammatical limitations of the Metafor interpreter normalized some phrasing of the volunteers sentences, but the volunteer was asked to object if the examiner ever introduced new information into the description. At the conclusion of the Metafor interaction, each volunteer was asked a final time for a time-to-complete-task estimate. Volunteers were also asked how likely they would be to adopt brainstorming-on-paper and brainstorming-with-Metafor on a Likert5 scale (5=very likely, 1=very unlikely). Results are given in Figures 2 and 3.  Figure 2: The effect of brainstorming on each volunteers self-assessment of time-to-complete Pacman task. Times were normalized to 100 to allow comparison. With regard to self-assessed time-to-complete the Pacman task, both non-programmers and intermediate programmers reported that prior brainstorming with Metafor had a great positive impact that brainstorming by hand. In general, non-programmers felt that brainstorming by hand didnt bring them much closer to completing the task, and as one volunteer said, I still wouldnt know how to program it. Metafor made a more substantial positive difference to non-programmers than for intermediate programmers, but both programmers and non-programmers remarked that the system was cool, and was eager to work with it. With regard to the results for the adoption question shown in Figure 3, both groups seemed unlikely to possibly about to adopt brainstorming by hand. One intermediate programmer felt that writing something down did not make progress in actualizing the code. Both group liked Metafor better, particularly because it seems like it would be cool to play with, and as another respondent said I think it would be a fun way to draft a project. Three respondents were surprised that their stories translated so directly to programs and one said he would write the story differently knowing now how the computer processes the text.  Figure 3: The likelihood of adopting Metafor as a brainstorming step, compared against brainstorming by hand. We are encouraged by these initial findings. What was particularly striking were the non-programmers enthusiasm for something which could tutor them to code, and which they could have unlimited access to, unlike a real tutor. It was also interesting that, after working with Metafor, several respondents expressed regret that they did not express their story differently; to us this suggests that after having viewed a programmatic interpretation of natural language, a user is gaining valuable reflection about her own storytelling tendencies, perhaps helping her to make her story articulation more precise or more rigorous; and. tThe important thing is that the process of learning is entertaining. RELATED WORK Since Metafor is meant as an aid to programming, it falls under the genre of case-tools. In the literature of case tools, two interfaces are worth mentioning. First, Tam, Maulsby, and Puerta developed a system called U-Tel (1998) which elicits a story about a task from a person, and allows the person to manually highlight and annotate words in the text with their possible roles in the code. Second, Hars & Marchewka developed a natural language caset tool (1996) which maps expert-system rules, stated in English, into a yes/no decision flowchart whose nodes are large unparsed natural language utterances. Our approach differs from Tam et al.s approach in that Metafor tries to automatically interpret the users story. Non-programmers who do not understand the specifications of natural language may not be able to manually annotate code; also the fact that almost every utterance in a story has some actionable consequence in Metafor may bring some fundamental assumptions to the foreground which in a system like U-Tel might simply be passed over, or it may have the effect of encouraging more precise articulations to be made. Metafor and Hars & Marchewkas system share a common goal of helping to automatically visualize a natural language story; however, Hars & Marchewkas system seems mainly capable of understanding if-then-else structure, whereas Metafor is capable of visualizing further structure. CONCLUSION Metafor is an intelligent user interface which encourages a person to tell a story about a made-up world, or to describe a task like Pacman in plain English. All the while, Metafor constantly tries to understand each utterance through a programmatic interpreter, whose implementation derives from a theory we are developing of the programmatic semantics of natural language. Metafor visualizes each story utterance as changes and additions to some Python code representation of the story. To be sure, this code visualization is not complete; it is merely scaffolding code which reifies many of the users high-level descriptions of behavior. Also to be sure, Metafors natural language parser and programmatic interpreter will not be able to correctly interpret any arbitrarily complex English utterance (that would imply that we have solved the deep story understanding problem, which we have not). However, English has a structural regularity (it is a SVO subject-verb-object language), Metafor will usually produce some interpretation. Metafor is very transparent about what it best understands and worst understands, as a system agent explains in plain English what it thought the user asked. From the comments of those we have played with Metafor, wWe believe that a person could quickly adapt to producing utterances which would be well-understood by Metafors interpreter, yet inherently this adaptation does not limit whats thinkable because it does not limit what can be said, it is only picky about phrasing. We are encouraged by the results of a user study for Metafor, which showed that both non-programmers and intermediate programmers found the system to be an effective brainstorming and project planning tool, more so that simply writing a story down. They also found it fun and engaging, and would consider using it. One of the more striking reactions from some of the non-programmer participants was that Metafor was like a programming tutor which they might have unlimited access to. In the end, participants found that Metafor is fun, and fun cannot be emphasized enough; it provides programming novices a fun way to gain intuition for programming by allowing them to tinker with something which is responsive to anything they type. If we could make programming more like a toy that even younger kids could play with, our hearts can only imagine the educational implications. .Our approach to modeling attitudes is based on the analysis of personal texts using natural language parsing and the commonsense-based textual affect sensing work described in (Liu et al., 2003). Personal texts are broken down into units of affective memory, consisting of concepts, situations, and episodes, coupled with their emotional value in the text. The whole attitudes model can be seen as an affective memory system that valuates the affect of newly presented concepts, situations, and episodes by the affective memories they trigger. In this section, we first present a bipartite model of the affective memory system. Second, we describe how such a model is acquired automatically from personal texts. Third, we discuss methods for applying the model to predict a users affective reaction to new texts. Fourth, we describe how some advanced features enrich our basic person modeling approach. A Bipartite Affective Memory System A persons affective reaction to a concept, topic, or situation can be thought of as either instinctive, due to attitudes and opinions conditioned over time, or reasoned, due to the effect of a particularly vivid recalled memory. Borrowing from cognitive models of human memory function, attitudes that are conditioned over time can be best seen as a reflexive memory, while attitudes resulting from the recall of a past event can be represented as a long-term episodic memory (LTEM). Memory psychologist Endel Tulving equates LTEM with remembering and reflexive memory with knowing and describes their functions as complementary (Tulving, 1983). We combine the strengths of these two types of memories to form a bipartite, episode-reflex model of the affective memory system. Affective long-term episodic memory Long-term episodic memory (LTEM) is a relatively stable memory capturing significant experiences and events. The basic unit of memory captures a coherent series of sequential events, and is known as an episode. Episodes are content-addressable, meaning, that they can be retrieved through a variety of cues encoded in the episode, such as a person, location, or action. LTEM can be powerful because even events that happen only once can become salient memories and serve to recurrently influence a persons future thinking. In modeling attitudes, we must account for the influence of these particularly powerful one-time events. In our affective memory system, we compute an affective LTEM as an episode frame, coupled with an affect valence score that best characterizes that episode. In Fig. 2, we show an episode frame for the following example episode: John and I were at the park. John was eating an ice cream. I asked him for a taste but he refused. I thought he was selfish for doing that. Figure 2. An episode frame in affective LTEM. As illustrated in Fig. 2, An episode frame decomposes the text of an identified episode into simple verb-subject-argument propositions like (eat John ice cream). Together, these constitute the subevents of the episode. The moral of an episode is important because the episode-affect can be most directly attributed to it. Extraction of the moral, or root cause, is done through heuristics which are discussed elsewhere (Liu, 2003b). Tulvings encoding specificity hypothesis (1983) suggests that contexts such as date, location, and topic are useful to record because an episode is more likely to be triggered when current conditions match the encoding conditions. The affect valence score is a numeric triple representing (pleasure, arousal, dominance). This will be covered in more detail later in the paper. Affective reflexive memory While long-term episodic memory deals in salient, one-time events and must generally be consciously recalled, reflexive memory is full of automatic, instant, almost instinctive associations. Whereas LTEM is content-addressable and requires pattern-matching the current situation with that of the episode, reflexive memory is like a simple lookup-table that directly associates a cue with a reaction, thereby abstracting away the content. In humans, reflexive memories are generally formed through repeated exposures rather than one-time events, though subsequent exposures may simply be recalls of a particularly strong primary exposure (Locke, 1689). In addition to frequency of exposures, the strength of an experience is also considered. Complementing the event-specific affective LTEM with an event-independent affective reflexive memory makes sense because there may not always be an appropriate distinct episode which shapes our appraisal of a situation; often, we react reflexively our present attitudes deriving from an amalgamation of our past experiences now collapsed into something instinctive. Because humans undergo forgetting, belief revision, and theory change, update policies for human reflexive memory may actually be quite complex. In our computational, we adopt a more simplistic representation and update policy that is not cognitively motivated, but instead, exploits the ability of a computer system to compute an affect valence at runtime. The affective reflexive memory is represented by a lookup-table. The lookup-keys are simple concepts which can be semantically recognized as a person, action, object, activity, or named event. These keys act as the simple linguistic cues that can trigger the recall of some affect. Associated with each key is a list of exposures, where each exposure represents a distinct instance of that concept appearing in the personal texts. An exposure, E, is represented by the triple: (date, affect valence score V, saliency S). At runtime, the affect valence score associated with a given conceptual cue can be computed using the formula given in Eq. (1).  EMBED Equation.3  (1) where n = the number of exposures of the concept This formula returns the valence of a conceptual cue averaged over a particular time period. The term,  EMBED Equation.3 , rewards frequency of exposures, while the term,  EMBED Equation.3 , rewards the saliency of an exposure. In this simple model of an affective reflexive memory, we do not consider phenomena such as belief revision, reflexes conditioned over contexts, or forgetting. To give an example of how affective reflexive memories are acquired from personal texts, consider Fig. 3, which shows two excerpts of text from a weblog and a snapshot sketch of a portion of the resulting reflexive memory. Figure 3. How reflexive memories get recorded from excerpts. In the above example, two text excerpts are processed with textual affect sensing and concepts, both simple (e.g. telemarketer, dinner, phone), and compound (e.g. telemarketer::call, interrupt::dinner, phone::ring) are extracted. The saliency of each exposure is determined by heuristics such as the degree to which a particular concept in topicalized in a paragraph. The resulting reflexive memory can be queried using Eq. (1). Note that while a query on 3 Oct 01 for telemarketer returns an affect valence score of (-.15, .25, .1), a query on 5 Oct 01 for the same concept returns a score of (-.24, .29, .11). Recalling that the valence scores correspond to (pleasure, arousal, dominance), we can interpret the second annoying intrusion of a telemarketers call as having conditioned a further displeasure and a further arousal to the word telemarketer. Of course, concepts like phone and dinner also unintentionally inherit some negative affect, though with dinner, that negative affect is not as substantial because the saliency of the exposure is lower than with telemarketer. (dinner is not so much the topic of that episode as telemarketer). Also, if successive exposures of phone are affectively ambiguous (sometimes used positively, other times negatively), Eq. (1) tends to cancel out inconsistent affect valence scores, resulting in a more neutral valence. In summary, we have motivated and characterized the two components of the affective memory system: an episodic component emphasizing the affect of one-time salient memories, and a reflexive component, emphasizing instinctive reactions to conceptual cues that are conditioned over time. In the following subsection, we propose how this bipartite affective memory system can be acquired automatically from personal texts. Model Acquisition from Personal Texts The bipartite model of the affective memory system presented above can be acquired automatically from an analysis of a corpus of personal texts. Fig. 4 illustrates the model acquisition architecture.  EMBED Pacestar.Diagram  Figure 4. An architecture for acquiring the affective memory system from personal texts. Though there are some challenging tasks in the natural language extraction of episodes and concepts, such as the heuristic extraction of episode frames, these details are discussed elsewhere (Liu, 2003b). In this subsection, we focus on three aspects of model acquisition, namely, establishing the suitability criteria for personal texts, choosing an affective representation of attitudes, and assessing the affective valence of episodes and concepts. What Personal Texts are Suitable? In deciding the suitability of personal texts, its important to keep in mind that we want a text that is both a rich source of opinion, and also amenable to natural language processing by the computer. First, texts should be first-person, opinion narratives. It is still rather difficult to extract a persons attitudes given a non-autobiographical text because the natural language processing system would have to robustly decide which opinions belong to which persons (we save this for future work). It is also important that the text be of a personal nature, relating personal experiences or opinions. Attitudes and opinions are not easily accessible in third-person texts or objective writing, especially for a rather nave computer reading program. Second, texts should explore a sufficient breadth of topics to be interesting. An insufficiently broad model gives a poor and disproportional sampling of a person and would hardly justify the embodiment of such a model into a digital persona. It should be noted however, that there is plausible reason to intentionally partition a persons text corpus into two or more digital personas. Perhaps it would be interesting to contrast an old Marvin Minsky versus a young one, or a Marvin who is passionate about music versus a Marvin who is passionate about A.I. Third, texts should cover everyday events, situations, and topics, because that is the optimal discourse domain of recognition of the mechanism with which we will judge the affect of text. Fourth, texts should ideally be organized into episodes, occurring over a substantial period of time relative to the length of a persons life. This is a softer requirement because it is still possible to build a reflexive memory without episode partitioning. Weblogs are an ideal input source because of their episodic organization, although instant messages, newsgroups, and interview transcripts are also good input sources because they are so often rich in opinion. Representing Affect using the PAD Model Affect valence pervading the proposed models can take one of two potential representations. They take an atomistic view that emotions existing as a part of some finite repertoire, as exemplified by Manfred Clynes sentics schema (1977). Or, they can take the form of a dimensional model, represented prominently by Albert Mehrabians Pleasure-Arousal-Dominance (PAD) model (1995). In this model, the three nearly independent dimensions are Pleasure-Displeasure (i.e., feeling happy or unhappy), Arousal-Nonarousal (i.e., arousing ones attention), and Dominance-Submissiveness (i.e., the amount of confidence/lack-of-confidence felt). Each dimension can assume values from 100% to +100%, and a PAD valence score is a 3-tuple of these values (e.g. [-.51, .59, .25] might represent anger). We chose a dimensional model, namely, Mehrabians PAD model, over the discrete canonical emotion model because PAD represents a sub-symbolic, continuous account of affect, where different symbolic affects can be unified along one of the three dimensions. This model has robustness implications for the affective classification of text. For example, in the affective reflexive memory, a conceptual cue may be variously associated with anger, fear, and surprise, which can be unified along the Arousal dimension of the PAD model, thus enabling the affect association to be coherent and focused. Affective Appraisal of Personal Text Judging the affect of a personal text has three chief considerations. First, the mechanism for judging the affect should be robust and comprehensive enough to correctly appraise the affect of a breadth of concepts. Second, to aid in the determination of saliency, the mechanism must be able to appraise the affect of very little text, such as on the sentence-level. Third, the mechanism should recognize specific emotions rather than convolving affect onto any single dimension. Several common approaches fail to meet the criteria. The nave keyword spotting approach looks for surface language features like keywords. However, this approach is not acceptably robust on its own because affect is often conveyed without mood keywords. Statistical affect classification using statistical learning models such as latent semantic analysis (Deerwester et al., 1990) generally require large inputs for acceptable accuracy because it is a semantically weak method. Hand-crafted models and rules are not broad enough to analyze the desired breadth of phenomena. To analyze personal text with the desired robustness, granularity, and specificity, we employ a model of textual affect sensing using real-world knowledge, proposed by Liu et al. (2003). In this model, defeasible knowledge of everyday people, things, places, events, and situations is leveraged to sense the affect of a text by evaluating the affective implications of each event or situation. For example, to evaluate the affect of I got fired today, this model evaluates the consequences of this situation and characterizes it using negative emotions such as fear, sadness, and anger. This model, coupled with a nave keyword spotting approach, provides rather comprehensive and robust affective classification. Since the model uses knowledge rather than word statistics, it is semantically strong enough to evaluate text on the sentence level, classifying each sentence into a six-tuple of valences (ranging from a value of 0.0 to 1.0) for each of the six basic Ekman emotions of happy, sad, angry, surprised, fearful, and disgusted (an atomistic view of emotions) (Ekman, 1993). These emotions are then mapped to the PAD model. One point of potential paradox should be addressed. The real-world knowledge-based model of affect sensing is based on defeasible commonsense knowledge from the Open Mind Commonsense corpus (Singh et al., 2002), which is in turn, gathered from a web community of some 11,000 teachers. Therefore, the affective assessment of text made by such a model represents the judgment of a typical person. However, sometimes a personal judgment of affect is contradicted by the typical judgment. Thus, it would seem paradoxical to attempt to learn that a situation has a personally negative affect when the typical person judges the situation as positive. To overcome this difficulty, we implement, in parallel, a mood keyword-spotting affect sensing mechanism to confirm and contradict the assessment of the primary model. In addition, we make the assumption that although a personal affect judgment may deviate from that of a typical person on small particulars, it will not deviate on average, when examining a large text. The implication of this is that on a slightly larger granularity than a sentence, the affective appraisal is more likely to be accurate. In fact, accuracy should increase proportional to the size of the textual context being considered. The evaluation of Liu et al.s affective navigation system (2003b) yields some indirect support for the idea that accuracy increases with the size of the textual context. In that user study, users found affective categorizations of textual units on the order of chapters to be more accurate and useful to information navigation than affective categorizations of small textual units such as paragraphs. To assess the affect of a sentence, we factor in the affective assessment of not only the sentence itself, but also of the paragraph, section, and whole journal entry or episode. Because so much context is factored into the affect judgment, only a modest amount of affective information can learned for any given sentence. Thus we rely on the confirming effects of being able to encounter an attitude multiple times. In exchange for only being able to learn a modest amount from a sentence, we also minimize the impact of erroneous judgments. In summary, digital personas can be automatically acquired from personal texts. These texts should feature the explicit expression of the opinions of the person to be modeled, and should be of a certain form required by the natural language processing. Natural language processed texts are analyzed for its affective content at varying textual granularities (e.g. sentence-, paragraph-, and section- level) so as to minimize the possibility of error. This is necessary because our textual affect sensing tool evaluates a typical persons affective reaction to a text, and not any particular persons. Affect valence is represented using the PAD dimensional model of affect, whose continuity allows affect valences to be more easily summed together. The resulting affect valence is recorded with a concept in the reflexive memory, and an episode in the episodic memory. Predicting Attitudes using the Model Having acquired the model, the digital persona attempts to predict the attitudes of the person being modeled by offering some affective reaction when it is fed some new text. This reaction is based on how the new text triggers the reflex concepts and the recall of episodes in the affective memory system. When a reflex memory or episode is triggered, the affective valence score associated with that memory gets attached to the affective context of the new text. The gestalt reaction to the new text is a weighted summation of the affect valence scores of the triggered memories. The triggering process is somewhat complex. The triggering of episodes requires the detection of an episode in the new text, and heuristically pattern matching this new episode frame to the library of episode frames. The range of concepts that can trigger a reflex memory is increased by the addition of conceptual analogy using OMCSNet, a semantic network of commonsense knowledge. The details of the triggering process is omitted here, but is discussed elsewhere (Liu, 2003b). This process of valuating some new text by triggering memories out of the context in which they were encoded, and inheriting their affect valences, is error prone. We rely on the observation that if many memories are triggered, their contextual intersection is more likely to be accurate. Ultimately, the performance of the digital persona in reproducing the attitudes of the person being model is determined by the breadth and quality of the corpus of personal texts gathered on the person. The digital persona cannot predict attitudes that are not explicitly exhibited in the personal texts. Enriching the Basic Model The basic model of a persons attitudes focuses on applying a persons self-described memories to valuate new textual episodes. While this basic model is sufficient to produce reactions to text for which there exists some relevant personal memories, the generated digital personas are often quite sparse in what they can react to. We have proposed and evaluated some advancements to the basic model. In particular, we have looked at how a persons attitude model can be enriched by the attitude models of people with whom the modeled person fashions himself/herself after perhaps a good friend or mentor. More technically, we mean an imprimer. Marvin Minsky describes an imprimer as someone to which one becomes attached. (Minsky, forthcoming) He introduces the concept in the context of attachment-learning of goals, and suggests that imprimers help to shape a childs values. Imprimers can be a parent, mentor, cartoon character, a cult, or a person-type. The two most important criteria for an imprimer are that 1) the imprimer embodies some image, filled with goals, ideas, or intentions, and that 2) one feels attachment to the imprimer. We extend this idea in the affect realm and make the further claim that internal imprimers can do more than to critique our goals; our attachment to them leads us to the willful emulation of a portion of their values and attitudes. Keeping a collection of these internal imprimers, they help to support our identity. From the supposition that we conform to many of the attitudes of our internal imprimers, we hypothesize that affective memory models of these imprimers, if known, can complement the persons own affective memory model in helping to predict a persons attitudes. This hypothesis is supported by much of the work in psychoanalysis. Sigmund Freud (1991) wrote of a process he called introjection, in which children unconsciously emulate aspects of their parents, such as the assumption of their parents personalities and values. Other psychologists have referred to introjection by terms like identification, internalization, and incorporation. We propose the following model of internal imprimers to support attitude prediction. First, it is necessary to identify people, groups, and images that may possibly be a persons imprimer. We can do so but analyzing the affective memory. From a list of all conceptual cues from both the episodic and reflexive memories, we use semantic recognizers to identify all people, groups (e.g. my company) and images (e.g. dog=> dog-person) that on average, elicit high Arousal and high Submissiveness, show high frequency of exposure in the reflexive memory, and collocate in past episodes with self-conscious emotion keywords like proud, embarrassed, ashamed.  EMBED Pacestar.Diagram  Figure 5. Affective models of internal imprimers, organized into personas, complements ones own affective model Once imprimers are identified, we also wish to identify the context under which an imprimers attitudes show influence. Shown in Fig. 5, we propose organizing the internal imprimer space into personas representing different contextual realms. There is good reason to believe that humans organize imprimers by persona because we are different people for different reasons. One might like Warren Buffetts ideas about business but probably not about cooking. Personas can also prevent internal conflicts but allowing a person to maintain separate systems of attitudes in different contexts. To identify an imprimers context, we must first agree on an ontology of personas, which can be person-general (as the personas in Fig. 5 are) or person-specific. Once imprimers are associated with personae, we gather as much personal text from each imprimer as desired and acquire only the reflexive memory model, thus relaxing the constraint that texts have episodic organization. In this augmented attitude prediction strategy (depicted in Fig. 3), when conceptual cues are unfamiliar to the self, we identify internal imprimers whose persona matches the genre of the new episode, and give them an opportunity to react to the cue. These affective reactions are multiplied by a coefficient representing the ability of this self to be influenced, and the valence score is added on to the episode. Rather than maintaining all attitudes in the self, internal imprimers enable judgments about certain things to be mentally outsourced to the persona-appropriate imprimers. We have implemented and evaluated the automated identification and modeling acquisition of imprimer personas in cases where the imprimers are people. Our implemented system is not yet able to use abstract non-person imprimers, e.g. dog-person.  EMBED Pacestar.Diagram  Figure 6. The imprimer-augmented attitude prediction strategy. Edges represent memory triggers. In summary, we have presented a reflex-episode model of affective memory as a memory-based representation of a persons attitudes. The model can be acquired automatically from personal text using natural language processing and textual affect analysis. The model can be applied over new textual episodes to produce affective reactions that aim to emulate the actual reactions of the person being modeled. (Fig. 6). We have also discussed how the basic attitudes model can be enriched with added information about the attitudes of the mentors of the person being modeled. In the following section, we abstract away the details of the attitudes model presented in this section to examine how digital personas can be portrayed graphically and how a collection of digital personas can portray the personalities of a community. WHAT WOULD THEY THINK? While modeling a persons attitudes is fun in the abstract, it lacks the motivation and the verifiability of a real application of the theory and technology. What Would They Think? (Fig. 1) is a graphical realization of the modeling theory discussed in the previous section. What Would They Think? has been implemented and is currently being evaluated through user studies, though the underlying attitude models have already been evaluated in a separate study. In this section, we discuss the design of our interface, present some scenarios for its use, and report how this work has been evaluated. Interface Design Digital personas acquired from an automatic analysis of personal text, are represented visually with pictures of faces, which occupy a matrix. Given some new text typed or spoken into the fodder box, each persona expresses an affective reaction through modulations in the graphical elements of the face icon. Each digital persona is also capable of some introspection. When clicked, a face can explain what motivated its reaction by displaying a salient quote from its personal text. Why a static face? Visualizing a digital personas attitudes and reactions with the face of the person being represented is better than with something textual or abstract. There are several reasons why a face is a superior representation. People are already wired with a cognitive faculty for quickly recognizing and remembering faces, and a face acts as a unique cognitive container for a persons individual identity and personality. In the user task of understanding a persons personality, it is easier to attribute personality traits and attitudes to a face than to text or an abstract graphic. For example, people-watching is a past-time in which we imagine the personality and identity behind a strangers face (Whyte, 1988). A community of faces is more socially evocative than either a community of textual labels or abstract representations, for those representations are not designed as convenient containers of identity and personality. Having decided on a face representation, should the face be abstract or real, static or animated? While verisimilitude is the goal for many facial interfaces, we must be careful to not portray more detail in the face than our attitude model is capable of elucidating, for the face is fraught with social cues, and unjustified cues could do more harm than good. By conveying attitudes through modulations in the graphical elements of a static face image, rather than through modulations of expression and gaze in an animated face, we are emphasizing the representational aspect of the face, over the real. Scott McCloud has explored extensively the representational-vs.-real tradeoff of face drawing in comics (1993). Modulating the Face. In the expression of an affective reaction, it is nice to be able to preserve the detail of the continuous, dimensional output of the digital persona. The information should also be conveyed as intuitively as possible. Thus an intuitive mapping may be best achieved through the use of visual metaphors to represent affective states of the person (Lakoff & Johnson, 1980). We often describe a happy person as being colorful, while face turns colorless usually represents negative emotions like fear and melancholy. A person whose attention or passion is aroused has a face that lights up. And someone who isnt sure or confident about a topic feels fuzzy toward it. Taking these metaphors into consideration, a rather straightforward scheme is used to map the three affect dimensions of pleasure, arousal, and dominance onto the three graphical dimensions of color saturation, brightness, and focus, respectively. A pleasurable reaction is manifested by a face with high color saturation, while a displeasurable reaction maps to an unsaturated, colorless face. This mapping creates an implicit constraint that the face icon be in color. An aroused reaction results in a brightly lit icon, while a non-aroused reaction results in a dimly lit icon. A dominant (confident) reaction maps to a sharp, crisp image, while a submissive (unconfident) reaction maps to a blurry, unfocused image. While better mapping schemes may exist, our experience with users who have worked with this interface tells us that the current scheme conveys the affect reaction quite intuitively. This makes the assumption that the original face icons are all of good quality in color, bright enough, and in focus. Populating a Community. An n x n matrix can hold a small collection of digital personas. The matrix can either be configured automatically or manually. Each matrix cell can be manually configured to house a digital persona by specifying a persona .MIND file and a face icon. A user can build and later augment a digital persona by specifying a weblog url, homepage url, or some personal text pasted into the window. The matrix can also be configured automatically to represent a community. Plug-in scripts have been created to automatically populate the matrix with certain types of communities, including a niche community of weblogs known as a blog ring, a circle of friends in the online networking community called friendster.com, a group of potential mates on an online dating website called match.com, and a usenet community. Currently, only a blog ring community can generate fully specified digital personas. The Friendster and match.com communities personal text corpora are rather small profile texts. As a result, only a fairly shallow reflexive memory can be built. The episodic memory is not meaningful for these texts. The personal texts for usenet communities are rather inconsistent in quality. For example, a usenet community based on question and answers will not be as good a source of explicit opinions as a community based on discussion of issues. Also, usenet communities pose the problem of not providing a face icon for each user. In this case, the text of each persons name labels each matrix cell, accompanied by a default face icon in the background, which is necessary to convey the affective reaction. Introspection. A digital persona is capable of some limited introspection. To inquire what motivated a persona to express a certain reaction to some text, the face icon can be clicked. An explanation will be offered taking the form of a quote or a series of quotes from the personal text. These quotes are generated by backpointers to the text associated with each affective memory. For episodic memory, a particularly salient episode can justify a reaction, while there may need to be many quotes to justify a triggered reflex memory. With the capability for some introspection and explanation, a user can verify whether or not an affective reaction is indeed justified. This lends the interface some fail-softness, as a user will not be completely mislead when a persons attitude is erroneously represented by the system. Use Cases How can a person use the What Would They Think? interface to understand the personalities and attitudes of people in a community? The system supports several use cases. In the basic use case, the user, a new entrant to a community, is presented with an automatically generated matrix of some people in the community. The user can employ a hypothesis-testing approach to understanding personalities. The user types some very opinionated statements into the fodder box as a litmus test in understanding the attitudes of the different people toward that statement. Faces that lighting up in color versus black and white provide an illustrative contrast of the strong disagreements in the community. A user can inquire as to the source of strong opinions by clicking on a face and viewing a motivating quote. A user can reorganize the matrix so as to cluster personalities perceived to be similar. Assuming that the personal texts for each persona in the community is of comparable length, depth, and quality, the user may notice over a series of interactions that certain personas are negative more often than not, or certain other personas are aroused more intensely more often than other personas. These may lead a user to conclude that certain personalities are more cynical, and others more easily excitable. Another use case is gaging the interests and expertise of people in a community. Because people generally talk more about things that interest them and have more to say on topics they are more familiar with, a digital persona modeled on such texts will necessarily exhibit more reaction to texts that are interesting to the person being or falls in their area of expertise. In this use case, a user can, for example, copy-and-paste a news article into the fodder box and assess which personas are interested or have expertise toward a particular topic. A third use case involves community-assisted reading. The matrix fodder box can be linked to a cursor position in a text file browser. As a user reads through a webpage, story, or news article, he/she can get a sense of how the community might read and react to the text currently being read. Evaluation The quality of the attitude prediction in What Would They Think? has been formally evaluated through user studies. We are also currently conducting user studies to evaluate the effectiveness of the matrix interface in assisting a person to learn about and understand a community. These results will be available by press time. The quality of attitude prediction was evaluated experimentally, working with four subjects. Subjects were between the ages of 18 and 28, and have kept diary-style weblogs for at least 2 years, with an average entry interval of three-to-four days. Subjects submitted their weblog urls, for the generation of affective memory models. An imprimer identification routine was run, and the examiner hand-picked the top one imprimer for each of the three persona domains implemented: social, business, and domestic. A personal text corpus was built, and imprimer reflexive memory models were generated. The subjects were engaged in an interview-style experiment with the examiner. In the interview, subject and their corresponding PERSONA models were asked to evaluate 12 short texts representative of three genres: social, business, and domestic (corresponding to the ontology of personas in the tested implementation). The same set of texts was presented to each participant and the examiner chose texts that were generally evocative. They were asked to summarize their reaction by rating three factors on Likert-5 scales. Feel negative about it (1). Feel positive about it (5) Feel indifferent about it (1) Feel intensely about it (5) Dont feel control over it (1) Feel control over it (5) These factors are mapped onto the PAD valence format, assuming the following correspondence: 1(-1.0, 2( -0.5, 3(0.0, 4( +0.5, and 5( +1.0. Subjects responses were not normalized. To assess the quality of attitude prediction, we record the spread between the human-assessed and computer-assessed valences,  EMBED Equation.3  (2) We computed the mean spread and standard deviation across all episodes along each PAD dimension. On the 1.0 to +1.0 valence scale, the maximum spread is 2.0. Table 1 summarizes the results. Table 1. Performance of attitude prediction, measured as the spread between human and computer judged values. PleasureArousalDominancemean spreadstd. dev.mean spreadstd. dev.mean spreadstd. dev.SUBJECT 10.39 0.380.27 0.240.44 0.35SUBJECT 20.42 0.470.21 0.230.48 0.31SUBJECT 30.22 0.210.16 0.140.38 0.38SUBJECT 40.38 0.330.22 0.200.41 0.32Assuming that human reactions obeyed a uniform distribution over the Likert-5 scale, we give two baselines, which were simulated over 100,000 trials. In BASELINE 1,  EMBED Equation.3  is fixed at 0.0 (neutral reaction to all text). In BASELINE 2,  EMBED Equation.3  is given a random value over the interval [-1.0,1.0] with a uniform distribution (arbitrary reaction to all text). It should be pointed out however, that in the context of an interactive sociable computer, BASELINE 1 is not a fair comparison, because it would never produce any behavior. On average, our approach performed noticeably better than both baselines, excelling particularly in predicting arousal, and having the most difficulty predicting dominance. The standard deviations were very high, reflecting the observation that predictions were often either very close to the actual valence, or very far. This can be attributed to one of several causes. First, multiple episodes described in the same journal entries may have caused the wrong associations to be learned. Second, the reflexive memory model does not account for conflicting word senses. Third, personal texts inputted for the imprimers often generated models skewed to positive or negative because text did not always have an episodic organization. While results along the pleasure and dominance dimensions are weaker, the arousal dimension recorded a mean spread of 0.22, suggesting the possibility that it alone may have immediate applicability. Table 2. Performance of attitude prediction that can be attributed to imprimers and episodic memory In the experiment, we also analyzed how often the episodic memory, reflexive memory, and imprimers were triggered. Episodes were on average, 4 sentences long. For each episode, reflexive memory was triggered an average of 21.5 times, episodic memory 0.8 times, and imprimer reflexive memory 4.2 times. To measure the effect of imprimers and episodic memories, we re-ran the experiment turning off imprimers only, episodic memory only, and both. Table 2 summarizes the results. These results suggest that the positive effect of episodic memory was negligible on the results. This certainly has to do with its low rate of triggering, and the fact that episodic memories were weighted only slightly more than reflexive memories. The low trigger rate of episodic memory can also be attributed to the strict criteria that three conceptual cues in an episode frame must trigger in order for the whole episode to trigger. These results also suggest that imprimers played a measurable role in improving performance, which is a very promising result. Overall, the evaluation demonstrates that the proposed attitude prediction approach is promising, but needs further refinement. The randomized BASELINE 2 is a good comparison when considering possible entertainment applications, whose interaction is more fail-soft. The approach does quite well against the active BASELINE 2, and is within the performance range of these applications. Taking into account possible erroneous reactions, we were careful to pose What Would They Think? as a fail-soft interface. The reacting faces are evocative, and encourage the user to click on a face for further explanation. Used in this manner, the application is fail-soft because users can decide on the basis of the explanations whether the reaction is justified or mistaken. We expect that ongoing studies of the usefulness of the What Would They Think? intelligent will show that its use is fail-soft: the generated reactions are evocative and encourage the user to further verify and investigate a purported attitude. We do not suggest that the approach is yet ready for fail-hard applications, such as deployment as a sociable software agent, because fallout (bad predictions) can be very costly in the realm of affective communication (Nass et al., 1994).  RELATED WORK The community of personalities metaphor has been previously explored with Guides (Oren et al., 1990), a multi-character interface that assisted users in browsing a hypermedia database. Each guide embodied a specific character (e.g. preacher, miner, settler) with a unique life story. Presented with the current document that a user is browsing, each guide suggested a recommended follow-up document, motivated by the guides own point-of-view. Each guides recommendations is based on a manually constructed bag of interests keywords. Our affective memory -based approach to modeling a persons attitudes appears to be unique in the literature. Existing approaches to person modeling are of two kinds: behavior modeling, and demographic profiling. The former approach models the actions that users take within the context of an application domain. For example, intelligent tutoring systems track a persons test performance (Sison & Shimura, 1998), while online bookstores track user purchasing and browsing habits and combine this with collaborative filtering to group similar users (Shardanand & Maes, 1995). The latter approach uses gathered demographic information about a user, such as a user profile, to draw generalized conclusions about user preferences and behavior. Neither of the existing approaches are appropriate to the modeling of digital personas. In behavior modeling, knowledge of user action sequences are generally only meaningful in the context of a particular application and does not significantly contribute to a picture of a persons attitudes and opinions. Demographic profiling tends to overgeneralize people by the categories they fit into, is not motivated by personal experience, and often requires additional user action such as filling out a user profile. Memory-based modeling approaches have also been tried in related work on assistive agents. Brad Rhodes Remembrance Agent (Rhodes & Starner, 1996) uses an associative memory to proactively suggest relevant information. Sunil Vemuris project, What Was I Thinking? (2004) is a memory prosthesis that records audio from a wearable device, and intelligently segments the audio into episodes, allowing the audio memory to be more easily browsed. CONCLUSION Learning about the personalities and dynamics of online communities has been up to now a difficult problem with no good technological solutions. In this paper, we propose What Would They Think? an interactive visual representation of the personalities in a community. A matrix of digital personas reacts visually to what a user types or says to the interface, based on predictions of attitudes actually held by the persons being modeled. Each digital personas model of attitudes is generated automatically from an analysis of some personal text (e.g. weblog), using natural language processing and textual affect sensing to populate an associative affective memory system. The whole application enables a person to understand the personalities in a community through interaction rather than by reading narratives. Patterns of reactions observed over a history of interactions can illustrate qualities of a persons personality (e.g. negativity, excitability), interests and expertise, and also qualities about the social dynamics in a community, such as the consenses and disagreements held by a group of individuals. The automated, memory-based personality modeling approach introduced in this paper represents a new direction in person modeling. Whereas behavior modeling only yields information about a person within some narrow application context, and whereas demographic profiling paints an overly generalized picture of a person and often requires a profile to be filled out, our modeling of a persons attitudes from a memory of personal experiences paints a richer, better-motivated picture about a person that has a wider range of potential applications than application-specific user models. User studies concerning the quality of the attitude prediction technology are promising and suggest that the currently implemented approach is strong enough to be used in fail-soft applications. In What Would They Think? the interface is designed to be fail-soft. The reactions given by the digital personas are meant to be evocative. The user is encouraged to further verify and investigate a purported attitude by clicking on a persona and viewing a textual explanation of the reaction. In future work, we intend to further develop the modeling of attitudes by investigating how particularly strong beliefs such as I love dogs can help to create a model of a persons identity. We also intend to investigate other applications for our person modeling approach, such as virtual mentors and guides, marketing, and document recommendation. ACKNOWLEDGMENTS The authors would like to thank Deb Roy, Barbara Barry, Push Singh, Andrea Lockerd, Marvin Minsky, Henry Lieberman, and Ted Selker for their comments on this work. REFERENCES Collin F. Baker, Charles J. Fillmore, John B. Lowe: 1998, The Berkeley FrameNet project. In Proceedings of the COLING-ACL, Montreal, Canada. Mihayi Csikszentmihalyi: 1997, Finding flow: the psychology of engagement with everyday life. 1st ed. MasterMinds. 1997, New York: Basic Books. A. Hars, J.T. Marchewka: 1996, Eliciting and mapping business rules to IS design: Introducing a natural language CASE tool. In: Ebert, R.J; Franz, L.: 1996 Proceedings Decision Sciences Institute, Vol.2, pp. 533-535. David A. Kolb: 1985, Experiential Learning: Experience as the Source of Learning and Development. Prentice Hall. George Lakoff, Mark Johnson: 1980, Metaphors We Live by. University of Chicago Press. Beth Levin: 1993, English Verb Classes And Alternations: A Preliminary Investigation. The University of Chicago Press. Henry Lieberman and Hugo Liu: 2004a, Feasibility Studies for Programming in Natural Language. In Lieberman, Paterno & Wulf (Eds.) End-User Development. Kluwer. Hugo Liu: 2004a, MontyLingua v2.1 Free Natural Language Understanding Toolkit and API available at: http://web.media.mit.edu/~hugo/montylingua/ Hugo Liu and Henry Lieberman: 2004b, Toward a Programmatic Semantics of Natural Language. Proceedings of the 20th IEEE Symposium on Visual Languages and Human-Centric Computing. IEEE Computer Society Press. Hugo Liu and Push Singh: 2004b, ConceptNet: A Practical Commonsense Reasoning Toolkit. BT Technology Journal 22(4). Kluwer. Erik T. Mueller: 1999: Prospects for in-depth story understanding by computer. arXiv:cs.AI/0003003 Retrieved from: http://arxiv.org/html/cs.AI/0003003. J.F. Pane, C.A. Ratanamahatana, & B.A. Myers: 2001, Studying the Language and Structure in Non-Programmers' Solutions to Programming Problems. International Journal of Human-Computer Studies, 54(2), 237-264. Jon M. Pearce & Steve Howard: 2004, Designing for Flow in a Complex Activity. 6th Asia-Pacific Conference on Computer-Human Interaction. Springer-Verlag. R.C. Tam, D. Maulsby, and A.R. Puerta: 1998, U-TEL: A Tool for Eliciting User Task Models from Domain Experts. Proceedings of IUI'98, pp. 77-80. Deerwester, S. et al. (1990). Indexing by latent semantic anlysis. Journal of the American Society of Information science:416(6), pp 391-407. Ekman, P. (1993). Facial expression of emotion. American Psychologist, 48, 384-392. Freud, S. (1991). The essentials of psycho-analysis: the definitive collection of Sigmund Freud's writing selected, with an introduction and commentaries, by Anna Freud. London: Penguin. Lakoff, G. & Johnson, M. (1980). Metaphors We Live By, University of Chicago Press. Liu, H. (2003b). A Computational Model of Human Affective Memory and Its Application to Mindreading. Submitted to FLAIRS 2004. Draft available at: http://web.media.mit.edu /~hugo/publications/drafts/Affective-Mindreading-Liu.doc Liu, H., Lieberman, H., Selker, T. (2003). A Model of Textual Affect Sensing using Real-World Knowledge. Proceedings of IUI 2003, pp. 125-132. Liu, H., Selker, T., Lieberman, H. (2003b). Visualizing the Affective Structure of a Text Document. Proceedings of CHI 2003, pp. 740-741. Locke, J. (1689). Essay Concerning Human Understanding Hypertext by ITL at Columbia University, 1995. Print version ed. P.H. Nidditch. Oxford, 1975. McCloud, S. (1993). Understanding Comics, Kitchen Sink Press, Northhampton, Maine, Mehrabian, A. (1995). for a comprehensive system of measures of emotional states: The PAD Model. (Available from Albert Mehrabian, 1130 Alta Mesa Road, Monterey, CA, USA 93940). Minsky, M., (forthcoming). The Emotion Machine, Pantheon, New York. Several chapters are available at: http://web.media.mit.edu/~minsky. Nass, C.I., Stener, J.S., and Tanber, E. (1994) Computers are social actors. In Proceedings of CHI 94, (Boston, MA), pp. 72-78, April 1994. Oren, T., Salomon, G., Kreitman, K. and Don, A. (1990). Guides: characterizing the interface. In Laurel, B. (Eds.) The art of human-computer interface design. Addison-Wesley. Rhodes, B. and Starner, T. (1996). The Remembrance Agent: A continuously running automated information retrieval system. Proceedings of PAAM '96, pp. 487-495. Shardanand, U. and Maes, P. (1995). Social information filtering: Algorithms for automating "word of mouth", Proceedings of CHI'95, 210-217. Singh, P., (2002). The public acquisition of commonsense knowledge. Proceedings of AAAI Spring Symposium. Palo Alto, CA, AAAI. Sison, R. and Shimura, M. (1998). Student modeling and machine learning. International Journal of Artificial Intelligence in Education, 9:128-158. Tulving, E. (1983). Elements of episodic memory. Oxford: New York. V Whyte, W. (1988). City. Doubleday, New York. PAGE  ::: EPISODE FRAME ::: SUBEVENTS: (eat John ice cream), (ask I John for taste), (refuse John) MORAL: (selfish John) CONTEXTS: (date), (park), () EPISODE-IMPORTANCE: 0.8 EPISODE-AFFECT: (-0.8,0.7,0) (refuse John) Text Excerpts 2 Oct 01 Telemarketers called harassed me again today, interrupting my dinner. Im really upset 4 Oct 01 The phone rang, and of course, it was a telemarketer. Damn it! ::: REFLEXIVE MEMORY ::: telemarketer = { [2oct01, (-.3, .5, .2), .5], [4oct01, (-.8, .8, .3), .4] } ; dinner = { [2oct01, (-.3, .5, .2), .2]} interrupt dinner = {} ; . Personality traits Explicit attitudes Implicit attitudes 09B} *9inopv|jŴzqmbUbHhHF5CJNHHhHF5CJ5CJHho@@cHdho@cHdh{&HhF@@cHdhFHh{&@@ Hh#CJ!Hh#6CJW#]Hh#6CJ]Hh#6]Hh#6W#] Hh# cHdh@s{ cHdhF :pojfdbfdbb$a$DC$Eƀ#F<C$Eƀ#< ɣb ?bPHBx$ & Fa$M$ & FxC$Eƀ{fa$ $ & FxC$a$M$ & FxC$EƀHFa$$a$j_`?Q[\s t F W X \ ~     J K T U : ; } ~ 赨5CJNHcHdh:t{5CJcHdh:t{5CJcHdh9t{5CJNHcHdh*t{5CJcHdh*t{HhHF56CJNHHhHF5CJNHHhHF5CJNHHhHF5CJHhHF56CJ4 ;DUW\^nptuz{|ǼDZLj}DZpeZ5CJcHdh{f5CJcHdh@t{5CJNHcHdhV5CJcHdh{f!56CJWٛ{fcHdh{f5CJNHcHdh;t{5CJcHdh;t{5CJcHdh{f5CJcHdh{f5CJcHdhV5CJcHdh{f5CJNHcHdh:t{5CJcHdhj zf5CJcHdh:t{>?ai?\]ij()6aijͻͻ|un cHdh/{f cHdhS5CJHhc{fW{Hhc{f6Hhc{f5 Hhc{fHhc{f5CJ6NHcHdhyF6cHdhyFNHcHdhyF cHdhyF5CJcHdhyF5cHdhyF5CJcHdh{f5CJNHcHdh{f)b)7ajeeFxC$Eƀc{fHxC$Eƀc{fxx cfwxz}bcAGпппппvohh Hh` Hh]Hh[NH Hh[ Hh\CJ;CJcHdhc{fCJcHdhc{f6CJcHdhc{fNHcHdhc{f cHdhc{f Hh#Hh#6] Hh#CJ Hh]F HhT cHdhS cHdh/{fNHcHdh/{f(>cA{___YGG=1H&#$+D/0$=1+DH=1+DC$Eƀ#x=1H&#$+D/0$ExEƀ@yF.>@ VG$C$EƀyFa$C$$a$DC$Eƀh=1H&#$+D/0$9:>Rklm>?WYZ`iosuø̱xq HhgHhg6HhKF6 HhKF HhhHhdNH HhdHhcNH HhcHh`6NHHh`6 HhaHh_NH Hhb Hh_ Hh^ Hh` Hh[)+15Xwz !G`au¹²›wpgp`pWHhKF6 HhHhwNH HhwHhuNH HhuHht6NHHht6 Hhs HhHhNH HhHhrNH Hhr Hht HhpHhoW& Hho Hh Hhq Hhl!6:AEeftvw!"ade}ʺʳʳʬʬ|uluNHcHdho zf cHdho zfNHcHdhk zf cHdhk zf cHdhm zfNHcHdh{f cHdh{fHh{NH Hh{ HhLF Hh[FHhzNH HhzHhyNH HhHhyNH Hhy HhKF Hhx* !=>?I|}  !#!J!_!`!e!g!k!y!!!ﺱ{r{kd] Hh d{f Hh HhHh\FNH Hh\F Hh HhHhyF5WyFjHhmU HhyFNHcHdh{f cHdh{f5NHcHdhyF5cHdhyFjUcHdh@yF cHdhyF cHdho zf cHdh{fNHcHdh{f#!!!!!!!""":"u"v""""""""""##,#-#1#:#y#####ʺʳ~wpibTHh6W Hh Hh Hh Hh HhHhNHHhNH Hh Hh Hh Hh  Hh HhHhNH Hh HhHhLFNH HhLFHh6 Hh d{f Hh ""%u0DC$Eƀ DC$Eƀ DC$EƀyF########3$N$^$$$$$$$%-%<%=%L%M%c%ĽĶ{m_O_?_HhNHcHdhmFHhNHcHdhmFHhcHdhmFHhcHdhmFHhNHcHdhmFHhcHdhmFHhcHdhmFHh6cHdhmF HhmF Hh HhHhNH Hh HhHh6WHh6NHWc%e%y%z%%%%%%%% &$&*&9&:&k&l&&&&&&&&&&''!'T'`'g'l'ƿ|uluee^ HhҜ HhHhNH Hh HhԜ Hh HhHhNH Hh Hh  HhHhNH Hh HhHhcHdhmFHhNHcHdhmFHhcHdhmFHhcHdhmF!l'm'q'''''''''((E(F(M(Q(q(((((((() ),)-)F)H)óѪѣѣѪќwi[HhٜcHdhoFHh؜cHdhoFHhcHdhoFHh؜NH Hh㜉 Hh؜ Hhל Hh✉Hh֜NHHh՜6NHW؜Hh՜6W؜ Hh֜Hh՜NH Hh՜ Hh HhҜHhҜNH%-),,u0DC$Eƀ DC$EƀDC$EƀH)I)L))))))))))))))*$*)*ƸԤ{k[M?0Hh圉6cHdhoFHh㜉cHdhoFHhᜉcHdhoFHhNHcHdhoFHhNHcHdhoF$Hh؜WڜcHdhoF+Hh؜6NHWڜcHdhoF'Hh؜6WڜcHdhoFHhcHdhoFHhڜcHdhoFHh؜cHdhoFHhٜcHdhoFHhٜNHcHdhoF)*+*K*L*~*******+ +R++++,,1,V,`,f,򶦶zjz\M\z?zHh뜉cHdhoFHh6cHdhoFHhcHdhoFHh蜉NHcHdhoFHh蜉cHdhoFHh眉NHcHdhoFHh眉cHdhoFHh有NHcHdhoFHh有cHdhoFHh圉NHcHdhoFHh㜉NHcHdhoFHh㜉cHdhoFHh圉cHdhoFf,i,j,,,,,,,,,,,,,,,--0-1-Z-[-h----------.!.Ľzqzzhza HhHhNHHhNH HhHhNH Hh HhHhNH Hh Hh Hh Hh  Hh Hh뜉cHdhoFHhNHcHdhoFHhNHcHdhoFHhcHdhoF"!.".G.H.{.}....// ////#/A/W/X/r/s/v/w///// 0!0 1 12222o3p333%4&4444ѱvvvvvvvHhPFNHHhPFNHHhPF6 HhPF HhOFHhNHHhNH HhHhNH HhHh6 Hh Hh HhHhNH HhHhNH+,//23Y7u00DC$EƀPFDC$EƀOFDC$Eƀ444444444445=5@5A5X6Y6w6x677Y7m77777808˹˹}}tmf_X_XQ Hh Hh Hh Hh HhQFHhPFNHHhPFNH HhPFHhPFcHdhiFHhiF5cHdhlFHhlF5cHdhqF#jHhPFUcHdhqFHhPFcHdhqF Hh# jU HhrFjHhrFU HhqFY7n79<<>E@KBussssDC$EƀDC$EƀQF0818h8l88888888Z9[9_9f999999999|::::::::::;;%;&;;;<<üypyygggNHcHdh{fNHcHdh{f cHdh{f cHdhq zf6cHdh{f cHdh{fWcHdh'HhNH HhHhNH Hh Hh&HhNH Hh HhHhNH Hh Hh Hh'<<<<<<<<<<==*=w=|=~========>>>!>">->1>f>j>r>s>>> ?!?-?.?/?f?g??????|u cHdhB{ cHdh{NHcHdh{ cHdh{ cHdhA{6W;{cHdh' cHdh{ cHdhz cHdh;{NHcHdh' cHdhע{NHcHdh9{ cHdh9{6NHcHdh'6cHdh' cHdh8{ cHdh'.??@@$@%@)@*@+@C@D@i@j@@@AA-A6ACAKAtAvAwAAAA?B@BJBKBiBBBBBBBBBBCnCڼڵڥ{r{{HhvNH Hhv Hhu Hht Hhs Hh3 cHdh3 cHdhE{NHcHdh{ cHdh{ cHdhD{NHcHdh' cHdh{ cHdh{ cHdh' cHdh{NHcHdhB{ cHdhB{ cHdhA{*KBBDBEw)M$1$7$8$C$EƀSFH$a$DC$EƀSFCEƀ@yF.nCCCCCCCCC6D7DDAEEEEEEEEEEEkFlFFFFfGkGGGGGHHLHMH`HaHHHɦrk HhHh^F5CJOJQJHhSF5CJOJQJ HhTFHh^F5CJOJQJHh]F5CJOJQJHhSFOJQJHhSFNHHhSF5CJOJQJHhSFNH HhSFHhSF6 Hhv Hhw)BEEEEE```S$1$7$8$C$EƀSFH$`a$J1$7$8$C$EƀSFH$EEF\J1$7$8$C$EƀSFH$X$ !1$7$8$C$EƀSFH$`a$FFFG+G@GaaP1$7$8$C$EƀSFH$`L1$7$8$C$EƀSFH$@GaGkGYP1$7$8$C$EƀSFH$`T1$7$8$C$EƀSFH$^`kGlGHJm(DC$EƀDC$EƀWL1$7$8$C$EƀSFH$HHHHHHHI I>I?IoIpIuIIIII JJ6J>JjJJJJJJJJJJJJr^&Hh5CJOJQJWHhCJOJQJ Hh&Hh&NHHh&NH Hh& Hh& HhHhNH Hh HhHhNHHh6NHHh6 HhHhNH Hh Hh!JJJJKK%K&K:K;KSKXKYKkKtKKKKKKKKK L L)L*L7L˹|unugun^nUn|NGN Hh HhHhߝNHHhߝNH Hhٝ Hhߝ Hhޝ Hhݝ"HhѝB*CJOJQJph"HhB*CJOJQJph"Hhڥ&B*CJOJQJph"HhB*CJOJQJph"HhB*CJOJQJphHhڥ&5CJOJQJ&Hh5CJOJQJWJYKL}Nr*G$C$Eƀa$DC$EƀѝG$C$Eƀa$7L8LQL\L`LaLoLwLLLLLLLLLMMMMBMCMKM`MaMuMvMѽuhuhuVDuh"Hhۥ&B*CJOJQJph"HhB*CJOJQJphHhۥ&CJOJQJHhCJOJQJHhۥ&5CJOJQJ*Hh5CJNHOJQJW*Hh5CJNHOJQJW&Hh5CJOJQJW&Hh5CJOJQJWHhWٝ Hh HhvMMMMMMMMMMMMMMMMMMMMMMNNN0NƴƢƢƐ~j~ƴXXF"Hh靉B*CJOJQJph"HhB*CJOJQJph&HhB*CJ NHOJQJph"HhB*CJ OJQJph"HhB*CJ OJQJph"HhB*CJOJQJph"Hhۥ&B*CJOJQJph"HhB*CJOJQJphHhۥ&CJOJQJHhCJOJQJHhCJOJQJ0N1N5N6N7N8NBNKNSNXNYNwN|N}N~NNNNNNNNNNOO5Oʸʸpibibib[iTibKbHhᝉNH Hh읉 Hh띉 Hhᝉ Hh㝉"HhB*CJOJQJph"HhB*CJOJQJph"HhB*CJOJQJph"HhB*CJOJQJph"HhB*CJOJQJph"Hhۥ&B*CJOJQJph"Hh靉B*CJOJQJph"Hh&B*CJOJQJph5O;Offffff%g'g(g/g5g>g?gCgzggggggg!h"hFhMhXhvh~hhhhȿظ|unenHhg&NH Hhg& Hhf& Hhd& Hhb&Hhb&6 Hhp& Hh& Hh& Hh&Hh`&NH Hh`&Hh_&NH Hh_&Hh^&NH Hh^&Hh]&NH HhZ&Hh]&NH Hh]&$zegg?mu0DC$Eƀp&DC$Eƀ&DC$Eƀ&hhii iii'i(i[iqiiiiiiiiiiiiiiiijj%j)j5j6j7jsjjjjjjjjjjӾӵᙐyrk Hhp& Hhn&Hhm&6Wn&Hhm&NHHhm&NH Hhm& Hhk&Hhs&6Ws&Hhr&6 Hhs&Hhr&6Wr& Hhr& Hhq& Hhl&Hhf&NH Hhf& Hhh&*jkkkk)k*k+k,k/k0k:kkUkVkZkkkkll l l&lFlGlkllllllm3m{r{kbk[ Hhy&Hhx&NH Hhx&Hhw&NH Hhw&Hhv&NH Hhv&Hhu&NHHht&NH Hht&Hhu&NH Hhu& Hhq&Hho&NHHho& jHho& j Hho&Hhn&NHHhn&NH Hhn&"3m7m?mJmKmmmmmmmmmmmmmn n n0n6nrnsnnnnnnooooo^o_ooooopp5p6ptpupppppppp#q*qǹ׹װװשכװװװה Hh& Hh&Hh&6W& Hh&Hh&NH HhVF Hh& Hh&Hh&NH Hh&Hhq&Wu& Hh& Hhy& Hh&6?mKmnsu0DC$Eƀ&DC$Eƀ&DC$Eƀ&*q+q1q2q7q9qqqqqqqqqqqq r rrr-r/r2r6rHrOrPrRrSr|rrssssss0s߿زȥȞȥȕȌȞ~u~hHh&CJOJQJHh&NH Hh& HhƠ&Hh&NHHh&NH Hh&Hh&CJOJQJHh&CJOJQJHh&NH Hh&Hh&NH Hh& Hh&Hh&NH Hh&Hh&NH&0s1sKsQsXs^sfshsisqssssssssssst ttt%t&t:t;tWtXtttرˤvohaZS Hh͠& Hh̠& Hh& Hhˠ& Hh&Hh&NH Hh& Hhʠ&Hh&NH HhŠ& Hh&Hh&CJOJQJHhȠ&CJOJQJHh&CJOJQJHhɠ&CJOJQJHhǠ&CJOJQJHhƠ&CJOJQJHhޥ&CJOJQJss;tXtr-DC$Eƀˠ&DC$Eƀ&G$C$Eƀ&a$tttuuKuLu^uuuuuv>vvvvvvvvvvvvϷ{l]l]N]N?NHhؠ&5CJOJQJHhנ&5CJOJQJHh֠&5CJOJQJHhՠ&5CJOJQJHhԠ&5CJOJQJHhӠ&5CJOJQJHhҠ&5CJOJQJHhѠ&5CJOJQJHhР&5CJOJQJHhϠ&NH HhϠ&Hhˠ&NHHhˠ&NH Hhˠ& Hh͠&Hh͠&NHXtuwxr-DC$Eƀڠ&G$C$EƀР&a$DC$Eƀ&vwwwwwww x xxxx6x7xaxexrxsxwxxxxxCyQyRySyTyyyyy¹²¹«}t}k}d]d Hh䠉& Hh㠉&Hh⠉&NHHh⠉&NH Hh⠉& Hh᠉&Hhڠ&Wࠉ&Hhࠉ&CJOJQJ Hhࠉ& Hhߠ& Hhޠ&Hhݠ&NH Hhݠ&Hh۠&NH Hh۠& Hh&Hhנ&5CJOJQJ Hhנ&5CJNHOJQJ xxz}r-DC$Eƀ#&DC$Eƀ&G$C$Eƀࠉ&a$yyy z z0zNzOzzzzzzzzzz{{({7{c{d{{{|,|-|I|z|{||~u~u~nen^U^Hh)&NH Hh)&Hh(&NH Hh(&Hh$&NH Hh$& Hh/&Hh#&6NHW;&Hh#&6NHW;&Hh#&6W;& Hh&& Hh#& Hh蠉&Hh砉&NH Hh砉&Hh䠉&NH Hh䠉& Hh㠉&Hh㠉&NH|}}*}+}g}j}k}}~~~"~J~X~Y~Z~y~z~~~~~~~~~~ܽ~qj^PHh&6W&Hh&W& Hh&Hh&CJOJQJHh&CJOJQJHh&CJNHOJQJHh&CJOJQJ Hh젉&Hh&5CJOJQJHh&5CJOJQJ Hh&Hh렉&NH Hh렉& Hh᠉& Hhꠉ& Hh頉& Hh*&}+}"~Z~u0DC$Eƀ젉&DC$Eƀ⠉&DC$Eƀꠉ&Z~~'r-DC$Eƀ&DC$Eƀ&G$C$Eƀ&a$~~~;<Y^es !&π ˻IJ˫vhaZQZHh&NH Hh& Hh&Hh&cHdhFHh&NH Hh&Hh&cHdhF Hh& Hh&Hh&NH Hh&Hh&NHHh&NH Hh& Hh&Hh&NH Hh&Hh&6W&Hh&6NHW&)+/;=AQVW]_pqځ  !?dej|뻲뤛{tktd[dtT Hh&Hh&NH Hh&Hh&NH Hh&Hh&NHHh&NH Hh& Hh&Hh&NH Hh& Hh&Hh&6Hh&6W&'Hh&6W&cHdhFHh&cHdhF Hh&Hh&6W&‚ł"4M@e348ݿtete^QHh&CJOJQJ Hhߥ&Hh&5CJOJQJHh&5CJOJQJ Hhy& Hhm&Hhm&W&Hh&NH Hh&Hh&NHHh&6 Hh&Hh&cHdhFHh&6 Hh& Hh& Hh&Hh&6W&…n%H @C$Eƀ&G$C$Eƀ&a$H @C$Eƀm&8FGLMwx}…w:E˾رآؕ~wpgp^pWP Hhu& Hht&Hhs&NHHhs&NH Hhs& Hhr&Hhq&NH Hhq& Hh&Hh&CJOJQJHh&CJNHOJQJHh&CJOJQJHhߥ&CJOJQJHh&CJOJQJHh&CJOJQJHhޥ&CJOJQJHh&CJOJQJEFN]"-CD[ȈɈ)TZhox!XYϿȶȭȡ~~w~n~g^gHh㣉&NH Hh㣉&Hhߣ&NH Hhࣉ& Hhߣ& Hhܣ& Hh& Hhᣉ& Hh &Hh&Wu&Hhx&NHHhx&NHHhw&NH Hhx& Hhw&Hhv&NH Hhv&Hhu&6 Hhu&Hhu&NH$8u0DC$Eƀ磉&DC$Eƀܣ&DC$Eƀ &ŠNJҊӊ܊%&58rsuv-6HRTU Ͽz Hh& Hh& Hh룉& Hh裉& Hh꣉&Hh飉&NH Hh飉&Hh磉&NHHh磉&NH Hh磉&Hh壉&NH Hh棉&Hh㣉&NHHh㣉&NH Hh㣉&Hh壉&NH Hh壉&.ATX^_ݍލ |m|^I^m|)Hh&5CJH*OJQJW&Hh&5CJOJQJHh&5CJOJQJHh&5CJOJQJ Hh &5CJNHOJQJ)Hh&5CJH*OJQJW&Hh &5CJOJQJHh&5CJOJQJHh&NH Hh& Hh&Hh&NH Hh&Hh&NHpr*G$C$Eƀ&a$G$C$Eƀ&a$DC$Eƀ룉& "#)-AopTlmˏ34PӾӯ񏈁xqjajZjZjZjZQZQZHh &NH Hh &Hh &NH Hh & Hh &Hh &NH Hh & Hh&Hh&5CJOJQJ Hh&5CJNHOJQJHh&5CJOJQJ)Hh&5CJH*OJQJW&Hh&5CJOJQJHh &5CJOJQJHh&5CJOJQJPXk+;BCNCDyҒӒْڒ}~Γżŵյsjc\\ Hh& HhsFHh&NHHh&6cHdhsFHh&cHdhsF Hh&Hh&NH Hh& Hh& Hh& Hh&Hh&NH Hh&Hh&NH Hh& Hh&Hh&6W& Hh & Hh&#pDhUu0DC$Eƀ&DC$Eƀ&DC$Eƀ&Γ&'QRSTUՔ֔#lqr֕וܖݖ0AGUx~Ľxqjqjqjqj Hh& Hh&Hh&NH Hh& Hh&Hh&NH Hh&Hh&6W&Hh&NH Hh& Hh& Hh&Hh&NH HhsFHh&NHcHdhsF Hh&Hh&cHdhsF&ߗwx՘֘טژ"<PęřϙЙȿȳypyiy`ypypyHh&NH Hh&Hh&NH Hh&Hh&cHdhF Hh&Hh&NH Hh&Hh&cHdhFHh&W&Hh&NH Hh& Hh&Hh&NH Hh&Hh&6Hh&NH Hh&"U֚֘eu-G$C$Eƀ&a$DC$Eƀ&DC$Eƀ&7GQWXz}֚()-78CD㻤o`I`o`,Hhä& j5CJOJQJWä&Hhä&5CJOJQJ,Hh¤& j5CJOJQJW¤&HhƤ&5CJOJQJHh¤&5CJOJQJ,Hh& j5CJOJQJW&Hh&5CJOJQJHh&NH Hh&Hh&NH Hh&Hh&cHdhF Hh&DXYdeϛߛ /Uouʜ%&ĻĴ{m]mOHh̤&cHdhtFHhʤ&NHcHdhtFHhʤ&cHdhtF Hh֤& Hhդ& HhԤ& Hhɤ&HhȤ&NHHhȤ&CJOJQJ HhȤ& Hh&HhǤ&NH HhǤ&Hh&5CJOJQJ,HhŤ& j5CJOJQJWŤ&HhŤ&5CJOJQJڝ#1UX^_iԶzl^lP@PlHh&NHcHdhtFHh&cHdhtFHhѤ&cHdhtFHhҤ&cHdhtFHhϤ&NHcHdhtFHhϤ&NHcHdhtFHhФ&cHdhtFHhϤ&cHdhtFHh&cHdhtFHhʤ&NHcHdhtFHhʤ&cHdhtFHh̤&cHdhtFHh̤&NHcHdhtFeXu0uDC$EƀϤ&DC$Eƀ&DC$Eƀ& 14WXbmܼܮܮtd]TKHh&5Hh契&5 Hh契&Hh&NHcHdhFHh&NHcHdhFHh&cHdhF Hh.& Hh/&Hh-&cHdhFHh.&cHdhFHh,&NHcHdhFHh,&NHcHdhFHh,&cHdhF HhӤ& HhԤ& HhϤ&Xm_u0DC$Eƀ契&DC$Eƀ.&DC$Eƀ.&͟ +,^_wxyϠܠݠ0FaijTe}ɣʣFἵ~wpgp^pgpHh&NHHh&NH Hh& Hh&Hh&5 Hh&Hh&NH Hh& Hh& Hh&Hh&NH Hh& Hh&Hh&5Hh契&W&Hh&NH Hh&Hh&NH Hh& Hh&$_Tu-G$C$Eƀ&a$DC$Eƀ&DC$Eƀ&FG)ϥޥM(*,Jקķypg^WPIP Hh& Hh& Hh&Hh&5Hh&5Hh&5Hh&W& Hh &Hh &NH Hh & Hh & Hh&Hh&CJOJQJHh&CJOJQJ Hh& Hh&Hh&NH Hh&Hh&CJOJQJ Hh&Hh&NHاª0uuuuDC$Eƀ&DC$Eƀ&קا6NOTyʨ˨ |ũ#IJªѪʺʮ꥜~n~n~eYHh&W&Hh&NHHh&NHcHdhFHh&cHdhFHh&NH Hh&Hh&5Hh&5Hh&W& Hh&Hh&NH Hh&Hh&NH Hh&Hh&5Hh&5Hh&W&!ѪҪӪԪ8z{bcˬ̬֬׬/0GHuõp`YRF? Hh餉&Hh契&W& Hh/& Hh#&Hh$&NHcHdhvFHh$&NHcHdhvFHh$&cHdhvF Hh$&Hh!&NH Hh!&Hh!&NHcHdhuFHh!&cHdhuFHh&cHdhuFHh&cHdhuFHh&5cHdhuFHhuF5Hh&50H u0DC$EƀH&DC$Eƀ契&DC$Eƀ.&uv­íȭ٭ mopst~ KL¯!89@HIͰҰӰذ߰%߱zzqzzHhO&NH HhO&HhN&NH HhN&HhJ&NH HhJ&HhI&NH HhH& HhI&Hh㥉&NH Hh㥉& Hh⥉&Hh褉&NH Hh᥉& Hh褉&Hh餉&NH Hh餉&Hh餉&NH,%uv'WXiXY]^ns~tӴԴ*߼}vi}bYbPbHhX&NHHhX&NH HhX&HhU&CJOJQJ HhU& HhV& Hh棉& HhT&5CJNHOJQJ HhT&5CJNHOJQJHhT&5CJOJQJHh꣉&WQ& HhT&HhR&NH HhR& HhQ&HhQ&6HhP&NH HhP& ^u0DC$Eƀ棉&DC$Eƀ꣉&DC$EƀQ&*1\]lm͵εܵ "Z[ʶ˶ŷηҷ56Ffgи׾~uha Hhb&Hhb&CJOJQJHha&NHHha&NH Hha& Hhj&Hh`&NH Hh`&Hh^&NHHh^&NH Hh^& Hh]&Hh[&NHHh[&NH Hh[&HhY&NHHhY&NH HhY&HhY&6&и׸,ab˹̹ѹ78ghoptߺ*EFlmr㹲wHhj&NHHhj&NH Hhj&Hhi&NHHhi&NH Hhg&Hhg&6 Hhi& Hhf&Hhk&CJOJQJHhe&NHHhe&CJOJQJ Hhe& Hhd& Hhk& Hhc&,s~8ur-D/C$Eƀy&/C$DC$Eƀn&DC$Eƀ]&rs}~ʻ˻ӻݻ߻0145;A(~׷ש}m}_}X HhwFHh&cHdhwFHh{&NHcHdhwFHh{&cHdhwFHhz&NHcHdhwFHhz&cHdhwFHhv&cHdhwFHhv&NHHhv&NH Hhu& Hhy& Hhv& Hht& Hhn& Hhr&Hh&Wg&Žƽݽ޽ IKϽֶueuUuHh&6NHW&Hh&6NHW&Hh&6W& Hh&Hh&NHcHdhxFHh&cHdhxFHhy&cHdhxF Hhy&Hhx&NHHhx&NH Hhx&Hhx&cHdhxF Hhw& HhxFHhw&cHdhxF%&kl̿+,578qr#$*8r´|sllclcl\l Hh&Hh&NH Hh&Hh&NHHh&W& Hh&Hh&NH Hh& Hh& Hh& HhzFHh&cHdhzFHh&cHdhzFHh&NHHh&NH Hh&Hh&6Hh&6W& rs34]^cKLQdqrstȿȸyrkbWbHh&5NHHh&5 Hh& Hh&jHh&U Hh&Hh&cHdhF Hh& Hh& Hh&Hh&NH Hh&Hh&NH Hh& Hh&Hh&NHHh&NH Hh& Hh&Hh&NH"89r*G$C$Eƀ&a$G$C$Eƀ&a$D/C$Eƀ&89Qtuy_~*,-.^ͷ|qf[PEPEPEHhꥉ&mH sH Hh饉&mH sH Hh襉&mH sH Hh祉&mH sH Hh楉&mH sH Hh奉&mH sH Hh䥉&NHmH sH Hh䥉&mH sH Hhĥ&mH sH Hhå&NHmH sH Hhå&mH sH Hh¥&mH sH Hh&mH sH Hh&mH sH Hh&5Hh&5Hh&5NH^gh &WXlž~~u~n~`P`~Hh&NHcHdh{FHh&cHdh{F Hh&Hh&NH Hh& Hh雷&Hh&5W&Hh&5Hh&5NHHh&5 Hh& Hh&jV Hh&UHh楉&mH sH Hh쥉&mH sH Hh륉&NHmH sH Hh륉&mH sH 9Juo*DC$Eƀ&$C$a$DC$Eƀ楉&DC$Eƀ&CD`iqz ,8=>IJVW躬Ѭ~~ungn` HhF HhF Hh&Hh&NH Hh& HhFHh&NHcHdhFHh&NHcHdhFHh&cHdhFHh&cHdhFHh&NH Hh& Hh&Hh&NH Hh&Hh&NH Hh&%JWu0DC$EƀFDC$Eƀ&DC$EƀFCJ#*VWd#{rkbkbkHhFNH HhFHhFNHHhF6 HhFHhFNHHhFNH HhFHhFcHdhjF HhjF HhF Hh F Hh FHhFNH HhFHhFNHHhFNH HhFHhF6$DE[~$1>v()akpqü~~~u~nenHh"FNH Hh"FHh FNH Hh FHhFNH Hh!FHhFNH HhFHhF6 HhF HhF HhFHh&WFHhFNHHhFNH HhFHhFNH HhF HhF%u0DC$Eƀ#FDC$EƀFDC$EƀF*HWXp=BVYZqr}3żųťyrdr[rTMT Hh*F Hh)FHh(FNHHh(F6W(F Hh(F Hh'F Hh&FHh&FNHcHdhFHh&FcHdhFHh%FcHdhFHh%FNHHh%FNH Hh%FHh$FcHdhFHh$FNH Hh$FHh#F6W'F Hh#F34_ ?^_uZ[d7@F辵~u~g`Y`Y Hh1F Hh0FHh/FcHdhFHh/FNH Hh/FHh.FNH Hh.F Hh-FHh,F6Hh,FNH Hh,FHh+FNH Hh+F HhFHh+FcHdhFHh*FcHdhF Hh*F Hh)FHh)FNH n1HINOPQ )῱ug`W`N`6cHdh֢{NHcHdh֢{ cHdh֢{Hh6FcHdhlFHhlFcHdhF HhlFHh6FNH Hh6F Hh7F Hh5FHh4FNHHh4F6W5F Hh4FHh3FNHHh3FNHHh3F6 Hh3F Hh2F Hh1FHh1FNHPuus0sCEƀ@yF.DC$EƀlFDC$Eƀ-F)?@CUabu)0R]dqr^úʳѳѪѪѪѪѣѣѪѣѪќѕюѪ cHdhk{ cHdht zf cHdhs zf cHdhj{NHcHdh& cHdhڢ{NHcHdh٢{ cHdh٢{ cHdhd{ cHdh&NHcHdhآ{6cHdhآ{ cHdhآ{ cHdh֢{ cHdhEl{58'()*+uDC$Eƀu{CEƀ@yF..^irs|} -236<no /0MN(*+,-񚍀y cHdhy zf5cHdhy zfnH tH 5cHdhu{nH tH cHdh&mHnHu6Wv zfcHdh&%jCJUcHdh&mHnHu6cHdh&6cHdhu zf cHdhu zf cHdh{NHcHdh& cHdh& cHdhz/+,-\us.DC$Eƀ zfDC$Eƀq{DC$Eƀy zf-8[vw89:)*015TU`ai8u~~u6cHdh& cHdh{NHcHdh{ cHdh{NHcHdh zf cHdh zf cHdh zf cHdh zfNHcHdhz cHdhz cHdh{ zf cHdhA{ cHdhB{ cHdh@{NHcHdh& cHdhw zf5cHdh& cHdh&.kOwuuppuuuuuu$a$DC$Eƀ zfCEƀ@yF.. 57HI^bkTUEFk+-.x6NHcHdh&6cHdh& cHdh{ cHdhw{ cHdh{NHcHdh& cHdhv{ cHdh&NHcHdh zf cHdh zfNHcHdh{ cHdh{NHcHdhz cHdhz cHdh{NHcHdhz cHdhz-56$%O\d´袗sb jC CJUVcHdh&j EHUcHdh&jpjB UVcHdh& cHdhy{6CJcHdh&CJcHdh&5cHdh&jg EHUcHdh& jfC CJUVcHdh&jUcHdh&NHcHdh& cHdh& cHdhw{NHcHdhw{&()ij\]cervvw~߶߯ߔߍߍxx cHdh{6W{cHdh& cHdh{5cHdh&CJcHdh&CJcHdhi{ cHdhx{cHdh&mHnHu%jCJUcHdh&mHnHuNHcHdh& cHdh&jUcHdh&jI EHUcHdh&-guqDC$Eƀ{DC$Eƀx{~g TU"01./?N[ $%񬺣jqC UVcHdh{jUcHdh{NHcHdh{ cHdhգ{ cHdh{ cHdh{NHcHdh{ cHdh{NHcHdh{ cHdh{ cHdh{NHcHdh& cHdh& cHdh zf0@(Giwrp-CEƀ@yF..$a$DC$Eƀ/{CEƀ@yF.%&'(3/0gm?@",-245abABRS&'RTU|NHcHdh zf cHdh zf cHdh zf cHdh zfNHcHdh zf cHdh zf cHdh zf cHdh zfNHcHdh{ cHdh{5cHdh2{5cHdh{ cHdh{ cHdh2{jUcHdh{jY UcHdh{0  9TU  ;<* +   w              g h         * , ʺʳʣʣʣNHcHdh zf cHdh zfNHcHdh zf cHdh zf cHdh zfNHcHdh{ cHdh{ cHdh zfNHcHdh{NHcHdh zf cHdh zf cHdh{ cHdh zf  q !3!4!Q!U!!!!!!""t"u"}"""""##3$ںڪ cHdh& cHdh2{NHcHdh zf cHdh zf cHdh zf6cHdh{NHcHdh{ cHdh{ cHdhzNHcHdh zf cHdh zf cHdh zf@} ##%u0DC$Eƀ{CEƀ@yF.DC$Eƀ zf3$4$Q$^$_$`$$$F%G%%%%%%&/&0&C&H&I&K&}&&&&&&&&&&&0'1'@'A'v'w'~'''úóó樂~wnwg cHdhT{NHcHdh zf cHdh zf cHdh zfNHcHdh{ cHdh{ cHdh{NHcHdh{ cHdh{ cHdh{ cHdh{NHcHdhR{ cHdhR{ cHdh{ cHdh{NHcHdhQ{ cHdhQ{ cHdhD{ cHdh&NHcHdh&('''''''''D(E((())))**3*4*v*******'+(+6+G+O+P+a+b+x+z++++++++*,+,S,X,w,x,,,,,üʬʥʼʬʬʞʞʗʬʬʞʗʎ6cHdh& cHdh{ cHdh{ cHdhy{NHcHdh& cHdhV{ cHdh{ cHdhU{ cHdh& cHdh{NHcHdh zf cHdh zfNHcHdh{ cHdh{ cHdh zf6%'4*N*,u20CEƀ@yF.DC$Eƀ{DC$Eƀ{,,,, -&-'-=-S-T-----.X.Y.... / /C/D///000.06080V0Z0[0_000004171B1K1Y1c1d1i1k1p1ǾǾǾǷǾǾǾܥǞܞܥܥ܎ܷ cHdh{ cHdh zf cHdh zfNHcHdhZ{ cHdhZ{NHcHdh&NHcHdh zf cHdh zfNHcHdhY{ cHdhY{ cHdh zf cHdhX{ cHdh&6cHdh zf6cHdh&6NHcHdh&1,.215O55;<usnlss$a$DC$Eƀ zfDC$Eƀ{p11122222B3C333334 4~444444551525K5L5M5N5Y5555551626n6o666778]8^8999̨̽̔̔̔̔̍̆}}NHcHdh zf cHdh zf cHdh zfNHcHdh_{5NHcHdh_{5cHdh_{j UcHdh_{j>p?|??????@@9@:@@@@@MAdAkAqArAAAAApBqBCBCDCICJC^C_CCCCCCCCDDžŷŰřŐřũʼnʼn{ cHdh { cHdh zf cHdh'd{fNHcHdh@& cHdh{NHcHdh { cHdh { cHdh{ cHdh{ cHdh{ cHdh@&NHcHdh{ cHdh{ cHdhz cHdh{ cHdh zf cHdh& cHdh{-@CCEHKt/-DC$Eƀ^d{fDC$Eƀ zfCEƀ@yF.C$DD&DADIDPDQD`DaDyDDDDDDDDDDDDEEEEsEtEEE3F4FFFFFGGdGeGGGRHSH}H~HHHHHHfIpI輳 cHdh{NHcHdhbd{f cHdhbd{fNHcHdh[d{f cHdh[d{f5cHdh[d{f5cHdh;d{f cHdh { cHdh&d{f cHdh zf cHdh zfNHcHdh@& cHdh'd{f cHdh@& cHdh {NHcHdh {3pIII%JHJIJ]J^JKEKFKOKPKVK[K_K~KKKKKKKK LLLLLL M M M!MbMcMMMcNdNNNOO=O>OJOKONOOOTOOOOOP!PƽNHcHdhyd{f cHdhyd{f cHdh{ cHdhod{fNHcHdhnd{f cHdhnd{f5cHdh@&5cHdh+{NHcHdhdd{f cHdhdd{fNHcHdhcd{f cHdhcd{fNHcHdh@& cHdh@&8!P(P3P4PPPPPPPQQQQQ>QEQFQQQQERFR\R^RaRbReRfRRRRRRRSSSSSSSSSST TT T2TӘӘNHcHdhd{f cHdhd{f cHdh{ cHdh{NHcHdh zf6cHdh zf cHdh zf5cHdh@&5cHdh{NHcHdhd{f cHdhd{f cHdh½{ cHdh{NHcHdh@& cHdh@& cHdhyd{f1KFRUXu0DC$Eƀd{fDC$Eƀ{DC$Eƀnd{f2T3T5TTTTTTTTTTT"U#U.U9UyU|U~UUUUUUUUU V V#V$VhViVVV WW"W#W*W4WWWWWWWWWXVXWX}X~XXX񵬵5cHdh zfNHcHdhd{f cHdhd{fNHcHdhd{f cHdhd{f cHdhd{f cHdhd{fNHcHdhd{f cHdh zNHcHdh!{ cHdhz cHdhd{f cHdh!{ cHdh{8XXXXXYY;Yjvjwjjj&k'kJkKkRkSk[k\kbkckokpkkkS jcHdh@& cHdh zf cHdh zf cHdhɽ{NHcHdhA{ cHdhA{ cHdh@{ cHdh9{ cHdhȽ{ cHdhzNHcHdhz cHdhz cHdh@&NHcHdh@&:?jwjjbR$ & F hEƀ zf^ha$J$hEƀ@yF^ha$jj!lAlmpmqmrm{m^UL $$Ifa$ $$Ifa$DC$EƀF$C$a$$a$$a$J$hEƀ zf^ha$kkkll!l"l5l6l7l8l=lAlllll m-m.m/mOmPmompmqmrmmmmmmmmmmmmmmmmm)n*nUnVnnnn cHdh[{CJcHdh@&5CJcHdh@& HhF55NHcHdh z5cHdh z5cHdh@&jEHUcHdh@& j"C CJUVcHdh@&jUcHdh@&NHcHdh@& cHdh@&1{mmmmmmmmmm^UUUUUU $$Ifa$$$IfTl4\M ;`804 la $$Ifa$ mmmmm'$$IfTl4֞M :; 8vv04 la $$Ifa$mmmmmm $$Ifa$mmnnn2))) $$Ifa$$$IfTl֞M :;8vv04 lannn$n)n $$Ifa$)n*n4n:n?n2))) $$Ifa$$$IfTl֞M :;8vv04 la?nEnJnPnUn $$Ifa$UnVn`nfnkn2))) $$Ifa$$$IfTl֞M :;8vv04 laknqnvn|nn $$Ifa$nn0$$IfTl֞M :;8vv04 lannnn(o)oo?o@o\o]ooooooooo p_p`ppppppgqiqqqqqqĶ񛍪}}vmvfvmv_v cHdh˽{ cHdh{NHcHdh@& cHdh@&NHcHdhf{ cHdhf{j EHUcHdh[{j-lnB UVcHdh[{jUcHdh[{j EHUcHdhR{ j#"C CJUVcHdhR{ cHdhR{jUcHdhR{NHcHdh[{ cHdh[{ cHdhP{#npbttvusqDC$EƀyFDC$Eƀ[{q7rbrcrorxrrrrrrssMsNsssssssttYtZtatbtitktttttuuRuUuguuúóʜxoha cHdhڼ{ cHdh{NHcHdh߼{5NHcHdh z5cHdh z5cHdh z cHdh z cHdh߼{NHcHdhk{ cHdhk{ cHdhh{NHcHdh@& cHdh@& cHdhzNHcHdh&z cHdh$z cHdh&zNHcHdhg{ cHdhg{ cHdh%z&uuAvBvvvvAw/x0x_xuxvxxxxxxxxxxxxxx yy_y`yyyyyyyyz%z'z-zNzXzYz`zczwzȿȸȱȸzs cHdhu{NHcHdhs{ cHdhs{NHcHdhr{ cHdhr{ cHdhp{ cHdh{NHcHdh@& cHdhͽ{ cHdh@&NHcHdho{ cHdho{NHcHdhn{ cHdhn{NHcHdh߼{ cHdh߼{ cHdhڼ{NHcHdhڼ{-vx}}߂u20-C$CEƀ@yF.DC$Eƀ{DC$Eƀl{wzzzzzzzzzzzz={>{w{x{y{{{{{{{||0|<|@|g|h|r|s|||| }}1}2}E}N}}}}}}}}}.~ƽ񶯶~ cHdh{%jCJUcHdh@&mHnHu cHdh{NHcHdhz cHdh zf cHdh zf cHdhzNHcHdhϽ{ cHdhϽ{6NHcHdh@&6cHdh@&NHcHdh@& cHdh{ cHdh@& cHdhν{1.~4~S~T~_~`~~~OP  bcnoʀˀ)*ef|}<>?C~قڂsw'(?IJKde𲫲 cHdh zf cHdhz cHdh{NHcHdh zfNHcHdh{ cHdh{ cHdh zf cHdh{NHcHdh@& cHdh@&6cHdh@&C߂Ku0DC$Eƀ{DC$Eƀ{CEƀ@yF.e)*78?@RZڇۇ34_`12kl߉\]Š  ?@͌6BC\]_ڍʺ cHdh{ cHdh{NHcHdh{ cHdh{ cHdh zf cHdh#zNHcHdh{ cHdh{ cHdh{ cHdh{NHcHdh@&NHcHdh{ cHdh{ cHdh@&8ڍۍ EFJ[ݏ  QRɐאݐ ()`akl~y B*ph cHdhFNHcHdhz cHdhz cHdh z cHdh& cHdhyF cHdh8F cHdh`FNHcHdhyF cHdhyF cHdhè{NHcHdh¨{ cHdh¨{ cHdh@&6cHdh{ cHdh{NHcHdh{-Kalwu2CEƀ@yF.CEƀ@yF.DC$Eƀ{l-.12Vbc’Ò,-bcdyœԓǯǗ݅|q|f|f|VEV!Hhq&6CJcHdhoFHhq&CJcHdhoFHh FCJNHHh FCJNHHh FCJ"Hhi&CJNHcHdhoF/Hhi&6CJNHWݜcHdhoF/Hhi&6CJNHWݜcHdhoF+Hhi&6CJWݜcHdhoFHhi&CJcHdhoFHhoFCJHhi&CJldw2DC$Eƀ FDC$Eƀi&CEƀ@yF[]dՓ+u0DC$Eƀ&DC$EƀݜDC$Eƀq&ԓՓ +=\]֔ה8ABstҕ,IJԩ|sj_jsTsIsHhCJNHHhCJNHHh&CJNHHh&CJHhCJ"Hh6CJNHWHh6CJWHhCJNHHhCJ"Hh&6CJNHW&Hh&6CJW&Hh&CJHh&6CJW&Hh&CJHhq&CJBҕu0DC$Eƀ&DC$EƀDC$Eƀ&,_`lmԖՖ2UVlúzqh]hMD;HhFCJCJcHdhFHh&CJcHdhFHh&CJNHHh&CJHh{&CJHh&6CJW&Hh&CJHh&CJNHW&Hh&CJW&Hh&CJHh&CJHhCJ"Hh6CJNHW"Hh6CJNHWHh6CJWu0DC$EƀFDC$Eƀ{&DC$Eƀ&GKL}ט"Ùə˹۩kbRbI>I6CJcHdhCJcHdhHhF6CJWFHhFCJ/Hh6CJNHWcHdhpF+Hh6CJWcHdhpFHhCJcHdhpFHhp&CJcHdhpF"Hhp&6CJNHWp&Hhp&6CJWp&Hhp&CJHhCJHhݜCJHh&CJ#n)DC$Eƀp&DC$EƀL & FhC$EƀF`h#Bw4CEƀ@yF[]CEƀ@yF[]DC$EƀF%&()-4Br}~ɚКњ/1JKPQٛڛ뿴}oaCJW{cHdhCJW{cHdhd{fCJcHdhd{fCJcHdhyF6CJNHcHdhyF6CJcHdhyF6CJNHcHdh zf6CJcHdh zfCJcHdh zf6CJNHcHdhŨ{6CJcHdhŨ{6CJcHdhCJcHdhCJNHcHdh$Qy6CEƀ@yF[]CEƀ@yF[]CEƀ@yF[]  $%79@QRflmÜĜ 9NbĞŞ>qr/1CIUθθίθΛ΀pggCJcHdhyF6CJWyFcHdh6CJWyFcHdhyFCJNHcHdhyFCJcHdhyFCJNHcHdhzCJcHdhz6CJcHdhCJNHcHdhCJcHdhCJcHdh{6CJcHdh{6CJcHdh{CJcHdhz(:y6CEƀ@yF []CEƀ@yF[]CEƀ@yF[]:?ȟy6CEƀ@yF []CEƀ@yF []CEƀ@yF []ȟWy6CEƀ@yF[]CEƀ@yF[]CEƀ@yF []Uaʠyzޡߡ'opw()>GH\xz{⿶{p{e{CJNHcHdhed{f6CJcHdhed{fCJcHdhed{f0JhCJcHdh{0Jh6CJNHcHdh0Jh6CJcHdh0JhCJcHdhCJcHdhyF6CJcHdhyFCJNHcHdh6CJNHcHdh6CJcHdhCJcHdhyFCJcHdh"2Hy6CEƀ@yF[]CEƀ@yF[]CEƀ@yF[]Ho(F & FEƀ zH & FC$Eƀ@yF[]H & FC$Eƀed{fģţƣɣޣߣ !"01234ɾɷypypypm`SCJOJQJcHdht{CJOJQJcHdht{CJCJcHdhx zfHhx zfCJCJHhw zfCJCJcHdhw zf5CJcHdhr{5CJ0J j0JU cHdh z cHdh!z6CJcHdh!zCJcHdh!z(Hhed{fCJW zcHdh^d{fCJcHdhed{fHhed{fCJcHdhdd{f ƣǣȣɣߣ\I($PC$Eƀw zfa$$a$&`#$DC$Eƀ@yF[] "1234Jj!lm֥ !"#67C$$C$a$$a$($Pa$4IJKghjϤФפޤ56[\lmn"#567ӯӦxk5CJOJQJWu{Hhu{5CJOJQJ5CJOJQJHh{{5CJOJQJ5CJOJQJCJcHdh{CJcHdh zfHh zfCJCJcHdh zfCJNH5CJCJCJcHdhx zfHhx zfCJOJQJCJOJQJcHdhx zf CJOJQJ)7?JKLT_`c5CJOJQJWu{Hhv{5CJOJQJHh{5CJOJQJ7KL`abcC$ &P/ =!8"8#$%= 0&P/ =!8"8#$% P0 HH+ 0&P/ =!8"8#$% P + 0&P/ =!8"8#$% P # 0&P/ =!8"8#$%Dd'/  C A..\..\..\work\whatwouldtheythink\wwtt-screenshot-aicommunity.jpgRfS7n"2]D FUfS7n"2JFIFHHExifMM*bj(1r2iHHAdobe Photoshop 7.02003:09:29 22:17:24[(&HHJFIFHH Adobe_CMAdobed            l"?   3!1AQa"q2B#$Rb34rC%Scs5&DTdE£t6UeuF'Vfv7GWgw5!1AQaq"2B#R3$brCScs4%&5DTdEU6teuFVfv'7GWgw ?ѩlăFmS#/Jc*v>So_X_S>[qpq21r,lhߙ/cc?aX5:MtzmvWL+6;ewBI +Go>}Mg}-5YI1Ӌc1͛H v}O5#/M‹n;Mg]n,g?Z>d`t i!U^=m}EwDX)S` fw7U}fީ۴ݨԟW.N&]Mqc*8rn/tp.;Z}*}K=]B>~ڈ]o?[FG?_x9yQzA<{^"[ÎұK*}oqO˺>4w^E,Ĵ~^(xeo27g1y>vʟcSMEZ>Ucd Os5~_זS4}]IsX.nv}gIq>֮齴u ]ܰ~,Q#G w}?O}O8!?a˶׏Houu7߷gOvO}Ͽ>#[=?!zpƆ3u VS,[l?3 QZ vKo5ֲeߤ&*skXl{7ujgomv>QiYslwoSu:f+mc[1hpՇݞ"Ⱦ}:vnj:f#d9s]ȣՇnET42R+NF$/z:[qKZc-oᆲkѫ=G~9ϧ&ڃ}MW]^?Hڝc=oEc''+q%ps\~7֯Qx5[|[mooJJy}\ߕc>5ue7\3zW^ȶz-aVYc[k?yw[6kUiq`kVo\?_uښ\4s:ͭbJu[[ֺ͙XG1,}/kf?hk#v'FchP>Ɇjk랷=?fڲ-}9PGݗsí[X}:&OfWm(nz#R7z~V>c`7/;;.F[k -kK6m{/}ϻ3wp;woܻ:j^+kjuOoW}}N$rXWӛ譭;X漼 ?onW/XT`6Ymm^ѱ7a^$?lmW$jvF "ImkZˬy{.w/1jn`[Q`.1>z]V$<>}%߇?d4P[K*m@!HGdSOPq~+k +u99WeMħ_iY9_Jq.sYvMemv.#Wᩂ^gB^0܇C@snKSf>SJS vN3mF˛vʿ\wOuwnvX5﮺m~xgkm{*G7,=YawmcY]zM}Xi7#<2@bkٍYZYavv5Fb{+}wOHidk+o[.f1n.X~w鬮nUQ};]Mms& k V.wn3MJXKt u}.Gmc=ou8{_#qk1{%[~sZ]s;{?;/vU=_Ev\Ű5,Ƿ~̆cO''zQSwKkv.Nq} hkWnj(߱DG!g)SDz$<@WWh˷ 69X l~c?;OIO2Kl+6;qZ~wm{ɣvSKdUSݡ3w{kad}aw0kCL5 >/\'Ȩ3 iZ_\MVҽؘyV^ d1n?%:}wcQKӝSck.,)B.eX56Ym5K7zy uZ.3=z座J8aUmu{_kfNVS;Q#O;]oCX?.Gs{kٟjM/V3}k>clh 励C^,]uc}m7{҆Q-(خˆXδGptcak-`c沯?ŗ::6e-1ޥ.l?j?Gu=?}jtK~LJnlb&M=n[qmY"n4y Ʀ/oS b7|>ٍk[SlG}_{zVFlhs172~Q/2smN>pku7=WztH#e>ߗï9m핀Mnuo5(?ۢLlnۻfK}ub(ewt׵ml5kS;OJ7o꘽;3OP-h}MF:WK,˭̧#)bIJ݌fZ*^,9W\DZ+dzck}7szt9/k$7p:0p*.U7 ȇӺۏ۟kd7$gca˲l65Ӿglk1l]}: + _F;vne5x|0κZ&٢@[.)-J<[L2N2u):6c-kǯ-u[@ߛmLWp~}3,Q$[G{gtQ}8]J[vL얿u~+7u*h9vCe[;gӳu>IH𑷇 y,^s-Y`qEY7k+_qi9O@=6M־}?W7#̷WIgN}B7f}5TRicڟgu-ON!ubxM]=z<'FVzV6 \ɓK^UQX]O-{aQgC}unYX~Uk2mȺ(nY;ղ]!tgB}:,'OP[' Z'e'^i56*]!9x{7l^ 1"ޜ]M -ַ>lj=obe݃],ȳ!1 fmM_=OWoد?LÏGLcHw;.=(Rl}e=C!a־en >ݾT?=Km5ocwI7fO.m'% {[γj_d߲s=HM_lWeYSI#vƷs6~ 2-/uU=8xscs]2q{ƪ Z\9ߣ.vkKrl?lv ٱ᳣g6󝓝uUk=6o k{Wv3޺LC[U0 n׵#k[k 321D12.Ɛ e/߷=x~eղ_51k;TYpzG&&:zޙ1X1_c eg.n/9C- uS3g_wCvC.%jt7u[\Scfk9\v]Qc߿ѳu0c\٣"7Ey|0 A~Vֵ \'֖OQ5zluT׳msvi'^~.V63[qe5Ͷq3s髷uF6-L; eVKmR׶m;\6:[ӂ|D q͏u}N'ufXmeE.u k1HVZWmom*duz~KzHRv~lSم-]Wk+eMc9;=[#eTHq4Bj9 @t\zݓ{2C\EvG?J:v%ϱcU]K2lSs?sVC~6ΤOPfUZOcKٽ$W>6ݿ=:.WǕҺw[LmR믽5ΟC˕Om}?i7m߷M$՝Ax3kCs[EvU:v~'ulr{9O;eTIZ^꛿H}g '3N[f7\Ƌ;+w}uV=e2jeދqX m߻NgE՚v֋ zWM}Tƣt󕋁]#}cnkޖ]91llnv;J?7|7ebd7# ~nCKvT׾D =tc/_Uf %9k=*vyb`uC7ߏ`c졏̥Fpꘔ׉j Rn.zod_eԲ]+(zt漑sW^h5/??\h7ʚn7]S]xucx?Zne4u rk/Q?[e7~~N[];#ۭcoKgΗ1hmkI]GsX׳>ݪW\JGg yimWF9$ӡβ۝b,Bl|GwvQONћڪoغΚlhV(9m{G,]-c70U^7/_*VTou]BטּYE%Pv2j+'eڪ}\X~ߕ/2P)f-$s^۳nҬnel,p0m1zoeVs`U5} 3v1M;.YX/zWVOlŕk~h̟{wG_lzH_Zwۀael<趦wjTΟ*k:E7:55(>bkpȭc7mb}Vl\j |r){}m[~3Y\?*5ͭlykU=WdOȤFк6vFNuT׾escv]9V 5pɤ5F64WOUY*CZ3*xi-}?Ko!€^߫O6VK>:ZSuWKiZXkkg\ݛg>˱k VK#v6~oҧEoVov]mY=sA ̠ͫݫ]~?O }? m 4dP:,}nÛ{oދvNy鵷.q۩ 71oemUϦ=A/7 m ~ʋg$߫!X̭ډõGe7ZBϪ] &Pm說sь%Evkt^c&&!cb *u߾˽_m챞oO{p d?zF7Nʻ.ޥvv5>>=VYεަmj[~~.O}O۾z޿==WdOȫz?Kzjݷ|ǧEO#Photoshop 3.08BIM%8BIMHH8BIM&?8BIM x8BIM8BIM 8BIM 8BIM' 8BIMH/fflff/ff2Z5-8BIMp8BIM8BIM8BIM@@8BIM8BIMI[ Untitled-1[nullboundsObjcRct1Top longLeftlongBtomlong[RghtlongslicesVlLsObjcslicesliceIDlonggroupIDlongoriginenum ESliceOrigin autoGeneratedTypeenum ESliceTypeImg boundsObjcRct1Top longLeftlongBtomlong[RghtlongurlTEXTnullTEXTMsgeTEXTaltTagTEXTcellTextIsHTMLboolcellTextTEXT horzAlignenumESliceHorzAligndefault vertAlignenumESliceVertAligndefault bgColorTypeenumESliceBGColorTypeNone topOutsetlong leftOutsetlong bottomOutsetlong rightOutsetlong8BIM8BIM8BIM lDJFIFHH Adobe_CMAdobed            l"?   3!1AQa"q2B#$Rb34rC%Scs5&DTdE£t6UeuF'Vfv7GWgw5!1AQaq"2B#R3$brCScs4%&5DTdEU6teuFVfv'7GWgw ?ѩlăFmS#/Jc*v>So_X_S>[qpq21r,lhߙ/cc?aX5:MtzmvWL+6;ewBI +Go>}Mg}-5YI1Ӌc1͛H v}O5#/M‹n;Mg]n,g?Z>d`t i!U^=m}EwDX)S` fw7U}fީ۴ݨԟW.N&]Mqc*8rn/tp.;Z}*}K=]B>~ڈ]o?[FG?_x9yQzA<{^"[ÎұK*}oqO˺>4w^E,Ĵ~^(xeo27g1y>vʟcSMEZ>Ucd Os5~_זS4}]IsX.nv}gIq>֮齴u ]ܰ~,Q#G w}?O}O8!?a˶׏Houu7߷gOvO}Ͽ>#[=?!zpƆ3u VS,[l?3 QZ vKo5ֲeߤ&*skXl{7ujgomv>QiYslwoSu:f+mc[1hpՇݞ"Ⱦ}:vnj:f#d9s]ȣՇnET42R+NF$/z:[qKZc-oᆲkѫ=G~9ϧ&ڃ}MW]^?Hڝc=oEc''+q%ps\~7֯Qx5[|[mooJJy}\ߕc>5ue7\3zW^ȶz-aVYc[k?yw[6kUiq`kVo\?_uښ\4s:ͭbJu[[ֺ͙XG1,}/kf?hk#v'FchP>Ɇjk랷=?fڲ-}9PGݗsí[X}:&OfWm(nz#R7z~V>c`7/;;.F[k -kK6m{/}ϻ3wp;woܻ:j^+kjuOoW}}N$rXWӛ譭;X漼 ?onW/XT`6Ymm^ѱ7a^$?lmW$jvF "ImkZˬy{.w/1jn`[Q`.1>z]V$<>}%߇?d4P[K*m@!HGdSOPq~+k +u99WeMħ_iY9_Jq.sYvMemv.#Wᩂ^gB^0܇C@snKSf>SJS vN3mF˛vʿ\wOuwnvX5﮺m~xgkm{*G7,=YawmcY]zM}Xi7#<2@bkٍYZYavv5Fb{+}wOHidk+o[.f1n.X~w鬮nUQ};]Mms& k V.wn3MJXKt u}.Gmc=ou8{_#qk1{%[~sZ]s;{?;/vU=_Ev\Ű5,Ƿ~̆cO''zQSwKkv.Nq} hkWnj(߱DG!g)SDz$<@WWh˷ 69X l~c?;OIO2Kl+6;qZ~wm{ɣvSKdUSݡ3w{kad}aw0kCL5 >/\'Ȩ3 iZ_\MVҽؘyV^ d1n?%:}wcQKӝSck.,)B.eX56Ym5K7zy uZ.3=z座J8aUmu{_kfNVS;Q#O;]oCX?.Gs{kٟjM/V3}k>clh 励C^,]uc}m7{҆Q-(خˆXδGptcak-`c沯?ŗ::6e-1ޥ.l?j?Gu=?}jtK~LJnlb&M=n[qmY"n4y Ʀ/oS b7|>ٍk[SlG}_{zVFlhs172~Q/2smN>pku7=WztH#e>ߗï9m핀Mnuo5(?ۢLlnۻfK}ub(ewt׵ml5kS;OJ7o꘽;3OP-h}MF:WK,˭̧#)bIJ݌fZ*^,9W\DZ+dzck}7szt9/k$7p:0p*.U7 ȇӺۏ۟kd7$gca˲l65Ӿglk1l]}: + _F;vne5x|0κZ&٢@[.)-J<[L2N2u):6c-kǯ-u[@ߛmLWp~}3,Q$[G{gtQ}8]J[vL얿u~+7u*h9vCe[;gӳu>IH𑷇 y,^s-Y`qEY7k+_qi9O@=6M־}?W7#̷WIgN}B7f}5TRicڟgu-ON!ubxM]=z<'FVzV6 \ɓK^UQX]O-{aQgC}unYX~Uk2mȺ(nY;ղ]!tgB}:,'OP[' Z'e'^i56*]!9x{7l^ 1"ޜ]M -ַ>lj=obe݃],ȳ!1 fmM_=OWoد?LÏGLcHw;.=(Rl}e=C!a־en >ݾT?=Km5ocwI7fO.m'% {[γj_d߲s=HM_lWeYSI#vƷs6~ 2-/uU=8xscs]2q{ƪ Z\9ߣ.vkKrl?lv ٱ᳣g6󝓝uUk=6o k{Wv3޺LC[U0 n׵#k[k 321D12.Ɛ e/߷=x~eղ_51k;TYpzG&&:zޙ1X1_c eg.n/9C- uS3g_wCvC.%jt7u[\Scfk9\v]Qc߿ѳu0c\٣"7Ey|0 A~Vֵ \'֖OQ5zluT׳msvi'^~.V63[qe5Ͷq3s髷uF6-L; eVKmR׶m;\6:[ӂ|D q͏u}N'ufXmeE.u k1HVZWmom*duz~KzHRv~lSم-]Wk+eMc9;=[#eTHq4Bj9 @t\zݓ{2C\EvG?J:v%ϱcU]K2lSs?sVC~6ΤOPfUZOcKٽ$W>6ݿ=:.WǕҺw[LmR믽5ΟC˕Om}?i7m߷M$՝Ax3kCs[EvU:v~'ulr{9O;eTIZ^꛿H}g '3N[f7\Ƌ;+w}uV=e2jeދqX m߻NgE՚v֋ zWM}Tƣt󕋁]#}cnkޖ]91llnv;J?7|7ebd7# ~nCKvT׾D =tc/_Uf %9k=*vyb`uC7ߏ`c졏̥Fpꘔ׉j Rn.zod_eԲ]+(zt漑sW^h5/??\h7ʚn7]S]xucx?Zne4u rk/Q?[e7~~N[];#ۭcoKgΗ1hmkI]GsX׳>ݪW\JGg yimWF9$ӡβ۝b,Bl|GwvQONћڪoغΚlhV(9m{G,]-c70U^7/_*VTou]BטּYE%Pv2j+'eڪ}\X~ߕ/2P)f-$s^۳nҬnel,p0m1zoeVs`U5} 3v1M;.YX/zWVOlŕk~h̟{wG_lzH_Zwۀael<趦wjTΟ*k:E7:55(>bkpȭc7mb}Vl\j |r){}m[~3Y\?*5ͭlykU=WdOȤFк6vFNuT׾escv]9V 5pɤ5F64WOUY*CZ3*xi-}?Ko!€^߫O6VK>:ZSuWKiZXkkg\ݛg>˱k VK#v6~oҧEoVov]mY=sA ̠ͫݫ]~?O }? m 4dP:,}nÛ{oދvNy鵷.q۩ 71oemUϦ=A/7 m ~ʋg$߫!X̭ډõGe7ZBϪ] &Pm說sь%Evkt^c&&!cb *u߾˽_m챞oO{p d?zF7Nʻ.ޥvv5>>=VYεަmj[~~.O}O۾z޿==WdOȫz?Kzjݷ|ǧEO8BIM!UAdobe PhotoshopAdobe Photoshop 7.08BIMHhttp://ns.adobe.com/xap/1.0/ adobe:docid:photoshop:439338c8-f2da-11d7-960a-b6ce1891904d Adobed@      [@  s!1AQa"q2B#R3b$r%C4Scs5D'6Tdt& EFVU(eufv7GWgw8HXhx)9IYiy*:JZjzm!1AQa"q2#BRbr3$4CS%cs5DT &6E'dtU7()󄔤euFVfvGWgw8HXhx9IYiy*:JZjz ?O'y?6aYju CɾDIt/MAc$ֶ D契,ȄGWg ѡ\ bV!}?_.;C'CF>O}~IѾrߒd4owܮY y?+'CF>O}~IѾrߒd4owܮY y?+'CF>O}~IѾrߒd4owܮY y?+'CF>O}~IѾrߒd4owܮY y?+'CF>O}~IѾrߒd4owܮY y?+'CF>O}~IѾrߒd4owܮY y?+'CF>O}~IѾrߒd4owܮY y?+'CF>O}~IѾrߒd4owܮY y?+'CF>O}~IѾrߒd4owܮY y?+'CF>O}~IѾrߒd4owܮY y?+'CF>O}~IѾrߒd4owܮY y?+'CF>O}~IѾrߒd4owܮY y?+'CF>O}~IѾrߒd4owܮY y?*#,OF_VDTwY4I;14 rqZԿ挅A#w}d14ڄQD*RI)@Y(>aIawԿ$FM]iVPOr,D0+I&q/O Zѐ>aBi_]8sid/4-ruy%UGrqBc^!{xgO:[;:QHiW R Wqjurdws]XeEb {"٣Q^/&ǘa,9_zh[k_hR$Pѵ:.RD_],qf!V*Hs,9! o،9d1xg Ț5A)h:geuOʯ<@\~JI ֹYOHYvTUTyKe2']U/l?,mfJYӼewgCu$:lr$Wa(N֬<ƬYr]{:o{=y[SO4.j~U̺/8ZKlr"Ye=BU7~L_'?j;jpiQWG^I`U&iRFZ(#1#2A6}; ;ȑ9NF?dz1}#wߘn{z4^XmVMyu4,Pzm'*)P2xrS8[=_waM8< ]-ti|P\W^`mzGޢFvj[&I=b=RN! H q KF$ep%BqLLx.ycZWo[o^a֌:X +׈ Jo 9DY'j~[owO)f ߖ#<^]2CGKv]P2bCq߻2!Q@u1@O*!⽁wU}ɾt|K[C)iOzS}n\>*q7aMw}V~n\|Wz/K'sM|۠ 2XYjiqF dF&'Ayt?"Bbx!Ϩ)j~]jesZȳyvzFpܽ85kXn^$!@+!ǐл#(W`'c{er, ;4K[ /+[i\]jRI,ZH*4"6GfVR 9F  w LeEӯ+>hCNyT4+k ySOf ʰ]<) c>) H"4C s߷:y+Ⱥ$zӠhGRԭP1ꄶgBW:xA<{r٧bAArߟF /͛/|B~>|B'}]"O Dcw?C*ݏUݏUߡ}Cv>!W~>|B'}]O !W~>|B'}Vir cnJ4@ؙqD/Ҏxnn]a6QquU[)^ݶ̜ƽsTN?+?0?.mw͏ _ jPˮ-" MT\L̥$V#$eQ"'z-Ywo7{.f hNkmZV?8he#l/o[|q:7'˳)9iww/q1}/\+/n7\AE.` DO9kv|r԰IІ#,7Ӑ^?Q!㟜Z@Ӽ{WI{kKK6[QHRI4k<.hbP1o^6:cQȒXƽ"^|F"]6a4FOG| iYFO(֞R>b7ypAg]yk˷/[F5=FKy̟UA fxOQ8dwrg@y] :Fy^ѼZƭIAct/l'2O# x0H`9a'qpvѐ&&R8NP 4OQ Grj[,?^a5Q]<ǭygOm/̮XC.}̋4&̝3ND}1'5πXOf|Oǂ@J@;6F##>ХO;_M̏],-iqull(N2c8|yTl98Q~gKJ}?,/Ƌ1=\6ܬ=Kh2+Ҵ9<>B"  #_*ЎwBj)qoU|Qǿ_=I>]Ӽ]>kIWW656Y&$9(ǚYJۋ ӈrPd 0cN,G^ݚECWa!M?s\>M򆓮] u\h:^ި60DJ1n*@ wL2P#XjrH9~.2zqKηq-䍎I|zW?:]ƕdz˦j_ZITi+ x7u'ppшQyxGXJ6c3."AEQ$#C?^`_:n=# >umvd^AE.ʼoj֫X љޯMa0?Ζ3{Ʃk]OA|9?Z[m8GBV-c:8p2U2!2a#~F2XݿK&aY8;s r Xζ?_:Wuͳi>o|3˷Zf.,-9O dZ3P!6hG.Lsۏ2G#>q&x@oW_TW1<28"5r|Su|^O(87֤R؂pisҟ,R9\PQ˖=;pחqinrCc>>bCs}9'91ZX/qh\BMR6L i/21N0y g$`8q;sqxOird=_Nq_zDQZyD ZMi wj6'eR[eE3 }U"b?5;xq>!꜌ |ˎDč?.+Ϻ/?&|gyIмۥhZݮa`guX5 HŸ淑K5_ݞOmĿ-|$1e|K&:H8neDj|SeCz# t}E˧L]ӊ;d4}XqlYGOOhI=NޮVvvzh8,n?#y;[?|6X G)u (˄ \+7kj5;fAL7×O u\_I?M@X@> ߌz6,\~r4n/4zNACV{Nrh 7IRXէ§CG.> Ǖ5v?B>f0"zߊ]{5&;#hd o>Yg/~Q2'TG."X$z1#dq)Ta}.,`IirCqecNN\|Eg9WG!q"dGn4gE|EԿ*.-KWWVrif!K9ZmIDesrfLplcx{YG$lހ7Ta./%H qd*8.yk+_>r.< .6[ #ZeBbYVYH%vc2[0@+2lr%)*TLx@bt2c <"'0Fɢ7~g.T迟^bvrٱ&v൑v:'2^R<#6mgߋ&8 KA۟p`5{cZ*i}~NZw%_>*ӿ-1V oᏊK |U[c;i}~NZw%_>*ӿ-1Va-#exh̍<_0x oywٵ/eKĔ6bÅJ_hBɔyh:!e5k/֣X5VYBC-ʺ4V.R5c:=6 \kW^v~dja5+YQno: Y"Vm?"Uk̺ǖft+OCeMuFjB4ꐀe(YqR\r$OEip[y(X0 Xq-7棂\z~?s}ڜzЙYmGcDx~jɵoz[^sITYRҤ%tq^b6l\r޻N:s hq$ |q#jGA[Uh<[mNvɱ~WW.?'K$?gL|8?+gRh?? wCt-Ƕ{E.q3qK$?gL|8?+gRh?? wCt-Ƕ{E.q3qK$?gL|8?+gRh?? wCt-Ƕ{E.q3q5c98ɦyXfe?̾a-&+l(^Z8gAFɪ5fh_} Y"$E*htߒv3n wCt-Ƕ{E.q3qK$?gL|8?+gRh?? wCt-Ƕ{E.q3qR?? >~HAΙepWOO |tŮ ֋32c-]+@ Țp8A #m_ސf,ǕporzwCt-a_ߒu3n>?;]!W]:ga_ߒu3n>?;]!W]:ga_ߒu3n>?;]!W]:ga_ߒu3n>?;]!W]:ga_ߒu3n>?;]!W]:ga_ߒu3n>?;]!W]:ga_ߒu3n>?;]!W]:ga_ߒv3n>?E.q3qRh?? E.q3qRh?? E.q3qRh?? E.q3qRh?? E.q3qRh?? E.q3qRh?? 7oV_׵2.״m"VU6{]H )qFcXL?0, ~pE!yZXt[4?dMm jR*SpfG $k:]-:Ӻ ,J 1T>Q恡dsqzgG^r |_typ(yO$kg;$BۙBnrPp 3c.Xc<8dMHC,|1g *usǐ؆9LwjZ0ɓ!P;LG\?~NyKq˾hZڌ6M7/--KJ%ZNӞǃ[c_&CÀ.\DcfD¨9͍;z$bA>tOɋ7~GGT疅jNcn|= ]*[9nu\_[qH|yRr\?iyO,!dDa;3Gg 459E!#812OlK$QTxWq/*~d_yOO]cYi a&YR.Pb:)G&)e1b+_U^'q yÀBG#x (OG?QϬK74|%[-Q%ӯg녦uDiNBz|yp2KՌNP%F"##;Sf`s*R_降q)/OKgmdkeҠGŝ H܀O2 db8} s\D 5_3Q1v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]K 'q-'溕%+s]TJJeZ ;W-&v|sםrc/qxت_jy8a9 iO/:yOCWQCc(ÆrH LGߗ7?>/|/:f*$P$һdzb*Gt1"~kτ Dd$>4EȑkOE?ct=qzwP/ayˬ}bq~]4;_ߕ<+Ȳ*o30~{ut s>_UJ;qp15_Mˋ.  Kx3G'D^q_V儲 <ֳ_72[t"r.l+mǗj.MVHgaԃπ1"..jc21,Hp~`TgjhꟜpDδ-Q0j7:eΜ~ItqoruOX';AD1$mGNs0#y}mBߘlO/3+kQH5;[. Λ"Kʬ_b~G K WO?EI-̠KXڲH́Qڍ>DsD#g\x]>\X k\C}|+1Y]j\#mkIťbI$nb=ǛuGY{ V|y'GLlQN? He9/ xŸn M~r{QjךgçyJԼCt"gt@n"Ҭd5z&\.Z|$h H>G>9cbwv,;`~JiWǜ?;mVYfq]Z&.J-#ļvFXr:]c8c)c_HќQȞIO!O|Y/ToQ979)eϿ?2N5.{;*ݱDz~o)Ka账X.LOɖ|`2r\13N1#(H 'O |܆,qޫ9c7ve$,%aXt4 D,J\8r'e?cS'Qyu"阈:Ksd(Ϟ9nqv妃j?^e?4/|5zdm>BY 8/N%Vs.ixٳd#ÞH sOq;8p}$GĎ9V|I'n&'o9?{gq^Լڞ8zj3 'R- iLU_adYF4_!q{_ m\F[ɎgՒsuDeT+s I~ZyϚ/?^X _-{5OnΝs_I81H,lhŝt8eq 8A Z5g,,&Ƥ"IZּê:ry5Š&}cwmywFCIT+ Yu2 0N=g#ĿQ0;Kz'kQ8 :Jl_'?:?%|˯7YAZ^,3?;TG>$_q{fOO:yrfHҼ諛6iUTkIY9'HFZV!<:M4B. b. ņQ1?cfG[0=&#qT".&F~~`󯚼满yO9jZpZW(CKqȈj#@ 7-39V/0'S͙{"v|!K[^BԵFiZD Ĭu+VvՀ<<_{\vÛFN\vÛ]D7?-q93o,[ws,gX*%gX9ylUKsycثc?W.?;?b\vÛ]D7?-q93o,[cSpgyʾZ󯕿&JygUOE>a@6zSqʜ[*?c?W.?;?b\vÛ]D7?-q93o,[ws,gX*%gX9ylUKsycثc?W.?;?b\vÛXs:Z7?&?3yJ#Lyt<zS1/.lY7:`UVAD7?-q93o,[ws,gX*%gX9ylUKsycثc?W.?;?b\vÛ]D7?-q93o,[ws,gX*%gX9ylUO}9*kξV)8iVZߗ5?`ņ\MO*sEn.´`ث \vÛ]D7?-q93o,[ws,gX*%gX9ylUKsycثc?W.?;?b\vÛ]D7?-q93o,[c?O5hJ +S3EXh[_MLľf ꡂUYs,gX*%gX9ylUKsycثc?W.?;?b\vÛ]D7?-q93o,[ws,gX*%gX9ylUKsycثc?V{iȲl}uSL"N1*i@4+{ko$s̓G۔dm)zTpq~Q16AЍo8g8Hy.T ïŁy"k?Eʃz7Of},;ɿWCEeh%y~ F\QIΏƿɯ?e-yQyO=]i_~U!J`Xm8k8XN_p~*3h.#<7QA4J0CQ/ .b88^jگב:Y亗LQԱ?۶i#WC$ZD&#O◌ypSJWNvboH QС}CY87ѦG~HHc}n'7i _ȟ'Hdj7* G^Q ToʂTUD0$ȯLjiP  oHȌ~F4g\*[/$/M˾[/Gm%_6K(AK>%@)'6?-KhQ|壿sqU;=b"qJ >5>M$?F*ZKɲ @oHy75{Ef%@)'6?-KhQ|壿sqU;=b"q[5el tmnP{^#D̄ДBETbOE?cY{ǫGFiٗ=gA<ҧFI9%#xJ"݃Zi[}*rrRؑK7qXYBiEia\Uk>y[ZFd PWaLU?o"qH+$wXuϖ*ᬵ{izkR8kq_>qoM{ёM1ZNiiV%ċҝ)O|QH}AgZVEz!ucZ:O*w~8yqS>YW;yXg͖*V+fd3WpZeWs>ٮjSt$'Zоqjv('5NW6n1 a"lUD U'*9y-rԱL)@Y "].aby.mbss&eԵic=]Ze]Gq5 "CڡCb/n:C#Zx Uciw_E ?*m28AϧZS]T,8XZ5o 〓jT(4/|Cㄽ;cbқ+o-m$YmY!MAVqWɟ?d@f.Cm Ֆ$n<_]dgV>||]KV:%ޅYX-d{PJP*1T:i-=SJ|T(-ӣ\`n$|T럫+ (o U#+ #hƘ5"O LU4{\(dN#qR|o//iw0CI|I[ /1AnOՊ3(ST7q~=y>F<\%}@8s;ſѵWO1izzBE .MlL(;z_uʋ jH*1/1|{+0*^Ŏث$ki_y` ^ɧ$SHt[DeDEqWʶ $+jƦxU/O4}y_D.^4X`NbV^ލp_F~G(qW>dwʑƂT5jb;OE?cY{ǫGFiٗ=i9GrT.sWu=WTz*s Ȧ9rq_|Pk%t+i'`Pr+ ?R"VmB :J %@_dgqW/m1H+~|8L;֬? zhY_~si "Je*tk+\UOFlU8A|y#ywʫ&_B?TB?ѐ©T]ܤGH0n| ??^O|M%^UP1Wo_#MBZY WƁC q̣LU\ivF%Y@y?wC8F45qW_']mյ >N_\3G#Cf}@F,LYxJ b3~u5 Uv?-kkIOtZQ>ctʧA__UyΞnҤPYE$7⯊?%4i׿hI}2MI1Tq~CV-?ZynXn=i*?9i=`^C˨Q:e zGFiٗ=ٖ]VT$D*{+{+5$Gyڟ,PQ,+*+RJO|T??=#/?;7 yJJ |mi,ݤ,n+%\U8Դ-N18T\"/QW:G53OVK 2_"AeMo,&[AS\(/JuwV(҃[KhQMߊ*L%g})U8*QB-QR?S[e~5G 'he免 ]VTp^^/<[蹆S^EG}qWyGA][\ibv()*U?@bI@PF!_OQ i8̌9҇.GO=kҠ{UOv?-k+ߓ<;+ꢰF){"튲oo#[#S'D֧#bjl?&nWE-fȒA侉;;b?#!T7&A;qW~fJmNS|'5^ : ;⯹.4H;ѕ8ky}hMy_SԆ)@Fޘ2m;No-mcHTd1N˜zT:ۻQ،U^)l$^qW_W]OʟɴCCoCW#|hE4 ˀGߕJsi_^Fʵq- ԭ:_mU?"ntCMštxb]Wa~wyyG"K?JH'@HzU>DЧwVL´4 O .iS)_*S/t65J0Ec劣?'+f<W*nK-{NehĎ>*z^_yZ^au!JP$*̭[NӴ[[X(#S*yvev#y[+:U>St@m;P'_֟/0'S̳AWGFiٗ=tb%ILYS1Y;Hp{bc *qB^^T[&(Z QIz]zDP+lȪ$}]E\cnwzWEr(V늾B-ǣUczU'BQ-lPW T?= ~iQN]n@p%ѱn.#! l>ث,%m:y!>$0&zYsp 6Yݽι[FYQp|~X}1-q'$Y& RiZ;sA,VO!KT׈m_v?-kRqM O^8ouz(*}.&k`e+*u$k.c)~X?25*~^]R9X]S*kaQtb '+jUcMϞTӵ.@ZxԺ18⬋ziTS~tgjb!r-_3+kI_X6i}55?h~ϝt۫.pq EIjX+*?sO.KUӣǯZj#n-f?,.7Jb*IsVf[8wˈS. T1V# {%1)2 D⸫CsW5 Kr2 lUoO;xhMb:_s5.=W:1Ӭ>GJ_<ҧF {*D/! H3jrPT[/JҕY?, xk`Ksp2'sS˿uR*VWQѽXB:>nx+ ]Z^60S߁C|3Ɖk5(%b1 +#]J?[R^Db@Vaikwq{62*ȢK`WRv5}]8j0y;Xկ.ˬjEA*)S ܎MT FPGv@X *[ѣ ҝUOv?-k_%]z\U~SjF̳ *U*P˜HHIu=8W&:B"ԉa{(|ii>]PPwv2Q*<7^s_ˣEq0J>#gzߙ.gr%ߵ1Wğשhj=iޣ|RBE*K~xך!4gI"7KkEvMcpIsAQ*˝gJ]+2V(~;u+;!.$ƽKFWaH~)}3ҌƵX->Yъ\D45*?~`Jӯ.|q刾$IGqUiȲl}ux3s4u愳"\>T?7F+<—{*$ "N "Q {cbdf=F>E? qTVGE,bOM3̿V>V;(Tų7߁!(',VkY-/S,-FG*P1YE-b8,+S1j<}r&4RRyI qW侹;k<}Z)" JAcpNMǮHX||CK’}PȠ4n Udz(ک_IE~19om~UWh Og6{,Ub|lr;1Uf',.3g-GQT4HuwnTTg?Wd:9hbF5Ϸү...yKNJEnxp|徕wu0Bp7늾4o)uF$$E?jWzƩYÖ|ډݚQڣ]2[)czUo>Hr3b<*?.՛8|a,iZ=ުlG3${f^K疵 74 bڵiR}E(ݻ/|ͮ&"a-w`_W+M4;r*?<ol[_x䫴aPG\U'I*u1WԾW{jV9ve{}3y͖zn}3Ϊy$j:aN*32yŴ1@M_qWgW֗^|ե"<8WilJnm滺变!erƛ _arh7:n#I"^?^K=cTzPkemDnVu^ymQ-1N*$91Lxy|wiȲl}u#2o/c+6yxDI U埑>coK!+[Τ@Zw(y(ͫ@k /G}j|W\*q:đZ/튽RANO G|HεH UU8jYXȒ3m¬+KI-jqWt?o$;[-./u_}yUUct=yu)<-3xث<-;G[OD\CG*K͚8ww1 EQ4)Gr7b<&<NJ|_x1V'rq*8-h#U$ b!L?kcT??-ʼUMՑ<b F*j_$oNb1WE󝶤L\(=WygM֢YuȨ?XF_e:[۬w\ 튾{5MvHRn5ث?+m +K޲OGlU6kחײg,5ISMӾw.(ď槀^m#fbj㊿wFG?ǘWv/0'S̳AWGFiٗ=Eo7VMVL[Ss{s- (^B56LBcO'ZW'7Y-. spD5&H܊ԟ1Hzc@,b&Fy緅$b~ Ui|my|K:X G:fVpv1kWJi^-Vux e+Y_RffI˷с_NhzҼ"]zeհ>:Ɲ^XA*s;ſѵW/2r]^wy(ە]z 22U SЁ_7O2[_1Gaykelcm>Nثk ^C-)Lm09@]1!⯚<]RIRJր8u$o[$L$UiO[nBK=ErA\UZJjz5kcFW|k(/<|,m}w~ayw7V%UҘ)|/ 40$0`zUG?4˪I:ڃ IZBxnKpdi䓊7>'<ޝziኼ#`漕}8:ZD@v^*%F?_!Jy2#XOE?cY{ǫwmм\:ޓ8$66]+}vyn0HB+;H}bM}^VG]AV`Z@ߘ|O9j2%#aW-^Y'.^HWLIXq*YMlZC#V*OϺmsT:@aץɯсWV{w6VƆ_J*o8CWkimP p1V-s87hVv#',^{ iWQ>1T?'0{uvԴs 2+$f=%$ 8t$R*PqWўA>UPq=~g#}kV#BUKuU[˟ssxmklWTMtuC|Y]"[cL<}k;`JO]v kֶXF>d)_b+Oo>o4Ku~Ӻ8Ui{&YAZq@;\P\Qabѭ?qT]嗝t8.4V]SOH0YU@$h*/yim _)7VVJ|ä\\ʖFI,,hvf $ U__ּ:eƹ_hZv1Oۉb6X7IDVv!Tߨ1r_kmnEO-RN{M'½{<+sLUjW|Fjf_ }նPGǝUP>[_ ,_JUbh;]*\}?5ݮ'[&0\JrąAhA_j󃿝Z*yfC#ovΕGeƸWϹ8Wꗺ 3m*{gHT)'1VS϶/~z¯$K? :>UW_籵wն#)qDI>|/Ij|ylU-?(<[IizPt{A-BĕYA|ף~JGȾQֿ*|ڮoR6{ik4QX&%%ujg֊hCO%`cG/W zq7 ?5Wh+@|?Tb<:/|?V_󋟛FYKZoZm֘󄿘ձyO66p ^Wo>գKMCqƧaSaO˅zylW昫8EoI,+m89;[_򪡊} TG>YbuRv U?87<k]/OMun`( ZЃ տ:T͐F+SqTRs~q2/t@fUΑ&ROb@m_#}=^Il1~uZ}8/?ʿ1ck˫mOKU-:G?/۪RR}*_$6?_ت[Pyvx#:5䑉mh*$’**hPK~`Py\|g ]XӬiZ+"*״Yy6>Q:e z7Ⱦaw|CA_Ε͠YêM9aѠko˞chVծ,  }b! Ly1-::Ϙiߐ⭍cs51u?4xտ9TU1ߐ#V9*b,u0~G˯o˭0?PysfYuzfϞCp+FqTZjP2Tב)]Ss+->U3rN~h|]Qh뿖kߗ|"]CNQAeq,?W\,ՌLL-n򨣼$UWȽY8fMvo_Xu?7,Hl)SMMvߧ¿Uo*/yN;̟󔿟Q +%u0_(&1WOO1oC#GObއGPjŅuך6qөdx-' AXvDh^goߛ⹟Jʞg58"٬ob$h r w )SlU{?yϘ<<PmyyBSp{S6pjStSUO們>l?%4']?Cʜ*C%ߝ/Vo8y;~N?'u6-;QU/M𞇜?*Õ^bzU?!+l?=<_h}}}yΚǗ`ԭ.g iHOgO(BS8ʑCA7/+^/巗5u^vэ WI0iSR^%~94B*<+_ZV+z~Y_䷶^8mSXk$pM2 =>rN;PJHyY4_ɂ LJz|9$sSp~lt?_-kS˹2Ϥk}j1lǝ4=?(UHj!ޏ]۟5j$>aH.OH~Qqe30wCw |N?;ag\sGru󿘇N;p#;9GJJWS't;p;?sCr֞wpw9)NL{OxO91w-H|9#UG|sOg#֠f6Y5s RX؇jz['s?Q<>Vs5hڤYgWeZv ^N\䴝he[C0f?ٿ7(|]Ώ<>a}-. 6ך/)-?3j+3.fa~<5v濞E瘵AbPq3KG_+XǙl8:#.?38no1Gr_,~K#ѕy+r[r'Wmߘaem?ŞRSn%qg޾ -!GLJzR=9u20[3_;y&]lHL*x o8y;LwR.Aѱ9DIa$ugq}#;<(_; '‘z4ߞK!]a_d_rv5,yQs1w-~jvk?ιy~R KvG|l*1ͳȿi*81ˑ N oʿ0<?3̏ť~[o hѾ`7@ӮT[Z\%bZ,GO3OCGFiٗ=VAo'/O d,P0(aT:zRS8q4fET90{MGS+js+J=*G9^y_x42FgSS1W>`״zTeتYa9_mUi\:k_vyLhXz7kkӷq y c}E+xaiT\MO-ZIq-0G!'neGw{?00'Ѻ_$ɡXUXD`&'F*k&.-跱2\GZ~HYS@1W^P5Ǔ|iWI+~OH6?'1?/˼9:~XQ=Ac\m[F F')nm&97ȚMX5wC B&`6Mja_\Q21>r;,x"=8cbSrkQqE햾Cu xc0j|/SKƖ(0V͞GiM{xZ%<-m^Xnu">^V+ƐV?* Z>Pn$S֬ra!7^Zәۘv?- s;ſѵW~'MW%pIC'yE7@;PrMyU_4 A<6rG4ҧ)Ȇ;zޭ9 BKliXPsOs\q՘hb^{`=R_9i%}=",2b$*Ỷit^G&oZ<.4Eϓ<ۣKpRX4`$RhZ[Z@GUPсPi j7219Sb-s@I\I3Ѷ~,}ӥH3\$`)-|?K~EZ,GO7G?GFiٗ=T9 )QViC$JJF=⫭e&fZǷo.t V[ CΣ?k7ۥ1WƿߕMI$uܟN}Rp4eԽ=W`9K`1>F%O\Uoqw}m# '-%+r#l*kClCjWWܔ+ OT7oЖyZ-D1K<I,ޒq ~y3̩-Y^.\px~Vy+jS?3Q3?$YS;-&?KS1MOS\.%j#N}*ʹ,f47>Ǿ4C]&Ge0@;U2OlnJgޚ`ORH늱]Oɶ?_qLUYër`7V!X*O&yjNtfHP35(~cF+<ɨyɶpj3ɪii h'1Wj}@\yoڞMM3F*s;ſѵW4%t;Mz㊦ 5D/Fhcj| :bmo9tMD)87cz ;%[+j{; Uzn%hPݶ*'v-Z {*PHUCmymrC;-JXccvTGsU?G韙zZG!b'5ޘWY҅m7zlI"Evw劼_?d&M)/w#r@d*?pCqBIO6OK uy}c_[h(m!>NN}H.en 4]\F_)qKvKK^K ?mCt@{t3h:b׶ #]O8%Hr odVکu+\ PW0'|6+T &C?+K} 0Tc=1omˣp'G7坾a6e.@v9VLd0<$U)G̈́wl[Ʌugb)CC0 om~U@/yyԉV=@snQUePC悟hƯ=|?K~;Z,GO7G?GFiٗ=Qt IZ;}9ןUz5z|1$R*KkBۊFqDyh=$cz_BF" _WR8IOUO;THYTc98QlB!1ƬSq_5[yc˞G{˾Gⵠ&?  .Y;!sRN)֥g#btΛo}iח:,t^%"Џ|UރVlHXUW BӬ^nJVbX=?dxXmW?.IHUG._*RiR/+yv=EQD3Tx⯣qtn\yw۠0bO;ͷеn㉤ /9ݻ,%yΖB'S?Z_Nԏ cD4v~OR56Xd,+dYU@+.D4@O{B];qQv䧨sb|2%Cƫ\1@x]4gj"A59b΁w㮣IJ?!\-R.| Z HCo ~;veRI(^kI.JPEwёDޅ+ّ$jlaCU use)=ZU) ^Aa/| OB;fv [?D*ӷZz{S/'Y%W>lc C16 Nt;<*DFlk-vh[]JĠ49];]a6sP[zYiqf餸7p)\h\ Ce?Dy?qtoWGFiٗ=Bj]9f+4myH>Fw^bkx aʜh~??GQ@<k_ߗZ[6L*`W87*q۱T. ñN4E?*س򝦨q 57_PϳCP{;=J8 MpF⹄ zeӿWk7'd#*|4r9."G78&ߔ *ޟtx qWZ^N>[Ss,s;QQtM7JK 4EjF*/vVW1hYͪ3*)[WXäi(yٖڌ݊V4CK{9IG~*-{R1)ڽWX.ncYT\+J U~gC"!PA|qWߞQste=BilU9b_ʣLًԱYߑ]YLlU応Y4511_/T˾Q!2i5/&l+b"n rm+E{K@80V'b" #+ $Mn41a.F8ڷFZkp+A/ {~N ɴ-5瘕P?h{SD憓_Fo ڙGL22I]ONFyDOW,u{~h^b8.Y 4u=r2"zY_̏0yJkr7~j,t9eEPA +P-嶡Mni*Ejvra$@u 7I^pko~[F^t._PJkycRxd[%ه"t${փ jrTtZWJ @">U&ti(@+^ ȏyvaY![{EOM'* V3bS߭AT$)Fz˸8om~U96?*caqku8XȰv4S'`Oj⯢-9]3٘Lڄg:N>]z[>!)ӧ|U__o/sdђ Ub7Wzƍb[=ؚ}ث-uM:ѵYuur[qW^yY\Ѧl$76΢ّr)Xg&'N {Ǚ$Tb^務 {Cgq|8m NqW:4O-R0;lU;>Nf3E+nX?845(Q<V~^ֹVG+M}i\i" O o!Jluk}m$$ܢ; $0NOG_1 tk`8c=R` h/,~o/47U z3xIjd<38Qv YFEieҧYgVXzw喡6i^Zm|nBK¼!yeݢ{~_Iy+ K^.kڔ֞;s oumy?-mo 棦$@9NjH *2UTH'C%YR3"q,Ԧ*|^srP1KO|%Bw_+?.WǾ?+7t{By?E.|^~*U6W#x9Х)O UR ZoWl>qo/I].=C>h,}.+jW? #j;x'!] ~_^B雷5Z)K ^5FqtځaSkphT Jl1.=ic$'?-ʼ] Ћ̚$KOf<̗~za:%͛vnj ~g+Λrhk'|nvȘ?K/=-FdyC;FVw{4O/Zi6H$z4Y#f_0Sx -rv\dbVk5ւw>wdcǛ Io/%q2*ۻmP2|8M?m򮥮jKT1|Dsjb@xL_ayL }2w5fjMNXH<)|EYK=J}i8d Lٵ~]?cYy6>Q:nC]GFiٗ="`]3FGLdm=ULM-fqiZ/?*u?/Z\ݟ[Y}]Jw a[#bKVP: X 5;Yom~UDFe}a0%ٗ?>W?ggz,eXu|bo5J)F);M9okl4=F C/P+19SõVu.XؖB£Ǒq/-yX_'TJUP+a_-q%!{pWӯN u0)][ߚ-:b冀H˄(Zw(~U~QkV'GPnJifZ%:O+e_;}ZA/RM֣/0A V2$j<D2?.a[w%·Br:Ol.~?iȲl}u<ݟGFiٗ=sU|)Ԧ}408!B6ܛX`CLUYƣonZ)=sC! DWגyyfӐ\H=AڸY;?0y[Q$ʻāǶ*yTԸƟa oX"1WY/64:++UGOM{~Ѽ,VG \DJA N^ uS!@`q㊲o, #V2xn719F+~QoLV~]⯑ yo:&~ykmլi9hA_Ou#~} FlS_0Gw -=*ɿ.?,.4WߘlR9jӧ {b]-/t"O!lC8ԵR4 Dc |X:O3v4_1W?~1ywHI$Bx 7ث{ٍԇI$$RX$hjN:x+s;ſѵWd'qUnZq[Y]kث/8by3ϛu;un߻x*tLS;R:weL q_#XrsJ#+?/BNNqFUγil0H!_sL:h.! sk)rc|wc=zJ$&1⧠N<ƛQ'5ڃa1_1 fco6t?V׶:l%EC `G' |?Z#W[܈!QT&Xp>.2ke!ҎۦW N.]z:OK=PiO{0K` ޿ʯ.kԺmjN[rZxl5T&РUR\8~{yOk+Jp}RcN@~[F^oeZQHv/k']K˒:ڽOٌb_]B OFO^1Jrte ,wP).e;qiYl)m@8Y r'V:'|<6]g'Kɥ[YѦԵYRY8 v 8ͷj&~VǗeQ:/={Qnu ޮF1:..oU`̚lVQԩ죥B8'6{^cywH6Eh`T)#gc"6u3"pyITn,d3G ' ̅'U|?K7śOE?ct=u_GFiٗ=d6p4 VH"W8gHN*ܚ^0{,r0AR>b:?3 D/emITФ+jG/˿>iwpFh:A6|(w/SoVdE&Rebwjn*¿8]M-+ Wl8P_М0J7 \[js R ^O|UyV !&IfyRS_򟒮t<#s3}oEB@GzζMm"&<^IfQbo̟HT؉&nH(M7N*w~^0vmYb"8)#VӴ T4,E( w^ik~dW iz/iHUUƝt3YI|U 1ZOdc1RS*{YHE>ji*.Mjb^K;Ac:F-ݽu<4AZ.Xy_ ȃqTs1Wv?-k?N5X.OЩ JlU'氳kIq5exoY䖏+뺭c\*9VzPQ_2>w76QjbVuXTڣN4Y5-_ []T{N*-bSQ . U͡yf-,ibzn|*?26V ^y8o J[-~qCW*er⣏*?˟1W,4>zgn k ȍˈǦ]C?o~]X?VIi$`nzٙ 8iqyAONo\]v5K-XDsok .TayEM29Ԛ][i&ۦqOҎk5X U/'6R_\i6 R(hȘ[PON !sR*lN1ijaVVRW7ec6H[յ{{6'lWu‚j/4H9j%cӨ'kF8t"߯!S :Wk&9ؤC+0B-r0`KK ۑ~Z_~LX7լI#XMP7%w-Ǘ1hj0 IWh[NA^%["Oqqc#Eq?nݶ*;UFF*|K6 cIA^F`HHLrΠp1WZ,R0CJw8mGU8um=n|,dn,tKe1gV8Rߑ捕پ̱?׮⨯ʟʯ2kKG̦+1t J?hV_Ea~a }9b_.mI!ApMji]T{4HKDCLUy"Z,9t$4F*/L+yrE!5!Rtc;CQLˏ,ńCĎV_l~U{\sR0WIÊaխ}:ߗFKY䎃eiՐ?GZڌ!OƛYbY;l^N9-TF]-<Û`C$ymǪ bNHJ=4*$&1mTҼ{&+弉=T8 SþeCwޡe6+ dvm4㋛9b =%+5)&֧8 Ese<<`m寖4]EeOMCS)d|k+jz~M=m!;~4R !_z"Rαo]XlO$~[D-kDgVMـm^^-Q=cˈ-5W13o53`n#DՒ/moFab|2V%/>98i@0D4N7c͚|wB[q"FǸ|ݠQ:'?zGFiٗ=^;ż^!"s/O&r죎X`YZ Z\ռq귍qs)g$(=yR$_K :Sr-n$vɒy {xa|Hyo-l dA8-/kdҧ[e搊 #;`TN_WJtɜH|qW^SΧ /F¯s򤗏r[JE\()O\?.$X=9k*ɕ]׉enQ:Ǎ)_UDBE-ԣoኮUrWD@>!^lU.hoּ#NxI"[1t#Y#y7:Y+_S+RRZ'lU1w|֚ZČIXCrOP{&_?* Q:z6G~`b(ǵ2=>P>Ե][[b+qTr.yb<:%Cdx1_u^M乖 ;BW6~MOܳT ҧY=. 7QۉO9}#*[s;ſѵWW7*OQ.W_;ib#5 _Ui>d$<Ά)jra\U)8%/ ȹY{)`n|{ָ0hzuN--9w瞿'?"zJak(bBLx+,c0&ߠ)<5VVOO L<ol[_yle^JJVo(a{Z׽3>n,_AirȒ\J*1d[Ǽ٢iƕ^4j,{"H(1~Ds65?4|DeBn朚˙,7BU-7 =Vˁ#X_ -#zn\єiDM_f4B+NO5&ە͆ŹoH!ΒjĖ3iWU#JME"ib%}o/A9yVe{KyŸTr9g<{dE[фdP+wV=mN1;1ko>+1?Y+jpy# ׯCp˄=u}"'Hj̴ m퓐B8mϤy[k}-T}5FXAiȲl}u<?zޏ'5="ɟv^s5'M1'Wes/=b8Auo[ƍD2zLK&^cOe$R@ZpJw0#FO4?neΞf-,aI阪q1%AqUM8*Ii`mnU5?<j[xK5qV@?p/1!?b%u7/;ҜV~i.t_UoHˏ̶F56e㗿ӊ?y73IYxUJ?0G#Ł8{so a{з ?1(hӊͿ^{֧?"45^U$_(8ElU]~Cy|6 lrߗrzR*s'HWy%4%͐7Oi*+u9,IWv`U}1>'<)*u!y|??yK;2HZQխZ?OS㥇~K]g_Wu7/w~bft4(haqk=LIEyC36@y o&>Z'憘JB?+5%i,rn=LdBQAO.A4?s77?3Zq?)3o:8/* ~jknӬgFY bfW?V.`zJ舵gu|iwq?%O8_^_|4ZE[y_ n.qf '`2HuA0GVM#HhON埞&~4}ni~đ-#VUibhIYOuW~eC} 8^]G,V<ve[Yc:8cDo_̹ 6ߕ7)$syS-]ʣmSZޕ}Cɿu(_oD⌧Tmo=[~HZY_igvIybքa,k~Vh3~Kgۘh~$sl'$@4mvw+1c??.M*yiF=)K~xJ?o|7?*2=Ԟ_w SDt|Aqa?STY'L?{{]?*(ÿgҴ_˥~"35\vʗhſ+5IaFzl!i/8O(^D=M<>o7<{ͬyX^h]%^2,<9PA"1|<~c[wӚȞK-&-^t-Jgg&1鰏䛇q)s@Yy6>Q:dߙVVzCi8mas =$Huu$2B69=x/tk?>IԦ@:֏)`GKh>@ȧH9U j\*`?7RyOApTwlbbk_2_X[F9c//[zSL~</~Uj^vw//ivŸB? Z}AB{8a'TGV@4;~7Q~Oy15ʖ1|ayzNg V.,1.NȠSzK/Wm#JPӮ48t1_[ICké5͠${^5+<_ɟocn-~UJO ߓ$q_*7x!<}-&%I 5-f}h/b(Dy}82>Mw dWi$ሳ~7ird_Wo/o%42}HYP>ɶ~ʉ*OMvq3(s ʇC\Olwy^zcRN_poq|Fns Vq|F~>ыWp{qwW~NysʚǤ|ͤX[T-^9YzIxC(* 5?`׻l!>m޷̞{o5k&{նe6q&bז aNg¸o1Z7^Rh&X~v|;":1}/(=( y{Nݼw7Ύ#[UyFR:qd9 \}z<~OU^\ӿ?~[wŵ)y]///SsӵIqwHڌFc/Gv_~Ru};Tֵt:7d"Ҏff{4P~tysvߖQt_)RG6Vf%b1^!~Sl:+Y@3-3[+Yp_|xU򰵍?1W_vtյO/7NY|ixqA)~hߔV)|j[:uf 8E5V2D)%_Y {)?!=)| hVN*ƿ!ONFϔ#OAB9MO!<{Mc!Fn1<&o7c^i|i%caznDJZF 0&*0ysKHV:n-ԡԡZoDBBVs~7[⯋m?^`͏Ng?GFiٗ=YZ~\OkR-QŬivȵ8~T~^r>ah4M;*|ֵ; C-,|R̚m?MobI& z/jidrcз],xiS nC&[Ė() x5##qkPI7\6C sB}*~d%ڇN3,L^.t]dQI0;W-&4dȎ\R_v iY"/O0pO0ZV{ucj|c4^F K7>u,I=Kk=j3OU.)dνYRL)J& >u 1_'Dp?ѡӯm0$Uҟ_fp; ^?^̺tMP1ܨTN3 =9Wkh2dޟ#^Tr@h~2OYD:og'c"Uf=J~Ϟ0Oq hd׭)Zߘ ?ts1L9bε־J7[-$s,^kmOBQq>ggUm-+Oӄ( X5SOy.{I-;\t8 YpSX5#T튾寗,voe5PGe#qW~kzEAV8$41V8~Ng9j.ث.m)8.Z2q+r%BQ⯑3VzS*+Z?.jmIQ2G秒}OvJ.c#늿[Zּw]3y@7p,aH zo R=*S@{!>NNv7AWߎkݰxuַik+.J} ke0 ^bCy"!1GQ3%3M(vTaAjm}HN$׈xڌebN}0 5o3ymu82k_OV"xNWgY\ӯ8U(*7]'~ϛi. (ɏ0bm?^`͏Ng?GFiٗ=\^lxufɺlZH׵ AL+j2aiK;GX!zv .Pt3r@g7IsoYW-\^o(̱΀*ԅ1ΞkdQrԃ xϚj?I.;Z<97NM@ۗ'Gԯ-.X\_* oaQ֝F  -f_.e͔"|klMpK6ii]^Oq^o_Mw\tI(x=u9p2?G<ol[_y<ڝ:% =OU>Фx0*"o!hq߁+J|`t4ŘMlU-zB1,jPOuӑ¤%sn<8=k^phu(]-ƭGRI^/!a0NaCzd^.1zHZB|ܧ*be?Dy1GFiٗ=saJG_B w4"Xy7N++$6; #z/bx2cFe픈HXYgT@:zԈ|MT̾u}w&ຖ<`Az,BCJLn?u9bXTR5)>d" y線z;#Q.^l7\)"na#}Gid1e_~+FңQ`* ;|+ TO'~7郓' ~̪~mkY" otKTEi=+U?{8;,u.;i[ҿK/x;~?4r~?{{UKYD^V%<-|<ߏNhcI?&yRDݮ #ˋΖ`󥶍b#6: <1W՚2OF^^M-1n%y$E@íhib+UKqf1Wq/@XN_?uYߦ*m7FԮtxolȽ튲,g\wM$ r *qѿ1_MMΆ (jWՃVܟ~WrP_GEgFNV6_YR" z1wr&ZH! 8zel0K˶bMpf+BT ~_,ҭ/D,ڄjkR)(abeխ[xߏ1ݔ9>5kKNQ~yYu0H JƝs7f>nm& K(h; |#Mz&.ic#-ꆆً#m9]h`J#cӶĎo!SP{xcط6*tPӷ|U^0Z1WqA}/#Һ !}94FNS;#qMl!KcRJIHo49!?W 7/>4F %j_i@܄; YyfR aC KrE:_H%fc1(||;`C|9^P>a_ ,GO2C=_GFiٗ=Q˫CA& 9ٺ 0C0A-t˔Ԙ{I+I mɁ^Xź~r"mVq\o-T^Q;=Fȿkxõ}Lqω_?r~Wm!UPi_%o8m/x (O}zuǚe+U)%Z2w霶bKFXuф1x9.kf=%O]ӛ>b>^/]oP[gK(cJTg_bӜbv'x-4d%@{x _ ~??McckmC_0V_mFz$A*R>xҹDEr?ukT ~?j C5]͇NlWr5bޠuz~#3uxۊcWd㕈}Ϙ5dpU Iz'>4H#g[>2v0Isokx.7V)=7HCښp@o?tSuIVW2L%+='hK# :<$Q?懥.i,V1Ip;;L, ОdA~?eyWO"@x O׽yF,Q{~=+yqow_7v?-k=iw򞧑8u1[1Hh@_K~OjV:[돊U,KS_a}#S=ER8IwQ\Unk\7|\ZFAQ_XVm#z~GV b憻ɡWp-B T6GM3̆9^V xx.l ㍜| 'X 奴jA` GLU5jKكzph>m:' Nfǔ=2FaDb[* <ey 9Znt2 mb 8)5s'-e`v AY9>gz.MЬ3p% R%H ۰bkjw`Ӵ>KIdKtH9)q?GN5M^-92;+ޛ NZ5ݾjzՑO‚?0^(/9"IzUOlP ;~^ٙ 4v Ŀ9 |']** GX׭{lH|MkO #g8OE?cY{ǫGFiٗ=#&[}bRH- @ZxfPf9w}ؽHJ9TQrl2+/fa >"'i\z.@Fw~쁕&ms=2SoYJK()z%UsG4P$ n6NJ֘-퍽y7M>80uN̉!W @+vLҟHԵ:-F];VeZl{n͗JP;0.F+Xu9,QŢ_k~-|ꘔ Vy4 \ߟv#.}?K-˪k*I0Y=}3KW ~=;z,F?,~@~UЯ|mEUы0 #R<ܟ 8u9(OOt:N݃uߝy>]<!UI"pW+4?b ~?ZLqT »%_ c1Tѯ~P5'!ߧGF)9c4  q1_S}?6*ߕ"Y$޾ rj9e|yyfcF1!їy+ƓY{~c|%3ͷNG4t2=* fw|w>G w//~[F^zoGRidX.4B55/qn"N*Itͧǰ*>agu-:Ɏ~xe_:kwxҼ6h$Hr\2d؀ *%FΖb/#nҩ3$^;_ mq/#mT*ͷf.O\]X[[E/"CqTgIzPFڷ)\^N* FZcn \U=pRدBT*'.?"L*?+崺kVo.y<9CBUgW[mR#}2R''yl\y Q%F%)#OO$O-gY9qoQ%ˎ1*̷wjMI#~=IjZj#aȃwIόS@zXI5yk,{fxcط6*-+A@#*u}2uD^ :o+Zb-f=ŭp}כ -@mWChu 56'% l^F@WO]ھ-eՙ/%Q)Aa튼HIntK^׶Rf  o^ث&],ZXbDQ$o +Qኼ4+OJU,uoA:3x3\Uܥ;7 EqU^T_5=vYm^h"sFbAEk-Vf #xUN*) o/,U9"tʚSQ(V~^d$i8֞h'+qm?e9(hahe4kY'MNNTY ^5|2iΔ8NVڒǤ@B8x}9D]SV_jlިR(wrQ},MWi[QEzfANQGGH.XޘB(;7]旙|m6O'sqkkʩө ?1q%$rG(1Ⱥ8^]Ҟ|Mˏ2@6?]xR(yŰ??-ʼ;oq&VI"tt<]*Gb1WW,r#:u/0#%ŧJETr-1ˍC leI>@,mZ=ϘO0CzLH|(=]mrUEBdKOC#M 'کرi;I t'sU>gb<&|ÊYy6>Q:e zGFiٗ=7N %@Ǩ|(hu?ARs}ssRB XSN5W0hvٵ Rʭʖ~=Ƌ,jڴWS.co+F>D1Z-GR7-Z\$۟Padlzu BePŖ e#b̾|VԸBd4>ݎ_ Gk_u;WzQApz孄Z<6q{~-ҝNM'Mf-j%ⱨZ N= t"R&ͮ=cՎWa+i/mf-h@`~}Oj*vO>/uݏ۸tY,;}Y{ב8Icx5Hڽ7i2(muڸsF'?9bϧ*ٍ)튢!g+Pc~6~aXGc)̃ l~XO1ߝcl4A0k@O-?>58<4YRjm2 I{它uduHN V;bIjze͖.oPpø4z⯜d )wXhQu 66)z\U?tH<9nu ^`u*>vI fc~ϔ!zԸo*?*xw+?/)5hF1֒Y|H}.Po.|{y2$d}ZeQlJ4WdoƘ%$>NMoVNjSrZyI7+ԩe\$5b;Ow,ze~ =+;vo2%οBYC$` @#'9lrq@2; >Ϳ:ݭ2yr! #'=>/Lna7LZ)*]̉%𶿥ݽ['~r?<ol[_yмsAXNت}8̭6;o?藎ɧqH/3=[Bm8nL[~NiGkҽr.Yܢ˲=)KbQrq{TԴQvpKPم(TPX6-c>2/z])LP^O32ɭvrU5,02*bc~ϙPa_ ,GO2C=_GFiٗ=6u38৩n{fHd WNפZ˨\ _]IπT4u˲Fm[^&CkvZ >bv\(MOY14cJe*7x j ?J'o% RNuBh^S[&lP*֟֯~V[4Ac4y܎k\3OnK^\M33?2u#(䕱7jߚ_=knՐ ZtCF.*XKP-߷?+ea0ʄ0f_ S0+[kQ.|pU7=>!_0 O q((SP}W/Q.GbjwAH? 쎜w?= 8b5,یb2UU W5# S\${.q:Qkx$7_QqL,~?@?Ϗ31~'-lg6$2(KZFP[>なø5Ns 9OZ?)54#YI ]zze%@E$}Zմ3R[Ue6~b2]!^^HO"i$m(V{vR8čiBv&|L{txVM~?2$9/3|=KB'K--T販];L{. c$ j2!|<ը逤zNj4Zod3Ç$Wuom~U2?8Yy xk8F%||jGo};8.4~9Zdh75짥~x}X^ZޤU UzFGЧxJlqT?>P--uК?΃*gS=m_[SN?u oV*G`iv\<6Dl{⯟=u|$20Sy*,kԜU8v*om dP*I_?QrSZGɼ=oSԭ÷&b}V_iڍN 9~Uo|S0v}M=umT(tCsć>rԿ!mF9-}:`YMD{R퐫p#CyOҮ^^@:8$cxCS~y3ElRig'g"O`{*p''?< ZA=MIG+8G%=vFT~̜P>KD#R5=3,e/g5SqS%G,h]h}֣1"A{v?-k70=i&Sa`o(yRZ+Cԟ;b>Y5`4r1b~8ҾpWC <;wꬲCan=՘N)}X{ {x6V (>aKnLb!ZzҸ)6ȼ4:*Ixa-]<\]UWb:*w֞6{[=*= "[Ϥ@JӅ^k8SOڹشo&"q(OER1 T=@$>| o .mtDXUwvfHw7OT7e_9.#b2Ð7C̟Oў5X7L9wr-ȯC)T 0k ϜA~_ռkAg7͟g~7$d)06$:|/ ҫ΅ʩz]ב>a x?jAP SMzey~s$GUO {om~U~vߗڍϖѲ-cv,AQA~Wo|7mXJyZ튼DFOnZ_޽щ=WaaO H H9xqV}O(\'#zTTsmݭD*3_LV}F E98ri'^_-滨2[J銼sB]nnRZ2>ۡ^|:~+3>/5 wB>ъM]L5 BIqr|(j}Wdit@4Ơt+YagnnlULBיx ODȿ:w4VwS(ir|8]$XvZn0fmS䫿"yɮ^Y*P@|Lj`an~<.ts >aw+hy$}V`b\T>!VPv rSRq}dx4@3/gϾjƶ׭''[dONաggɢ9Hyv?-k1?]C[A^57b^BuִUb$+y3) Mz6z䶣y5<"GzM *('rclGǙ-ZQӼ·zvjvW*ce`w=2>`dԽU4&-]ԤdwQ r@1%*_;Lm,,$DZ~'lh$g2]KXbd 8VLZߖŜIfQh^}Z]KK#ؑ\1~ϖEY|uH<~<[|i9m+<31{~%QMQG4@ Ǖp~?R341Pvޠv?%"I~?棠}SX ŵmtd?~k2Tr1JgQ[Z\=Tب5; Y0Lrq n>DQ~GVp6C^T?ct~}3ӂͥ-qFr4'| &[2Xhzl:n%5JHGn&>Ǻ<2oי.e^LԅF9SZD!n͟u?yVֵ qQSN?MTqf,յ]ћ\] #!^C4ћϿW._|r?sd ~pxO o_v?-k5SI+Q劥cec]QU}S@n,=DVF*Ϛ/Ϙ/o;}j+v#m늾Sާ}}j~8/=&7ԥ>6JTɻڥd_MKK908d~WUHzKOILe(?0+?ՠF 8~60Z-H䏓sڕ$ GNlOhzf~K<]R7+4X xfUi^YV2LZCd^:!?T82R}f$pY_?&|k6}OMӻfR42PO("y9olU}iAUv2փ3a2OZhtѼ XndRK![EqꙎ1j>ƠnYa^Cy>›~T۶]*J<\'T>d QDɵe ՁG@J⤭ ?%$Z4%[;:NdpX*@ uA~ϳ)5+$Z 橩h3EkzVV}>y#}*bu2+R2 1ϽKq{_մגdPӴ6,[o7VdmԈ2ОJd3ԟ?<'即Hҿ33n{!*9}p re7_.Q} OsQ~>hn}9e<$>e⣧]LwlEnFYc8A9m=jmdO2l, "÷z7qPz\r'f__\G!dw_վkam`wӎ>ϟ;A4`ʶ< B0h*X#P^g>'k$~'~>'omgomofҏ܏0`ԑkZm2hH-[KcuV>P%fH̑^h^H_b7my"MS_ S$0V$=K]>'3ˆsKnIFOo~}b_|`a:5{n 6֗7ݭTrKOo}^ΤiqՒj~rZ&7proG~z~mZ%\|X 5z >0$;tfkoySA.ȒhRף|bf= >/wޯu/Yka[^:Ny,HW}42;,S浬VA Q^Q"5Z)dȴ<1>`gOր&af-aP%wzopS ̄q$?UַW& o_#4ZP I]¹ؾ}ȌO)ZB4<ϡIuu*[Co|,K3PI#4cՄ__ּ:eƹ_hZv1Oۉb6X7IDVv!T?yͦ\_s-մv{kPK- m?^Oם+kr/lU*Kv{y#^ثتGQc mfs MuFq:%&Yӭh*$ JJT U?ϫIFڌ6w6;9ghf6鸊'<][ Pm?^`͏Ng?7Ⱦaw|CA_Ε͠YêM9aѠko˞chVծ,  }b]wrZ=~hkzMroq/8[W3!Oi,#\e|:l=yVbsŧכ/\XZ8yA>K8N6%^go'wmO @攔)/K` [s3CkuԿ8|]@˓?(%_?_̋Լ/3Lh'6yF'Lj-=$=OcǕ^C ?41ͱlז-5omkMrX,]hWűS[Hb>]ռ[_?7PZΩ[i?jvPEnͦxCLQZҲwcr ~B?<曝'ɞG-?X't>MzĢ tԖi%rv$05W.+Wُ }"Hد羥 wWbEQ@Z~RnjMc#?QSq!?`~_̓[gK@Mg _X;XiU'I=J/Ol# Z]sw9g]zձv'|()l bK:Eܐ !b?SVceM҉ ~?/`>Y]y~R̰pGwO(._^i7&~V3,64DvVq}#)=89?ʽv7CѼYk7_bco[us,FrxPPZ@d6Qdߛߔ>iG|q0ؾ^JkS_ ڙL30?L@T{>p9 y`BȩPzyDz /~ rd35?l9-ǘ=`~_;,8l4M/~IG_i53~P>*A+M6*ªA6*x=G5H0/򩩐#tDIWb?͟V'_r'44yI6 0J$#o6ch0?\xTͯ1>~z%u3ԑE{?/巟|=ODu^lhEMoʾ]F2E1ZA%YGWBćo'G_ȽY8fU[guabƑ_'3LVo9*Ɩ܄ "n&2"z'ϟ&/+ߚkt=L}_6\y7@/~d5xFG əNX[ͽ?xy,U(y,UQo6t/2X|9ym"JQ~U@qWΏՁ<"Ul*u?9~jn5XO5F_oɴoE\~mZڣiG|q0ؾ^JkS_ ڙL30?L@Tu_$E_пbE_пby/;S=+s\I5ܻ$ O$1WiK66 UeQ~ySA}oI5n꾂///h>a]_VM${YC  wd=2`ҦJ"Qɥe_)Z,GO2C=_GFiٗ=G~bk*Mzs2/|uiV}$VZSĴ iS%!~j|\hZ&, lk4 |=VeM6n/f ][6B9<[.C)[e`ͻ<<,m HHe@|wC* U=VK?2yzIF'.ze`0It?1AnӤzn \T]ΘɅ?qʫoVO$,rM>TS  ~ A-+_gy$ej e $T_Yjw$+ykLעfԑ[w?+ e2VyB?9Oi51^5.!_ͦN+{i_ љ&uT#ؚ:Zy> zMs q"@՘,{DO8'槔|jĊ̤nk[jS\gTiYso~} y_׵+Ѯ|-&31}9vn*?0/^fYﮥr8JΪ Z?á|&ߏâ8@:]DS[H8r!iӑr=Kl$e~=Ŕp6Hn==KPbFW;tYcgc8o^J5=Oes y@$6$&D~>ól%I J6U )$=:1}t'7s;ſѵW}km ˚|Ӆ+Qˑ34ϖw&%Qdh>]4d w Ÿ^?NlHaI&-3HW{}˫0Wrzmʸ$OVc wgr CӬEFO)ӓoFߥӚwiѹtz.yW5>6jG[jзI܅AJm׸Vnf$Y/-vV__Kd&՝SFujx}1qo}72x}$ }'UܘèKќG/|$xf@*9Rhө9 v"@Wb~vZ֛{>\|q1TC"WZVx67$6^,5$Dw_%g|6 7jثſ+1ZJXшk B '/bt=miv kl*}L*cIakZJhيieI~ 0!ZdM)⤏Wߞ[ƱS[Kc&" ?d_ZMMoue+C4N(jVF,G**i20 >xLom~U)k~GI~M7R7-^=Ub.~ yx+`RiIAcZ oMenQۏps9!|RMk0b-?^`͏Ng?GFiٗ=] /E #H*X+d+Wϖ?'r$c`)ɿɮ !}_/(+ A `IrjdXi@*>y&\_s#{=B(y66\HT51C,wJ7I(v> Zxa sisV3ҙl Cڿ.:nj^KVWg lug K3rAӼ|<ѭoD[k_?y:]Eerm⢀`C.FC*dqGCD^[Cg#I9=>_ȋ`XʒFjN½:-:{g>.~>Pk86HA<צx]yuэn ?;6zMo,|ﭔ{M}5@*VcTH6LxyMr~>.7 Fς2^cX&r!O쯅FoO9S=DGjϻoջ4 +oϾ\,LK+&ɺb:o31~ߙzWf܂Dt;B*2",Rm454ҟ5aPC~9?W~ޕW'Vy? XS\h˗tʌ"ym^K;EF$BӶmtf{o)]0Ì?Ep-H, .?yELmY>}+=d*~>zss;ſѵWèK -ɎEMmȩ?SB_qi OKjČ7" ^Gq:(ˣh0$l<ҧ:G^/ڐSAS@}Fd~65a\0=\kvVF%E&J:On7zZ6۟w^hFy#G̞.b~jʦ06V+>r$.7]dq]6s]P=j8; +4bm~ʆ+usф-jc"a6vŌ~99#~?zpcGpå@/ m399Ѿ_SG|V_P2U+˴l@2v$e*9}vZmDE aPi32y(Fds~?gLDzI{gVqJߨï?L{//j~qtҺO[r7m3mعC~A]'i 1UK8Mn%H UH+HƑcQ0,b}ɒK~e&r mDV۾6M}t42*0&"wZjb9&e?*x.Jc X-̚F>Pݞ=fܱЭ|&E`A|ITN5늡KğڝO~[F^*ebsQUWA|mk[mށmDª$s حnkqY"pFRŕ!/&u;s-w$: K'GI[Ո늦n356V܎ >jV(? i5*++kvE}{'n #ͼm#FGOHI|4u*591PC[OE?cY{ǫGFiٗ={ڗ>5 9͎XkoM sU+mȟ6r,df9 IZ05Ay=%rΠ}9pj%k:*%yv_;LKB$u$yuJjׯӆROZ 7UqYf55+Z)EdV> Ig櫽Ee[(A}5Vz!i :O5:Bkof\u}X?_3CrFuO<S+]"Kf , ##>zG޽,q<]x޽'q8_}%*B{+y/B6*}ڭ+6Hym'd|2m"Y-`0*m|@ߥv_mL  ˗?OD~y]B@Ѵm>\*=A's{k2G~?xNs_{+kM>➹aA4*Tß*Wq뿇 X̾oNS1?(ݦ[$DI)EYn=֛v5WL* N{ӱ3`<.gh|G~|gEyb KO`|qٳz?҃C|yw!cVIȂ(*^>ݨ0w6%1?~[F^z[)㮧YDՠpE -_Ɲ11lz_f}ߏ6lSnzH-t.ykZ6 ^6d~"Xi\{W6cC?Nԇ7~ǼRyŚѹi*a? <)? v._{ʅ *$JKer*H>$P4q=b yW>4}BL UVߦSNev;~+<911wh&49RRĥ6G3# DP~Pg~=܎m28mՕzA[`XuvSM,Yl& e4P,"IZ6a.\<.|b9u4|Ͽ=3u"XK,\Pœ4*'`z{gKQޏk~z Y cIح{נGerph?E-%:`:!A c7`qq}?mi e~+rm'ΥѾ]'WY7"_WrjمE lU6wQySJZ :`d+yQn 1,_fy,8u`+Jv@Iu G]Hhq ( ck:ǚ4MtуsB(a!>[o~t]AW40/<ш.mOa=:T;sbss;ſѵWj Ur'"^~ϷbX ^SڜF*3![(ɏ0⯆m?^`͏Ng?GFiٗ=9-n4lf#WTbro5WWW0|NUQD6TKEp/)a&n'uTU,Hf6|3If69]'~qЧ32R-I :d+xfm$Ѱ]6)wPӒw#&!h8gVcexST7#4^7{\kW}cRc$M0/͕ŕZ\Dйh(„mK?|y+kmBx)bSN^gwgŭ??I ||~e9:TOLP3g">[<`\KoHO:hpNmhTBog͘a荿{ x_^yeh M86 63v4eur2y|{ѿ>g&'5nIl-V\Jܤ~;T)Qa~- ܊t:r㈘~?&[KmpZ\I,}dWf.ˏ~?GG#< ~y_62QwZn x& ;D mN}=[0s3G}?I{= ~` 9eE {9?/"9ù/9 |;w| Qp]սGH#_я䇞mo-ݮ1<%TUc%6ҿ3yhбH,7+Uqw QOa|72h>cV4o{GZlBҟ2A:?&m4[}WGU{˘<: }?p̦AGϘqWv/0'S̳AWGFiٗ=#&:m(1鳂ff9I/yb<{cau1\&q N/n蚜K@d˰b2 S)ozv<.Vh"&alT/O˗ս㴈rg%߮\)#2_N.RH&fe!XudI;q6I@e_kV}?.Ynj$ +ݻfsG]~yյ!qoo#[qεYӗq\ q'~Ϭ{%Xm;-IyqoOI5;yT!_yw^g)_3g5]_NrJ\=k4H%VNg<o4xפooA[8 +l4C*'bf'yXv,Qu۟v/u)ͮL0؉\8~rᑗXp?˺mcqm+hʣv=M(@:u: <]?= lO)7E׫w&}RQ{>uO[|5u#*|yoYXXIkq<~55;3v4:~M]gNA>u*nG2%C(vS9gOm o>7\yj:<34$ąt.vO_Ic>NYٙd/寐ߚtIT$K)( Vjvϔ"q/P#\WY9nUӣ 3OʃI^DIxx3iN3z|~>2)jA`gib=RߣŃ6`<8;v?-k= R*-7>wE7(jri$vF{]]F쳎ȕWwq!bW:vz-Wp_ӠxLˆ&a8ؼAwwQCy A֛ kL=>)nP1}18~Y/t6z<̀ՋozOzS1pe8f(_Wpwhqp~6y ,ŕōƢyQ|TR vn1>; +u_.ZtI$a!Z@zu^05ڸHl7}taGvo=OGdXP/]v,)Epc'~68 5|ÿ?!MiBZ3f]wIc j}Oh/0Ga̸'Ndǻ<:א#ϳw}|_GElmtЏCX. U2NJ?![V~^HIN$kpjV=GDW#솵 \/tONҠ^HqGv[D>E^^M!I̖z}z)TKyKZo8O(xGH\U m};-Wa -ÐiGfcm,sq>EԈZZ N|B`>{gӒp ZYA~cOjX*bom~UVv銭bi;bM~\ahij5>]qH~Z͟r'_̿z `-x,[>JFwqt_oiߓBZe[u idwA%ι\ܒ~6&;r@IHxNN6G)$qł<0*|,Q:e zGFiٗ=#zv0Ti8XWcsjg{/7ErhT!y 1r\F(֤~^FDI=Z_/eȗEnm.CgwiVmϘYI_8FsO4;iս(bpv$|??@@!5jYm O vHnYl-eH aO'KOvTJ 5I3Dc 5`KlkZaݲR >={ƣ2] 0#%*pI$>nn?Gw^Rdsh|5~Y(C?,?#u?m ٴsaOXױ`K' 뱸.\r_薟wz5G4YBF;{x9>dӃG>rAy>?)-4? k }>[&TPZ>Y^53~?m"8y|a7Ũ鰲V{ȐqTX]:zF a4/|񁉫=DhYfZJ;QW xksvi{2ib2LZ^xd(ˏ r\&'bv> Uө"r{ DFUrSDR-ԑHdU%h^;S|>D~?g{ 9.75F+=gN4˩osӜ`6OML 7#69ד٣ͣ}uF=7sS8I؎]|^LAǗ?(iu_5VѤzoy$o@I^B RA'yǝ=+Nk 6! uSiuۇR4b'/~Y Gyg@I{ۗy YژZLP3K9q1 Uŧ",t=cGFiٗ=ٯ#˚6p'uVR/NyfB:4!RКVk)(9 xK2ywJ.h3l2\e!^cjq%WbzZ-wΝ-ڋn܄bYd_N]-ẜɧXص^ eSe>qN, V5r/ӯuKfg;iŦE:fcNr9e~HծcNԬXBeS9ɯ4eG|&-:(4I=;r+N*:)ߩ o, ݻդEsyg8z(u!G?~e`7hEyK9j]ZWT*_.e^jCkn hN'z|Njsh2돇O^\]0?~nfey~/&YZ^# c? t#.y0nk;9AÈ 29?'\ΐ蘿Y"nܧ8@'z ;f\"6nQK5JT w>]gRoD=2٤V<A~,Ё21je8h.i:zVMӹMF*WlǤ={Dw?e}3ōnB8'sNߕ+PvqB~9l7p3vL+<ɧZԅ1ɡ7Ċo6(?VXBžY̶&؆33䤓CjԚf4sm~>(,ʺZ3\^@]@5421w>A˵|\br{d^rV2C+I}NK;Lnu-tSR~+~ZbyrIne~-Mg :!.zX}?ӻ<ol[_y//=cVb1t┠=v1JQ0ifž梐L:q618٨ s= jO'wL>CH+w?yr{CaekuP>-"W8n_Ms?^~ݿ|CsdD?Og(t[uԣuPI= 5~밌f6ZKƬŤs@ J nS 1 G <7hvjo5^LxM׽~/,gfG?n2h:ט51E*;8B#iWn͎( Ǿ<{OY={[/oF 4V!R4zW0 (N̞@Pӥuxk-V+jǶ}f#{3/ |Y^_Y+٤U H GL=0dn맗]ۚ8 ud_?zmߙ5I{{&@ז>$4jo/>#$zUKSX, > fTQOW:a}G GΧ/p?+W|ZVS^Z֮|Ŝ)fIRAOlT?z,<ҾuחaS}mH i( -(_o:_v]}JHl{!{M WZmq%Ub:vHzcXicnm%T9a0/F.n׏ѐBPҘPK.ؿ!Y.-=WzDX"cւ1W9b_̛tVM*lU8UMOS5}h8sh: =",GF |ժks|WNx!aZ*y],K_-$]&+hmR<6 _,&p i6sTѼl .x?߃|FΫ蚅Ɲ@2;,P={U>h<_U",t=cGFiٗ=o̖LI$vz||5zf6xv;a|4a-XҊE6U0݊$>ܱkq/HinX/1u,yƣsPl|v̈|mZMP/6yCy;H]󵟗m-4m%Q*ӀIvW 6cgaҌ^Mp%}Ǿcr-n/:|yoIL+_ٍ^ vV<ǭOyws[K,w !]>iY: 7$KT-CWzjmqo$|&3^5cO?^zcAowj7fb7zr$o_`d2]Wr;7w|}Ent,U9$$Wߵ3AdǓ CWʟ!r5O EmOA܍iiQǠ`|0hz䞆uV*W+x>; ~x9_?V.KxfGǤ3 7۷87ois ~*K+}bMjRIC}ރ Gï_oez[_ʲZIopj~裶biψ{όoO''ʟ+NX# ֟ Vj|:Xœ')[/,rSr>1ZMtޝ vsCz^ZqDr~;7RͦŎU"{Ihy*foY%H,h9Q:m{p$yc._?͌KnnOs;ſѵW˿#CY^I.hjIfNH?:ײa[~>/5n5龱|\0f ҡ$. .v `z^KHՀ)iSZ[@ۗsޠCjY[ NN |ǒ }7T[6FF$ ‡om~#|wL ~S)YͨmHcs11JL8:}i92]|Qj3y^nH԰!,@jj290H nݦ:5]ߏ.C[fxaӥR݉ƻڛ`&l?}Xޞ[/']X^jxn-Q(b0R6iZt;(d7C:S;o˧,ϨyZ<,lJF@ۓJ|<>0e"Ocw[Sa~ '2/+hG[p:p~kjHl!ꮘKl({ 4](LMRcq^a|U8o,jZ\H5TROr4Ygǔ6>a_ ,GO2C=_GFiٗ=kz7UYVqSּE+/Xsv>90=co~r|cc\GHl6)os q[9/4~NZ麞%pT{Z":ǶJPpgO/ehh61 T8@P)W=s}͍lMa66-~}_Cs{HB85ҥiW}(\䚟gsk٣7\O9q160$Ѿ|?l|;i6-qģ'P~nDȁm*ܿF?m oɗ&DTN9ojxf,8I;c^yFͯ+j='Ӹ=|Alqe29|:}F7Oh;8M93!'s**LI?j7GRKJ&fG4}2j ;T?vm[bsl,\S Ą G!<~9y,:_ ^[נD/D zlTtsd![?;0e$q_Aּo<ծyhjRG^̰8b9^;ge?k3Hgu_0jwRJڤ7MLG+N/p(E6YڟI<;7;MR?5s;ſѵWo5`!GAؓ4:]?/~"* ,b;) 鿾>+˕dߘ>Ri~LxH[O08A &0C`ݪ.T7;'5yg'c[>yDW6ljQ#M..|]>mٵ̟UԉX̱n)xbo1c}4FY*9mȠSԜDB~{P$?_ߕϚ ծbKr!QFQ.M_qHߏ4G)f~>}SO{qi)+Hぉn_ŏ^t9>U8Ypğ~:<0tSO`&{o:sVF/($O^4ac 1t:!6]պ꾤 dWDZ.j*i{ettO$#w^WUܝ soj5>S~ gr|5BW88~|y[(f}7˚]Y׈'hӱf_~P4\KK})t,;K.Uy+AӼ$KjFd6i,, H"g:V)[F|qFC2z!߆i:w/#p\D$AڣYvkk]Iq2(IX6*S֯12ds=oUx#mOm["E Q_J:KAGG#sXwא1"4Hd ލ(IӪd?-ʼ3^O m-,pDƀY?%?߾^֝i]]MQ%KvaPz_ R^LU]v (+=pެ4 #4: jXnmoj NZXttg5nhrZ.`2m];ǠyzՈPxb?>-ƽxZG!Iyb;m"f1RIO(iz֔6q9"|U)~NK_W+_Ǵ|x^Z`W",t=aGFiٗ=s+uk ].o#d!ULT{MQq 3+ߔӡڥiZ}au ^lЍZU1D|* cmқ8!这k|b-e[^2E;4ӓ&_ʿRDA^ @a;?jWʼ>*mL<(/:pdUiq?״*ʎʽWm6Ӑ=cw:9'֑b &.9 oV+_U@8*kٱI ƤIyR;5F/Li>bӒ>H.|rh(<| Kz .(Z +Kߏm~o˝I]~ *A0 :zaE)OB;[~?{)?s?r_$i35֏Tq+$?ģ=n>A)m嚫]ʇP9mIUթ#TP3s7у;خ9PB,=zuy,rl7~:y?o~[F^jr'"Ö=7Q:$mZqIG~?[qGv]d? գA?˷ #{7k(ڤB:ObkB{ls_bs@MMz($m1 "/em~ g|v?ڥtX-t`h[{0cЊl;pNBQѲUWOp:^5>d4ާՀ5֍/p7ߎsOʯwp5r4Ÿ޸za]c:~>My&B3K]۶uo,0icrZ?n2@שǎg*@|7_nFsrޠ{i 'Tf'dyl<}" Zlu=@~Lje~?ſ`8wK* SCv9ԛ~?#ߖF~/_-g˾u|=N8f;sV(g-OrS>a i+Jqv.[l.AyBUxS>SO[ y)?>ءyгxqLUڨul\i{늳pS݁ om~U||؏[-Et_]$C94xlw_6G:Se g23 /w[_\ZZWߓ.G|)9XdI,<26<*}.H'Ԋ j:S$y@w|ϦYk77zŕ%%DhӰƑo?'|&ފ("l(}j4U B>[`VWw>_T{uѱkEux򸵩76֟/0'S̳AWGFiٗ=FIfC=FgYA1DyIb g爒4gۉޝpAkr ItskKGQJSpHRΘe<7]׸HS䎤ږ%ǘ|tշ8Ii0p|er5 ^At(πeƕ6W{I1I(w]ա$"cQɘ.iǔo1Ҵ;酣bG\@HmfqfXpQCJzyM4b5PȐ)_r/K=jF#n\0k`~z~mz_˞K ?/ٙJ{5>͜qAпǻ9m֮N^LҴVX4$61ڋ&c->M x҂FS222S&GgA3 >ڿd`AZGxcط6*X俟%a'Z^VGӾmk~?GjH('NəD~?q{9]ppedls*%g/'EWǗU. Z32o$+ڬ`;E!x"9oo/,5 [MYYVTrvRW}ՅG_nى<`'cLytLgu9 ՙ&kVA+s2K_ǞBڶKwx*ḮUn/2ŏe֫Uoxq t1NZ|`*~?mLc_OZ_]q>!Ī0$,jA?)䫃j*G\ҍ'Po2%.-'DVEduUI:HO 8v$ד}*?x*H{_foo0qI8Gwᘍ܍`D"45bRTĩfT (8~h.[ҝ@\^^0Xh ۝W? 5 j:y.A~#[)0Eybǥ!ܑH^]5|-W7qEj=~clhNgg,pYF`T *Ht(]#$ ˺`miZ#?,v83iRN*s;ſѵWϻ|kii i}wX)[H _P)TDx*${~sx%2M#w)?|GJ&{ uY`/Zbטk>ʺUXc_OCGg~)yE,E->)Z$ԯ}/q1[/[} Sm}&nb'RvP4[V)S}p}icF4--g{k3=I?N{~}fڟ"/e?Dy0ޏ'5="ɟv^s5'M1'Wes/=b8Auo[ƍD2zLK&^cɟvA"-7^u`kC㘌5, 6_H+V}=|Fm[MeqoPm_S?_ n7S_u"6|uvaq!֝$  >"u-}[?]g"djZe糸ue=tz[/%Vo\"'kSʖj0Neq!ZQ󐝺Ǯ4}M7W.=2\~o5>u9#ȳ)K8 1V05~_s QY.e.oOTOx̐"xPnh73-&Cw<~KfE]pJPfAۿ\P[ p&3ۯ3/39oԁ."֞-ƟSGK;ڎj? K?892M?nTZ+,̱u~ 3MWtcS!5->M$J߳㉌+wuy0A ,fePH YQ\Gk\M $AA1`nJ00~LkWKJ/0g=A%ԡX'Y+cS1B8dO4:_䷟|3y?:ԗ"h\vw6%f 6P_b+n8;ʨ?*4'm?Sf#hh~MCU?o1T%ooϭ\Cy.OOT$)m7>J;WVΚgo}3E6`ʈVgU__0 ɗ~^t5D}F]{YP ӭ׹1Ƭ'$e_~w|ɤ~i i/սZF-M/Ӹ%jʭ,RM *_ 8_Ǡy/BcvmI{6W?I^?4&q7hMח?631$:?T~g6AX?mmg/o[8VanP c߮,bzWtI/2}Ěd7zv qS"^IƒHΠ?DSZ-4&ew`3tϋoP~g~L[/<Ԛʧ=~zF*[rsq^e)[Ol.>r|.-%EoNWiadi"Ðu̬Wn韜~B/yfͳizv_%y͖LRlu(k(COE?cY{ǫߙVVzCi8mas =$Huu$2B69=x/tk?>IԦ@:֏)`GKh>@ȧH9U j\*`?7RyOApTwlbbk_2_X[F9c//[zSL~</~Uj^vw//ivŸB? Z}AB{8a'TGV@4;~7Q~Oy15ʖ1|ayzNg V.,1.NȠSzK/Wm#JPӮ48t1_[ICké5͠${^5+<>BN%hcߖv_] ~Wy95xv J{>i6B6;oj ;e>48bA *CIQ?F}1 GZbk(|kjyCȜN]D^_ Y4>Utwh6.` $$ٌaΏ+;4/:~rY9ˣPb"9΋-irXC2 W?x_j$0oq.uCO_#ϥ?KRySCT.,]}m8z6u:CFmUҮ,o/].2Nj`J*2^4EtysvߖQt_)RG6Vf%b1^!~Slb/ɯMv>axn _,ɥӿi2?qfXwɲM `He2Oqq˖/uS6IZ%rGm˽/?7|8i.- PysJr`~0/ >A?;-4} WyN#.}kSSK&yJ;fa~W$}#KɀB(m=ơkk(%'oM^FRvEdel}8ȭO /?7*ū4/2.MC4ʉxJ/Ɔ8\㴉j<|2C4?:9H'Eak&ӬZ䯯w"KHȑDKAXE>0Nl%Y\jx_9eqi=|w̶ֶS(_5̮__Atu4+@^VU/fXSα3T#f5LzS5WT2}1Nvk( O#>s-~Lj15>LC NX'."//,O*B;ȴ^C}0GvHT ?9,(1yE򏖴\Wyi`p~m+IJӃ/K_ 5N {Gѡק/g)|\:u__6iW7UQ.xd0%I/KO:<;o(:u|{bXSNNOOʫtKUQ±/ )e10 nK4 `hb4+45m._/CJ}JUD'%kw1q*e?Dy1GFiٗ=YZ~\OkR-QŬivȵ8~T~^r>ah4M;*|ֵ; C-,|R̚m?MobI& z/jidrcз],xiS nC&[Ė() x5##qkPI7\6C sB}*~d%ڇN3,L^.t]dQI0;W-&4dȎ\R_v iY"/O0pOasj~[ƿko (o|45m/GIKzs%->](COL%<eA㴵,pKB)\ )jBPI8({ .9Sӛ-_NqZ2q^lp{Ug]\V62摿A4qKѺ+ Uh@d<ol[_yɕx^{g/{=Yt&I6HC)~^U KS@x/MJ[uy<#֙璉\׋;*Q~h6q'k?v_O~Y7p5/Q<'wVx3ꬮI@i؏ni*l4?Mǔ?ǘ1W6/0'S̳AWGFiٗ=\^lxufɺlZH׵ AL+j2aiK;GX!zv .Pt3r@g7IsoYW-\^o(̱΀*ԅ1ΞkdQrԃ xϚj?I.;Z<97NVَέhOSJbE ɂ,;c_ꖭ#-Ėq~|yCPԵԮT<G߮F<_\ޓ3PW@O䄉dm{M/06 iw6_XYvJP Na05>#cHR ߧ|b9xcط6*9"*Kq_|ֹ-H h۱ d8YwGҤY'h.'C-ӝs^;H4<~a_A /5.|~@DYxlm)&#id_/y3˗sZ_KU#`^l I5&;(Bҏ݂7 {2"Zd#^]O։]xKo՘{ ]S _BZǫpcf {Zo#sN|%?j0%]@ڹH`^p?/ſ˰A~5~H-˿fGQў3-d>VَέhOSJbE ɂ,;c_ꖭ#-Ėq~|yCPԵԮT<G߮F<_\ޓ3PW@O䄉dm{M/06 iw6_XYvJP Na05>#cHR ߧ|b9xcط6*9ڝ:% =OU>Фx0*"o!hq߁+J|`t4ŘMlU-zB1,jPOuӑ¤%sn<8=k^phu(]-ƭGRI^/!a0NaCzd^.1zHZB|ܧ*be?Dy1GFiٗ=saJG_B w4"Xy7N++$6; #z/bx2cFe픈HXYgT@:zԈ|MT̾u}w&ຖ<`Az,BCJLn?u9bXT]_+js<2A o8iZ%I$jpX*O6ԯ-BMGfH6_Ǜ|xA3:s1Ũ} px.-".Xwop1ɹGFPzכ//hOw{xlAM9Wc[|3ȾpZX!i!Qw$K:0ToiW%e~\KO+ԭ"5kK K'So?8"^_էG>T8Sh(!}hV:W'x7?+E+k!h(#U +;iیяG!լ¿5-~AA&??c{;jOqk(jKlHrk|9b/Pӷ|U^0Z1WqA}/#Һ !}94FNS;#qMl!KcRJIHo49!?W 7/>4F %j_i@܄; YyfR aC KrE:_H%fc1(||;`C|9^P>a_ ,GO2C=_GFiٗ=Q˫CA& 9ٺ 0C0A-t˔Ԙ{I+I mɁ^Xź~r"mVq\o-T^Q;=Fȿkxõ}Lqω?J͡=fOz&z~ké/Z_=i鸮ba?VXe}'FJZ7l+SFҥ08]g}NLuʻKهӫPpp6G%&:gƋiܤ+ͼxʪ|Jl6FoE)`H0v^wg_]XcMĄ 2)ޝa}2jKfhKvGo-|OP3Sy[r.\&zÓ A }=l[s;ſѵW\$M-*fse]CPզ/DfV-ȏ'ܟڭ`ny-ʬv0 g;Pۥ?v' 䁽Qץw⽔  *{~]:tsGLj\(ok"d %h) m| 9&F#-/;_3c4nܡRjdJM+yխ8=J {H01~8Z<.%f&D&(?Z׍Ŷ-լ?$B<{yw̟M:& 潬:3NfiΛ+eoϭWth\4ll#v .4m*S ۙ>&}<\Կm{M: [drRc~LhVH!+P< 2ϞOݾGĪ6Sdf/>O]go˟5WvzՌ9l ʀ"i]/֤fiv?57 |mqrlnn{~99 8P.c5<ol[_yqWE?F*p͇:=-䷔UN)[^Ԑzڠt? N:nW&[O͞}󦝨j"'i\z.@Fw~쁕&ms=2SoYJK()z%UsG4P$ n6NJ֘-퍽y7M>80uN̉!W @+vLҟHԵ:-F];VeZl{n͗JP;0.F+Xu9,Q0 t2.Y=g2GFpgtZFyW櫘D38 _<^ ;iL,E@_٩yR[/Fx8Mp-Qk7iSihH!n6 _(yH"; SΓ}Kʺ]erkW'pG]Aߛ2\ywQ|w<-:АH1~NkkroVNE7nAvA!hې{S`sSWK/͟&_L~i$Ǝ+6gt7l sxv?-k3Z[ݴcirU|c5j2}o7_+O^IEJ|Ew/O?35/QtxE'Q4}7VRDE$%qdqdѴ Hƚ vLhFFۄ(<^sFR1>>o}ұ֭FR}ƿB&6v 6nzך[D+L1C<7Լ 6W)6rwudj-%͗uϚnsӭ dk[涷&dJΤSv0,dhyjM$捹 i6 ?%5te7fNh fq/gOCpZFM 1xcط6*5gZƒ~TH; 2fe{Iу1Ww(yQMA5z|,QyZyLڌ\,jj=2g~V,_FӦWw(j̧à_.y6`ZUm(,H'ǮϞQЬ}mR^0=طmLP]U֝%cVH@|Ǩܡg}߈a"L,_UGc8OE?cY{ǫGFiٗ=5y{Z0smL׌QGiw+ޔ?Qۛ}oyoNӞ%9[Q^LQ[RERDcA}-MKq194I:ZmnmB-li2'eJ8|ogi#+Q@x` ǘ|%i`2eGbx{yn+oD#s%ɀbMM1ُkZv]>'// ޣL^QGMɯ-ycңSqVaa^jt!W~̠Z2EV:K[J6D|eɪ/7O,z&jkX +s;ſѵWo+I[|Q`)Dn'kV>ҵHL%ȡO+iտ寖t.\Eiǧ/YCziTpH'c3^'=åST؀wv9\>T\w8?XEDEx~3kVI9Gg_r6г}_?hX$Y@x]HEC9^%ɤ|{8{Cֵ1 [ 6j˾&\VЭ4sWU-F1ّ &Cgȯs-(HQ~ϯ/fХe ^cI~PU$ԭͪ KV? $4NwEg0g 'YH>`2eGbx{yn+oD#s%ɀbMM1ُkZv]>'// ޣL^QGMɯ-ycңSqVaa^jt!W~̠Z2EV:K[J6D|eɪ/7O,z&jkX +s;ſѵWoL|UĚoY$t __yȏWYƦzWČK8:i+R ȶ>{.5O:6Jѱ&NZ]h~w>b<3#o4JSMw5ʑU O|i/?7'_/va 4O,(jb{a_,ǹ'|,НPqWO*^e?Dy1GFiٗ=7N %@Ǩ|(hu?ARs}ssRB XSN5W0hvٵ Rʭʖ~=Ƌ,jڴWS.co+F>D1Z-GR7-Z\$۟Padlzu BePŖ e#b̾|VԸBd4>ݎ_ Gk_u;WzQApz孄Z<6q{~MSzAyFI6VP@A;(3xcط6*=HJ{5Ⱥy?gUi]JX*P]MSzAyFI6VP@A;(3xcط6*=9銬'lUmzo튾bWVطuKbxdƸĉgE6Os`v'tӣ5^TE,QcT%_Ar|zF9_8*wDjZ(Kk% ”*(~,m]_ ˖Vܙ=.(/'td;9nYh ܊wiQJaSqok(ɏ0⯆m?^`͏Ng?GFiٗ=6u38৩n{fHd WNפZ˨\ _]IπT4u˲Fm[^&CkvZ >bv\(MOY14cJe*7x j ?J'o% RNuBh^S[&lP*֟֯~V[4Ac4y܎k\3OnK^\M33?2u#(䕱7jߚ_=knՐ ZtCF.*XKP-߷?+ea0ʄ0f_ S0+?-fQ}Gyə^~u#eczOo%RL$?h6S?~L BD[G>iA0^Q1yj?zH\˶}r;#m!L;rX¾DV}JQ P.k[ViVRw"n/+:Ou3IH [v%D LvJ>w] Z.n~;0AXo+k^g=Bi--u&1ʊ;tbs (~W#hɺݼPٯr )[ 삜Q_ u-qWڦ2Jwy_6iV ǿ܉3 @$z4[X4ВR;V`}Jwo64oA4fBӑ7*<&^̞D_V=E=B)8.3^ܭlE vJ/$2w '@~E-sQ+@^W[xl&99N)Xvz#lDl }8$]y>a鯷}]/-Eo/ZT{&cf>c]FHķ7A잓IyS"!Mm4=CP]bVK eoי}PKK]Iir? no5+\ 鐖GUs$G(f*ĩxcط6*=`zgMP0W3>.v_Uy'} yk?*iHoVcvq}wc>򮇨Ayw:Ydz w0$R%gmշP}–?ܘݣB#pRmyGːiztT5}ܓ=J^Zye"u8Uua/uڹشo&"q(OER1 T=@$>| o .mtDXUwvfHw7OT7e_9.#b2Ð7C̟Oў5X7L9wr-ȯC)T 0k [4J3lP塢|3$^uh^edyck '>aϗl֑Ҭ7z[/$kq'ziot.EY}̆$B w~:~~~Z:Ƨ-ݣ_[oP%UiקB2$YJ iS!rWݾ%cq S~[F^g|=8Mw* >rdi(6V#V U쿗:w:|SPK'厓gͰ\䆫Z,5ؗ*yDvDlZ;{MxK2j= lyJ6(oTMEa~0 "o:- 2l_FԵmvzjzYzUNm%\1ZƀN)WMwsU7qAކ C2puA~MV0]X3eCEf;b?L$I}PѨ;0+ IYu`;!%JO|.A-]#ѥXn^HNAO 2],=H5 :H@tuN[F{T ޠJ1XӯOeNH6y3CuVPWPq#N2!y_uִUb$+y3) Mz6z䶣y5<"GzM *('rclGǙ-ZQӼ·zvjvW*ce`w=2>`dԽU4&-]ԤdwQ r@1%*_;Lm,,$DZ~'lh$g2]KXbd 8VLZߖŜIfQh^}Z]KK#ؑ\1~ϖEY|uH<~<[y崩e#*o#4i9bm'8}GRj0ZyCvXК_$cnP_XK+g\qC+k8\Y/)SOQom~Us[ob:@i!ox@Tz8aث2x0GNá_By?˪mjLvDSItD `[*B5)ƿNYA^`N7PGp j6U VyF[ߘ5o4Z3TzznQ/=OR}SVͬl wJ?&co͝ ̚tǔyp%ؓ@itӼťKDa4"h W~' E8\]jZOl qVi&y]~} F20DҤ:x帯X3e&^ vvJg&Ke튽S~k.Ց̶-.=+^-j6Ŵ}\CPCդ\Hl~zYzGkw'(.^9lim_&86{!@!&+|Nj~&=r؄~+~j_Q򔚌fݡ2Ft&*Wۃp}eb~>fhri|<ol[_yr670-M;LBW/h^o)ZP91u8/{ks]4O5/OQ&*RK![EqꙎ1j>ƠnYa^Cy>›~T۶]*J<\'T>d QDɵe ՁG@J⤧`@̣Z̏ҦFbu?~`~C{V~PԼq ;[mB]> PH7 8e~r 1)?$4|-/Y<#z. [/'@rhLщb2 GJF2l󎿜̞X’Q—s> CbBQi_W. __2+h6$U$ ]]A[FO0\%`/m8+{/_C ׵}++i2Yivڄ?܅|d%܀C9pB4n^tTs|Y>+Xu_Ih~7@+Nasg!î*io#7Ou,@ysZ {X$7Q+{~Ҡ.>LoqZߔWjhړ{ UUԜeg1 /^nof2\/-R[k;Dm1,qC$B+;Hkx_󍟜y4 t:ƒw?7T{jJҶ|)w/L [R+~]Kx$=oK #Ӑ<>e$Cr˹x+mt8[Ms(1oL!яyϞͫ.bXhI%?!iz΁iKԼu.]%q~X:BfK@W:W0*[?_HDfO,[sI}(^SKNFB|nzմ+—r//IXtM[N*ł]~.N'nmz֯!Aھ畴,mBZ|B>_K2|@!w?wC![7/\k*9\s,W:/n^@?UIEr'Q0Ϲa?R ~]:\ Qw}9ٽ,ߕ^klOPr&HO-)V[;͟^kҬǧt^k8ÏotoΫH5?mI}w*jN2z_7yEΙqj-zaSy8F!QU$d5pqo>Yuk.erUN¯mw*)}56mUmnU-Zߒ>}inOo$vcu x)?9tK#+D\9X_Tb̉ݥ JQ#//xz|l-.VMj4iIV_\E6J@%uv6ۨPz52]=?Mevw=-Y ߗڼ[dR"ZuH_9ldw=u5}3bT>_ZҴK'CcmHA`Ab: U~Wk^n߯t}?V{[4+HOu ҀȀe?Dy1zO<ƟY/Q*ҴR5VzC/_!Q;?#'Q;?vg]EGϖ?9 ,'ws/>XN**?g_?6|xUTlc8|qWQ;?vg]EGϖ?)ǿ3_-y+ߜ*DWKkh}Y%~F٘ҬIdTlc8|qWQ;?vg]EGϖ?9 ,'ws/>XN**?g_?6|xUTlc8|qWQ;?~~=9wηjz&|= b{ }!՗LnLg vg]EGϖ?9 ,'ws/>XN**?g_?6|xUTlc8|qWQ;?vg]EGϖ?9 ,'ws/>XN*?7|+~r~ϓ-˚gw˳^O-g$E'fcJ'|UQ;?vg]EGϖ?9 ,'ws/>XN**?g_?6|xUTlc8|qWQ;?vg]EGϖ?uߚo:~rzfFl5.o"oV]2ٹ2^R29 ,'ws/>XN**?g_?6|xUTlc8|qWQ;?vg]EGϖ?9 ,'ws/>XN*18!>/<*.-,Y~lk[jVli6g~ Uj<9M*]Sy๒KPV[hېP  re?Dy1:_4i=v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*Uت"kKh&o3"2, 2@ H*6:Wb]v*UثWb]v*UyiȲl}u]%{{wF5lkQ[#8jјog>l'3 wD@>H|L,x}Yw_0ym47cD׼[_O]FKv #8CZ)~򬣊?9%p9qw_h6—b_FW~]6?C?57:ޣij)KFyEXv59G ȁd "+7+sd0+F&r'"|9}O2Z_^Z[Ty"SX.erQ$j?* 9h$yHHt~a ,OL&O5䘻Yu_Lk],OL&O5G?2?11 cK8}^#MckukfPҗBZ.饨Ś\~<9H~Ț{.~dyJkN,/Yu[VEV R*CoGSxrKl(C$p*㔢9g|co8y]W'CŞiUU8usL;/Y|ėv6w:-Ӡy,ڱxHc?c-(4I tڨrvoz؋'y]W'TYu2[1e]]OhN䳘^jX !)dNˢ^Mcq>#Ms9{^aS݅Nգ #k.´}=&.iGEܡ?g ҆0o?a xNddY@7Gf?~ dc:<Fdb 9'z:j[}9dw0LӂqJY0<rd?1BX"M t(xnO/fZ}bRH|VM圔IZ3PvisbzJsǓ1 sL1n۴Branj#HCkwy[o(oSX-y&b0DPB2xbcG_9r';WJ@T Cs,sR󷜵:GۭjN=KKY rSE$rZf4-F5GpA&D"=|'r##=wWu{͏ BvW)4Q*$UwƲ9|Z0d1@Mf3Brߟ,^wƷM#pw[_%zK4&o!azpH0Ǔ5u0b0 rc)c)rp\ψ&BfGSspO!#Q&B8W0:O5.j?O˿"N׼5^̖ť\ݤ*CffZ'c͛P=CL9d(B^;70iGsf 0>'+ޤ/[̽fo<_.u_ j6w;mVX˳-KGH)iWedO>IFrܢpG?x/`*s8{CUq$Dш2uˏ$feS?S05GJ/&S6~_~M1<˭W[dW!#4GF+xƛ_ÌkB*,G'!H!3H+Y>Fxę,0F2;kp!6R:ʲ`hDzvp+5+'WRAsf>69=z]ט|S&O+m xu,tkmِG-4k DF;?Kԛ-N)H/JW|0qbuі nLh8s¸q8jpF[7?[Oo*;?1n|v.tmWM@p])F֑Y"7jOSaock:~ ZΎ G$H2N#/XY$~sԼuGᏔʩvzzfjI6Q~&Zqٙś2@ԆI3( QTDd9Ŗ3,Q/P ܣo懞?:1t!v^=?BDƮ$wѠLo0xy.*~jzO˯'yʾnӛq_V>CYdѭk2I(H?43O7oh181-\=c3 r7c.WTa:R`>.^) aX'#+_/L2u_s,sC #| x:"/P&v$AS0 %vbx<ߚ_?]O~pޙk4I,뿘4{YnX#(%{UoN&.͌!= gDI=77X8^󝤲I$M$Ifc|IܒsWY%&G 'rIO{ڑ`'/Em\b]v*UثWb]v*UyiȲl}ud&{ٍMw_.CSâU?3?6yjW֦l%gKK ii FI㑜"D$ <4G Q"Q#䬑F wpVuO1y^`?5573iwnRIc+YHIVE`;(Ʊxv8f+ipll3eQj';2;qùioƍFa+Iuǥiqj[k-J ܢ2 @%+"'{pZը$jWWWVk{Դ}gN}?Ϻ2R"'gCHՊ h[+$cjA 2$-ϙW\Gygw:-kJ4+mgϤy-=n$6pݣ$^)QZ,3 %bH5[qDMry$HOt"]h~O/tMz?u[|oo}`7aI!A\rbP#8]QR[~lq2e ÿpAE95lS{fR!7/X-byk|Q\|"<[p@DHI&YMw>܇?_L]7hӏ,= J٤xgg6FViH bfn#Ojɰ&Fdܥ6D}cyks?ʗS򿜼H閚!t;g94gcAzqWY,y$fH$F& $s"ukѕyȿ^wto-y^|wW8oģ\#r^|kyyʶ^W$^jK6/F ;G k2 $xI#dMrYF2!oŰ[~j~s_¸ռGnq~bMv2B'%p-h >9\t$Fs3U ˗_=G4}gOEh>fu?W=Eek0P,9ng{ycDۻyHԞyr_e:83XW$K4{$`(æU1¬ۙg`,@nCOř7֑AҼM3B7t[O=$6d= eYA0rs9J@FpP=y0bb( %m^Aǟ?8y<_WFo6[iWW.g|'9K*I4j&> āD E" &,Bpk?WiXލk6Ϛ̟?:K +KKYYy$`LWͥYc21o@RQ<1cqO0jtLdYVK+M䁄 lqɎfpH5νRq=||)jW|,zkUt;EeΤZ77E$Fp01#Q@QA23bG[w{_o+mGƵy~ݪ>sjgպ3H:;|d[ǥ8!T@gFR6NdU'H>cUR3i1Vߘ WK?%Vߘ WK?%Vߘ WK?%Vߘ WK?%Vߘ WK?%Vߘ WK?%Vߘ WK?%Vߘ WK?%Vߘ WK?%Vߘ WK?%Vߘ WK?%Vߘ WK?%Vߘ WK?%Vߘ WK?%"ߘ^` GA+GpUs}O>g~a/ ޏ^+9R hS%*Fp}.4oz|9Uͯϼ;!C]cd. WP_X|+(˯,}>?A>?J O%wueB2]!C]cd. WP_X|+(˯,}>?A>?J O%wueB2]!C]cd. WP_X|+(˯,}>?A>?J O%wueB2]!C]cd. WP_X|+(˯,}>?A>?J O%wueB2]!C]cd. WP_X|+(˯,}>?A>?J O%wueB2]!C]cd. WP_X|+(˯,}>?A>?J O%wueB2]!C]cd. WP_X|+(˯,}>?A>?J O%wueB2]!C]cd. WP_X|+(˯,}>?A>?J O%@j򱾯z_>_~wOR7xWCvDd ?=))v  C RA:..\..\..\metafor\pacman3.jpgRyuW6b\XYl3Uu׉ FMuW6b\XYl3JFIFHHExifMM*bj(1r2iHHAdobe Photoshop 7.02004:09:19 01:42:55((&HHJFIFHH Adobe_CMAdobed            }"?   3!1AQa"q2B#$Rb34rC%Scs5&DTdE£t6UeuF'Vfv7GWgw5!1AQaq"2B#R3$brCScs4%&5DTdEU6teuFVfv'7GWgw ?ֻ烽6 /}:}?g]uUaesQ@ =7UmL. Нng}Mf-kh.{n?2Cff8F&]t}~?)EX:Hhky.11'Sb<Tn糧59[n-w~gG^?j~17# 0vߦbt}Ah$v1뵬V&kXCtӱnj=E6>\ǍJ߿Rᗏگo߹O8zH#ݒ?ikL>ِX"?Wqqv=El踮ٻnykƝ ݵL'OXuS[U&sa \bdnc4!}L$Œ}s@?c`ʵbNm;vv}B{dqKnհ&%#NS]}#mBnvjXOoΗs\9| h]5cqne~_:{n}m ѿf|sW?>_/\XpI@ nwv՗}NNOz3Y>ľ~ v}h~qqY{kUik8%Gk~~Xg,GZdz,!RuS_)TظoT/`\m;1 zu/CXk)#IнOXop\sKEG! RhA.4;B\MZ%vVۘ4v7kK_2]>̀nbl.ka}<GmBEơZm1𞢝Ų;Is%WC+9]zYV8eo\^k/uos[C>bFC]mA!f{{Ig=/~*E}UV=,  Wc[[w=7bdzew#oM/n+sZq>Ens 69g潾+򟏓[sl[OVʝK`z~lw(87c8΂ڪo!ݗN[;pm 鶯Y}خEp$hO(g?6\_7gޛUuV:Ucw/?3VvכM+6얇m~=џQ)u6 4k;~ǵU~\lnklQg;wOz+&y-O}a*yTھ:̋lc}کN5C rZg`u_O۱hd;ks]w%ݱnG);+&? ʎfU]=֊;Lo?? Zvz6n_˶N߽NK"]XV@Y~S;Yg4G/͡Au@c[oֶǻ{?? ܖs]SvhwjP&N=1}փMCv́觺tKm^9b<1??Rb#ʮ2s> ƌM SMuy51hϹmc7c}OGbk,}},[Sno,WuuvKc:I?6'1?kԻp?YLֵXXs]>˙_{lѱgki׉[ns=[n0Q˽5zAFΞn6OlVa\ gOw*)Ne՝c^smDZԿ9{JM9&cR7s@'uv7{40rE"Ckk+ xǝS}مcN_a[]`h]~?Gڪcv:=_]Xncw«/a8C0l5sٹ*6cĮkhuZ蹶1}{v9O^8ebTsqCv,#\\lGc?uG5?/ɋKߓKA'89F=?ש0[#06 at5chcb~?=_&2] 6źY[jkMOOJ֭mUi wkcS}ל0Kh6XOvs{cY!eo<潮k6gG'Wuo{kZvĦU]o{Z}\wm+=;Ū,}n~EF-G_~>Beha^;靟lmC=n[H_]ڴ1q#N6" -Q{+V,Ko5천Unu}o3)gkY /}Z훿v_ôVEVFǵӸ3nwɹTOj_Tk~RҽEYVmy=YWc7}M u#UAͱ8[ٿkJG[}U;*]mC"v)2W-Ws^aoT'C^bf~s7ccoۑ_׵[65v}F+{j7ӭaguXƻ)hC]qh,?ڬXrp{"mpups\>ck(FYYPgn~g.pەKu1&L}ˣ)qSsjVvVduncU?k,`'wnSjA`~ >i41WSʿ:X۷mᅲ?~HΌc?LJޟ x% [_VǷ~z1kXioj^^&S㠵,wѳc>ט9=Ela'}_gg{GlXXTiǪAi,cZ`?5Mg{sVe}c'SvTD~vg~ke}Fl ,^kwȪ*=֙>}{~4;,a fRLtP+t6/ȭϰ׵+gsv> ^_X$:^ޥ c^ݻmݎޣov}ocr+yXO*6dbFCܛh"7]ghJGav:q"BwGocC{qfmC(7I9M6*?ӹpi ?Em6Z~P텸mn>uѹUhHe7#SCp ձsT?c`.w6~TCmϦ-76cFC2lItr2Xt,uޫ7 'fOk˟TY?-vPd夳 Z{՗&%_˶Z_!qWѿ{DWP49dٓS+1؁Ms\լI|)nwV"4 <\m_̌-iaG9Y鵵ǹ进FcV6:]e52ǰ5Cje{z'#:ST>朜6&:Vm'H aqsmU8<9ͤ9kfFVL*>΢hRjnwg{G@s\Sf8I!K\خY9wLGֶUxʯ!mkn[_g޴Miip *`m>ׇ9Y4?cySBzƔ*{eqz`08Tl ?wU;1RHtw.q&``PvY%0RoRZ-hݰ̯*ѳMSLDȟ?uP:F sf2矤;rY_-?}/ ?q_1y?i.x;ֵ [G}o&ݿ~g !{}q7XgiL{l2}7~*v1eUiy.7%F7IR$ףkN Ok~Bݳ^?EgE&X1%Tk%o1ݳܥf3je4ayzMM=XzNF?L+%ţ~M&"F7m; ` = k1psJ(Y~5 oH~IcN`mlkF{sgҚ^ik:v|[[ܫF=9hu;0{Yp@voqgQps+42 _۽7{,oI}aO욾-ޔ?6(ߵ-z3rĜ8I!§f/Qsgli$M0 ~vkcn#r$dEc$ph?Ϥt_mPvZҾP~N[ل۲] fs^5j[NS w4։S'(zxa q6lhk=knw,VyBX1\4Kq'w3s?3ܯSۜ=9ǹG0b_TJ Z+;@ 9Jblr_̲VX~os}K=zmO-/,5WKYZ.NƑ',FSĊ>?ad+ h@hH[sOh*;?ѳݑ$<~nߴnriF7RthǏ;nFKvG6\CWI~+'G_pw-=yK+!U국o5kvZ9R2a&%B:gQ;$uޣwIp[Gl0_};+%uZ1C[k{n_GQֿz$gR0?M~5<wYcIP}%kM?9khGlWcfe Lj)~sJPCk~G66|[f/),9KÒ!c,8( xGR!tPhotoshop 3.08BIM%8BIMHH8BIM&?8BIM x8BIM8BIM 8BIM 8BIM' 8BIMH/fflff/ff2Z5-8BIMp8BIM8BIM8BIM@@8BIM8BIMI( Untitled-1(nullboundsObjcRct1Top longLeftlongBtomlongRghtlong(slicesVlLsObjcslicesliceIDlonggroupIDlongoriginenum ESliceOrigin autoGeneratedTypeenum ESliceTypeImg boundsObjcRct1Top longLeftlongBtomlongRghtlong(urlTEXTnullTEXTMsgeTEXTaltTagTEXTcellTextIsHTMLboolcellTextTEXT horzAlignenumESliceHorzAligndefault vertAlignenumESliceVertAligndefault bgColorTypeenumESliceBGColorTypeNone topOutsetlong leftOutsetlong bottomOutsetlong rightOutsetlong8BIM8BIM8BIM }JFIFHH Adobe_CMAdobed            }"?   3!1AQa"q2B#$Rb34rC%Scs5&DTdE£t6UeuF'Vfv7GWgw5!1AQaq"2B#R3$brCScs4%&5DTdEU6teuFVfv'7GWgw ?ֻ烽6 /}:}?g]uUaesQ@ =7UmL. Нng}Mf-kh.{n?2Cff8F&]t}~?)EX:Hhky.11'Sb<Tn糧59[n-w~gG^?j~17# 0vߦbt}Ah$v1뵬V&kXCtӱnj=E6>\ǍJ߿Rᗏگo߹O8zH#ݒ?ikL>ِX"?Wqqv=El踮ٻnykƝ ݵL'OXuS[U&sa \bdnc4!}L$Œ}s@?c`ʵbNm;vv}B{dqKnհ&%#NS]}#mBnvjXOoΗs\9| h]5cqne~_:{n}m ѿf|sW?>_/\XpI@ nwv՗}NNOz3Y>ľ~ v}h~qqY{kUik8%Gk~~Xg,GZdz,!RuS_)TظoT/`\m;1 zu/CXk)#IнOXop\sKEG! RhA.4;B\MZ%vVۘ4v7kK_2]>̀nbl.ka}<GmBEơZm1𞢝Ų;Is%WC+9]zYV8eo\^k/uos[C>bFC]mA!f{{Ig=/~*E}UV=,  Wc[[w=7bdzew#oM/n+sZq>Ens 69g潾+򟏓[sl[OVʝK`z~lw(87c8΂ڪo!ݗN[;pm 鶯Y}خEp$hO(g?6\_7gޛUuV:Ucw/?3VvכM+6얇m~=џQ)u6 4k;~ǵU~\lnklQg;wOz+&y-O}a*yTھ:̋lc}کN5C rZg`u_O۱hd;ks]w%ݱnG);+&? ʎfU]=֊;Lo?? Zvz6n_˶N߽NK"]XV@Y~S;Yg4G/͡Au@c[oֶǻ{?? ܖs]SvhwjP&N=1}փMCv́觺tKm^9b<1??Rb#ʮ2s> ƌM SMuy51hϹmc7c}OGbk,}},[Sno,WuuvKc:I?6'1?kԻp?YLֵXXs]>˙_{lѱgki׉[ns=[n0Q˽5zAFΞn6OlVa\ gOw*)Ne՝c^smDZԿ9{JM9&cR7s@'uv7{40rE"Ckk+ xǝS}مcN_a[]`h]~?Gڪcv:=_]Xncw«/a8C0l5sٹ*6cĮkhuZ蹶1}{v9O^8ebTsqCv,#\\lGc?uG5?/ɋKߓKA'89F=?ש0[#06 at5chcb~?=_&2] 6źY[jkMOOJ֭mUi wkcS}ל0Kh6XOvs{cY!eo<潮k6gG'Wuo{kZvĦU]o{Z}\wm+=;Ū,}n~EF-G_~>Beha^;靟lmC=n[H_]ڴ1q#N6" -Q{+V,Ko5천Unu}o3)gkY /}Z훿v_ôVEVFǵӸ3nwɹTOj_Tk~RҽEYVmy=YWc7}M u#UAͱ8[ٿkJG[}U;*]mC"v)2W-Ws^aoT'C^bf~s7ccoۑ_׵[65v}F+{j7ӭaguXƻ)hC]qh,?ڬXrp{"mpups\>ck(FYYPgn~g.pەKu1&L}ˣ)qSsjVvVduncU?k,`'wnSjA`~ >i41WSʿ:X۷mᅲ?~HΌc?LJޟ x% [_VǷ~z1kXioj^^&S㠵,wѳc>ט9=Ela'}_gg{GlXXTiǪAi,cZ`?5Mg{sVe}c'SvTD~vg~ke}Fl ,^kwȪ*=֙>}{~4;,a fRLtP+t6/ȭϰ׵+gsv> ^_X$:^ޥ c^ݻmݎޣov}ocr+yXO*6dbFCܛh"7]ghJGav:q"BwGocC{qfmC(7I9M6*?ӹpi ?Em6Z~P텸mn>uѹUhHe7#SCp ձsT?c`.w6~TCmϦ-76cFC2lItr2Xt,uޫ7 'fOk˟TY?-vPd夳 Z{՗&%_˶Z_!qWѿ{DWP49dٓS+1؁Ms\լI|)nwV"4 <\m_̌-iaG9Y鵵ǹ进FcV6:]e52ǰ5Cje{z'#:ST>朜6&:Vm'H aqsmU8<9ͤ9kfFVL*>΢hRjnwg{G@s\Sf8I!K\خY9wLGֶUxʯ!mkn[_g޴Miip *`m>ׇ9Y4?cySBzƔ*{eqz`08Tl ?wU;1RHtw.q&``PvY%0RoRZ-hݰ̯*ѳMSLDȟ?uP:F sf2矤;rY_-?}/ ?q_1y?i.x;ֵ [G}o&ݿ~g !{}q7XgiL{l2}7~*v1eUiy.7%F7IR$ףkN Ok~Bݳ^?EgE&X1%Tk%o1ݳܥf3je4ayzMM=XzNF?L+%ţ~M&"F7m; ` = k1psJ(Y~5 oH~IcN`mlkF{sgҚ^ik:v|[[ܫF=9hu;0{Yp@voqgQps+42 _۽7{,oI}aO욾-ޔ?6(ߵ-z3rĜ8I!§f/Qsgli$M0 ~vkcn#r$dEc$ph?Ϥt_mPvZҾP~N[ل۲] fs^5j[NS w4։S'(zxa q6lhk=knw,VyBX1\4Kq'w3s?3ܯSۜ=9ǹG0b_TJ Z+;@ 9Jblr_̲VX~os}K=zmO-/,5WKYZ.NƑ',FSĊ>?ad+ h@hH[sOh*;?ѳݑ$<~nߴnriF7RthǏ;nFKvG6\CWI~+'G_pw-=yK+!U국o5kvZ9R2a&%B:gQ;$uޣwIp[Gl0_};+%uZ1C[k{n_GQֿz$gR0?M~5<wYcIP}%kM?9khGlWcfe Lj)~sJPCk~G66|[f/),9KÒ!c,8( xGR8BIM!UAdobe PhotoshopAdobe Photoshop 7.08BIMHhttp://ns.adobe.com/xap/1.0/ adobe:docid:photoshop:186b5632-09fe-11d9-89f6-80725d585bda Adobed@      (e  s!1AQa"q2B#R3b$r%C4Scs5D'6Tdt& EFVU(eufv7GWgw8HXhx)9IYiy*:JZjzm!1AQa"q2#BRbr3$4CS%cs5DT &6E'dtU7()󄔤euFVfvGWgw8HXhx9IYiy*:JZjz ?o(~`[E;=Cζ`ay7Ȓ5,dᣒHb 2!E!vgхO~IѾxy?!V!}?_'wտ$huW]o?7sU;W}[O,\||&D2y#[n^CM򷖴-SЮ]NTX{LQGU'najLa)42H"D1'ODH}5~s~Uyw[ Ɗ˺WgO-֢inZu@?+˛#7>* u2@$\'! ^)>.d}Ѫc|ٜ>k%Ƴyr~^: 2k z^C \ۉL*rq[<ATBB4nUC77|=Mgߗ.g;z343 E6K3h\;HyF=EI>Cє7&˜X?*\{3M5K[}nKU-"){yP"^LQSO0B'I+qd|@$x#2= W \jz|>eӭnm b+.&^$J% v2{#u|.2' N&b<7<١yb]i2څ0"  6Z/!׻>{1#N|8ɤA_˻URt.ehf T$&`4yaR$`q!v+!Ya =<#:R<^wv%>WH]=+69㙚F6vV}{V.,DT;vA,Ky˫+.SWbWIV@AGy 8y߳'*^c]aMOoq?5GgH xƠx#\B[C^8gk"qbɈ ̸PlHܭ[^G:ޗj~o;Ia֒ᕜȩK>#! ˷tj*3O}.98ky%x}\p3۸H}?5sTCF򟘯_>tct=kOѥ,ViX|  bs2h/aM Q0u}*h'<8j^lr_aϖǕod/3R|B<׫3"!`+NW< bg|;ϻyˋ$ci-s1p[+NUq^ 5w ">럗.}+fO m|n~mr/>oJF}Sx~2Bdo^{sG_Q{A5΁Je?8y~T}N36Ωibn#ZxEĩEEJoĚ:?"D#?2&\y̚I>h" Un-BA 31Pc 2yz cOz-G<ê^WoM[اfx/_4!b'l)e(2[մKn=R{8dXy㕣Y@MIed嗄Mt{s^7DnDϻVEҿ09%jS=J3!4`#1dxAW_w[duo;yikw{ask{: B]^% IeF2$RFŠA![ZDᜢc.(y_ K.O˽׾_Z:r%՝vH3WNJ#)%8"69?]B 7Ǥqwy~ZϖŭGn.RmB&0+B$SʔC!w% 7Tv7kF-{^Z׼gs@ӵKKؽ/o"cFv81 oln{K;οFtد_9uz?ҴD7%F,ċ)e"r1rs?3Ϥc.Q|Wc?6c߼kw{ɟ__C]zk{F8'hXrZ%rA Ȟ∕O# 8J؉"HxǙ]gʷhW6^d-$f $MFHDer&dXؐ )'nj؏R8;zۍn;vJ>vvK4:]X,~`5aB-یKximc+3d @]ݿ4˄n{a?[Cͥy˚Wü6;"L9>G{bkK3SG״mWBkPm-Ϧ3% ?dby@Coz!q`N_\oKmJv- mf0aTqr'0־;e) o^@~YG*>_Л̔ڛ}Y֯bhxwH`pZ۞#15%_7-zOqKt1Ey^DEYkZ5ؐK]6:*1\#FVۃS1>#}ҩ)BC98(؜I&>P7׏ɝ>>!W~>|B'}]"O Dco!W~>|B'}]O !W~>|B'}]O !W~>|B'}]O y7+ o9H1^rhm_ʗe//ۯh*y{kwNE)=ż,O9GXZHf1<{Vަ?(Fce[͟v@#QyOM_8x05d_Vm7Cu@/QcFaWTbqqc'8tT +0|܉TGː?皵5ykqU?=noiYFO(֞R>b7ypAg]yk˷/[F5=FKy̟UA fSEnHGvT Ƿ.|A{ GKbw9:5dBǵmgw;I7tSa)w}43|khZMsQN-}Z5SiĚVe(Kɱ '$1; 8@\}[A @rF2zœ~T;ז/'+":O?wvs-͜\i$L܅}@#4Bt0 %NӱcvPe?^h(W^_߬@4iKq.瑾o]Gn/3,OtYv_[F[*C!GL!}8N3## 5$rq68U׆e%Y DzOr?w̾p󿕼ZTo y~^i9 o}Im6TpHUW @n9.f8#GUnjc-*l* _>m籠>czu] vߟ~MmhKi+\}r?ZE +y,( 9X.݁#(۝a-,d@20Q녂.&-ou_?~H׼*8m6zְkI/x揊w\FC1,S@2*@6ẳYc- !ҥcm(3w|s-h-<1+Cm]OZ$Gnl^8gՎ BflR:ai8G(|q cUbB+rAefGKЉc; mǵ_&ו++k65g6o=_EmY댜Q9,2t$<<;~>p+ɂbANNAw䟝~SCbkΚl֟as^EKʟ!5ؤNሎ@N"7;ܢG5dP\s=12UR4ˏōW2ëIh׷0R]̀[Dq[* rzl48q9&y)Os.@e69cLdj1[)nO?6=o4x3œ a% ϸ(GqsH'|3-ţ2uT$ު1R QxF_PqĈjz_8w ?Byoq/Geּ.~\jdsG{g ma-Jx6Hp ȟG匛cxK\ .ؒgs-W@_L_V6.iWgֿ:d>'=#^J}/QM&"Hmmy~L#,8q ;7}?DDI 0?AH>ᄯ{Y?*IW~Q_yȾf΁S Nr@u"6]r~o3q͎ Æ]#{8~|__Z?-%=g]m5IagZį9[I$>^2r<ҜdO=y[m,j=PZyĜ;}]+b˿^w?mkGӿ(1_5ԴҞP+.¸ ZKx}Yv4d\r?LFX$]ur jFHпO)LzG?{Ƽuo.yf5~RY-tڍGo%jnr_Z_S23 9eBYD0Jq,x%Q(2xG$L1K2,`Ux%O'}F!Lv1(x\bI"|}4%p?o3So4M2V>qԧ6天eycCJ ibU:s s30# rF"\114[F<58Ĥ}072He!~V4f}Z^@w'=ѷ+z`Q9'^L9o=_#ߏI|q:Ŝ\R<3I/=@y~8Ͳin/˷>YvnxԤd[9'ӄ)Vn},qixrRӎ0 @?#?nZ0EuO5~+fs8m'r:妷4k#yJů14e-唈cx$ޫ+rQ e`c!RϊO{neq8hzn8x$ 8|>D]$&e#Qқ7r̟jy u{[[{ۻ˛A1$FV2vN-8_H2rFu@nes</t"2ن4fH?(*`M ף'U9%u `dQ&>[cބ<}.{2~v].-FPT39b`ё*gXx˨'9!!ӕ٭Ө_ǃc(<=!~lSK9ekCQ<ݬyeE4"K&>^KZxX#s"rH*04pLA?<<+j]Վqj+}{m]w_}~)x] 1}~x] 1}~*i}~NZw%_>*ӿ-1V oᏊK |U[c;i}~NZw%_>*ӿ-1V oᏊK |U[c;i}~NZw%_>*ӿ-1V oᏊK |U[c;icA/$%KGmomZQ_K}<#A9 UGީZ5W+(3?;O+7g:.$Zߖ쥷1Kk(Z,A;W =ko׾C-<׵ R\ilX4rݧԡXH ɘ]86=z`ߛy:[Q2`4i?vkfuߗ?9'?G@W>b*\ w ?Cu]tOn+\w 2<_3`y`ʟ_/n72`"7n cʹ4qhQfyiUD "o={[P7_Wtݗ*w"[19!X/UU<噟R&:衮n!I63udw=hԥf0F>_EW.X;/C&oA:U>q}+˱wWM?[uV}?Wcaﰯi/~W.aOi/~W.a_6>_nY_]¿l}!C_ҿ}M(9~C_ʿg/v? ɱPrwϧ_J,?c7*՟OeX;+&oA:U>q}+˱wWM?[uV}?Wcaﰯi/~W.a_6>_nY_]¿l}!C_ҿ}M(9~C_ʿg/v? ɱPrwϧ_J,?c7*՟OeX;+&oA:U>q}+˱wWM?[uV}?Wcaﰯi/~W.a_6>_nY_]¿l}!C_ҿ}M(9~C_ʿg/v? ɱPrwϧ_J,?c7*՟OeX;+&oAr BǞ/.ݺIq-_˟>N&)O;>fյ.CQc %-kX<,~%Q`r@Kd-C-{;R=w ]0OyKHAaIeմR2qdpU;2Dt3Q4yH{< ?19jUcm$':U>q}+˱wQ&oA~W.a_6>_˟>N&)O;>fյ.CQc %-kX<,~%Q`r@Kd-C-{;R=wNY_]a_6>__ʿg/v? ɱPr:U>q}+˱wWMnY_]¿l}gwϧ_J,?c7?[uV}?Wcaﰯi/C_ҿ}M(9~*՟OeX;+&oA~W.a_6>__ʿg/v? ɱPr:U>q}+˱wWMnY_]¿l}gwϧ_J,?c7?[?)+}>i9F_1DH9r>VIH/ϧ_J ?M(9~*՟OeX;+&oA~W.a_6>__ʿg/v? ɱPr:U>q}+˱wWMmW.a_6>__ʿg/v? ɱPr:U>q}+˱wWMnY_]¿l}gwϧ_J,?c7?[uV}?Wcaﰯi/C_ҿ}M(9~*՟OeX;+&oA~W.a_6>__ʿg/v? ɱPr:U>q}+˱wWMnY_]¿l}gwϧ_J,?c7?[uV}?Wcaﰯi/C_ҿ}M(9~*՟OeX;+&oA~W.a_6>__ʿg/v? ɱPr:U>q}+˱wWMnY_]¿l}gwϧ_J,?c7?[uV}?Wcaﰯi/C_ҿ}M(9~*՟OeX;+&oA~W.a_6>_'u/Rѵ-OӵkY:Ɣp9Fb_aSi~?aCh_2yp/e1m'rwMgn~R)<4JWMglD|)6>m//5}MKoNHbD\Z']rsYKD~G.¿ğ2y O-9ww)c&_B~?)?d?ZqN+&_B~Q~bHj~Y^SMͩ9 Ik7}0?;qaj0`9峱YF\:,CRD@/ S'?ј~ǫN S'?яF?}qƩ{o#h?R@1v[=2%żңI,HYkʿ26q<ڼh/?UX ~LAj!T?5{ ~^6_{Ohk?Qt'Wb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb^8?4ޣPzG_C45{ ~^6_{Ohk?Qt|O9~qh^LGT6V~w1#DXjp lyߐyJ} =yu L&2'98O%Dk?οȯ_,KW嗝u{O3Cp!\E-,T(hMsUr"}c2P>}xxH;o/{=ŗKO,c1⸛9$/Ӵa.O-?/a8^sz{zQӵ+bVnn+xˊU+ZF \T%+{Ez}n6 "51ɂp$e8a KIG?ƻs9iuj~b#oV+y%ՊAFdR7y;Y6qM-ƢF*A -M-XH{q]v3?ཋUŦǀf<058u>xr "dx2ev*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثW27/M25{ ~^6_{Ohk?Qt|O 3Ϟ|ׯ-z󿒾/^څ͇=~ymǕiSN<ivg4p_Ế j]s/985K3S󎣦0IkiZ42)cyʺ:HcHšq C1(\ѻv*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]q&iG܏_y~6-i1{[~`iږm~]_KzeWiK2rVNM[;C,_xzeu$KO&"DA8o?˧R%~Fj?QB.>)H?ZMg5ߨnGe{?OѦ~Уi勲Ͻ'tDֿYGw?[Q4"__if(by]?/43Q]?v_d.HAk?Gw ?X/a|OK k5~O,]}0>?˧R%~Fj?QB.>)H?ZMg5ߨnGe{?OѦ~Уi勲Ͻ'tDֿYGw?[Q4"__if(by]?/43Q]?v_d.HAk?Gw ?X/a|OK k5~O,]}0>?˧R%~Fj?QB.>)H?ZMg5ߨnGe{?OѦ~Уi勲Ͻ'tDֿYGw?[Q4"__if(by]?/43Q]?v_d.HAk?Gw ?X/a|OK k5~O,]}0>?˧R%~Fj?QB.>)H?ZMg5ߨnGe{?OѦ~Уi勲Ͻ'tDֿYGw?[Q4"__if(by]?/43Q]?v_d.HAk?Gw ?X/a|OK k5~O,]}0>?˧R%~Fj?QB.>)H?ZMg5ߨnGe{?OѦ~Уi勲Ͻ'tDֿYGw?[Q4"__if(by]?/43Q]?v_d.HAk?Gw ?X/a|OK k5~O,]}0>?˧R%~Fj?QB.>)H?ZMg5ߨnGe{?OѦ~X?4fӭcEGw̅# h]v^ {t ik?G}3/ʿ05eִ;/yo]iI@M^Wޟscͭđ } 㚁~W=2?'?O|y|u`ttOv?[=.R;:&ZZ\O0yY#:BRH@ knw=>O_^"./ƫϚsYo!|͍ݽεi+JQH4 }q9@y lfԌ$+yx,h&/9 ,2e xLEF %uqqtNQAOK޿?0? ei'?5?3?0<]{sOӤҢF]4o-HEE05jPnyM^ayk2b'(u$WQߖȿɩ.6"? Y_2_7EDW6X;Ȼ\ͩNJ O=Kr p Xj[+S=~tWZh?mHF$+WEVE$]KZTêCMjVEsϕ>W6p nvy:Щ˚盼 k,fF_!m F&c+_oET!}Ƈߢo쇾1Ŝ@oO"I~H~eO)+W ]Z4*w +9P c"GQ,f`Fm!`9<>!ſbO=ߘ m;>p,5 M{[Kؒ4s)3PNL5gy0&'c Us>FɺY 52.x@plO[ּZ<8W.G{DK#ml1w 0*8،hf˃ p'[qX-\OA<"+q.%KyU7u{K][dw(n;0"%I\ qOQ?iq7U-NT 2FF#P9GϾsҿ/ynO9VY;K2@y,Zm5;#,bf=rryɧ0%F0Gy tf03d|R#; -260c|a$)=iGk"Gyg:޻'GNǹt8u-P:HQo\ bQRn6/疉i;"sX4#ou׉aژGT"7Ay83 .Ds :』sx K]@yZ_Р7:$("Wv$U$s1 M p~ė\w^UҮц#IGX‹y/rSLyGyy5c'G- 4x<[x'?5=|,tgɶo֡yZ:eͭho'ji?Z| Fq|O}DpQ !ߎ&vcj\'έW_?XyWw^-?SKBb?<650N,qOT@a)F6}"ϕyrj?-d&_O>m\gL姗3f/ZΌյ6ze%PToA6z_LD+eγd#FDǞXrq:ko|]$}28hzsn:!rB6 ;XYG#Gc|ŨmEy#T2}#e~W`ڔ 5MB +hq2xf˰L _0R]P8qh xrX$0 }&aΓyCo]F"u;j13\;*X}H)yQS"[*99% {zLD< ~N]G ru1) 2?DE߈ofos~gm~廩k*Ṏv_U%1Rb*MWd9}B"\'}(K.~MX5o˯׮yrw/3/^}F%iRX&$$3SA[y1-7znH ~WK᭯&ON\=~HG_i5U&Zy=HYWBEͧitX3[ 6O \'`[ +jo*Zr:B<\[mW藻kx%yHo40Y:Xo榕yӹs̕_GU9HoFVd)G$*Ts!Gh12"$UwV+pȏɯ]KN<X=KU6g{znXMC4Ehiǐ㑩FQʯn\v]FPls/]s@i<}~';^L.M-B'ҬGjY%6oů>h`qqXo˓mu/巘BO`DJHժT͎I[Q[_G3$72tltu_*V~AyZwɫNuzn,;KDP{jq͒ Fq`V×?LCeŽw&/s'w)7Y.cyC2Em1hSX246'[Pd1j#CVUثVo?Kɍ;Zl:swh{٣$:A{;8mPo/_GIHH_^}]o_:6.nCm'O bOn%xCrh!x@~ص/gitc8Q1N~" L?䎅9kyVߛ<6~IlO^]R<O1~b~HyRmB +}gNiAVrװJ#%[CLtqbd8F$?xaSiɞrqr @Q)zF2>"~`mkXk__\}vxG@ރSZ?r`. uW^[׺2j59jȑܚy70ɡyGKf՗q4ң~0$,Ȁ>̓@IO~^>H>WqW?95K!y_0XjIiwi=s[[Ѥe`|A%.84h`XK{[6xtiKsG8(F2!ȎW_sk^ZVi:uO"y;ZXZ~4&YКÜHY) 9=]7dˏS 5 \rVxrdeodEWsJ}hb~Hk8藶^ֵIV6CIO%o 23B2ɘlPlee I Glz[qkǘ~31x(Îrw=Kr'B?4"Oyq6/ˑC$cc H}X`{,?'?20 k;k ީZ $MnfHʓ+cY!SOR?aDBrl%/bd>С~mkAD~dx_i0_Ӯ XQ- n|I^=s?0`.*svV>˗w(10j/䧓#@eg(t+3-IJU@帆K g!9!a|#ovS,y္N+N8}~I-̼?){_-~O6yߣKKumx_2j2J<;Ӹ疟^Lp#  X`?s|_Y^ǥ~sw4 k{V',$uy./k;:Uv})z $r2WХyֿ1m+9#o$ӮZߓ;c+ FOtKkA,^0VRJ͡.~q E*۞8a6.%r rH'e3ζTԲԼۨ\gYj6\\DH1CwukQypQ8^뿆WdNcu..FWpvԤDEf_ߑ#K|ƴO?Ѻ*[n&Xz9|s?BMeW3aNSd(#ٺmv;SMiWu PD*R=LFZy{ͧ ;⋧z;v2s#T(4iYY1"ys<4+l7;Yx)@LGxB9.gawxeo5u%{Xd9=E4/B,+)'YͤX,r E{ FYR +}>•y 2ΞyuǖCAYXi6֚^ CfUy+֣jZp4wxgϐ5 vqK $᫳fr]|hyj_~Pȩ,:/}ǩa5 4-e0TXEK>n/L#\18-kǃ g \;siߝ_Fo8kY84}$iZk: ľܟݴ)Q8q`'d_:˕\7+_Zm.\.\[WF4vq9W5;? C =Rϫ慽iV HZKW(QQS_05$Bf5`ܝtjlfӁ,d&;CnLrW7[|ccsˑڦ7Vz"CC^IR9(N18 m}ċCIG8>)!Gλ98)͉≔w *CՒkU^恮\Y~t[!{VV)nԢ׭LW`<@ WF.6Pu:|yH3eWuuCܝ;Uث~Ex5e>'gKL_#3+s>R:xֽ/Dyv]kF~:ߣIM|(=$pW5&s>P?_~żo3Ҏe-/ya %uqqtNQAOK޿?0? ei?+ïiy>i]B>f7I1ZcKt&q|8y:TIG4H"o琿"?&#MwΞbOY475VYdFs$$@]0ɓi$%L#nC|SR/k xb>ByH*?څv]>}-IԢy+Ԏĺ,^-Z<B u&&\1C=h4F[u|1ogO`C|e^?t(??r{T>SKS6@ZGZZ Lthu,)Qp/œfGb}W$ g,'se#?㾋StO4oKi5JYU$M qF W3;R2şx1(]g<󌸹 i͖(O [wtyVoO?2.-3:m3=؀9@؉Gpg>~[UV%ٸSuz&Ece=Gp9t栀vHj@PPCc~1/ģ<2/ $oۥ`Ʊ|~Xݶc6[yH^lUmG.;W.L^$e@G?מn!|Mz8  @/|ūj_N͞yUĶXՏqc`\C VNn[}ՠ0BsrC"1Tyre2焉O;noCHLߗƩIgg YYܵ[7 (NoRtQbsg3[dd@!VrɸJ?-YКQV#Ȳ#NUmZLqe8F;? 4:s 0kO.|ys].Gqx?r3f(1r_,LDX$8dq P1c80_I5GzHv"LRo8UJ~cy^YwBaNCƜO,>h:BqC(HpO>]S3GK1|B'd>\?$}Ou/4j䦽SyCR}⵰mp[o 8~:4_Z+e(. V^_C rȒ~1 8Ht*^O)۾Mc~Wyz<tLh_p} e7#DĊ5c*(o[ǿ-+_0y'R-3ϖzE|؍O L:y4t1 q<32?"EK{u! ̍26I=fCv*Uث>Gm.Kߕ,]^ 09lY(U_%ncK%7j374<Q8?cOOK7uߙs^l^ g5 E-lHT/7j.۝vLW H#q_c^pDdq|^ Ny>cVյ O5wT{Ⱦ]8#I.]MnYUǺLp^i㌏d$(DPHki8g8íW~b~WyCo.Mstnyd%*f TƧc6=s~o:2"%&nON! 1ˎc9n\>'"*+~w2"Ely'~Tտ3?o+i^^OZDE8+LC &% 7Y=fS=D3B8H%MW.jJ\Aty'ٸ!9Ld'nی 1?4K-MǙs^s/<哨ҶDeی]P:zcv% V<# ɩ⌬<2n7لh2@ð00 L@#@б~mhFmEN-?ʱ'6)u8yXvyǚo20DxwoimbFpBB59Q}=ϜGeOʟ2Gky.hgۯb]?E%)q}fv94x2'+$ ~.f륇[gJ͞S#Hq8v K8-;ߙz-헔|m%5} Y庚['r7Vh`9p[=18BrD9p1*G`xk#ZHNx8 )b+H)}oBO1j\k~Xqߍ>HKkcbW-JIǏYGң!Gq~n88˺!ǚ4-WɞL̖Dy&]J Oe[yl+$ѻrO6are }2A7@Yq?Q7FRȏF$|H !t+~B~K~uEmt.yQ<ůoo๘gTө1垣,28ȉ Q޸ʀZq2 > FY䏛e̽_Hϓ|n4Gp3:-5f2hYIGDD]yCc˧ ;j?!)K.<1J\\D;,u5yHG<ϪXy~`|5-yooua[It$/-H9=S\1&[(˦! r}"@$cr"#.B؞m[r3?V~!4[ 4Mofރgq-6eE4.̧?g,9H@y#9ذg8G^KM2geǐDa(xwLN+} _ȿ͏$/ʟZ?~m2Heia5Ww1ġfK]y$dx&髗5^% Inies8a`Iۆ$z72D/6y0)0,<'巗,<ַ~֛zyk,pΨ&Wg Y :,gd,9|n8]qX>_z.;G,se3pCc'K3yW5˟O(ys>{ky.'j<’L@X0fݣ Y! N>T'@U .U L|R'gq,v88fEݓD`K? u/y_)"kQMox:7ɩ~-ȩ"I1Xq`>'Է?u46x|5݇9 '$ǺfrYKMؿ? L[͞V嗓o|]+VFa}wA{7pZC;ȕ3a8 ^S @Ec;ǘu]a B_:y+uo*h:op]K+8ܑYSmNn8<Lyj{ ٬g.Y1 qp{aj[5/j^ySP:fu6m=`72-i)ye\Q1?$>qnQ X?!#O??yQ>^]*]F]2 i%sjT bwIHF8$e&le-hB||[ˢv>Zm(XY"8q]. $`8n\VzzKCUe9v-9"7a} oqտ#o͏)hS|_&\_w>Nw5J>Eݽ3Q}X^I^Nj6(rF_LxFs2™T3 qzc AS:9/;6_rGj.-l #X#,qzEV?OٽK˦É[P]ʄ+Z3ɞ$d @z9ջ7ySo/w?_4DдEK*9I$qXڵܞ4-%f8eZfM~pxYeGdq;vfphLJ3ϊCcÒ7<3A/kOꟕzN2ïwX.Ekm23GY#2NAad( LߨxXT@ߛV %^8%:15O4-&=WK[MCͷ>aVv770dB x֊ڴXa#Lnw2?2I9;seր S55uw^a mMK+-乾Ԥ[Kh^U0˴:q(\1%2jMeQ7jNRǕVyDۣٳv*Og9e/2Z ?-aMF YoPLHj>fGy;7(2#8&1 >uX%2"?/!dгa=W؞aމ>=+ i^)lΛuxQZQRAb,S '$}wm(FQ;<'vM]DOBO6_KiX$o`"A̷_h65zZ 5O $ oU^o&+}/Iė˿?k<(wܲ^WuqqtNQAOK޿?0? ei6ߣ5kHomDG^B^L0\QX@1i:VZhii:|b+ .1" xOَKv*UثWb]v*UثWb]v*Uت[hGt_ҬT=#P;[\QUՇP4A+Ў_S^N&7y7GvJ-f«JaHб jT<2ڌ9$eBhs-8Dos@ y# StmcRl5 _˲M/Kh3 k+xLPK! HkhxQHX} ثWb]v*UثV7y.jj<{-Ǚc{hz!5Ҥ\>Rx2Cfe#8Нqyوur&7Lqbe$y8ImYeel݊}S\5u-kqҌ'Lmgqv/y$M2zlI^,8]Q1D$]7\l|iͧŘ"U5F_q߻8[v*Uث<7:b閚ߠIZkNy&wr^Y 4QEPUE2b"GhDDyF"g6MKe9s66d[7b͗s /1ex7<l'MIǴ?T=>?$߱o.[<t~rX{B_vuqqtNQAOK3#FgKP͆z׺ߙ.6, qx3Q; dzȝ~2dR$[HPZ|u!~U-O%m >{I-"U8P7g-x'%+zn2n\snl|3/Ib,y|4/~]~v~dVk!sȟ^t֬ٯ4I"@1RF>?g̙$EYPmkYbxVYw&yLixbxO>ͩH8Ț~?/`Dۊ!`o镃`Y~L_m4{:Vڻi?^$hrߪ"~uZK0 ~T5# 4xO`7ؑM2F`c'&9(F\@Ys~sMyW4>YG~t-{]"^%YYHQҸ82HdF$ v߃FIC'YxhB"\Cn) ӕʶ-?= ~C'y^KasnW][ĮY-2 A7Y)xG'qHn+k$ka-0Qu]f ;|y?.)y扼;H[[-gx-;TG6`XC4 18deQ]B!Q bT"&y{ q/ȭO?Ww~cϒ[k3]yOh[# x!G"NSٹrO1!q3371Yju>JdF!CӶ|w]ދ9_ z|3bpIsyG򝥷֣! I4ZI_r<Ęd"xrr9vV^T0HCd"olN:g嗑ھw-͕Yf ^2 yDuR5QnY|@q ȟ$xTd#Ĉ >F;#FǑ_2<$Ü++Qqqa@ /Ehq3|y&d+A"1X'@HJ09j r Xwg $$EH "ֆX}GFOV3אT#U$ lX؋s pwAּ 1Fe0$%tU5 $"F$L`#w:〜%R ߌGig>z&Kʏʻ5z 8i]aB 4`!<|PᔮT @MGrvDqNCTyY!gaW<9gi_v~Y4J}7Iu{}&:3CܫCpdY_EBпHSW)b4+հ7Cw^vhBR|c~](p,uafII #Ȥ*M3A U\Pf1oɆ~ !Gs ;Ǘ_'-htɵQV>\͌1+67+2Lj6 V^X3< 7!WCOA>k^dd5z5auahike5p_BG0a?b.@LHJQ1< olI m[X%:mLȉB a\={$>綋93_ʻ56R:Gǚl]Vum]e1$O Tđ.|6qt!)078`k\BrA8+rռ"~RjJ/#չYV up JT'X3">!DRBx<&XxDGD@d>3ߗߘ]jynT$L\_[Ix?"I>A2#i@86Ή9Jz^=TA,8 17$#W! Oχ75?K.y[k]Z]]j n mw,jYIjx("$qѿDD2<'W]p&[ oc:w懖<'8h_5}+p^։ -a~'f.7c)eÎQ'LCA$O`Ld;nj@D;ԡ#S?5'J}b^ih%JQl F:y\@N"HoMff=9I_1Gngn/ycWuƧ}^LѼ2&F5&E Ŗ QGy><8CHˀz~ :ďM! qrϠY (ߴl-;MBOV-lrc8c.`9r68)GD]v*UثWb_Gy+Q- 1T-y̯oyk6vԾCN=q/S_ɏ Fvx65^(=\֭9yW{,c̺^[#B]rIKk#&8~K #|Da*}?['OzJ>17_䗒<=N^S4}M{d,ƽ(noI!I4193eJB<8~aJ~\jў[{O1XSV4K.R1sl(X >:]Lj'o5RRvYsZj06q@%dBQ;!6O+ty{%h5kcMRk8j[Hy"^V"4Ȍ=WO*Aig|Ũ3;>Sy1y^E<ƿPLJ'P vp24#ч&$%B7֒r,|9b鐸9]z^dח|%>I|&-E}?#magIx2!{F9## D~DqqHQ=JQ qDqeYju0?/7) WRִ뫿X$1"56iVGy,QCl)`NqD-v!n~]\Ќ|9(JQ~ǝ|2_꟔pI5 *jRGv6>'D_1d*ߺ\QVK?587̿< R# UҶzlA;0ê1ƅs8Wݳٞ?YJ`Swv*U_瞼8_yVmbk4KҴRkHx<r`Xc1`)a)Y{X#aCFS2/"4s7s(O_׺I|q&'{-DWzD:(?e.3 g& ##CCh Q&<! o0#Q#b7VP7O_䏜|m KC@#M}l%A;׃L4҆Pvtqj!FB7Dᇢ#~}P q^,#k?L!^hoϓ5{gSD'qcwE V0jc}C&=Q51!.BOq$Xr) !qߕː s/3Ҽ.K~K|PM#Z-~F=BIf$!deF C8%"rF&F<\3"6{v1"@≐#ՙ c?Z瞴4~CX;Vm6~Lo7ִ a-<mF@lv8O.O\crHp.\i(%Ԇ\W 2v7؎Uث¿"=ywu˭Y_3M_,^'gcp.r)PwfoeMfdO%# W^'5c&'DA?Δtɦߞ<-_TӮ `_j4ޣl8 r1#j2;^CGmb^qB@5rp=?O5̑i)/kz-ט|wwjV]}elNhXbs/98H*9%`ϔ#?Ifz68Kr IR1Ta'Qmu+_ߗvY2~Y<5O=.Vn\ @SIg` iJU@BS EF'Qq1A&qQϧnos-0o䷞L:|vKU5u蘜5viZ\ \\sDQ}"4x۟tcWc={dߔ_f򝽗+{mHz3.mRHّT2\I`9FL1"$ǘF[svijTc⁔G8fvv ~8Iqkz< cY3y=3ΖZғK/Jce_<'gKL_Fo^)oM5?IRg1qE?[˿?k<(_ܲ^WuqqtNQAOKY,4|Zߙ?2y?[xE0jzw<$lCN'gǐbś &; W uWG9 q͋6)!cq/cD >[se^\?-o>_/Pهdɢæz%O;\[ËQ眸o5$cgđld4r7Z| ]JV&tAK$2>z<$eHo!˄Ȓ.*&h~[9pao('cI$A5憉ZyW}sRejwCwiiq-prr+(1飈@&2dUoc9xg@UL`6 *\M"91nWSԜ88GrW}2o_~O!B;ۭN{UkkUcZhQyUMx(Wkyff>$c8!+;4>gF<< ^#s/qryW=yGКoG4>8SQ:S c8%31.Q^ʜ)NQbSe=21: UFȒ#Rm#%|p'TZɛ D18|2F2& }'$$J~|YaypN+2Dx>\MsmU]'ɰjroquFqs9K$ (*z|! X8w͓[4!#)qJr2#9mCu?_ԿSS[ϡG:sR+p]Ʒr87vb]~L Dg [k)d6aÓ!.GMQŗIWYSH{'SycuF\[k#/)}p"Bw$r׈m3 Q5rJ\~!-3p,٪Sq XtGAF;_:\ld1.B2GzSCV#n` f&YHdGGa/Lwh'bC`s2;P"(?3;[P2[r<bޥ>*x.,te|}vϔ4ִ>+>XPZ% Rj.YDD2GHp yfiG1ё#/Eэ˕st?'um73BԼ⹃KzE4ݤP2CVeD=8 Ϧ&싴i4ǚye8G vW~s輓|usOGk-3B橥yo֗rB=@Ći>|Y<|$dDcU*|^}^)d dE<`|onS?M_L/SEya}6>,Q3L!EUD*#r,2a8%(dGDQشO6/ |p@ol#.?,2>`4<*AqYK*M\c#{r$|Cj̗ѹs'_ism/d<5݉k OMӏ"w-@xޛ?!7/@kcɖ1:c#w|q⪯c/Sɾu~d_ɃUxe3;{U˗bd">cR yԵoΧmsm.B5viG(hda=rF^pFy.g xq$s<~[>ӼӣOJ3vZj́0~3 )5Z6|,sb=U|=jv}& <1䫈A\]8fyKUثWb]v*;_h_O?ym@~e~S_I3?ƥroW2tLW7泴SgAj]k?/~STuL2Ce:+&Z MT$Fȹgo[ %Fldzc\5jbcChOUwX̧<|\])>Ap'9\/*LG:'u~JI J)|oku2E;,{ZI?{Jr˵0FA.( Nfˇ16CÇ@"D巪Ubo跺r/(l,$7:(=ܺlځx=vpjާq5}r'Ϗ8Gms._SN ǂxO?|D_WUŵkW<~knfxV7 }Z4lɎdoz;].ʝg`ɃO y*+kG^٘,pE,HFy\ 0g1@[̾}h0}syH^Cҍ[fT/)x^^LCg#H>&Cp$Wy&l9 c&SP1pǾ>u[?29OO"iWLjpRKZZC7v7")I .W5&'!dCr$ #2̐dӘKwbɌs.˦7㧝+|̟:(j>s촃wWi}c吖'z޲4|cQVVy_25ݥ&`B hOFUQԌ 8`␗Lѻ_hލ)ygY^n/VP=u\4N"%3{7 rb2 )ϧ#3"<gK9ˎruHD dd(y `T3dH;ݿLb6@*Y|i/ȿ/̿']/˘-55EeY%Mn̰Dڮ=}NK^iW"#FW?G/S=>|qpF~g .q;{ϣrS@|cRb=BNմ ]=# mǭ6.Ŕ:xui$epu5fy shrj |  d*:YOƏ$Ru=C>I4w>`ރ-6M5j4[9IpŐCjW ^w}99:;1⻹1mV=5[s}OOkB~}F7?_gx_Yμ=Ow~%p^U^u?F[eɦ1MFa329"@G- n9>b# p\AW16ZȞrz-={8jl^4r2I B"#)m"f8^Q'D_Kw_1~bjV y-]m62xԕ$gڱ Dz#a\ /"c9 ʔjD4ydcS˂Xdr؎vK9o_nżO+6Md\q~6(e-L) z ̌ytQ83}6!V>.\dՎbz\0.#ήGu; 7yC~s^i?-+!k>WPE>/zӳ^}ksm2. "nk` 3&3 s'{q= $1FpL Lm=Vk9}OΗOB2޼Sj~&cgطxQ̿ee,?!?;uqqtNQAOKK-a麺;kko9n.%`k$g=(N̓cF@nLZ-gG# -n9k6) 8oLZSz6Y0rzDyM2aU<,O-?1igҽVw ,j*+Qnyy[|Ahe QF4|!=űثWbR_Y:g U'$(i&TRr2-nv57hΏ6Y5[=sGR:oKyOZgU'{o 'rZd XC-HJ7FDq -|s_ڥƯG ʹwu k@̋+^ޘaKWb]v*UثWJKBw6r}nG+%//ZMq5/GnKrc?5E>WR]v*Ui>}. cz4g^^Zmn5 j)XsL'M5Oq⭷uc2ܩثV? ~_Ces<Ztku9PA!kL,S.#W@Ydq]Y_w~L]2=15+Tђ> =C9iMLHdFP UowʫT,5[=SKRu#Yh'UH04#qɎXc0D lqEv*je׵ -N 7MPn/n&VP"-Y8K$b 4M d$lg!H7&AT5妟iuu Oq{{pPy$w!UUA$@0"&F$򷜼,~IVLW _Z0 [xv s"H 1P+j5PDWGbk>`a1X,Xxw"ثWb]b^n/u>yAMW]6_ӎK#Vn ZoNJyedj 5 #Y5_b͠Gm;#bYt.0aG_u&&q'Eԋ7扦^X% N)牢&Xv +$j!AcJw.!`YD_yYH@#@>'4<\'b"3UM瑴-j^u̢ڤ z[$̜+U6IcI|٪Yc=,_..\dwzދVYjLqqwn&`nt/Yd 3 5f4M:p=ɦEWb[//U?:_m? b|3zO8?nyO9h~{}/Ib]\yG2uqqtNQAOK=[LK9;m422S7:[zS׌7JPd~ |xOz67c)JQᑙU>ubz2ͨuy>?aoW0G,uB~0~,3ᜌQpӯGOdG/ uOs 7|O>~[E_,kOhosm$ܳZmQ{B4u9>g4#,KmP|\pBFG`nC %@r┯aПqt?̟˟5 SR5/WqɫmR%{QŽ2Q;#61DsO䙙DcqnimNL50<$@Lﰫ;׼/O_2ys[;'򗗴#a_]}[~ci2}Y_p xu0cq'y!HGp;\9&y1Fǃ d>FƸ#V U91y̿ZW|Xw̞W-tyVm],R'dߏ"Y%xi#1HLDxd;p+m.Ijq:HTh@}FQH;J͛/Zݸr[ɺmwȦЖ}G{ޏ8$ U5i]LĖl20eC1H<^ׇ3.ɀ(BQ=!=3tô͏<+qɾZU0?74Kk̿7}ɴ4Uo$җP L,r 5d7.TܸNOtL'MP2;V po~*_?7WyCncRYIc,cO9@>D\bj sf8jJu<cNˎ[CuRSɛ\0?̌O+};8w;~qyu/-J8l鵕]>5xp75Z Nsɏ [$"Gw~u(sFp HGx$ HJ+DJ??/?ZvӴ-3Pkd{{ Ȳ73ꃰ`%&GaÏ)ʮȊ,8.@bd EVG??_O?宑u}Ԟiϗ~N34~%WH<*E.%,. #GwDO:=r˥"YrH]ÊT6Dö221n'~dszw- >NR\% y-]xLR(Ffg.9qHvˤvc;K3JQ;jlb@&ϫٹc|793vVt29O#5}BƂf\fd2Hj#2w;=z6$kpF$MLnAwڒ}Sw_IvV~aQ< cI厹iְZH)8ȉM3\u!Ŗ$[\k x̙zHg3b)F\""'!Ÿk Fmq9q>`ʋ{K|ۢAeZW%۪ pV=Iqgc/HHJιKdLFF$'dǼ~YVmѴ>MHJWl g Ldr;c^l;?A3 =v|}MG3Ȟ@_/AkjuZޥh%ӊcn U"yksxL8 +^ȋ&\ˀ0W+I6$\ctO.i>_&&;t_\ʫ4ĬЅbI bixqK2dw1eR n%1>=f$Y9&Pg(by}1ȏC9*3?-i=/[F5 +Q܅0Z;G- X57P(鲟缌 .( d}7IN2`Ebd%(giqrߩF~yZy{r 1[W7ڿOMŝ=4S zo=7x(\8#my<3LvWR]E\Ky`ejPe:G2pdF]|˯oíȞHׇ5`յ1/խ!5{@FKS̝ kk1Yc%D#\Ÿt{[.=bLd3~$dLppRLc#\Bøo?o˿ Ϻ晨~hk[NXW'],4V̈b^è-&s|## 6Dwo] 2Nrai$ >$ :Lǟ g90 Jt<ۼeg~W;N-bm}g:he$ѪYI/툉jR11|8I\yGc7zg| C+ f>Qw 3;P4o4/p G̗ڙv]!?7(//"?z>!jk!e!*ZSUUf8Gi<[s=r/[|Z̾eDmlu;+5IVԐe}fЁ2a vvr;GL5z$W/_4ygϾg<սOj:48Y::# &1JDQ"AˠU|닀]D_+c蟗\8qi_`J+*VMH` nn$^ac &J37eH\@#+v#G^:B3x  Tw"[yWLJ~GoG/W/.(?2|{cM-o 㰺嶸y#k8}5F-~%4+uN-LXД+L#aqFQFCa3#Q0cGF>)N}97 +NG/Cuo#yϺΙ,Qs$V[C#/QKf1L"Hfa~FMtÔ f^)F1$m4cӵo6]?3~h~`j~["kh"|ҽW('1 Nԙv΋Ɏr@Lˊ;LB3;y$;/Qg.,"qA Kx.`?Ǖ?3/揕3ɞiҵ OHΰYk[޽YiqAoI$V2Hܿd3YFGbq!#̓tjW3qj`KI2#鄷ޡU`󐿛'~LiyTh~QӼ'Q3\YbIcmNVj]d;+K3B$J^9|B#nD"&-!0.!Cxյ}#q|"0?siO>fk=%5=NBVycsv} gX8>G#?T!t.g=r>"R "6jřUJ[O,~bšfCڤ[k\[%[!a$suELLty81Yn"=|Rߨ!QËS.#)2c!c{$pƟȋ=xͧP~yM$Ko(6>DE!l괣Gq1 xϤ |͛;uM:b8\{p̪~}J{syY{i`շo/oVE!{k H;E=4uHi$jel$bԚ1ztR+͚EelâgˇO EX9Kτr#AW F2c>̅[ˎ[IGa}xZ*֦rZxy"y(CS"N8YJD6]L3O>J_ 0^0b_Zz/|8yG=O;ԴmJ;KΕxxMP6`Fm;G1~#~ Gl_^NAo/i6~thxm^EHh@6j5y2II%i41"yOgm 5/yzmJ0baXB9RCusizx 6" ]tq'3)s_xӿ2<9?/GW$Ztkx⹓N:4OVfW2ma2̚;^练hcIa+ flSrɿ_3C~Q;cé$EIE|0%#d\8<:mNXʣW&u;ۇzoOZ^ii-tOZ9QJ͞%ԅ5n5HP̷}9lYq2O60{/+KԭV~_Z'M%oF?ŀ"Vq~@Œ>qæ&9eroA)o*y__Z+D8^yQ}B^,rĊ8 hI2{;$W <1*7CjB?NɔԈZ܎4o%ӊZyc:/׌B i71 jL`ʻG !8? s;K4Y l!籈m>XޔݼSQCRV~l~GɳK WAFem]_[6^C/tfpW5&sP?_~żo3Ҏe-/ya %uqqtNQAOKoMRM [ Cg̑K^#S)#70ͤ.2]fR?),y3z|<+O.>KӴ9Lo r$A(]NeRj 2㥨32}`J&2᪈$Gb SL40A<,!=&ҫ/o*Yy+ξC?77obץs29C0fOhN+SC.0C '#;WNWT~\b IG+z'Z|-֚y.-.:E¤N53l,.!U"#; OK{>O?G]ȑ;Q( ?.~Kh:O<3?^C7FDRFatH49_]<287g݋>Dlix&GR6+p~w ߑ|-7gmy#B^&nT{ n1~ > \fFy*Wp6w _n$~Qߑ7h=1kּ}O8hKx- YJ3 fQ(:T8HJ$ˆD!v8,4"H H5 wy Ԏ_:^!G΍ MoZo<㥽ǥ1]8q V :K`%٩נwhh1䇪Q#g]R(=GZ_>@4 ~o6w֒QLl  ^qB0>{噜;qp2Ԝ6`e?Gn,pU@3WNq~]_'/|k X26t~K$~j˳iCFR"4}#(+$xc3gy#T.)w&c/LӴϮ]j?a!{'s?=Y#ҬnIʀt9!`c,˄r7#BG=O{ 柗uKK{u=_Ѯ_[ӹ:aRP3>e1v14w!؏EHG$% q4G?+*O~|?2m?1?0O6p}[SԵ]t]roXpQ2%@pL7I1|z)—gF23M{Ճ^v_O{8.SwOuo=7h:Z.}ͫ[5PIi!uFvQ7Ƕa 8rDFB 2m5u@ql!$W˾[R_8qj~_˺"Ak!V'i\ * 2YHK!xc?ӨnMJ1v8pe(2.+GUpƷG81ykwߚZ:{ <8/5jiy49qy? 77II.jd .PZMq#؆^+"ۥdeFyK ОMc;п#|~S]L(bfׯEV(f8DiZ%ejg2l;7rT hD(<U@归n˯.^o:yVX躗uu#׆$XbU~)Ìc2"̤(țWH_+wjŠ%e)p} cn=&>㧕<{9Xy_eaboӕd1 )E c߆DF2>cX4G2yM1DP5*_=_.1qA|oͬ;W){u-U.⑤LXfdgvePXVQ8q WGڇMQ!%3AS32eݎJ/uLb>E=HʃQu QP&A K|F$#2e/ԄE:qFƸl]5تUud`XwDH$ɝDg֟~{BI- rl) Hڧkgw(8l9_GYX.Q#o$tA?F⿚?e'mGkgm#*JW(PH#ʽ`݉TG&&950xT/^6f _8YU˿9~Wz1|MN=n<ӫņO Fg?o!(+*QT ;4i/#$sO xcWg;I_8_7'͏y \}nJ6#ӆ8ĵBB`nɓ%pFp$w- .g)N|HDCyF[ߦ3X4Ry?RUl4:y0{G(ʦTe6̍іk5|QۇmFCQ\R>FQ-ӝK5 Ntl:?25FQ!PM91.L{qD_K$ax?-,F1DkÓ|gV_-Jg*x!R@5̞<@X!yǿs7#j44'-xfg:.|]$?ڗ7}-ǐuk9yw j$=U{&$/ GF5evvi58 K< `k&)D>5Dl7%6`3ɿN<,c9 Aqo4e^9#pXcU${ޅ7姝59_Mo/yo_yC~Z/#-j(]W4<82 'YE [21b2PƢhﲞ'RoQGu_#ߍK>{8A}8o + @ qES%Vٲj0čN:X{3<npo!\&8u2 W1ygͫO_5YKd[J ݥ,P"}czx\,8cF@;w\5ٱHS,NJV"d(F? /<3o<~bywEм姗.rVa7qG7c@j:q;4<>D!fxCmQ+y{\[ }/Am*{IwêSYgFrjcQ^g2w>l1ܗ󒿕ߚ~RkT_凚qE /O~=F|RJƲ֕Ofwfj!)c6ې?-<8!BQ #=Q/Ԡ~~M~__^.4IxWgz]muζox|jW Z0i?-kB'3MkODѽ9ciy~FG|k|SnmyOkQ-1xxFbU Ph3yeÈLjKHȽݳdFR9rq@n"M5W_,s~\<_(~P:=DՄDMzr&(j:PM/ADGuGs飗"H$ Gs gϖ&ZD}_̗k8yUVյK5ҐH*庽t1cPg~d5t1)OS#dCki뙄I(to͟9^y?$Z-MLk[j%Ml]L")-.&X/(<=בߞY͛UC)K\R1K9yО-aD<''Cܗa<ֱy7MP'OV +o1ZSr_tLNш4>wpzVHz Q;Y?LhN<4G4ִ=N?}'|=Z.`0+p*+<3XqDsC#:53FU`HWyqG_n(zMxW翗.5/*{җ4wn-,LĈ"bj7NMlc)DFDG zc{OyG6ӟ0#vL7)Wp& + ??PVy2X^O5ɗ[Sߗ/f|B˘[Lr/@zL+mv,ߖ?2u),m~VÚqORUxÞ'KA21$wՋ]@Q2!BUΏxnWR1-wYӖ]ԗMZK A:敡`xM!`dxf#ȉ {gckWbw冿=_QLHnIħM3,Zwar\Cop[e@UǦCV I,ADJ?.m2i?xo4hd(VoT4|9Ub. r dA" HǿU> {z,PLUثWb/446'нp&(lJ0"00,#8J ;.]nS'*Iclz>;-kLӵ2oڵ7}OR Ip* w͖Lr# lA 3>8䁸x"=# ]v*UثWb(?*lsQ<W7J__t\;cj_!e'M 8)z#z~k;G??}|?Dk>X3Dj|a}E),:vb"bQBi>R0YǗ @Y=L4z^QJ#;ȞDUxw4~K]M= V֡$o2Z)/6nRPex0O<`,gƸ6z3O9Q؟TDm|3ثWb]KSjMo=LA*iF)iyHV0ckĒ9I.<_^m7;gNa:OOMGŶx|^!W _۟lNDx}#~zK7t/38~Z'VM_NOѣ},#"N+X" :}< ϸJ1{cS>2zw70%yv MK-Xu94=BE7%I-ɂx Hm"qO#ˑӏ<2O$"w# lvn,yyV9jE]y>\PҼ˭iQYzoZm>Le4̌ZeK8j [YY4%\ W3Ko6w+\z~fk hZBOQ1-.6 +rmZ]42!Fu#\U=hu92JxIu)wFБ{Y/1݊v*%~lcn򇖠.|LQ6k;Yą'!e;&ZYO rpFUMD҉#Qdvq}z[w~{Կ- hkڎ[XfD-۔d-h2z#.v{HTq-/y?yDe~UD<юh?T\F?;.E/y~j}S{smks\‚YHL*Erӂcrעf@05-=~3DGa0LwlZf9SsWb<9y{M^h-{hTW>kLEq\ գ<@:M8J1 VDxm#hu3JS@D_`wz-tG57457ksx~:[['i|rȪw#1t'XfYy.F<4g!@\B, N|kAǨO,.uCHa"n*h >IDrqc9&"9_61M'z?枅j6ŦhnI YKu9Zr>1_higw7 ̖1=M3o͔0e1dxIFdx$ƥxFL]wjF$Dp\}FBdB1zHCR'?W?Jy)5Zk⼞MBhQ"5EmlMF CÐ8e3qޏ Q ~ pJ#6=|'Kg䶫މ[yʿߒ^^yG^mu=jgay% .SG(R!x:<<R5Lbo@zЍ61V?`ߕ?,t5YkI|ӣy3cѭ㴙 -mh)YI*2uxxt1-`Äv.6lXvw =b31%bBn|8٨]^tq ["UC?JAړqM0NR~ۗSrU?k\oaፏ= x ؀LD>;÷7:jFySMyF[!JYѣ.VJh. ȱ@~c7sd!QsΎ99JDGC+$, <<@GCj^A 4/?ifS֭V8%8Ԙݙ(9WSŸ"a.  7}qo ],q!J7z*Bn8.$m%ڢ=8d>D'Ǒ}n{G,]0pɓ^߮ϵ-nl"'HE VALIQ~<(Ay{,݊v*UثWb_Gy+Q- 1T-y̯oyk6vԾCN=q/S_ɏ Fvx65^((W?_[>T?''@oO|yn]{d@s#YLtk' Os(J3>{DvscHyK~K7W=;KMK>\+5fn.셣i2Cs\4h2\9윹'qۈx ل#ѱ:,93ZDDa"wTe"`e#xW㗟q{=c?cԿ5}{kz,Ie$[kUUWT՘\NGWB#pڽS22qs3/dgR92b)whWwc&T|ŮyMu _Iu 68 J3el ccpzvDŋظfd%a"w4(zDx$a!r>|+6/>Y|O5#,FTR&${ :O$#peŐ ly!6R4yCg56t/yj}K[ԙ$AkmY DT*{s d=Kp~@O;d~^B:w5-CqJ4j4*Q؍=u;>ɌO#z'Ksɯ_ү3g_7W۟g's—Mo sѸ EԚQJaAxޝ̓ +9]T*JNNEOǙ7ņiȱR/P7v#z,Fx53keB ֡53,*\yQkcfCj8FlNNdqF92d%}1ǯ7y[Sq?9,}g1I8BG_z4K~ߝ9Rڸ *ikSee=~CSwp+}}g}kϫҾδۭzfn\?Mtga}\"t̯%^s/~<᧭Gdznmݞ?r1<$csڹwG<cb"DwD'F)nRHaBBQL{56=y%΍{B|W8!.+gxz^ޔL{w׃[}]џ>/~ߡ卟毘5}G^Ηc1G]4*nq8O*.tT4@ oGag~"_aӯϏ?ߝҴ#ã'Ǖ Ǧ^,z[EYdGz;qzzE #9@ șxzO~MUq^H,.nCh?5mryʠծgP}yDi?/V\fxڝc߼1.&"zs:l]yf2? 9ߋ7@6?O/4?/?-yU|gΟ%:ϘtU-j=vQ\q>>D?*5zƲ'ÄA6\b " eKO<2"@7Ǐ\^':(}>y8sR}iz<^*3hTڬڅUU,~UkuCGfPaB叔<{swz"?=2NX>MIʋtx1᭠f}r2>|/80('*?)Wy+]m,zc Gi 9bYQOGMɨ*2Ƹ'`Fxi D>2z:[>j-B6x?3/ d^50д4/,4pBӟf:/#G,nxeA ]V!!N䙗Rz{u{^ Ԓ.(qcOOʿȟ;6DZVw~_a4+C3- a[ֵXQNZ٩sx5HN^ W##H"Edv^#.M1,`e(_<H\S<|*0yQ9,{;Г逜2r喗&!+Qb1#c(Hܣ!N$t`#SxJƉ~宯{t-Ǚm0>"I"c] 9~|\+NR̡({l+=VscHyK~͗s /1ex7<l'MIǴ?T=>?$߱o.[<t~rX{B_vuqqtNQAOK޿?0? ei/E5 Ξo|=ǔ]F9kk러5Vܶ܉' ׮d .$ 8 FwGK8"$ʷT Ou汨~[yZP 줚ZD҂dJP0>!D*fe.2Uݷ&wJ|eo FIGO.yLm"A %rN,%P9 }Ѧpb#[GwGnmy57^kƷgB=1YXG( *ڛTbxF-fS;O!à] =\FwWZyWS7˿,sY+;}W|q?حۻݰ9G GyfB?f.aWbX<:h*O XCYUP|C"86zN蓊Ft8٭տ>|/-˾W4 :&ce)x!EQFug@wnrfǙNPII7Z_CgȾIR^G'hQM@_X `2 xWzWGl<_~ xb=~\Fh>n?󟛼y;+ѨǨz6G xUB,@UӍ.9@.#L0 ;Y҃7R_ *l/{U_25o lHH"E8k{YA\8  8B$GA qyՓHd7c7Dy]uw&Ro|٦NDj6輨]fTl:q23G^UݷfS Hb{㿿t'./=ל6FbtK!"nT!->9KкBH+ߟ?|>YGM(o^OY-q* lG xFY?`8cL uu^Xh:{jzfaj:>ZE ƼdE +* @DB<1Y49\yz"'A=çwF+7^Z/5Fgt駚i$ff$I9Hb# g%(OR,Jw%ZǗ4Hi>_ӭn,m}1[G%W fXG,yϚqptr@wo)]c:YY\zNAd`PTV| 90H" yKM|m95Iu/0jw򉥤Qb!W-DhkJGO`FR7f?dGp| sK)DET{=PܱثV% yז:P6Vmof'>!_ PW5o,kLi 3>KbdGNSQFE)H8Z}TˌQP,&ćtH=+M9e`㑔H=B$*QOf VYy>l7ז<,Bgu="PeCu4O*znŗ$obdF1 }rkɆ [K4?ɭI4/O%\Wm5Ҁ$HV(!W'-fy]F '-zyj,8xoW.~a ڍKy5{5kVc $t hD ʣsMs3Lb._Qߋ~P~~`mݾO%+K[AӯfD0$ vW@٢w=Z\2""h@w!!<_/ynɺX2@'i/!P]hy×.-N&.X  簟 bDL91(HăҞ I,PA (les2w%"MDTE-6qp'E}a{VA%]ƳAqRHWGRC+-񑉰h@A_+.fǴQ H:8f򇔼7}#͚ cPҼj^hzdZ>խ'U5ZbKj@*{X8yQͨyJWb7ǀ]Fɝ޽懾zkDF;{J1/ [}VS=48}R Wy8zOZ"N1r!"pF]du ^KvXYZ\[Q޻4~gmػIKkpDa{\ zcy)7~cS~hbLEG50t3 -T姆F8̸OP%^h":Y@Pt~)F1;x6=;Ubz~c77[~]~` sJu*R~9^\iZ ˰j2iNJFxܷe-.0:jn<c[M 3"Z~E؟Pj|NFyg<~0i>\ PH%ߧ^}w/7A/&Zip[XT1iS˩˘rWWWCb#(B1& HW]kz{|y9jR&QK+ 1H H|50K H;rf|LJ$Dߟ>ާʿ?Y]yvbhtGԤ&<"kd(B|0L##I;l9 B)<ʛ_+_6c[yTCYūOt۫,V^&U@9r(lC8uv* <[Q3`q1˭UPvb<8yM^W-eVZ>ko[fx٤tLx,oxtdC)FP קbvG>`9XS]mKU|mo.jRj^egsyJC <90rA;YKdN1^<; [C5 &[}\;6K;Oɟ"Ԗ:<>]KB![pPMr'SLUg||pq @D;r^~ϙ$_8(ޤz6e=9N`ђ7'a\9)DlwU὾_TxŎc c+VHxG*~Ol~V8.Cv*ߑ?ozG=Yi SQ׊|s_ԙ{CCC#OuJ9,}'ouqqtNQAOK˝wEΕyTt]/omCTaawb 6,?:z;ci}sSѯ$O~E~ck>_wwJk;YA-V"8X IH O5wW*=F9rvV,06Â?$Ce9&"hgH(WrоЇ )c.> sW ;W~[uo:c$f^\&+[!Oߒ9yu yr15ױ0 rNʜs Fb;6AߤOBXGWXFa/Ay_ E_5q -~l\w~[m:.mԘ\C"2Q54|řU;UvzpWg WF5Cm؍۱/˿?}q?=Ak\%팒FlxF!$ Ƞ#H _ǭs@< %]sE]o\D-א?:e'-4,4]LV߫[گFJ p)d$j1GyJ9FuWGO'} DG{[ Kּi'\+WI{yjы-c/@OZD4,J'$"d.H2]mc3]󏜼Spc<"ɨ2$J噀 I=Qc)v  '?YzSp˩s+/֖ax8 H'#$$";ڹуS8&yuW^LC󒿑ߘWo C.]4&O50UKc"V-N<'gb'c@Cp($ øO=ߘ iϯm+Zߓ|gLL^~od$qoIa|tPOߠϑ0!1scH˘=So͏"^:Vvlo.wi"S0]M@_TnH̪Uf;RN HDM{[rΞkO1-o{\ލ]i<,fj]zՆ-: e>e{=)-/଑F?lW3F|-C42N8nS~| 1 Dvii ;K2'99F./U6f.mn'EeMF6^!FbI;#|csbc>?ψv 5Nr wH_1O 3P."tesKONr'7p`jC$8I#('rD Wu^r_!k?_e,ķ4/s$V&➷O̺v^lu|d zC=7spZ1F<\QՍ/O19%.cu9 _JaX⸴ i/e_5Q[ǐJ\66F5DYêIdf9Զsb-6.74kyO#h$# )T0$"Pow?qz !:}fAqjG.kj^yvGNMOG[2:Eu A@(/>Y=pH ;""mA+[ '*j_JEA9U8q]yVnmYjwvא,w0,')n > 2rAʬp%"8c;؍Cz6t[Vis] VWք7*zol L]xV q5y a>۱j17|^T.q_kΐkː}kY6v 2.GAJE N,{|ލ]mf-N_ uukW_M\J˯;t>(|tzSZ_Y#tV>'՛fFZhdqܦ,b@CquӘl%v?U eO-CC+ 7)ˢy7ǚ{;Amdo9&UӅ]ڃ9FQ 3-Đ̐ОIg#?0.4C޵ K̽wPݖ/ SL֬')"RȮܥ]i5><`ޘ! ksO=n>rJ$P@>f-*_(GyʾWΚ [C!-"eA*JQxև B|r}stA"cL\cEMysw`5Zi\yW隱mGNaKi& $yR>ѧEx'JCF=oߝO!.~hӡϛ|v]WZcG[p>_))ms|?܇7*?p{w_?T/ljP}ZU q%Pb[h$+ry)`"eyrxp'ن$ _(ɤbE3鴄43z4!ւNi飢(qqnDYu8 l:&U$6yssoʅ:[i=iV9dy)T9{?A<5Xp{yoq"}rvM_P1cş ̝޽W\;ιy?sqϺ/u*~hYvA&ּYvu,m8 we#QZeK dwfN4⩙U}yW'IV\n/M=|ChK7.r?*|ldtV}D@Ȗ;QҌ\`כ?,<̍+Oм;&q]3Kk y=XdYjir6ǦK9P'@Tvfl9L$qdW1 Elj#'Kn_[ ^F[~\V~_~b~ryMa󮍧_GlLZ4geȑ ^mHv|.2=$#'aCZ8BFqN F羆<)9;O_@͞uA=ƹZq#٭.,/G" A``N>CM8%*G=.V[S ODyn6 `Ο_󝿕_I):wߙ5]NN򞝥\5 `gL>*-_af11Sm.\,!6> ۙ{_̿sGl^WMm9d7\VW0JuC5-8d 9zywϧqs2FmȾ@ӵ5D&1i-噹+ 9/ ;? [1Za񥌈lOx~ 7Ǵ -i}'}BlOʿ+{+poK/m<@ֶix$W]#aZ~H*nvVMVyb7n=Td2]4.U icnj=Xȯ^/y~יl5/JX={yEQ)9(>ٯi秙ǐT1 'M?0|k9?:m? b|3zO8?nyO9h~{}/Ib]\yG2uqqtNQAOKgM'44kykr^`ּ~3^Iqb K+ˍ$v9Q3)>)@.ӖqK6>( z]Uvݚ?0~j`~^_yBrZh6oq,֔]Dq}AONŒ$T%OG"!\RqJW\$abDp5cѪ'gjp6quO=ՔheUq U++| }De+u#Kʿz.kz|'%[ѦinH+YC *?aY)aϔH̉p@+'_,Gq2<\cR@FT(s-ySбG_B[f!9֒EC,&- @N" Rov1$:~֭Zӑ{M340]{#],xǞQy<{rF濗0/4>m)s4G,/HC\TA,#k1,cz>^;9 Aea\t8o8r'=zi?}<9y?:It 3FwI]*;3Dx)ofBY(u)LS, z2b=",Hއlw5uk9/ w4+E} 4iՊ_ׄW1 )14f "q;.$pLg* gGWt[ʾ|+^>r?-`t{=N1brb\ FwB8bM %(%虎[4658sƥUK^zL"1upQ"m;4*CT7,{N.ڵ V77V. `XD`Im4TuQ8 zs gDs]~M9!Q zw ڪٗ?.?63?1u*:?z~j (-dhcQnq ]JqG6Jq}jI ;Ggڃ=Ov\o^w_*76 >50"zr CQv!U!0 PA<0#p`+B"6<eټg<͊72eDtFU=2y,o)w戴ۦ&6!%hJ۸ZӔaün_e}׵|w䖫iywoOʟ~u< \uU: Zi@ qcue5 =E6 èǚ1,`Hz A+GTf ٚIx'.n1B;l* e+)13Qe+7Ԁ(r_e:~G~a^eﴻ;,zmL}TC⡄|jU_x0.0?D1#@'brK !x {d>gw_#]K疵osoRɟxTV]syxuu@@d2""HH f;ZО^ʖ.'#RؓBϸGPOh2/5YWliN޴#M$!FYKqrY@wg)FH"H9uR:V76 ]g~lg/yjVXŕI<̫RTfG˔K4_''I=^rxFdcA8Ȓx=#OO'kF/F};ytIQ=fUhFB$Dc Y|FĽRr`84b#0g#MH_9ʸFU ^Y枎5|jKM{<&"mSQ@V8B>&6!z?>w9oBB1)v,9 @nE#IOcs_ߚ?0NMCԴ >8_puy"yIž XI9zPb11 K"q"#Q6c-)a 5 LGd$ o<Ω0 |E;ca ܇*æcDGVrRk(;D &A8!=@& CyTesk?,E:iY-Y|wi 7qh;@P enKUSFT906Q2I9elm5d}Ŋ(XTԂ|s)R<^/U1u!e&_%An *8DC_o:yFwTG54XS3Ce喲ԥ{(-®Qٹe<|&># m鑏ꏪ&2垟.zgR}'rD^gm0*ۿ_d;!WMFq4ĈHh9s@ϲsBBY'/I3XF?QπEr10CF1b mx>.0K]GvqO־S򟗴9'ѿ4`J'MvYY0PhH Hld)'8}^$Ob@jRk4'44F2B%csW;7K6yg{JIԋL垑y8#{p`<5=EBF:Ρ!^M nC&q<32?"EK{mL%Y eendo@rH)&|ۇKK7kglK>dQۿ5AoOghw|ϷcU2/?5u>nyf__[6tk']H%1tȨ"v0Μ .<[2F_OwCon8ӜP7f$$>Cf#dnY'"IK?-#r0=~b~d_^{?u/E+xﵹeRH6AÊx&%h3;/AڹѴz2H[<5/$򏪸j̭|ݭh"?0yf5'֛n7 oO##VIxY,p>>'S!xC1h&0k򿙬Ү"6 I)UZ'5 h͎Q A*nگ9&2U;TOai\v%αCY܅UE$Yɔ7mc >+?5?.u,Vbе/ ΝM'@um6DUxحFh oDo^gyA|ȖSͨwlp{JYps@R>? NZҼh].m56ǨYkHC1 H-Z(jӑbqYFct;O1\]hq>;_;?|kM*͚WLW⼁kitZ+Q2j(seؘr`/D޹ݜF P$qFS) [?-<ۥCqV}F\A֬J @OA.zF,PRk Ia@tіy8)ŝ~Hy?QFڷ|隟.-%Q wS˖Lkt?nOf*Udw*]%z殡yL4_'nZ7jRȶjY\w3)XPmƹN%s*DWQw퓛Raǂ"̠g#11-6j͘SW?8?*)57qS}y()5 QXөnu4 pęD8A֙}XBq1{o}s:Ol_0hvWvpjo%aC<#R ~5uP(FQiUˈA"Uly1aI9/k??8|/(7SXFɮ8/ 2~ngڟ䇑<8_ʟ5i3gUЮQɿY @SS4k%3oe"j3 S$H;i?#3?Q'#(T 4 ;?3~WHy/:fGyJzXu k།a)FZr5c,Zr[G$/(uӴL9O Ϯ Goӯ1~oK1P|q|,y{$A,ghҧW p"[!!Ix m##= N➅_[6^簾Yi SQ׊|s_ԙ{CCC#OuJ9,}'ouqqtNQAOK޿?0? ei`v*UثWb]v*UثWb]v*Uߔe?}BN/&k?(kt=}B>x.m("L@z>/ YMu[{-m=~UkME̓JIfC#v>'`fJW@96{g$M! $)w2'9\b]v*UثWb]v*UثWb]v*UwпEMn~?>ۇKK7kglK>dQۿ5AoOghw|ϷcU2?+C˞K|.ijw $wgw%吚EUUTkreDЈE2l$Uq!r◙}̓+fUثWb]v*-./alehR+) (FؤHر(_ ^H,DDDt˺;4[-OS֬+Mg[XYա;R C"V!9Je|rM],՚4,.:U_Z/5Oz[|s~c:Kje5Ձ9+T`Gc$a(s/xFclDS;"#+ctlH--PQTEQ g9NFR6I{jŊ8!Q6c"( :tZ?[/0,zmV%č4αB#v$Ny%:$_p@t1'=N]v*U"?_9yw\y}7ZYekr9c`xNJU# FCH{Ă6;#`"d]u||=qnZXXAIJ#5 6@)F6Oy-XG *1lHLq1A luj˃R $cU`bǞT4]qlSZ,u/!tս[[s[Uu/cFE6g8Fq1kcb "ɍP痵_4>o|I$W[EgQۂ0'Lr;XHO3P >QGYԒw%el݊ hOEwl̰Y>MF,e{eEP7Td9F& $A#"֬u21uuzodUثWb[//U?:_m? b|3zO8?nyO9h~{}/Ib]\yG2uqqtNQAOK,>l|#ɟ<RIr7UOM z(79n4xLEt>7LadJT;\~81V[_0j =$ojT(K(Kq6% #BzڇFidɟ9"Q$G" w_h>rŋWWwtng_Һ Gs$AGX1 ]<#wn\6#rA1w#@Q0,PøDD8zblFhX\Kwcgu5Ysrh:( j3qA r0d91Dp#/XNO_Y{=&9be $"Y#NdMNYb)q6!wr!)v_&~VXI-H|}X΃{yGb4Q4Պ(R78#s6"}CC ДrF"].< AI˝(]/PnO0s}mKFu/qSQy7&1kqLā>#$,w[0ҔIõJK3gY-?,.l>MœUQ=$3 srh@ ×,(pʮ'ypˀ"jC,pD^!{XqDy保ί3O5:Jv`,ֶGnҘH}V,dc{`.(UF8QZBp0r# L |VyJ_冁wsJ|5gmc$ IX\6%(F<q z@!?%oUZ7ǔuIӯkyWLx̑K$X ~Ljwpz80G3+j{lc$|HyqH݀9Oǝ3?ʯ#y˾qO 1ìb{{[5[k/pA!1SG*d;7|I H[11jΔJ26QUǧ Dv]Cb|O!^~i~dryZMMouy}r!Vc0TaƠ9 1C3|""W/G>uө0;\j1'bSH νkZ-m-4#)ohIյC:PvŚӘqLO@0o(- je)KHLG o\d/9h?24O/9^jwZcifŴAht~۷rN'eBdb3"$ ̂k17瓬-F.Hԣ> |1ߎQ.!l+g6lɿ6?5"| ~Jna dJƢJJ6\#x MXF5"O*|W,p9%}s;>Lyb}E-vwwZ\EYY]? 7UR[wzM埒?}ϝ-u[ZZѩv{y{-21ka2!|5 *^-I9f27cF94&H9!y8O!H T̟ZgFZ05:UOZ7ZR̠Fe!!gyڏSbe8avH6D@'w:-S̟w'pSvc|[d- qⵐP ]z2c2~||F;yDY4yLcxxlgb$ &?u&or??wF%\Q[~ma,),OwDԪcNWFYxH"$%GOjػ@'Y71عЎb~-|^h-j1^jA[6*]'Q,GP>#zbh6XDLôQN>|;Ud<0Iry{v_+%]o|}i +ʶPEalTMuyp;t%<ؑd?#-7O쥎QCo p3)EVeR&1rQጤ{"W_t+Ũr y!L \QyW緙t/Yy[汫ǩjyyo.XlM̂ѩP=913dG;{7+Ũrwyly2͚<-'V>TKyBËregL'DyZ1Qw3M-2a3Jqr(qb{z<9#-o9?1<{zU'm̏ɒDDT9~Rp2Usa(<\G]%X3\@Ȃn'@>#fGy???0֟52oHXo4% iO)rx22goϑ5[8"L&7tml8A{I|O-SE|yNխdkߝtO*-MI)VfP~bc(oY~t6حѪp2lݹNﺟr_~NKSIޥ^|]>D(o/5X +^&jSĒ2990g,J#%.|< z0t͓xHK|"0#i[;Xn9)7G+;-yRZfEYbMB ӺxP4`G&YccCz \y(@L7_W?Ow ;4!}shKտ.e\o8h:ܰ۳$Zr]^$ąR&^-x$6%!|ǫcߒ  w0ӼyqNޫȍsK|ۏ #k?b{x<0 ͻA4TU/4(p7.X˃ù@XTqDUψ=qfuyvF2ᔄx9&DI'̾v.MM,gխI|"YUU M}B(@ &Ma[G'>|7bsBNs8oCq.\./0U]~W5x?[45@Z58Vdz9&=>}wfuLs ]f{\zACѸ- 2T%7W77gH5Еj+bj!9qˆD%WkcGcGz Eº95w˯~XNzX0\j~Dޒc=~Ȧc%&Lr@qG?50 gSp }뙮ثWJKBw6r}nG+%//ZMq5/GnKrc?5E>WbmuF '~#O{={a9N]=lz\>zߖ/<2Xy;@Ic,Ȩضn4#C!e/.]wO0mv"rN3xnP[ K["=ywu˭Y_3M_,^'gcp.r)Pwf'eMfdO%# W'5c&'DAο2u;ygyYkxOhm_J^W?J2B>*qĆ8䘄`˟zr2HG!ˋqº7p&W_3ǫif4R/7y<ѩqgv,okf$oT@Tlp(1M ;g]ɨ㉌@ˈDIvt=+rrKFkQZ_>iVUl[jP5m-I?x8 L6M>ό瓄ILɺuzD50N"f>}6^j˾tCNHǻ&b?!vqHG{nlq+.CnRPxE}2gK㔣a#R O|3~\[yC/i^v ^k?h#B$P7pʴc!CA.2<Pmru 3 8?r:q$^[v*U󑟚r~KIa~d[B$. [k?P& {W-駪͏>dyi8$2#]_K}.ӯO,~JmGmNK3yT{nnTI%ӎI DcUQ2W&)gFƺO|\R=I%OtўY9ϗ#`ٍ@kz{]o>KR{Hn90,NU锰R!i ļ<ٸɧE{\j#./NzN˓AI$# OYYy3~uRӼZ_[kw`O,z,шJ+3Pm;C'(a([>MnGg2&&;2 džF!(Ѡeϥ#ƳsʞN޻h~L6=̏j:lq}bŌ QRP/.c"=s2bp#?[ƯoG.L9%{qo@XvyR Zm>Oפy~J5Y$eW]= |PKǖ"q Pp&Y9L+&)6*EP{;9_ryS^]O-o"i~lҵ3S-y˝g0 L0hN9ē8 ܁ 5h;BZ`xR .1DFQ"0,jWп-05ǭ[ߔ^wV׬f]7SOxYa87~ E2ظc$8 xU|nO48>!!3S%\y'^yߘw~`9VKXYᝒ2!Slg$e#c2`H.t$%he#16"LFZt7v['rN6YǙt;ȶF x-䓔@Gr#6LpUNG%Us{n@Obz auV@Ðcz80БAP1m.q#[]zNsx3&5!0b*쏦w~f#musSGW:IuCзUU5d ۔Vt e*7k8!A2uHߛ\'r;표h_*ks v*U^ic_}S9~rl|o ow ? dW]i#'-n:ɤ&.5&~6x"(ܶl4 0θqÆ5U\béYə˟Z߽oo>`ߥ~G[ci00KQЪ`$X 69nje1G\s-Y@+zHሺs9t4m'J}NM2 I5+-=Ce$ƽNo32J`P$`0&\1Ы>e~r;E5^Ag6W c=znO,X pGEQ8(ث@jqH~IyJ70\>Y5 [;p!ǦWeD*V,ɋPr($xۈ[@Vz ĠA@r5lE.o7$ޞYz }s D~rDVHPN5LJܺ*)Y9\H#~e ]}_;f~Zd7_oZ+}{[`HԴ12^!<<زNXLrp ^F 2rN&e."V7\gϖ10O0yc|6,r[[4$@;39ɠŘ3QG$'9KbG>F\V9eGD~Hx)n#1oO!N~^jGK%}ג50jM}iUTKpYX Չ'ǓF]c0~mj>Zlh./t̫2_8jr{,wW4|.k0i3b#,&$pS3opNs\$d2[kvbf{[׾{i-es 2k1c,yH}76D.W`YoޙG:Բ^hze6ƒ]5,~6=0͓Tg=ǩSr1Z1317@D\}c݇RVA8K{(yCC'yWD<5Y-ۑ(9Se.YF0B>pOm]zˈ2:%Iw}[t2zׯ)?:1$Sߔ*/KK%O!@ƎH`V3s&iЄ@!R6eG q F{(?#ſ-'?0?6˯(Obj Š=]q %+ #T6Vx&-!Ś̌7œ|!|VirxcL\4-r7NE~Vz癞KylG\̦tA68bǔ@G~`$O acs5&S 2fP2aʎv4|jA̚fsaZjz_ |vI(z{lb2'B3LpۇKK7kglK>dQۿ5AoOghw|ϷcU2|Ժο>dc~G[]yu}Z]椖nEl-߅äİasEsqB@FB ǾYsC>(v"G;t{w|yE򮅥y _3Z$:ߚ-4_οjyNlED?H8gCNPE~`ȞDoSoiYS`zCC$!s GD;\"&chYbP~dEQ乿7u&`nA5Ck >#'IRI6}J;]G9_q7\5Ged͛N2>cvIޞd_ȯ9$1?-eH5/1il4Y4Et{)$ {r>z\!!\F3#Bq1'q.גq)o2yZ|?ͳimo/jZAhMzrIxl:gj L B^A!oC:F0'AۈnA Dֆ{W55ؿ5<8>:ix-k;Uu6 X.%J;7Ώhiqi2 H9܇O#}]A6yDq0LXxM 9c&@ ?#?1?12|{/O<~.4 e}hv{pڍảUhzSӌC ۇ~.rsKK-@cD2oca{_?:_G|?/?5szϔllIdw}8,ᶋ2Aׄ&>1NceRFR'yJ\Utӣş!HDpLxjcܤDe!fAW=&|~`~OZ󾋦j>a!++z=qF/TfhDߘSjyhRD}ѣ8nȔeq;K'&'}OK[o ŠZ~vam"[YYi,,iP2Z~UidH#x"x%VHe0c#bc]es32G L-8oʟQLZO}] +Ei39Tx!v^ҞūB;_\Gg7Pt9',όCc黳EI~~p~}O랚VyzJ / ,qp[]si_ 5x8o\7 :Yc)gE 3U'D!# r!""9Ͽ/0>kzQ]3sLJ /YKɈqlCtGwv4͒vg!BNJ2 UTl90:shykZu }3HgbVwf=NO ؉2@pI?wwH)n8vᬕW[<+׷Bz,We?QpVkO,5__ȉ/t,ZsC[o}vwd23aKz85<|(,d$ߧ-^Ta(,1 4G&?E>迒JhPv)+K,sk!V8L8ھ=9FR-5+.$lhӗec9Dv7'魫|9=W+?̟6~[ho> 3j7^SD++YZs7p.# qz";9B#@8xt: a|!ZI(!IHVKvA=M1&A$C} d}{mEWߖ~buߐ"YT]fXuN\[Jm乵F,yb"8kjpsr:,'g꿬x/[0!WYym4}g&<ʱFM:FLtx0K&UUd?|ViOkgsŌVTew\/<}yqiY0IWEUDSlɨ0;ylCxݤ@oǒ9be$F>{s~#zz[{$ɳv*Uث'(/7I<b fR5Kya>X9feC++ R6 -LIQ T}#Mo-&8}_£%k91^ޟOoƫeu]v*Ĵ>^=Κ/u-X6V~k,TfQ[^MqW^{lc'd8lqV:G1gMRHjG4ygbk~RY$=_HդHkwt,aZrb:Xbb'd&>IVثWb]:潡cI׼˭Xy{BPKZVHP3" F@M3ܽ  hZ&_εa- RC&i1]\ btpHcUߚ5|/쮼 o(갵@:O %yxkê11g c"AG<8Ȍ=P$ԁzH?>/*u=*W?&o4Kk]>]bRnRLhP„,q7LO8d,m|PzϞ5g>;#*`UgY嵱+~cߞ?zm娿AOn3qȏz*S=@d(yKr6dqc14_CWp~s'fSǞ:l3=C`=1wϋ n|ȝ/Bg~Ww^ &wF=~`#QAʹe:IXLx WcfvO37q&O S'#Cxw?}5-^kc՛>{U40yQk%-be`v&y,$r 3 ( ۄ[lj-N<'S) @ e  (_fY][r+MAw~AiVvyVn`UGQ5f| sK͂Scи$9HGG瓬ɗlRfC.̾26@A=1q`iVM3\ܡk%[MnR9Lt汎 }&*W+q{(](6#$4jll .ekZ>-U5oi:ݜ7շ*sגRra HJ<>Qмݡ'Pfa}I{iik~hjmz!Cm|EO14ݞ2eie1S;@LPAGs`vvwړ/rZgϞmt?31u'h^F.=Kwsd63|y2`ńHB<$oP.*6uS.LXI/Px>b=Aqu] E.5MƈcrGn&+trBS鳌,أ;;F $D8Qd0j}?)DC Uʿ~a 򿘵՛˶qiػF3{#nhƂ͏eÇ4ǧa^m)HJ@..y;2d c:Qy}&Dz?=|~[~J^[ރ=5oʞHe+vUys v-EjY#fF, &@xqb%#!#s,ZG )@.Acͯ;5~lyUsoWTO2uw;"FyN5>Hqj`@'q*Ih~sי"9`iiC[iw~Gѡ\[AK`5.Kmeh[WcĆ9+Σn>#^$L$@9P0az6{m~U3|ɧ~GyCuM[^q˶ԧ[KILPK,TI,ś7b;;/ nqo()̫X]89e-ʯM-]D^M_F&ȟ/+^gZhVWFK7. w tpUffEPF>Øc\c!d# n:orۤ˖cQ׋!'CxepLk*jNj~>w};yD7zF-C .-i,RI?1'3  ጨʸw|Zaه ˩IqfxGd6l$otUht֗[/ߕ{wGMXǦKsxRIod +|/tlqm'\Q9 ]J1"2~-zcDzeGgw1]'G槖?Ǐ&_RZ7Nt\XҀs]E\Ky`ejPe:G2pdF]x-?$:V:_~YS>^m>AHߤ/maB܇bxf e `FR@݀L`uvp>+2x U"cԋ⌀~M7wu[s S'ΝEF$P5D$DP+EM38L3qpTH⭥|ͽ=FKN(dhHO F>`7qQ&6|+Hմ?iOwIfŵ5 xb/'*k 1W4ݧEϗ'z n>rF&6WA!8eu||; Q״ZY$]GH{3o1xG޿9E8!m\~VN?.V]7S֥{5]-™L`2V?hGMS>*>xc^8N,m}FÓ)x!+?ꔄx1"Y7?,)/~Wm ][yn[Ċ!CnA(f#)G5H}"vm\?[Yy_^jw>`*=mu-Ri,ߔ[|v6,&,<0$| V:a>c\'hD;v*{'dAm2|˥ֶz-HB|K/-с93Â'ˎvq,&Lj~>(ȃןxZr Bߖ.|_XyZS{96b=d0^r7 LEDǙDv.SҜ8a)g*33-s+#rZq|Rϟ ޱ-c~[>i#b\6u s3>̱EZbd&%>uF$ $?W,wbrs8iq g?p?.2t/? ?9<}y/g5͌XHuv+"¾i F~' @(&<'cwggjc9㕒e+@'o?7|{}~vyx\Sy{5o/Gq%:646Ր$/Ƌ<\a'B0ԜDqD2{5dͥ78cp㉗+sf;K&9=Se ן/|?w 512X%\~ãdTeȾ# D s7n6,B"A30DLW0 Yd5jÑL1gLr˔MȂ>y0b^emyGrͷ0-?^d/;19DiJĴٸ8}svhhnMG18bߏ5 +嗘m'5?\'N hV:RGN oy Kvlǧ3"jڝ-fy')Y8@$zQ#sO']=Vm&'"'FDy#O% DJ?6~Niu CwZ:E +[F_X@-X(c1!SUoήoe˔d9F&lBF[t9F}O_[6^γYOB2޼Sj~&cgطxQ̿ee,?!?;uqqtNQAOK#z]jZ[vS5jZuo=;Kf*EJ6-0˃eGqR 4\pLy!!`_1+y·_=hߘz j:ل:{~Rƣё(J"7#c!TvT(5I``W¯VyQV8mkE=H^yuː8,fŢze~21M7Oջĺ17 )D5y̒8Zd]~f`yT_GDX_Ѱ؛f8ݥ7iH~s9#837D(d@ˏ "/+Ӿ.gR=q3L//uM͞o<Ǩιzn|A3<݈ngRG 1cca!uO! Irz(L˿^@u/gto(Mד nKJB[kh4+PNŋe-}.&|1ˀQI#f,\'e/潵zھag(Js{9 ErŪj,4$K|B7Kyߪ DR lhMPwK%"|'g>&m<#E&pm\,CWmN:8r=YCNaNW~wZ^kcz]}VFdwisCITہH'Ký#DIqI"$}&خ>íY ??אGi{#s[ţIŐK dta|`r cˈ{jg #9 7@+޻E~jXhVygVټ|}?U0" T<\a$r X˜OlqՃ<"x)@ GϾO'_Yy##ϳ̾ho3jw-nF, THG fy""= aџ9O:c 6J Ko'Oڇu)X. I %\+[DFjCm,` l3WNNqL$ѐ[/; x_6b|l4_ R;++cg{%^XAFح7<1JiSNм1ѸHCB|ؼXٍ\2Ok)5 ?Yw=ǖ5n;&{}k"<2ks\tF<$LJ"Ľ#2u >\"z#|8;y~sƿqѼIv"1"3=b3 0EDysY c0+&`k,,\w[Լ&jKyicW捌kozH}OnP 4&(\P7߮C}"Y؃MxtX M{;݋J-e3럛n @[C&xX01G#B"tq ّ'n+Dt`ʘ vr n; _֏8/<^cJom, udl}]5 3-m2P5,Gs/OHoKvt``Dp]?]H24+˶/OO/-ZKZyJSLy}hFmzc^5vq.@H^'1&P)gBĐoxȁ"?gyFF m[H҄J -YS)>'+:# AWc{!')RBe| ߺsv1?| wI'g2գP'q^:Ib#DM_=IuX4dOL4RAFv5 m$79kc^r+kN%]~a{=Bb28YH 1Zx1G"qw6H5v,A#>=$7㟔Kjlf>}&ԚY][h TNaѾҘ-C2's(<';84Q8LJGxv66m8ec u9J/M\y^tc$f;&^d#pV0`ӌS3>#|?Տ7~zdS%@9z#@: sbb(?*lsQ<W7J__t\;cj_!e'M 8)z#z~k;G??}|?k־uԿ5?1#-1n.<^̓V L I1!xR:1(9ieu>9/.mH5Zs ?,S">bs1n*&>5ثW:hcWKAM+)꾢 n#OTI)\͆PH#ʽ`݉TG&ɣML5(U צ_͙3;.hR6?.~zrhz?3ot8"' þF^֖Cx /k6{##$VIJ&ӗ927p@6/.~u~nkvww^MּƇ}u#Ap2e/ԄE:qFƸl]5ث>V쥲mAh%^&[K/ȿM<1ŋGt{GQaoc[X"c`4_$I8+I?*S˯ڋn jdQ8DP=H|q&`)LwG*\S<sJvu]A0qƐ^oFU}0KVc@bL '#>=t@] MJ@d Ȕ)zj̀)D=85m;i>c<_[ܾw4SFpz"U$VnҞi1L#݈>;6 1J\s>IGMl~J1i_ڝއJm#LW[kF]K ok;ZzO8A2׷Ѧ Σ~}+Sx/<9ypzם@"RP-1-^Y8]D~c:g! HCC19-pHG#}oOFt_#[N^X&b hiSܐ*OsVz>r7CVK.(=dYxgg.?7R>>kKb渀Iq;m=LNHn&$1hiƣ"@%O)GJi/9yJ:ƻ'=8tnZE""ܘ$ gHH"9Gq@o7gCRF[UHwH$zG_)zyMeErҷSI`Xxcff5NddQ8DP=H|q&HcqHf㼒9UNR❏T088W/o˯=Z&W_4z2ċ\"X*jdf`a9茍#:oԒlfBP g%nDK#VdAOS䏗/)}JMoQY?uBmGRu;DiOVAҼkRikjDb(DsϮ6nW)J\#dזە]k0κv/(~byLS+\/'ybq?5;D*Lk[tLJ3c de}v?Leb/ [933 u@ѻ}kWb4.iZϘm85H~q\YyaoJ|l$ѧH_Ӆ0(s>]e0eu2?#adн&_= 2rqŹl;wG⎅~eZoiZkeh9_QӐ*hsGqB;oCQ8Q1ebֿYPյRKGSn{7{]Uh5d ""1Ot8ilR&)==1κv/(~byLS+\/'ybq?5;D*Lk[tLJ3c de}v?Leb/ [933 u@ѻ}kWb<8[/2~nYP:Gm *CmlK>V=R6,X|Z̘ FAyJ=?vHr;C&qB1@A'yWI/ 4o*ivN$d0YİrX`je_'kW+hzWHLkFr VIͅjG!'1Z՚9n.'By@u)מ%h{Эol1@)wH#D@u,)u}O斏2h&RGA˔'r#P__?>Qn_yvon`;ȏ,*娹FW0$Vo 3MtK0uo1hz7,+=rPp*sʁ³0 saŒPUՒ~vo5_+xtY~u7)Jq tN 4c82jD/p4cHԻDsyUث]78 YW~V~lcH|56)Rk=G2 " K+|4Fx#c"UQ E٣3˓.kn*DD^կ彇iquD& XTG(D̀;n`j[s{-#<ia\Iv~FluO=|-sͭsͫ.˾Zt9ÕH6BhC̞u-ձ#zSBw*7/-CO/G7{/06OTer_F5=6Y~QfB򥨻m[RXY"BŜ}Q#."حwK MκFUUOoBݹHVB%#DeNQU\ou^v3G >D ?H<$/j&O*?$u,i^eu;Z't*+{ˡi 7׳\;;v2;?C-nO2e`#\Wgӱ~Ee(I}[3ejZ[6,BL#R]Š 혘ǒ08#g5g rb2 @&3 jVCkOM#z ZYi&ms|j0OIc*Q$FūO$ B k;v* sg?( CS,/h%NӬT]C R=V-'@*FNK<# '/OKQJ#;ȞDUxw4~K]M= V֡$o2Z)/6nRPex0O<`,gƸ6z3O9Q؟TDm|3ثV <;wsZ~m?[v~<{%Or6 #`#QۼyxXER wp,)lv*;˺G+O1~_Xi:q,hE, D'$P*8ޗ<x<"2w[jih4pP#VG5>Fƽ43˞YQ OJ$$R})d=4>vI,/MִZ};WOxA$lcUЕ`x:Y 9Icӧ 0$6#b,lh ثVk9}OΗOB2޼Sj~&cgطxQ̿ee,?!?;uqqtNQAOK_害Y9 awZo.KQ:lrjpZ4䤬|*}F'LB3>B@P#;Qv8|qٙzo[yoǞm꿚2yGOQh^`9g6rhZIXcYxJZZH9Γ6YL C!"~*Cx @]T4:Mv;ΞI&zj,cYib")ZssO7i39qDǖb9fn7xp?h'`J>oxcyqc2"ĉ"`WbX<ߕ|uzz{hMȁY +tXRyQ28w8<6$?ǃ]6VN}i *jnm셵Gjב)xfMdbe?u֮a|+Еw;_l|'9i{ʞprzևuuAp߽Ƃ}4nQ(kC&xJdž05Ȏ0GƯqڐp.ap8@s_GIyFoo1~a~no?oc{[{{kclaE_T!QCO~L3Cb9Up)ɗW9^!<@Æ&fG`ro/h?>NѼݏt'-'K;B%Ө7ě3%^/I>+ۇ1خFĆS'f) O|Sœ6. Ay˷fx'My~zQ[La _`Jï @~B 4c>$J^@kcտ"2[S~}o'yI1|;t{-šph B2`SXrHeQ (cFIͩ<268}Dn,:V7-#q7ߘ?~o?mrɦܨ[O29 M9#R V}Y1$zBܙ/9_O<]JWV-}FD%1/H#:\clN#Dw'3x\s&ɈRJ "u5ykO\Wc{;QY.qs*CC y84>ba8 H]@Hߖ>b K\db9܄Oۯ' pN7gM{ڎzί V}0焎WP 85xƜ8B'2dF\&Q;zId?\fD1r黗/H^y[^rZwϗ5#6̚^mӣZF,1rfGK@qe)$$@HDOpqqL@Dr# G1@7WNo kξI<󗙼b<چay=r8/`{:#:Rsюt82vxHv2eOqJRɏr!-Lt[-t*yK-|ZK:Ҽ|a[!UB vfN81qŒ"ᬀuv Nd,q'{Ǚq܇|}\}[oǿ]7wΚi՟fNϩ4LWOŨr60 .]\o$ wG)GqA=j5`ux3Qzm|>lҿ'<˯8Ms%~hywDƫ>-#VkoNK[<ʵ̲Ŧr g,FH 틓7'=#̭=^~uy/H/ mo=s4r̷}onJsa"S`ǃ$<7! XL<$1h1;T?T)jyȺw648hVOu=6t|&d8*F_e^M9̓C0/}\.'",\|}Ta緓?&ˠ[7. b=bmF/U#,ArrĵgtM}H /M5tjx>xqLK&IOvkb` ! uf% K"U7$ߙ~YVnt4?6kƿ VYlIΙ> #ҭBɤ=A% Q<xDd;o;Q ІMk3 b<3H7i4G!)Hƀ\eCn3LF7 CF zg^hj͞RM"uփyWUy'Ƙʣfg ʄsm<ݟ8[FYÎ,^FDmdó>Q$Lχ@x|kM\|ŧy{?z{}u/9k\8b`RIaKxݒ11(ocL&B.EBX駒`ed+?E4*?ŐJ?l=>z.,t.iy@Os@ޚ]Ť,ŖS#*_ ;0aj~J"׬t}JGn"XW}X2!4` 5RFC\P1q=]wv0 Np pw<Ŏb>JKBw6rݹ˕KK7kglK>dQY4OʿgU-{Ing2Y*(ݘ9cdlD '`?u=kE ?3K/6d\ijTt4/cV$TTUTD@枣6U1'Ixu|y=rqNfiuD$Ipub H?DDy֡8f~bA`yh^IM퇑4 _^І`W.+T.eQ&:5Xgpe(9DqO>*q^yLJSɇW^DF8PAfr(i#p㯒u/>_kw_[iaԑT#:e.-U^%?htL8D%(G10ꈪ7@9=Q䗇)}R-6z_?+.|ycv/~"z Q?mVҴm~-U}vܽ6xCa"wu*pm/3#feLL?-?jezB\/C_J+iϵ:}츫wڍL|8uoN/?2| YO&w^\TNȁqn\Ch/YvM>LxBqG=ν}Ŧ9, y}β~u q'5^D _R?*S+C[_m}{{};@B!?G>qO; g]VA%(e7)=x{77>PWngE,]9b6'*/O=dž⏏,Ü8_sq;~`jr͛Iva߮HԼiˢI9'J΅aԐ׏&%Gy(qq$pɶʢe #J8&0e5;y?<ß;a:_杨qA NQd* (ut]f7()c" ,zvtò#dOeISQ"xoѿ?>]og㇙G u"C_nuGeXmPyݟD C9"$*0)PI4?@vy_^Ex-[y/OzUZ}dԭ!G.;C]IɈNB\DDP(ڣ@ +sԸ?E ^lYȎpod 9RVm?GmASF5-עYfMmuD@P] ˪CN'9Q\2?"oΫ#xf_`H_9G3W}eMIʋqc[@d}P_W8⏏,Ü8_?&%3o6J6_tsU>fI$&OQc5&Ğx> ÔmDTrxB6t!f{:!W*7swEQ?ZyF%yE+f-qUUvG& ˈW$| mGqguzl[$c˺r n8euh| yz_?yDZŎ^y d{bgiO]d+f1CK OfGGa#Ŝxyn}7eycgAtQ׼h!LQwM'ʭ꛵x<+Sʋ~9>2ud_eA8?Jiy;v_q7+W ՚КOOn?Jz7ϖZlj?sxbo*_}NOѿn~N}*qjgQ-~o8:< ^.N Fk^Kǜ<kW{o7~a}pGFᮗOevdXҲsKO0. s"[ۨvy9pǼ˝7nO 7,)nv*(>On=)>-z[Λr7 p]9cp)⺿˞s<~^XYn0-'$]>#YLtk' Os(J3>{DvscHyK~DqΞ|o_;Z^\"gkV'r4J{4㩞(c,s HFyE;g1PLe COc!%D/*K_:gp^_5^__B2hVcD%R\/֮%*+x۩ɨϢ-h11 1OD=w}c>=6-v:bxGsG6ˍ9hR߽տ2Jc|ѬtK/PሷCc W[y N>l8ҙW  ;u#'H˖ϤU3HdǒDaGP Cx'_-Zǖ,"y:c~pY sP*F'gKƢ@&UaoW/7fy.F7ϿvO/3~Gd<3~`ycW^[VK״zu ݲݬ> e3ȯ?xVGb`iOOq8E~﬷8{ӓۙ0j{/UJ".H$qTArسv_󗿗g_-!ӿ:_yajSMoqJn'=ϩ+@OP3bv)j5mN xrq "2 ZÇS,. 81968sR}iz<^*3hTڬڅUU,~UE C!0=3YkykP1O9B.ma"oN7ZVGWt/W iyjM{FSRqcJ.Pq,o1v\ |-c[=_^iFi6KiJGSF|6Id9Ot 1PS2o9yj󆞶I_!vx.1FjHyҡcjsf8o"$GtO"z nβb͗s /1ex7<l'MIǴ?T=>?$߱o.[<t~rX{B_vuqqtNQAOK/ ySq+:dNཱྀf]~VA:9PDa`2UJ巓U [i6v3NC4f[xZl3g"*:|Q G_Z]k˚[iV\۴bi䉝bGe~:{ ߿ysJ@@'@)#Pq~R~TwjYyN+D4+lVk!XQpv,qwG5W FСԙ'̦̓T@tȜP0 pV[*oaܼ#ʷ#;Os[s򉴸6h=:9 ]HΰX  a.(H& eib"("1u^OsZ_5k 6CQ k1[r%zw埕.no|u-^[=ޕYY-G$,TcCP.b>י1㐔b"|PP~N~Q[iE_-USZh]M:e"bBUV;m|dGO7Qf>{MѴ *C*Ib(&uˉ'@llc Q ͟6|, K5.q}#Q,Z=0epv yn \`8"* ۻn b }u/ˏgXZǐx}vKx$(1BЩ+1/Hszs9rGbM3~LOYT:{ ,e4P(- Hcd$5Gd(Id_\<̀ ܝ~_R:. kE1)lq+mY?,v6c!VgYKB}W C=MI=P4؀uC~${a,P2 E\Ə~|s)i?/<|o/J+ۍLyO%Y4,DP<˗ͪ|pb` r_iV]i:~} ww),R#Ɋ #cD^;v?6/^^1~^j/*]\ ,&ftgGV g"<yw`!%΀ߗ>CpBKEO<ER@4+gl;!$ga\% UB# C u<=Kp"c+}ܷ}%'u{SVn=ơZ|4,@ԒjNT4؆y0!A=_-]'7sywLʢl^=.EAs 8@#Bxb9o{˾Wϔ4>S+iFi6[@@9!$xa"#f @Y9uMY}6q{iKˏ1? Ѭd{ܮ&cz[FW}JB{'#9DDmzcGpy?ߞ<vܛ!`VjqlYX ы) P2 qF&3xd,w_.Z)h:aoksvKF'I|" Mw̱%Bmad".imk[0y#G`[~Pb#(TvMۦ͞ .Gz7~tNmu ~A曪WSҭ!k¶T?#P+Lj(+*[}C]aϹc1" };}\G'\Eiփa3({q ty_ZVhZu閚6"aK{x#( i$ qp۞Q\h-myu-ݾmKs9,*saGhPt F&R#dvԞJKBw6rˑKK7kglK>dQ|:k|yBou8/$xR6B;տ*<~hWkV{1'IҼ0:u}f(8T\c/ʜ6853Ï,#WHD}>`rς9$Dr1OuΫʲLBQD$]ulח2V.oGnk^T-|y_l_>[Ѭ`bbBWSMFL,DyE|>U9:uzp  $gbÏI\>Y 9I"F~q~PK?.=PښyK-b^FJuf9HVIWC׋KĝC?ZvW̾·ybk[vm_Ogt.kiWWPT;og륢F1/zw`:' (Ă kUǸ"iG/5GRҴ5YyN-dHd"U5RG|. !*< >^+1A9 E1v<2 C|i\lb4M ?Hӡ kh(Aਠ QyK&Cr$w-Z|8*1?OyX _CQvV[ͺ亿bs#;?Xx' dw H1p qD.\W~mAQcCn?ےSO?ɟ8>`wկ^[4 :QOqQBm.(r'. yH3 ηdȟ 7cSoVж%1Byq2r甄I@ٱlo\vIDB4H$PEYyG$z+|mm`/4l%v}HV!٦ggW2L>!D˼cdKGB 'vr4)kM5V.b %ŊF$r]ٟ<!7Ͼ@6e-(7^_cekrvmDkzөɷ[by%-HT?,X*8^e99ȓ8cfsew9F1~]r24-U"_za}@Ц/̣77&皿ퟤɩ3ꇸG"-y5Ǟ?s/nY}/O+NuqqtNQAOK.r9/"yV7qҖG(7I~t7Jٴ >?vho~{s!dJT;]67wΨPy>Pu?7o4gÚ=#6Z/W?woq3O)}30#|~}E'ftXN~c?.GɑG4~`Ck7~"h JCЃeP$j$C{|\?VZmV=LL$ùwz_.^]ie)[e{i[kKx=ζ*Q 8Z2>-8(BUܣv2gfӜLENq'8dzB/7ZyJpU{jUHE`2j5 87ߠw\y\6F8͐jӐ<׷0C̟,Kke/&yVҵVAK-A.".)sfu& Iϩqq" 4x{8ieQ9!!vb@\kG7Ys~Tyvo#Leiax佔Y$TI|-Ya&fl@FtHwxd #jp$>&rh:n0qyl:SO#DI Lq%Nl04=[ oh;K^5)`/r..m疿=+~dZyPX5lKtI#!bdyN _+" ٖoTn Rb '8oxBW@lG8п_6Zt]e94V,ΫQɕ EHÛW fhulw;^݆LЄ8@{r9^N<4yVd&7v(Z)RXZP5!`9` ^U8\6 o;NE\%ϰd?W <~ĕVq@jh33qn Gst AZz_ m|5Hzr~!nxyԼ䇝dռ?Ԣxmf3@-)D#;!TrX0r!ၴcF,ypQ$S;J&뇄I5z_͖ 0C!JQC1B*H 3(s_..mרC'`lDp}=?+-~XOyoM?vCGǫbyм;MmsN%k[VX*՝0uV@ɯ.r]w~>u\|9竟2y#G?2M4햻D0&q&\rpd*D`}~#u~@!30Ycs1V=5twߧs(75mW6r-waUh c/v'+jd#$Y6M}[p݋kidc\$UQz/6_-i2m ,mYݨ1ͫńTO!n|̇'$r4|@O ^^kŬ̵}6Ym7.cLj^&"BCTZд18>x 3Zq>-_qDlEi󓟐#NҮ5_OhV'ż+1,JO!U_Q  7#>R\οFb~;w󓿑>i~r:7-D&O5%U!P 3qn Gst AxkkIDӗ3 H6]םk,ck[+4[78°nr:72̚c,S5(ȃb⿏[sڪLXrⱔČ@fqߖuh_/_=NvdFmH)y!h.^x %Z#O_wC|G\ZYdcYǘz^!?/'2JqTq5ڡ#BR?a{g yxX† =nJ 5b@Z3'6 5 7@ =v<5q[^[lA-߹󭯘5 215\ʐ^EJ  f) 3>^_N58urς2G+޹m|%%;9^T}a}?2)RR R+:oT~ĿM&?+Y?t_3{L?/4<9(lo5Yǣj!1⼘G* qr?OwR@~}~v;/ȷ>dWZN5IG֚ο4/'m8b8oJTfCN,[r|qŸtkGaɖsֿZ#;&[SlǍqF]kϺܓ:5jߕO `ΣbYv^kѼѭysRˑǧi7&ۜBY!V":fô4q SÓOv܀߫j3eheŐu=|ڶE~_nkϝ']u`d_,_)J}x'FjqZlIZ8"Md͗<Dl'T'b^bwU'W':?,?-//;o%]y:T󭯛QI, )<%uZS|F1K4cdDG _".~ړbWA1~-touqyW:G޳_]G"5,Bƕ$ӾK]851ǔe /COg%b*25ِ+UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثVk9}OΗOB2޼Sj~&cgطxQ̿ee,?!?;uqqtNQAOK.1_Op~-E_0QmHOlhR5[rU8xa\Rs>ۿy⧝$Q~b^\'|o-k@Ikde*xG-`&,K:7?O|]PcN9l5A빈w2ݻɋ,cN?ʦ%{RMv]lKRbH TR/ѻˡ==@ q5b<|?_N<ľ~/3ɯ_ʹ/gn<"q-.9 OTD)jZZ3f<9#u둔HQ'yJƷ6&9r02# b{jf<~hk^ ޕkh5בEBX*ȤF8ж$N:p\D$A'ŌF?週/Ls0e8u93sHHmr1$wF /e?/C#&yIGE(($z #F)UcNn/L9N(8cd.o!jis ,pq9 Frx  O^F?5n|~vi^d|?7[h%{ %Z-,^\Ӟ<` "8A=&ā#Qn("2HDOqBegV81^MKsMm.xFGkǘDnUXUSrǒ2"B?̌vpIaeKɡ8qqWglW) _I>~֭Zӑ{M340]{#],xǞQy!|]Ln_Y+2[hAɆ\Ϥˎ(=!2<{9V?~N-:yYLӠ$|eUH)ebhrkrsH@F;8ϨӄhL1Q<k~!e:~G~a^eﴻ;,zmL}TC⡄|jU_x0.0?D1#@˫a/X&678}fS&RaCs|gs};˗FΡa{9%fK=IU 4g5ୟϐ9g0. y+&8Pŗ&M*(N?L#W*0d8OuR摫eiiN[MjsZ$i*ylj^$f^<ns^FDzE6AND="e>T++>b+U]hCh63AFzYW2!ZUB!.q xWߏӸԣ"pu''k! o[n}=BByXп4x0)u;TE썤OUZ4+(N3M^Hk%e|<$_ D'- 4ĉ*$DatoO8y˞C^jzh.edNY a3ѝ s eS" 7g'xf<@1}Y#R b! 6PmZ\?A|'idy#D9=jϑL1#ɌFF~4fԙjqQ(Ngŷ}r֭7΃;;/\c|%46_J!fT# a#"tڒ94y1F22ˏm Kyo=?yO;ʔ_OX?@nV[gce㽀5ǩ![ק'-Z9˯2ݿ5o/Ig[[-+uu,(dMkP#IŎ;xwE>iN2rzo8?6OU?h&{,jqE64we"@Dyͯy~Xkм-u_!n iHV[6RD@G7er:mHbgb#X32UpLz-V1>fۈDH|jpŰwo3@'?] W<6fb52-ҁ, &vP@B ?g k'B;ȘB:OouDIjqcR$p;|Uʟ3i~dhib˞̟Wu?' /"$Qz` eyBd'38q[U rq ÙGm xek܎}ѸaPD*U`3e)I]b"=SqHFѼ8nCӼ`sx<F`WmQLCbI2l8%)ˇC!C2" Kǿ-tZZq m?$q.oEKq|"yٜ9'D5 (]7 24vŸhJ'W54o;sve綷.H?/XSOL#&jru:YN'S0eu=[~eD Cyջ?7j~d?~nw}֋'m?Ëя'"F /RƄ+gM3!w1)r7.\cK&O>.(R<$KOϯLռ8kW\SHYh䙢8-#GQEO2#G)"8gc%[ϙ͋'9qR ؃"L@c̙j5ɍQ}~hj}{^C󝄑nVM7Lj @B7'x ^y%B(GzyopOF00bvp +M*ߛmW2\п=FCv^[hNqzfu/Gq,sHPߌp*%a<ɚ20EDZ.$2=ozߕM_N7u":HijGSi-af3I x=@52>.A},:?̭3oR7m>zzE$6кD77 d85c)D="R1Q;_<YHH1o H~e~a~u_i~dl4%Kיn-3iV*X{.N-ebVzyÐL:9LTFX#f=@ط1O c|pM/{Q$4<\+Xvi!#bqWd !8H𖼹Nr̤+T=xT*пEMn~?>>_))ms|?܇7*?p{w_?T/ljPC?_^S.es}Ƌ P %8E@ b@N)ϲJ f$}vXclD(`\D@ysO5-痵 Zo/<W3:{ƶ ޴fr4o/3|qc}o" ˩JAn3kP0c Axeu=8QH &A aJί@Ok>1I5DN6Oy9xrz%Cze/<PfOkfKp;C.C4{v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*Uث~Ex5e>'gKL_Fo^)oM5?IRg1qE?[˿?k<(_ܲ^WuqqtNQAOK޿?0? ei`v*UثWb]v*UثWb]v*UثWb_9~m5zb4VھSuuuuVf Ѓ oO+۬z,uQ"&<$ROov?;L֣:oz3(՞Jr=*MNlrOFTy&,qp.FhU'Gd]v*UثWb]v*UثWb]}D/qQSg'۟ߏꏼ}?2)RR R+:oT~ĿM&?+Y?t_3{L~/{o6-[r7clWr,ZD'$LQ88Ȉqϋ/~<1QC XC~|l2b]JuC>{E Qu;h.eetqP DGz+v#X<&,i>QFlY$5w[$hSJ.|MFDm'oV,!6hg#tE[Q}H[XQ8 D3}I\( V4;d @;DPɡݹ'If!# 7Yh/y/7^y+o>w]Ӡ]I-@Ku +JŖxbj5ݲ2cH./?6Ummogooggoi (#8Q)Fܓ̔DbP`,v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*ߑ?ozG=Yi SQ׊|s_ԙ{CCC#OuJ9,}'ouqqtNQAOK+~nڗwJh-ƿzcGx5 ZId`촚 "3$Dl9G`9 r6s,y2Oϼܪ3WWrN󍧐+c, z?nY "QµCĀqG?O+`TXK!-%_HOO1._:?-to-hvך~weͤIsvK+7ޘ=a͖8)p!:$xӏUonY=4 !E\D|#n"ƿ}-Z4{Y1i,} "HshU@G6\ဍ4,L복z)#G)F`8R"Wjv2e Y۞Q=^m2"ppo􌓒Uv"YYGZ40Y$6,fY,.(␼Mo"wQsCkd=6L\<8x#}=֝9~eм/?4,47\ۤqu.,HbIZ + 9crGP?>ۓ˔d dž_䈔n }vO29?|gMYe_ kOm_CI&1"y(K$2~* ^O"55>to?j]^NfY"Nz WP IƦCK&\D)K~qL؈{Uٹy 1UQ?HDv٭ڼ{:_>cE^Jwխ5LZW0 EA觐UܐxOe2$G|9qF\s2:|\f1UR`zo69v9IO#q-u L~6D9$ 5)8CgÏx+'k&͖:u8d?Gz}k$[soK"F$ܨ,Q7"&y_9إ)@ $ _ZK<}iy{CkVrͤy{Q}v()6ƒ|Ӝcpk7gv;6>d?8٣y˞a|sp-=[imo8ƥ_!KJ$I}qŶmnyU3j;T"@nlyr{Z2< jP^KۋN./@՚$٪(v'k3.q &.T#[ٷU Q"܈^RD4=_0j~k<ɬra /ydZBܓj}i!U0 kMYqJ&&ȑ9yeHbi*$gzMT S( N\ ? ܨDȀ9^X󇞵g/cyvۍ^wuwlI]FL*2A"b"[.H nN^> |7P#mPW珙4:_^~T~U~n֐_y8[ML'RMx1)d?`x\C[;8͌d?MkЅΥ.VQs9Xrn̓Mkˋw-xGHVC0cQ1#`PuZBr⺔lGd Fӯ=OGǜ|?y6Z*tM[^` _|٥?[qh4+Ȁ[f$1&9(_H>v$t\[mf-yT׬k/eUЬ6侧 Oʟ9q㬹7-m;1Jq\8r3D`N*+'zk~yhj m w+4XbW5*3c1 (8뿵_no}u9.L K˂UB&^~T .b:xki4Kn0\\z9c"u9]`~j]׼*\yBÿ|}}7X]"H云 V,LjBĊGI,H䉣\jF ^`hͯwDuY(HGV,6nwxgOo0a7\E='yd̼zhHZ|X$z*W^[9ߘ32bdN$W#}?+9t RrTŒ5ՑقEǵseڙS"9."S?Md$ pMoC{<#3,wmr?9ZV~]zz)/{jg(xLW1F9L !b2CK/ᣍ=~AY`X$H2;{0x45*0=?*yrM~b4.i=8VࢤW_R)Mˆ"CIUTLG,5; rIKA2{pҿ0<;hbd|ϧèYEpF(oN@ UH؜d @ ,.FR5AM.S'[[: .on_J]>|Y&j1pr9eƣ9Uo+j?^hs-ni,q2G 3aU `3c0H@GJ]Buߝx$xbI bw8Gߙ?*<{vbnDYvũ1Ee.ߵz\f>DG>!gySb<0#||숁 Yy,'dw/n|r;_1ɨi6;n#mi&jF#{ Ay3GW"2}&; X@y/Z4^y?-5m:X-֥e~c?TDޑgXq6_X)G< I #EDF9c2D%ˈqO~ %%;9T}a}?2)RR R+:oT~ĿM&?+Y?t_3{L_5.ثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]oȿlW#_D}?)(> ɹg?jL=?ȿ'yw:gq[_|> JӷuqqtNQAOK^?-:O'=}k*[n;7̱(^FUrⶣDe;rh9 ]͊8H Oտ?O h92) 2އ7z}coSm.QOJ 2Bmu-.oQan_B s3W .,ثWIo1 ]!r1 cϼD wH?,5][̾U1i^RX}e7 J˰3r$@w35wD 'ƆQy;Lβ_%ߝ|ɦkQԯҬ4E?&g*E^NPx*n|r69p8 ],JtcHYF]#,o|k9!')YXo*:^yk\mnoFVX[%5ߓ9uC&`8&ez; tNiϛz'xqcc,tn?;O%osY-;Vٿn9c>2ݙI!dR%9r2Ñ$v(HBs'8&D+1<8<DXמ0䜳G$92> ;pǃh܆èyc>~򯞿=|G3yC~J=ơIy$lUQSUhCd9o52":NMnfp3)d%黔8yoYˏ SZ=>im-|eL$rY}Cp%H|X3XF@c!;8C4"%;F~CqpF5+>!wU{z~ywGӼ0Y$Z;y22ET6|H޺]6`2K[Uoέ OgTwe?п?'~.<jڹFW{˫~{׾+Srz/;i=~UVPvҮ4Uc UDßSM):}\Y7qW.88": a ?3%=<9:wZKo-j^s/_^ӴǏEwak'31!S :,#(J^dx? TIj!Y!(T=]9JVyڟRVy"_(}ro1}:;֮#((^G+n t= y=:\#1-ŋu~/GznijK<=ݤL&++v$$ENJ#qǖC2|t:Qxayuo&?6Z~rw ̿b?>fq`6b/F[fc d&k-F(c101*b] fj|"Q&'+b [m{q7YW|cy;(5HmmᱎQXˋ Jߖ͋|x쟮rO2HĎ 74b˟ F.<J̅\]ּۥA<ک[ |-7!m™&Bx{:_F8*8Ux}R,arѻ{n~$p&fyRP$~-\ˌ$5u宕_VSQO.8˭~Q?UEOK7͟_כ*#4/MgJֳ"ĢiIr\((hgjr~k)@42=ǚ59,o$m^tQI֎jc=^KdHGx"e<>@v>$TEj 1D@?HF1g g6OD?[7Xϗ/4Ŗ]^"t`"zfhi18_J@yvN"xQ#? /l#StIBS[Zj!iw̱orN@,GRpׯl@0ke^z: x''!)e68}shP?Ijߤ3uN]cЄk+x?O-`4Y2hnw9#_W/VFy.g xq$s<~[2?^PyOn+a4O:]ܾ-=7PyP|LLY]o9w1ti0i!p(u\0\WN.B g*U6JӼy(j2Mu (X*q JG&>!aL$6=mg×'UΫ\S s{E?-4-YԼעj6֬kx>t F=F '4YR#l6j„@P)p5x4-_dɆ411R^ϫǍ0hL9|麀?uC'xMfjp5*CbC6CBߔt-3~wvh7nHO {"1(G6ܜe-VyQ<d#R8raͧDŽz!ƷH܄q_ռߤǝեfbw'ԣ0.h?xYA? IɢGG$Hء=Ϧ)cr<\U$;Ĭ"+}WAcGuiK|l M.Ey|Y1ńֿv"1~yh2.O Ą wo/>OΏ̛ M W }P\ګYFP$_G Rǭ͔w8G1Nj|UT8uXu9|88ȓνGu$_?K_h_o?yvy̯oyk6vԾCN=q/S_ɏ Fvx65^(>Kv*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb[//U?:_m? b|3zO8?nyO9h~{}/Ib]\yG2uqqtNQAOK˯8G_fN۽{ C$|p;dȢ ːa}n,d-Ù} '1ثWb]5][Kд_[ԭt}*=KNd+NRK!TQSԜY 3#QHu&'_nO# ) *p@"B්]v*UثWb]v*UثWb]v*Uث ?-.]v_4AkYgZA~sS35q,%*Ŏ8@m5K9O1VMл6 vl,&UثWb]v*UثWb_Gy+Q- 1T-y̯oyk6vԾCN=q/S_ɏ Fvx65^(>Kv*UثWbX?3-ۭj^[-HuIլom2䏄#rQF>Qe1<TxM7wcq1~[s۞{RUثWb]6~iΡW}m8&|ow Qܯ8ȻuL#:<7W13>,]]w^ޟd;v*UثWb]v*UثWb]v*UثWb]2y1yKͷVMZY]FK$s\U ƻV8㔢d"2IJ1}ϑO5Ǘ[Gnu)u%4F8. AL|e1)dž;|2*T _gz욂e@Q'iؚ-?wO+{_n}4wVR20V a6:^7i<)džDn;Zw@~g^dƏYN]{ۈ2E]L\k3`.Sɡ"#۟,pɖF"Oqr2~YZg<J0ߖynI%~mcyp^Bucy+PNg'C\PtFAÃDe#ht!Oϟ'v?7:'i>Z4M:R{]K\I3G)Նk$8ę@Kkcځl D6"1@<?&.|OVްu-@]C6k Th4OIa, 4G|@T'p: OpsGe☄'91 ]% Nt?iso-bQkkˤ[Mܔ3-6-/dGݻ@d|e1.?)DM qn]C:<+jvcחҒ;{-,&08t+v]&_V22J3 ڨ$K6:`9'$cBxg鐌-_8#u#?[z:mĥ8-H~8Pn-n\rp>D5~Ngoiqsl0'H_L@;J2 #|OCVM^s>Q.u;RAmF^YeV.$.gdkd3"M q#ϖ0vx1B`@W,NP,,#_hcs?( a~RyQMj/3GP}*Z1B%I r%q9d<lN`}~qw"4<$3 s v*:K$3$2:2?v4;#0LHs($ w?#<9|V,ߞ:>~MYjwSHc?KV n x!f#si^21 ,J0(j*23K9`jPho@O zOe|ߗZ?<}#8 }OI<9v׺od'T9羖9~@JC%U/,Ռќ#j?TMv<`]3$dLew2>(w_󐿛'~LiyTh~QӼ'Q3\YbIcmNVj]g;Z\Gɚ"RDDYr&1znɐpq!że>}p?t˹'fNݟ3^[힃ksmk!+<9V;>3xD M#ˊ@LBCLq˳ជ9GQ)q\sC5b̪ҿ7?-?|,y X,?I-=b=2]82:*L}W2d*A8.8^]9 |@d }\#?#<3;Z?'2|eyjT-,|>WZ!Q -KΙ󜑌 N~n7b$U ';>sIL1xɌ]c G;Ԅ><8U-y~whm|jMkq'.$j5U@R)bz~,yDj6j'$OzcGR H&QLgq<"fd/&v'yzNjysXkeC.3MM,04wy\CU 6}6_2 x̬&1" ob6fèdGiN<}{wYrk?'\vO< U.7Ӓ0sE,Mq$cՔOn|nEiyiIK(:K=.N$K4b2;]6qTkAښ\1Bh}cx3;c@\a-#(kh7ʖzw{սb;yDG] jFx1J`ÊbW>zrjab⭡Ǹo!W/N/og:o[7S9ӥ~D巾ͣ{iE< 7䥟2F>G`põt&jj19 r (ƍ@'6Gaa~f?sOɖr0=g7tm3Qt;SV9/g>e@re$Xh@c2ejrI1ίnAxzrgpɓ-Gz s"^g9 a˟ͫ/,ygW@נ]&@HWFR7-$q@_CWfcÓ卜b5)r qwhˋ.P P1|<2 G"fBi8Mb{?{?SF_>[i ZY} en rG*nL[ 3QLl|rؑɖ|9 P&wS\ջ7b[//U?:_m? b|3zO8?nyO9h~{}/Ib]\yG2uqqtNQAOK#y[BB]0s^aѾҘ?-^1"I21*) EJ݆D0Ĥ|= &f󆿗h+,_ycՈHfKanޚ=}΢ɩN33 # TH[ 1>ff[&֋+?Pև vޣa.xӴkKK)MH5w;JZHp'8#f$G#YJ)q< D(H >=U8wyKu/NZ.mh,WsIe!{4BE<],Y8 #\>+ۏZqIFFVMȓ.8٭2{aJ>gm!4=CU65qGrM_Pǹ cÔע2qB7 zw3NHLJ"3 rI<~Wӿ985 a.A6KZ[̳oQrHPՏW8ipbdWζnˤML5(@wTžχ ֳv*#qX+"W:?,ˣIɯޭ}eRE bfF FϨaCD/_nbf->|Z>YgʄT7"5n_uKD.VԴCzeռnчpŤ͖"PP 0ӓSg!H}ٺ[C)8 #ʲ9?HJI/˸}ddb^9)v9nQ#Øô4 D@M]cS-42G[9&-c7ַQwd*rn{o60q CďLo )=SDeC d!1*܀}2ߔh ~\[ii.o5i`S%C~%#ʦ6f"ZL1@@+O(T2}r#)\'(mțP ko$]m慾]#WyL׷5ikoUgyr3E_O?kO.V"; 6 gCxg┥|F' (zcLJ]D󒟟y+0'[`b[r4#ƌĪ$evX 8xL}$m8Bg.N (-I^zrid]WNID\t쥶{uzR9=R=$v&M(xrY2X$ؔM(DMmKt1920nS0,qKtϖ5Ηg[K5i0O\Y"Y#3b&/Ϫ#~W'`jyE\phhrO,K|re^8:«HO)NWL?[e??\UV?9?=Tab_:[y^nF RHS"Eu"V (hAW<9tE+6cϋQ2걱_ -Mm F=;jg,#~^95h(3O;6EKWywZ6<-vIgu{ODrFh.'G˰&@vYs@lXܯ0X _ˏ**?sJSWL?[e??\UV?9?=TaXJٽs\R>G X8"BDēĸ@DF]<,(d2DЕ øțp{od7tauy5Mu aƥdOS'nvHc尭㫯\UbdS#n8x&v&][TEy;p>K͗枱ھAz忨ΰjGF RJ}9bF#@KobFe=(LfP6 `SW+'j-qoSٱe%9d;@˟ޑ[mgjZ;)5ʋ ?D/π5<*(. .ז)f1Ŏc`1`}Pgc#8IJO|~U# KiA88~bZظ1<ѧŦtz4V0).bzePeϦ =?&k*,NjU-d eq !#1:«H?S?7{OSq/ZGcSSHyC wLtR@54y(,䄢+]UXxX@ }<528 BClzYI+>j~]}6Pygx/tۂ^F%I?;xHȀAd҉"ŏ=ެ^> |2Fxlm!] :~c凔 oB,fKeK$Bm%uaQZtzj""wHpwVo+yf[%yGm:\]鄒)|\jSsL:|)LL'f2Uv;h㔢 Fu(Ho rSF.x|O=^yn(fԭ4E=T!7%cD"h̏@#ѱWB́vR0ˀDu|1T~>{ ^J/u][Ka aUX󁉣 n؆p7#pSh J\ ˞Vv9wz証ޞ^MnM{ۨ'Sͨxj*)-O' d(Q9w,юsa#,X4zO̯/\k^U_'V?.4&hZX )sqWE*(n d2DdD~7dym "7d#ywb "єLIMK[򍵓\Z ҹGnO+H7CMF#p̀'ý{#O)F& ĊEW..FznizEwVk }M$E> dd,r1,h pEb>k/-{?]n\:<-!V65"u|ڬxH4euϧ?I p3k[|k^|[9/r4V_[+@;FdE)J`ɫǏ/O2'Ӓv扮yv-NHmՄ,0pmB̽fZSd' blIz'G(K <@[vsM~B~ETn巕}c{-JXb,XC#*$W-ß&8c|uMyqC(qϾɉе:WH\CS?GO;q,GTc:8Vo<>UkHy=d90QSJ 6|9$d@d~Ia~Dl٠s4FI7;v*UثWb]v*UثWy_wκ)vtHֵOtqEi w!F˰rF ؑ~YpcADP2X _X/ˏ%t%5?L[WtqJ?SZ?~\+.?I?#SQh-:-t-5 zv[EiinUf&(˖ye9l(n{8q8Bɳ$M[cWbXw/< |;ke %@rxLMUFarG`wGq}i_O_JKI?:8-`.?? Oֿ(L[Ⱦ^D:i%Fmb9PեNWS0$ 9Y&3ťŊFPbM@.uGgu/1?E^|֠RӭXHF4.CBBոMv,A+~=;Sz?)*?~T=8F?J~?Z}cqvr#^Uwc:OV\:]oHZ~>!W';ï?/_|o3Ҏe-/yc %uqqtNQAOK޿?0? ei4-g>tW>pC=ȼ PA 1q#}4s09DB5/ɯ*4B~Uj֗j7|<%􍨬.dEd6<+^h6='c̾^,:YqK+']mߟ?^Tѭ4|od\/NPB3+FHH@DD` i p.2 Q;x_C2<??3t"~i檿V`.Io"EF-?C1o<ɒS]ؘBlwFpd&BR(c=kyey?ɞP' V}_ɯW]IkxNZC@nY,r^2g䄬␳F ò0aŒ>)@l/'!>mr/֟=*v03D(76[cڹN~-~,8C\+;?uiLs9zd5)yzŭCX^Z+*D(/#A@;2Z9r3=B!C7cLjqq`6LJΞQl|g?#syZҥKhcԧK;yn"%}BѻzD^ Gr!Teg۩C>](+ 0ڎk?ߕ9?Y7OL|[gQ:ŐImAq/9QXhv1ZGW lTűvnre  8}m|y\ǘҿ/5]M.RζS+-* #84;S/91Q G\݄2G&3(c(Kq16A~%֭So K_-M7v/h%2,dRf4]3<_?] \F[[ٰ,9^1gGP1ߕ}>3|_=yo˚/f_ɏh5}>MbY}OTމ`(3KF?r(7/39DzǞCjab+H d; "O .~.ggX˿?0b^ZcwgJ-Y-Z,vn 7m8ˊ76FDBR >G_8wa?]i3qgKRfT-r)ìeD< @7Σ=iiL3]P$H"\O So_.@#p}'_PU~>8׵3foxpGeppd'hUU ˸ (](A0OirǛ>1'lӪ3?ŋ bH?au2YA=_Q4>hm^s$]]%e6Ur)v~9~gO-6wIxwhF/OW9p.pL23~ tUW&1Xjyj=:C`kKKy-t\Įgǁ#Gj/G&N f/,ppè#-p x]Y A9~盼?8A~e15o4jyZCXDsp-/$P9hx1q!)Q℆ *Ū~1VPoUOcᏩ~Gi~b[\U|0ke25)%d26吟 9ᐉp(J1"S^^qr48-L@&$'xz.u!w@n~Xy[ oK\pjh>c4]iY.~, ^T1($9' }FQx!'įarᅊ1+'~yG,I#dInOx0N<12s/)e|cjo?6cTh7R|;MAN!m`H-(b a3b"'Jrx$zgq^ D92xqLAG' }@zr "yam9}o+OybHtַ u2q „ hc(Fb9"C$Dq>{sɿ5d!9F'##^#=Bg'ʿ=yݼ°ZS]}5/5(K%FΫw(UN(5,f89@9qSO%TVaøĐDdb]v*Uث%%;9>T}#Mo-&8}_£%k91^ޟOoƫeU'y[pdκ\q̍c=ʳąJ`LlT™tg#3!a[\QϏY.`c\1#YcqꗜcQo(ɾ`|9ߑxiځqݬIBYB]N%Ycr@2F12/iK"ǫj'gO;.1>FAqO&YD e5K'8cco6V8yyP)<VZ}v[ݬ5 ' o-TII*O_d:2"@¨..dK9o!9dGn ,pU^ aQ8Ao{>Rտ)1gLǩAAXZ^Z5XfOJrc54|%DA 4B=KPŐ )I//%hߜFv4mCR\x<"넟m}h"Gw!qFmɉ>3wufٳKu^Tտ)jzqj7zE/(Ux4,Fcy}C PWur&/P~R{Rt(zŃt hu$*Lmc5W>_1~^y<4j eРn|cxݔrހ~ m}onX "eCI$J9au (UAp2Ȟ?M@Ҭ=JXZ|[B+1*h\$ ^Jk|=Kᾱ-jV 4&^+[FHТeBӁ+ IBGQF1 aFW"Kc͔iNZnZGahi1 $0@8QઠfNL#)nIငvRamv*Դ;Yҵ{ mWKa{}CM'X "#8Fb~[v)yG$ i?)?m륡DVG-#H?^~cD(pFBGOY ?TQK'M^)k*1b#oMNۗq@·5ד|o(IZ-24٤KEDǒ)^xd3"<7'arOdž:v8Meoދ^'@AgZAgx "Xvm7Ȇx XBoKs򉴸6h=:9 ]HΰX FXqˇ  p$k@DQEbf6./iif/aFb,=28ʪhbQE ,|sR=Na1U(rl;!Ҵ+Bӭ4}LѴ>1c [ET@< ' lxp;?jvywC ;/.m4hbcYftTr>&"B8Fl";X12'=acw垻2~X<^)}Y\^($M%P( ymANb%+{4e DKj^ܪw>p<ר[B-﵍*h XF\D3@iRp21zeW_?3ד9'_HG%*ۢ)n*HZ69a _pEcWb]v*UwпEMn~?>ۇKK7kglK>dQۿ5AoOghw|ϷcU27^\ѵoW 7Jռ4wc,!PX^fDT$ kIYፐ:/K P9(qHMnD~O2#fd\>̿Z4oK?5=&.Ӑ^,(ۍX%HJE7\loˊk W+^ 7F5*hUҼ6/-0X_K]Z 1!@&&N9lY&v| "dD@2yM򇑴y'ʺ?S3#C}i'l& *iSA6|9$d@d~Içdž8ٳ@ 4h}N_iyߖuo9 n, kcXLWD!oZAb%v"pv6>[.m>,V6*Q߻:[|8O&PĞYZQ]pov$aeΈ5CPpGx#by`,C[w@YO5sVrwֱ; gyf pzNe5c@IY8z=tu)H\D u{UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]?i5->ɯڧu>/NoEOsI= |W/UZ*oN#Son'~kyW.^E?xw˿?k<(Wܲ?^WuqqtNQAOK[myм;MmsN%ko[VX*VthKtMY>&lc!6wQU̦PϙV@Cq9>C'//o5fZ,Лu1yE&E/k!!*-@Z_qChwr\nꍃd-8QʯMm6"δ][R~fiWzӴ+tOI%w'/ (̇߿Iyn.g_#1B\?ʈ};[oȿ˟49y̖uJb‡ԚX( MW n8ķ#빺 Rj5$" ˙M$j~U|].5זf15oaX79V֙fMD1)bdA@q_-Ud&ZQ9qXD`FFF U_38{G}s2CNi@Q/~GzȮ-V,1=/ ̟+-? 'm,W7^HQO$h A\0\#4w#p՟<0fj}wuߕl\~_7m[[riABB!q!c 5T`F]( ʸncnUqJ{?;iG? >q7Z:#sA һP@4Ԍ) {Ӿr5N~ 8+]n6bZqSswL򷚼iySˋgmZ-3V ɩ0 6EUSA܆q_|\]VY] : <[ ף?rY~Wh_|o/zQO4 rbI(e,BQj9R35Zixy JȮ|׶^܏~[[ugV5 g?-7JW?T(pw ,~c8H' 0jg$@{\'%vLKaѼj!7Zԯ/(xI* f,5g{  cjxk~Cܭnl"'HE VA(HDFȃܪ#wc@nI'\ he#Cr_ kdf[[/\Cխ%Ot +7c1c`e!"G=}rd3qc6<[Jxkz;`]y_2yNΑLeΟum5:mn0>1N'hLF4wk]{ f:|;`b%=?_,D4r􎃯Z{zrC(?2QٔlؘW#hf G ۺF$#0Yݍ$d%!e#@s-__s'6~KɞfմE-եkj Pt˫J\@]y9Rspsa.b`Ȁ5fQڝ >,J'$"d.H2]mc_-̞U&/x-6[+6Rhr iiQnґo΂8jMT0ăߋz}VW .)%ǝ.5o~Oz't'z|ϫ[hzQ.$Q%@'f!UEK1 Y<0Cf7scioOOo0+yΟk-ZԺ=W%4sg`u!‡h`#--q=y9OokKO4j?l嵾[xp1Ѿ^ NWGI,muw^uZY |Fo'hTU9=/1Rwat_"-(?*lsQ<W7J__t\;cj_!e'M 8)z#z~k;G??}|?kֻv*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWbh y~`냥kKOk]iOӛ{\{gCBx=_yּʯ/x[I}k_7^UG/'9?C#O>]uJ9,}'ouqqtNQAOKkSKr_FѼ8n4.><2wg85xQ |qM1$(ÂQxy 2ŘPL" Jƿ]V󖿧ry6[yvvI#1K8Qxh:DO>;3brx=f _fQxb&ׂD榍.y̾^1ּ`z i~YXNK)cFqP ׫`@oՌh;Odmgu8qw1Zh=QjXЅl9fbd3B253CFeˌpwYdteQjQt59Cɟ:?1C]ӵ jKwiZ+>4V[]wX*( 㗆D|h zG 0;Ky2WYd.#X;dIy1MF19/O SO/y~s?-ɦ閶^RC\O $_%(O3C N2& Q!}[u8fZkun~MiN:#Z VLxpT.6|Yq /*Q""'y3FU0"&5Y_x7|ĆG]q_I&^yIXwHjm%,i$2ljl?i"DH> DL6&2]x0JHخq^(tvRu]M5,hl$HKiSx[dt$l*KUhb]j&o9ٿ36./?S V3ZѬKOO- CE iqc8|HKij3!2~Gwv@0}' qq(FF- ߚ~J3|f pvzǝj(~{3- NTb;2ǃO q"I'rj2agW#u9p _lf;$xRO%43cDu9&ft 6`pIq ݚe f G Ot##cKi8}fNTW aII"`=8Ӂ0̧"#@*r$W^hC!ppD$$yI{;7eCo&553?6SӬ6٧\躍ז$fj2aTe,ye=c A92ѩԀ2c#U7>GG{ ozΡ^{y?V?6y'ڇ vVKȮQ"+"=i]yNSȌ  K])VnD%; טBy̚|?%^iZrFq ")$xU 4؀DcBUȡ.Rڍz| LEobcB'qH/͏,s+|Ǡd5\@gV&<ͧa 1oPc4yՂ/;??23JyoOXՏ/&ѥ 6 V,ۘ;?Uo[NmLQ"']M{Gv]kvzUߔӤҼ#p5m>ڌFu*-rZӶ p;}xDȑf<<"Y}>hdᐮ>"O3@ $dq|~wy˞s/=viu/"Axpޢš}"fG3VV?q82䑄,C6x!<55c,'xxWU<,䣧 );sD 8-o sOfSR65fѓqOI؞rˎ̈H 2yrSלai^s{d G/"K( ][x3n@=>ˁ}D8'{˄ U19̟V癿/O%jw=Z;=EI'IQ` @×ބfYcjN@?ͨĘӬ8iae8 WB̶6.<}?3D1_.Av#2:pvb@PK08C(_ 5xcǒI 10>wP!5SȿTO&+K垻Kwa#GnR4brk1'1>$E9_C*C)a2Ð$ƶEruߛ?/19sg_˺N]AM'ծҏs,ʐ۩fR='!4BpDŽù'@rH)5Sm"/̟c?_so$%P@/P;2b@^(?(&IH"s3?P.KQ=G3qێˮ5Rot N>{@;D@W?4qǧ2D<;dCz`@6A{r.c.Ee?,-_j?l{ɬ3qiPEu~Dq1 ~EKmBzG,Ll3οu= ;_h_O?ym@~e~S_I3?ƥroW2tLW7泴SgAj]kWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*Vח:VĴ&j֔9?'|?'\Wk;|9Mֵ}_zzs;>?$.[<t^rX{B_vuqqtNQAOK޿?0? ei`v*UثWb]v*UثWb]v*UثWbYɨy+_1]]ٚIe%VbPXӕx"![qO|!Y<ɸS< G&<=ثWb]v*UثWqj|+>o_/ѤpYvv#-Cj$S4a@f9dH; {p1(P p1FCHAnTi_To&ctkvrƨm=XgI!<+ {`hᩡ2htM  ܬQκq{ko-ag< Sji+fh^;Ti1Ey7#W 4LDA6,<1]܋UثWb]WZcG[p>_))ms|?܇7*?p{w_?T/ljP}ZUثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]?i5->ɯڧu>/NoEOsI= |W/UZ*oN#Son'~kyW.^E?xw˿?k<(Wܲ?^WuqqtNQAOK.Sw ͤh1F¹GQaW7^M}z ƕvvBsg,:H 2"'sgM L +s:ӚM597'柘&_2BV6heyn9/cH=OaJ\2B75j<0{L$Z]Zpc1K,x"Rlw-^_8U׿3(A(rĎDק< Ԅewb8ҹ7dr:m3^]J^yc׶Z|>rU]GtVޤb*˓,t+!Rbiu^,ᜲxQN3Q6v"[_,1XSQ'{Hm*AG_^lӿ3Jiub=GiUDanH.*ǟ.ILJ2^7è͗u[WF#xL|˪kw76Ƶ:ՅŏuuhR[kd(J%i y ˌq٣/TGd +f: .\ 0#)_$FD^_w[Xy񼱫qSD>}~hC H[ #IԊ"b(< 4)R2nuB<:ďM! qrϠY (J*m<ի)8 j˚j[GI>0Pߦ՞Q,erг<]KF!7+(f/z~Q~`yw4ku8/x#\^E0ƱZVd&X d%(c޶$66ydD@oKmDޞs#~sMyW4>YG~t-{]"^%YYHQҺ$2FJ\;oΣ{$<4!.!Y[_򷘴7kk=_^eӭuM8N%]ijFA4`**w|؎)`=6:Q@y#V,rؑJK]{K|*umϯE#;}fet_N>ON$8kگ9j2ު e ܘh.+h?~nԼ~fj֍;s.{k!kx.ҞlG.$|/^2lq@O}MqF)2?1~V^[yzTҵ3ͯY0;KG|  8 6-~,\7R;X%=vv&NRe9qrA`.2O3~aL.1,?WjVB+ +զ8+z޵"J;\Lr+;sj7+Ϳ\$N Un ]|ޑr]v*UثWb]v*UثWb]}D/qQSg'۟ߏꏼ}?2)RR R+:oT~_?VӴֵ;X1" -GCҬ2HM2;&M,ytxCgR2?A:|ڝN='hk~Bsdtk%ul?W/d6=ؼqK],EVDZ/U-*0Ô%d) q@l8G| rY#8PQGFޫ&[[cQBk>hѿ$.|YF?۟2\4w:-p40 ㆟Iŗ,/ yKϹ~|r˚כ4˯!^\|u"MmlPE sR~å4G&Yb"dbLG|E]>jpN\gx6L0$F26y o/?2-.8u+|ݤXhrNim +UK(XH1m-u2Ue=$t:a%"x(fyeCk4S-nj9 DGS6;` ܆{O+Nrs˟g|jw>pZl[[[Ik9G '>^Ȭ=X4Pͣ1Zyc$fxg_HǫF HF pςR7~pW }18wA?4s3ZZ7tCM2RYy!*rX 2AW]Koeee,B$1"|YA@Cs~CG|moX^B^o_1q%Ř1FT+UX 4q) {l9m7v#<5<<1#!fbjZ^ndխ$̅42\3$ Λ BB1`TbjGö^_&sDG@HotC9sh~Zo^މ G-A5Ο s37yc19 w6|ȧUث¿+=j?Zwf<2zwl x-䓔@Gr#lhνr9,O]mDrY'OzJ?<<=?9.!kW3KHZE׮%.Z bK5)PvŬ^>LA 弄xb+Wn맣c8DH<"pvHGy[wr?^K=yV?Z>=ԫ?m2f%+^ܳm.Uryܢ%)Lj7`lYj0'<`%+'BS<F^q%,xd619..3,F9!8 g5L/A܂Ey?rǜ,8FjA1Euu]IETdI%Ĝӿ/d.1 4OHa84qp9:ǗX5d߽UoMXҠѤ K(99y)3 1F)1)F̸dI?AfcÐ2(gGcD:ҳ nZ@F؝I;ŗ*G7c} b|RО_VZzۭ{筹=oO&<ӥj~gf>i.u[MHB'&,`.ې9VQ9jfxQee,?!?;uqqtNQAOKǒ?64/_לѵ՝mTYy񅖤J`bCF~O98p|2bnw0cfu#|U5D1ʉ珒?6?3mm(4+k]~WΝ{[i*g(٤͎l(b@?#@d1Nn"*H7ˆAā.?mO7Xm=Fڢ#Bf>E&5?prnه39pk=hH8É#ٕ?ϭ~J͏QߗHݭ%լЅY) j6vog˓ fDQ14J.yv~M&/5/VtXLnA je:\YpiFf8VH@<Þ9pLsK6ߙb?R?-If:ʹǡTWwW[lhda=rF^Ӈ39pk=hH8É#ٓyr^?-~Oy.hVuޡzv<YmL*le1Cx$?ё<ՋK\XO 0$=8"+Mm?w)8 R^>S/i.vzC "\ qYl7>.tI<b#;Dp_ҿW^I?>|8KHִ{J/=yJ<ק="[xbĎ!UsH;;/qD!|s&x2.}<9G qppH*!e`>מH/pxgH')BDqW9M8p͖:uxo^dҠזVP$3119dqp1*b]x\jQqyJ0zFcfn/@F/kiI$VQ20)!Ag :z19LvG2i#qG&H^M[Kqk_~OMc[$}jMH^j^谙c2rqeGY#;j k&N9%]̱K?Ijߤ3uN]cЄk+x?O-cj4Y2hnw9#_W/VËQ眸o5$cgđl7~Tb[>Yc{#Xv 4Ղ) r"099r3a2ǩ\peއ;Vd#Lh!SK@ ?,5][̾U1i^RX}e7 Ja1w6;O,yksMc˚/?2?+l[>Kf6gdSZށ۽/!^ ݜIHx\__ eK:3.2C f@\~Src|_=?̝Z_oz`+(pX(k#xuZ|1ԉpp# $FB[z?6n7jpfYgpOyFv f\G_{02+zyJ?_O2y[ʝOSf>RY>'K cbV1 e M{G)2/ bAjʮ[+2<1Ɯ+c$;hݽ˟Rkv?/?;*7?-SJ2`UcG3g~XLÐAw|C <+(9"4oɿ){e6;Ae|zzibXD85`3@T. ]y_Vyjh&1@cqP yTw 7_ʿ_~V[~nؾ+5;/˽fZV?GqmUPN q%^v)Jxg<"Hd$byʈ1@+.<4|8Cȯ,XP5YyyMOFԼ]&[*U PљK6C1hc< qqԏkOlH# A1cP<ލ2?1GaϭIkNOo&ˠ]y_Vlbhq@ģ5i:j@"`U<|@q7btz 822'_1x:9?2yU +DҼ/u4дh7Hޢ:1UmvMcC9NS!\CsnRO9#KQς01|\\Dr/V姝/uM.Mԥv&o$g/ȜhH$mtFq 8#rxc+"x)R1[$7_͝oT^d|8$=w/,h8r 4Cc/jq]䝣v#g,:9%8&qT P7w]~zr<D~bn~iG?.m|mCK}]5h.m丆i;i`YfVatOS|huz|ZCb\g,2\7Bׅw[n>]Dg Nm=? a^h_=Zy@m1-'y@Yy΁#pBEDEtLP>~N c)^xUF\1*6UP$ݸZnb#x HeEuIK4/KG|\Au(igwayl]-1I(D4*Ɍ9Vcqz#C-} 1Fx1VƶU#q8+4?0?0Sw(^DFh]T{ZA˂MLiٿ$BHgOW8lèC<.}kׅ9p1.Yq>cv*Uث]w̞~ֿ$O*#y?fҴK[iΡ&;Yfi甘Ys?IO6H=єϘ :)Gj [ ˃3F\S#ˎdWQCs]~}꿑wy{/1Z>u-j=B{)`ϑvJT-+ip'2>Asl{OK>nS$L/׻ȿ;~ey{wƋwcM&{#ovֿDe$ jvp;R4I {r $ysq4nx2F->|Nͽ_?& ]3mۻ?Y-8Y-YeC2*Nn\#%Jql a)su:zwJ*(p7cHM89RMV-4ŨLRVZ3PH=%OGRy{SJ{C"u }qk>^uCJL{)ar>D6>4^Oȿ-`bO9~dh:68A6;.ț3FHf\,z88IOď>\R?!QØ1l3''z1u$y/Z'ϟ:h:.bi:iYvzEM8 x;+y ^Zy\$\j18y>[+nt//?##gO孼6V;Q+8Mڃj,ZR%i-(͎]00}$2#z HtiZ8J#e|Txx@7qDwsY^~BG'L4mIk%Z=&s"+ĤQÏ$?y/ fO͚)Px̞IWO)Coo,k6yGV.d6D~gxqT F-Va&$.H#-&F5>fCzl͚ͦ8#|ȸHr;B>u!~xkz~~~{_X/hPOhKbe7~!Ղs=N XqCgL':"c#4 ZZ>("/ÌxD#.)o?$?+umqPM[2;l.-&I41oH N^TmDN #n+˾n|Vٚvn-.#,F&&\T|.*( d?󕿘~J.?)a?$E95[NHZ.rPDQƭZFO<|r~T]>mLa \"1&n$U }n|%h?/џоkcˇq-Sxx,WN*l8\]xn{_[6^󰾉Yi SL/+^?0͒\h-ĎC_Zm$yQp-j~&ggطxQ̿ee,?!?;uqqtNQAOK޿?0? ei6<O2<ޕ>Z[zo鿭 23ywwq-5RYctKPRR\# bY'`{rMGu yGh,6wpcXLY>1`Ǖ zdHb j+uuN)/x߻d'|:w?|ߢyTE-pJ,o$KH( V> 1ǐ@VF8մT.jGL{HZ̓{/ "Vc DHn C1 I9/>iN]cǜ|CG<#B|/i8[E+ܝERq ʮ:s #2=~9#3v*UثWb]v*UثWb]WZcG[p>_))ms|?܇7*?p}g _~j̞wm'׬u?FKmJYm4=?"H>rKN&dMnxрA{'2|ذf4D9B1?TywoˏT,oOFl_Q.?w=SȱvK6/Xߗ;dXR]KSQTwoˏT,).Cݩ(M;V7N?xRiU+{?C?K}j4bqS!E%>Կ{?_GO"o_=ڟ/ؿꣿc~\gHzcIw/OFl_Q.?w=SȱvK6/Xߗ;dXR]KSQTwoˏT,).Cݩ(M;V7N?xRiU+{?C?K}j4bqS!E%>Կ{?_GO"o_=ڟ/ؿꣿc~\gHzcIw/OFl_QKմW{]Z~h5r_ mZA-9OeU}Z5^vxx#W&럯zcr SaJ\?ڟ+qŻcr Sr_XҕA}[q]^~cŭן;ϪjBD\Iªv$Q xq…zA;gz'}Yd*F>HqS!ExSSQTwoˏT,).Cݩ(M;V7N?xRiU+{?C?K}j4b8?W>X?˺w!L~:_ݿ/xAa,Y2ى[yjOy.x6^_8й\tA_6f[-.?_WR Og޳Gˏ]cTg13?Iً?~}յMfޒ,_/ǕOHu9e( $K`E_qx{ژiP#Y1A wV7Nk).aSQTwoˏT,).Cݩ(M;V7N?xRiU+{?C?K}j4bqS!E%>Կ{?_GO"o_=ڟ/ؿꣿc~\gHzcIw/OFl_Q.?w=SȱvK6/Xߗ;dXR]KSQTwoˏT,).Cݩ(M;V7N?xRiU+{?C?K}j4bqS!E%>Կ{?_GO"o_=ڟ/ؿꣿc~\gHzcIw/OFl_Q.?w=SȱvK6/Xߗ;dXR]KSQTwoˏT,).Cݩ(MgcYjc,D*&F5ŒiZ·&a/ȤKxqf].0 A㌵z izDM{͏/g<:^ HɲB)mCvn&?YS| v|ˋC$GD\ q⺻G6Q< 8.,dYI>?毝5(+g\7WqA].{k{;[Kp Hzeϗ0cG.Mt GbrYۄP&dĿ^p2>T}KD//r#'YQ'`|JQcehT z/e4C!NSB'W q #!!#q>Io "5|]L嗄.C=NmwR?x<6#gK~]y;ϟ7!~HAkqslJބrNyQ3;M><3ɒ'_|JRߞZX V.b28s}OBlM?c'*xz%o矖5/(~R87RKz=4f[N$r15@w7oT_7&/ͺEt_iq\5L+X9/À^`$:|18Y#q]]ƮW,F/ʨ<93]i^Xu/16TzvJm% /*-/Uqb@c*<&$DŽ ?EmWe$|.(e(˿ws] r-[wL|QfcG{[_273lCse"s >1K NޢkbZ5X@! zGq15^^eoqlI=]~\P28\ O H%?*<͚ e-~]iZ^RTFF8 e68` dE]cLI'9Qijb()$.HnG,v]:DռZ{Fm&l^Nq2:REUU 3@bMo?!M~fy?\~Q~gȏ$Go.O)c -|n O7n_?~u|mUV3ʒy{KoujAGm5d8^.MNgJnjq'?X Fw.p`%s ~YøUs I4/6v6;3A$AD 5~o>˟/˟1C<[}',DEڗQD8% Mz;rS xɘuu~9#.)qoyPh ?o}Z6 "KmeYRiɦKw*@*U)Qj2a|BppɘW (IGŬ&.x)Ɓ<z匇ڪ 'yͼ]E?.m4krP̶:0HشWh/?Gh}?+^?:A([\~V?Au+{QʸCy~d8(?W?Cnq[qQ< F*-y_UoZ#!GQ7ow?G?Coc4>Wh/?Gh}?+^?:A([\~V?Au+{QʸCy~d8(?W?Cnq[qQ< F*-y_UoZ#!GQ7ow?G?Coc4>Wh/?Gh}?+^?:A([\~V?Au+{QʸCy~d8(?W?Cnq[qQ< F*-y_UoZ#!GQ7ow?G?Coc4>Wh/?Gh}?+^?:A([\~V?Au+{QʸCy~d8(?W?Cnq[qQ< F*-y_UoZ#!GQ7ow?G?Coc4>Wh/?Gh}?+^?:A([\~V?Au+{QʸCy~d8(?W?Cnq[qQ< F*-y_UoZ#!GQ7ow?G?Coc4>Wh/?Gh}?+^?:A(Z*Cힿ~P_~PxysG[v%,ǚK3'U$h3]}YG%WoG^s}+}&y2B[/z֨Zi5ƅ SRG y|[T`ÓqR z@܂?~}v!͇)8|PKt}_2i^%|њg۵:G$0;$(&l齜d2q[vp 61/p?uqqtNQAOK޿?0? ei V'쮬I*Db20xFsFFCcv Ofd10E5Σ;tqBӵo̍fC럚6Z嵸"2KkKPVH=t9;>?F21$G_˷;#%!"@&Nyg \%uM{^MԢܝr'XbbHCF>258|1"G!_|6ڪ1lE2IdMvDUP;[JR(o˿.^o:yVX躗uu#׆$XbU~JdrdM,H$/waAJ$RA;Gj$ lX~^m~ny3>,<5YckQɹW"{;YBG\TIS\|Tf$/e9^%/=kߘm ?=h24-)Ҹy n\J4x/ ώ|D(UlIԌ<1?DMK'寚<ߨyvV˫-Mֱ@C-^Bʌ]C >&%1?LfcS#)8\B<62/ȝ/-u?ʺDvRX_yXJ?\tڛS!<̧)QpߧL;ǹ6N O?** 2ϞrŵPjf-ТiDHA@<36$dl;s=X'KHLDo!o+|5byIu?mC^Mo h-P"Rבc+b1xQ)A? Kwg)F1=CM Y!8{9Ϛg揕+.-z ܺ,(TVv&1&;{VGَbH:o'y?>r'{̗>Q~$;ke(PVbCB kƠӌ1 DѪ_vlh' `ݓC ߒ~Zu{=o^rG1qfڞ-" oXjR@ S_--⁄EY dzt̒aGs2T ǟ͗o4ou6.à]ؽ:zA(^88U+֊ 11|^򲌍<"Cf̚x uHoןw@"8yy|ׯa|>vYFecv /5cH QA GczzFd8bI UFI?P/O卿e}*=^VE.CzC2|\JPY$q(DŽsR$H0Ť1x̟RO1=UJ̏/6j6zSN,dU>ҳ<'Xsy&e".zq_aϕȞul=WjwL|wGCeKWb8_7yZU}{U󵗓,7zr+x&&ųv~0H&;$s8ڝ0DČ&qGiWN<:<}S-|,Z]G9rxc-ۊ/枳 e48t O[h%rzAf&>!+(|c+ʽT6gOP-HtتT'o.}~OJU zICֵV|>/f6*jC% j뿓];qW̿چ2g̺}_C=ەs-mF}E2ܙ eti઎#qmUFQ#[G,]d>qyWt&uo1y[>BӢ|.j'MH'F6Y~ cڭǏ#[x1YsMq '!ެccr1"4lQڼQ?!(vR[ϱ\'ӭ]_U{Ų(uR>M1ϊ\fd+=zV=8d,fRܐ.yz@<#˝-8]yWRմԾ{ .J<׊0K'9Jp5 (86GJ'g0ur3Du#~w޲N{Ϳ4?*ZŞjmLJ{&%QJ=9p%IXbͿ)q?)GڷvN0O =o>Pב1[X5m ~v"(Z8jBJ@bztK8%}ˠ B|"y;i8ky馏?1/2Q7f>]Xdї*\)Lˆ<*Vgv0 `eq7.w2ߙ5Ocb8(D4QARjOәR&FW6/ث%%;9>T}#Mo-&8}_£}~)\~wakz?+!SBA>j-Qpe(?yW cxloW/?xG_Y*l frʯK?ۿf6?v}U*'',nPoW/(9Akʿ[c'gٿ\>xG_Y*l frʯK?ۿf6?v}U*'',nPoW/(9Akʿ[c'gٿ\>xG_Y*l frʯK?ۿf6?v}U*'',nPoW/(9Akʿ[c'gٿ\>xG_Y*l frʯK?ۿf6?v}U*'',nPoW/(9Akʿ[c'gٿ\>xG_Y*l frʯK?ۿf6?v}U*'',nPoW/(9Akʿ[c'gٿ\>xG_Y*l frʯK?ۿf6?v}U*'',nPoW/(9Akʿ[c'gٿ\>xG_Y*l frʯK?ۿf6?v}U*'',nPoW/(9Akʿ[c'gٿ\>xG_Y*l frʯK?ۿf6?v}U*'',nPoW/(9Akʿ[c'gٿ\>xG_Y*l frʯK?ۿf6?v}U*'',nPoW/(9Akʿ[c'gٿ\>xG_Y*l frʯK?ۿf6?v}U*'',nPoW/(9Akʿ[c'gٿ\>xG_Y*l frʯK?ۿf6?v}U*'',nPoW/(9Akʿ[c'gٿ\>xGɋ7+s[Լ]FެpU9DQ>wjj\!../JQѠH &Vw#~_A^1zx\<7WѿY"W; K?]濣ڞ65д6ıʑ";;1,N9TvaH'W۟Tx jcw{˿?k<(],}/O+NuqqtNQAOK޿?0? ei`v*UثWbX~~o/`pZM'{'>\ϬtqNxrxf o۟0Sᘅq⾃z'kva3v*Uثye]u;"4R҉HTӢW. e=׼Ey 8\=2bXgtO&kyẸb糵R8RGR)%@y!2% $>ӤGS ;/7t{<_VҾ/Kk_w+=;xMm59ͻ, Oʠbc51@H2~2l2$!#nWTd6 ޴lZ9:oh_1$D9tBV45-7Q;?PfxePJAflbH"rqHD(7b]v*UثWJKBw6r}nG+%//ZMq5/G 55yߙ>rg,xS_hVwv!R4݈TVb|>v1iqg9Hb,i1K'kէ>7'`<0?-|8~PTŧ,td75W!p]yF7k?`ekgŬ(s9i12f n&AuDcy\2$ |p^c2gwph>iY^EKkZ+J8ZY/AČ5W-刎!=H ydžolɎXo ۤ^Vnn-/1|l?/_Czl 3\Ok KsGySN63LjlHc"=SrSfDĕѮ.dq?8jdG嗚5אlc<7#yߒTZ2잃 ZY'd0`6'O)Q|_r߹VҾhgv*Ucey+:04=CUߦ3$F)n؍z|5vvcߛ?_2yE'|kh~vOmWz"\3hFIŔ8$h=Ts.9+τǫ]~?Vvѵ};>hK}vp_闉eeA^̬rz6M6Y8g wJ&2Lr"إ懐1?K_1/&Gj^Y$OEfLb:C c#M9bv(jިm 8x:5Ͽc3Dg٨CWb]v*UثWb]v*UثWb]v*UتMY)_FIoS00{M&ݯ=%|?̯78kqEoصgՑ9kzqcgrI=wM?!bykˏ\{A *LM˿?k<(],}/O+NuqqtNQAOK?#̺FS٥:o?:yr5=F}#I[1:j$Vz\ ب HɇLpG.r5곸*v,bFHB3. չ[.?8>AoM]3zީh` 6q;Kx4 @J>n;/,|<D鑙E[` q Y+/TOu,<8ߔZj\<0Ykt .f[iE*2)nŗ1<(zYԉ$`L_mB^&$ߢF6'5k/=]Nt$V:>yo3,Oap gxH5f99KLG%T0cd''c$o9qY=pQn2<|5]Nl,ܱCzrG}#Uh\W( $M~j6éyw K[ۿXk{H蜾 rnMto?,u/-yv̰6ޣiջC=Iɘ"duWs'Lp̞E鴧& xql}>i;06l_O _?.69 JԵF.o̒#Z+,aɴg#hpEo˓ژy$E ǵWwk˿zݕ+.jzYZ]̖=%9rJ** 0(Nv "ߑ݆`%㔣# 6'cbzw_<72WŧyMnYu"yjRkv4ݑ Hb_p1Ӂ!8#ķ@ЀG+u2sxe~RQzF|簢3插5~BSմu'B5o/̲Lp\zm\8~!' ~[ϘC !`FR֌%~˗zENϩZ~Xzv/I}58NPҽ]\[piFd- i~XaQ <6w#l :lR;$ss4#vkEʟ'~D~Sugn:u LQr!H^RGFbLc3%^/I>+ۇ1خFĆj3G>)׈Sr?VߐWۏ͍3VvZH{=Oצb0z/yr KǏ!o1vßEv%/ t~e5r\k{O0Y@4/2i]gM-XuszS4RȖ3:\0:,I5P!{THʽ'߽c<1 WzȲ* yɗWb4oʚT 7ZUj!pKȠ>;y%~-}۟aC 0cu.+~__#!j>^cd-ˎO K'"e?H'n{ s*? +?^]o5F{G6Ưysj ꕗf,qJQ<#s*D,c rŘpDt3#%+r1lMt-#qo+WrwzUͼ~e7>PGO}exn"fh5 "UsYٸ &IF3oFP^+_ +[,]|㐎{Q2lo\qKΌe6[~Fy̞`ӵ9=ńdξ_UV*]%NL1CQ<[@|<,BV74%1[<Z}ʙ>)j1!;<0N,!8%Y.{n?ߗߓ>a󟞠ϖ|s{y7Zz|i\Is1#rFFR*lZl0KlpF=y[6 yp;xr|_m>Z˚?#,yBN-⺻Qtޝ& $RFPjH<2$|y]7 RDŽFBQվi&p",<1~mcE?3Is^حMF 8e.8& ZY`& @r10#cϪrOL[qzd9O)hzN>ZmN/;fڗ2ūZes4^DoȑnjN #\@R[TA0GKŧ5.9JVn1nIX縲McKWK 4yVԿnwspf'Ճi~z-b<וrH@\c_o^ha;=Xgŏ ܢgÿή2$_ <8oey;_Y_"׮}W];[iv]^~2;]}ʨR2bc c10A@Lc㧖3&D;⌏#f/ ?'`7&]WZYhm嬲l\]K{Ui(Z 6A+;*\txF,DD3c Ö|ʙw_&N_u| ?Nt@Ѯf{T,jgDr?c{<8O1nE8}Tr;~jP- }6>sm֑dʅ[͔칉0pW^齥)ua՜wO Y;1C=3ߐ__SAZMuC5l`Hr򡏑G/!!9p4r ?^?%{ ,WlY8|?V)d'Niл&qH$Hכ[kk{+,"I.u)bC#!hFl%ACc`_"ث%%;9>T}#Mo-&8}_£}~m3i䞋.>O{?ʿ3pkWNI<>81]{OsC 2s`G񄫆Rfj!k؄e,簐RL$zF]nۃ5?|9+7-mO@Ӵoojo=Z~ Fy^#e? o=c9v*?+Fq^G-W^扦>\}FIH͜r xsM(y Ԫ` )XϷtɗC$feB#f7D og<#w;t:jWl2-527~EѤw1_^}rrZud$P^@3"StڝL%.9gXCQ.2&M0$i^)`7 ?טHʺ;_+IyOɗ>Vѡ\0RBH7^CfTJbn=} ^˘esTNa  $s.Gvj{\HȂ8_?ş/n޽*w%.J_jq[C4-H\6Lnьybr#$@nQMsg!ώ̸BCi}^Hom˖8ȸ%Vڮ]c2圣YH:5`D*&Ucf,eMC#krhXoH'*ƣ6f} 7焉![7Og6?e֏}\y_O=R؆w!v<݉Nl|8кjDF_( ۏ=C&oȟv&1,|Iܒ~# \1P&x1̙J ̐7O0yG~ma'E4VeIGXgG@ʬ@ TrY1!#6|5U҇!_o/k˞SӓG-iZCel!DSMc`AˮKx@·[*v~Xky }-Q=Җ9yM>;4尸'A ][GAn)#9D(}1I)NW3~~-&C&b.CIJc2oֹsKm#J״\-5'Pҿx%UdqB21C lh"u;||Ҽ/[ӾYc !EBM+LlzC;΅ZAl&z> ^զ2 pA lgsTi@D9Y:˯,[E mTeHmA/5vERRwkyX!WuBq~H(NFr2"#zkojO򖿢CwFa0\F a o*4cE۶O68[{gŒ\R&{ݐyLv:/!v-f`w3F.#p*FBd!~8 džBqݽ^M^_򖋡kٮi7dzMj|DB"ٮ}\T, ޶yN5m]/_3`p7+%dW`ƻk+ǧŎ#p6|(q8w|b d6OGOuR A#nS#Ă&Ǒqv泤Ah7YGOs;[yYVu SKm\ݭBM9;ʆ`!Bl:m6lar<#mQ~,ӯ姕Vk\L4k`"ћѩFx)A(K=_}@=c= ;o& CtC6u",o:p2"`*@%x l= w@& >0 DE$P.Vk^kkmcmoeeoIQTDE*#"I6KMz_ΜJ|Mxñ\\7ὸ|w{:^o.wg̓k/_O.wc6}>l<} {*+Ŀ?ߥ>_S_)y>9_/?)xӏ[G;U.]xn}azb]|OF oҟT_<6BlC<>.^ݺ~o\y18˟ٛ6هq??;_쾟76Vm,Lv&_ z D i?|%Y>t,GZ)@ ~2_:&_|yDx'qTУߋ͑f]v*UثWb]v*UثWb]v*UثWb]I+?#)3 t?4Mcx1<Eh}?ƦOIw&ky5Ǟ?s[_|>'ouqqtNQAOK/"y˞J?~|Ƒ R*p?ݫ|5o ˵9ᦗCD=[c{;s _<ɡC>~[}'M ),$y-!`pCOk,9#R >]y;<{G@46=ݷ.( &v*Uث_0~}Z奤R,{.:}tދ߽KU`є.aK'!\&Dr? N53Ö3(s `̏}̟ߞW~biSߗGu2k`1au:I-[Cin⌼dTf<9bc&DP&<@+neL $'(O(B{^ҭ{Wo?U-;mޓ槠Es?YKs'1|Xň˓ x 1cozM J7F/q#zA1DTM3o巘Wʞr±ҼDءkr.ZCO$ueuw_Wӱ*r:Zay yQ'?H;miߙ<)}-?>uVyKI,+n`EZoZdj!$Lԣ" ?e=S、'lor$Fȣ?-8-7;˟5u#Hu䅠x80j[njd=}q;EX2?w0.Coo/(hYWs.c&[Qc}z Tݷ=%Gp[3~|Ƒ R*pF%$-F@?_MOӵ ^Uү`ԴJtBEC$r!*A1HD(tIG`rI=!e#@s-mr >pȚ7n}Kii OZ,p_Ki+9 IO3zl1"5}_O0Bbbr=#y~O̯_VD~_uoZX+0s(o8@YHZtʧ f^;[^ܹDEߟ<0fhJϗE_>I5վi{幬=/j=ͽ।LsQq5 Ɔ]D xw wp.9KpmNn/lI"vDU9?ui 0KqGv[F.)!􊤏@iз\qfb"P:>GQ#2J"o|'u+y]_Ԭ Qyl:yrSsvHk>F pѫ}rߥD>K{ky(G$C)f$9˘4~ G$ (m_VӴ+R+HR!/#*h 15=~=nNv@^?w9#'?5u k$H혾o܄$`Fj=k^/AK+,޹$ sXG2<[;_-*Y_pA *cF!AcE8y9DF}׿cC]C__\*yE:ߔm-BE#7A%0 XAYIV4Y%YeF?O .rq uA(J]xĠqQ3m+rw\yJ<-ɳU[Y6(o!i+1!T$|+VQRHlF]qwwPÓÜW^@yz~_?/'2JqTFT4яc_J^G/z?3k#j<{,jW9Aw1!cG f N<G: JKBw6r}nG+%//ZMq5/G 5?-<7Zϗ9p=mW;'<лv*UثW~usAEyr ?ʺO/Hfԯ6[j*fFu3.ɐ,p`11"${Ɇp_ :X>"#|yzI|Ӧk50`y{q8WWո(y($SgZ_h0MNLR6JGᅛ٣ˮ@1;Gcvo$RW5aM QBTym^p5)aXH_Lzkeg#> ?^pa7MZxQ8y\" خbwo͏5i^ <z48i =֏s۵r1sEy&hiW=Ydï9sBQ OM .3\Y]y V*?ۋq\q8\yV?~_^6 -'MĚDZRh"%?hYOJ'< d-M e_P2=ns2u@⨙W؛6k;O{ hJ@T)CP>Y9y% q1LDQ a֞md>Dq#͟_h_g!&qT|\Cz$mΫ%1-P?%]j-<9i*nyZk󍫠ꪚ~8Kx"4ʫvD{'6 y'gx<9FgDe)Uo(̓&O "\1:;m˯3F@Bּj\ur=v{8Bu*П>C:oh45y!R1᎗>hFWx7bGzH2<(cf\+fvW.B˿puo?;!O+>>,inK@'4=FmNSe z>/)F< Q-FgmF)e1<[fk< /0`o=w/'^yCo76shm坴Ǩ[ʜ&I#(}8USek|L{K婁'¯TxBGqM8 F..=FdH.] !_@y_ՓgS4wQP}`blgU7I`}~Mك_UN0# 0Lxe?aq g@3 hp8W}[s"w?%#< )ke{}[d[_Yh,BU6w1QO"D`vc/.GXPlOl3d#) ?8<˝sʿA75msy. 2PEm[SJ&ņk=Sjaˬjcb"2br90ǎ5)鏫p %)P!?7b~mkr`?0$\.k{0)4%5).ɭs-.|)pg$xwVDoox?od]Q쟙^jd?;|k^nV4&-mF^3q3/$-Y98? mNvik#FɄO$㼸qFwBU21ѝЫlO綿ɍOD厡w}KʷZ흽Ŵ007ٌȈe\^~4sc=>1&1B@Q3 RH"m1&b\gCn@;)$~j{ߘW֗1~v_TWx'>r+Mr_E4:LZ,4壂x;&DBs'j?-BX4wMqu曏=ygL Z;RoʥO&=Gy@T>L Uq F5nV\20@2Hp+rD/_wm0vKU5D9j 'ϰ1|ڝ]GÄ20xxCzriFM9`b}4s'<$ nʿ.3wך&)]i+s6D.o4Gւ)A $kf.T#v(Oìdxc8T d1=j8wИ N&qQJ0<0yWߞ&ժ/%ә,IpzO;Oib!W @yF@B4& ý 1$0~~uW̟/3#Y'ouqqtNQAOKg^~'nHwU $J ͆yq#FO(|\F1[ʗ/YK>w$)^#~,9 qr@DH 0D~Lȁ $/On#\Cqz^7i:OΝc:En$60V6Q )f+!V1x,H ڹs [u$jf(pmJZ>m9UJ`%-?jl3YOV$BCF> d$zacG'>IeǔõC53O/z?@|c_>n佮5y }1!!X5}3O* 6Rps!<ǰc66:x$]Aτ4rK<&f(do#Uro4Ey_  : v$WO, *ƴT X^XBuY,2DqJ1FBG=@%J+ңmӳlM;yZNy֗^VzfŤ*#xKҀNj+, 1G [ PxB@NC/I?Qyq;gr&5_u Gm5  óB_K Ǧ&2DGRk&~vh~Io8X%ڈ$^%f Ć.U!0c##}g]ڠO 0$8@;@>F,#!Z_^negkJ?Hyk+Pfe Sy2Ð<12"^*A[pCKwʚ-?Ci`އՊ)~3Z΂R9B"olD^(0LLe.bRO,j~ut[eo:혪,Gui \̂jwL*'cp92H+;w<\'7o{̫QO)cAkoqw4|n:u bű.YH\ݛ\Q帔kiN;߈5 m/7妭1yK:Md y6S%ѥ@&Uw*iQe%bpIGI7n,Y2 gv>8}D 7󝷗-?*W+iW< Ht&+8=.,W7T* RP-lu"c9p}#"6z9cFbF\F#VŽƒ_Qo5MF8u7W!df8+֑r4fhtZ?z|B$ELc+g3HG $xLo_V܏*&ǫZjalW%"PΓPbrĒ,<ȾgG$t@c!*`ߜ_pϞbM*j&x"TF8 ^\"!~bt/~p ὇==W-~r~My?%EyZޥi\}qmu}goR7egI(Ze>^pdL"> @Ω3gYdc!)!ԝvLz'ߞg_o??"_^ZMZ\΋ ^jI [VNWx8AS( Y러zIH0$1J;y g鯨po|oMWK彗7W}Q_T i݈i oN.Ėy0j4rTa"bO r]f'0|9K5┡R";aQɽqOmG|Ea?.\2+˫)!Y42Q'gu gL|r. q qdkc66Mx(; 3 O7NΞg?/y' ot.Z ZEӚ9ǩo>o ^3 c #FQ;?QcIRA#sG`ֿ;RuˍoM*]-J߀5ŌlhVPؖP *|S;]hzf$Ql%G(UlI߈pFǔ!)13msRyk?k囦7 XL^`Y*պ}IcG ;~7<꾞fa}?2)RR R+:oT~ϳXޓ8m|uw N/ڏò/] Wb]|C?^\y:o?5(5+GɲIsEZK䄉Q'(crnK{#&W' qp'bbo*Ba ebJ7 }(?I̸ֵ_5ViM6"6+*JXr&Yc0}Q ~J`}&1fV %sǕ FۇX~Xziߚ~a݂ ]˗/'MZM,#<,y%LMPᙁ7艈H_ߙm)MA4tkrأC!hBrfMyXP0´nj]^{7^Ք5bac SaWg$l(٦ ID8 $r7qʿ_y)-AЮ;O,~NigG|ٵhQ+G6gb9F3ڿn?Y$'n }PyoGߘt1?bPbƍyyI{ni2Mk2,1ȟq"tEb3ms0pd=.N\Lr9D)zLe"39wA<#vR1_?[ %连-obޡ=ig +{#_RhAt}cZgh9ᓌpHH5G \3 LLV%d.W(t16H ߗL΁9~N諮hZ4;Meir][ko;>fm>l2 s.8x~F3 1grFq~|l;r[Bo_1~PYyH.5U{4 Yz#Q: ?Box5_KS $e!>+n)mz,\u6R;jh拡y_:[;y^]X bC|$b`ҝ63 yrd>Gpn7'1c8FC&Dz5.lhiWLa(lY&זk$;PEyѲ{3CRqc11__ð2|;;ˋfY8%-@߇01#a?H>,S5Mgc_RGOƏ;+i5s$Bud*B>eH_A9gv5\y$b>A~'E8̷?QO꿒ߞ>J53=Ϋ25E,x*胨8vXXDa؏.9lo$d yc7dHL8(3,~yE˺OV)juM.$bH&@cZU6?^n.=$2XLF\yc ~Qr$R2.V8e\d$wO/2|e_?;ztMR//\KFKP7rE+"GšN% }axgK$攣1`^A23!OFҕllwYk_z8mPu_Ķk-M/?LD{f~ڟf0I5ظ%Y'|Q/n#<7KUF?Gߘt1?bPbƍyyI{ni2Mk2,1ȟq"tEͯb3ms0pd=.N\Lr9D)zLe"?39wA<#vR1ݘ?rT^LqhrSڜ?q[Ac*OJF |轪_{bqQ2bFR&8#_qr3ᘗ魫r?%'yߝZߐ Dc%{W=h41+cywU!o/[]3//Yտ(|kZt#Tu3HkڣA-%㍚(O .u1>MI. ^v|;7<-EΑ=Sݔ:_,^ 'B٭=+9.q_A:>0<2 reC 8#%pf8(Dā]ɿwrcC7U9S+?$~]ߖ_QFZmZEi6 6`U gG7g[:2Xg#gSɱ$j=\U}No(Uo"wq͞I7/0p$%гzo9a%p}4:^NŞ,t{c$#n! MT d˂D YY8$?$(~T~]~Zkc?.jzXֻYOQdjʅWs>{UW롫s1Ś4xf1``KM_0{3K@7|g9 _\Zo_MWjdpxro]\yG:ee/{B_vuqqtNQAOK޿?0? ei`v*UثV({G<ׅO^~"H8I?-6F4ocW|x f8(򾣘W)[7ʯz~^h58Z['o pzq)!@^AK1DbǕ{#^uCnVdN6 33)JDr71LRN@y'-ثWb]v*UثWb]v*UثWb]v*UثWb]v*UثUƓE$2cJ8C 21$L%Ȋ>21 a(t_)hZO|bfGgأ;QAyrK$R26P ` ӋqG<=dMWZcG\<W7J__t\;cj_!e'M k Zy6oq.r ?"{QگvOeyKv*UثWb]v*UثWbO|7Φ<= D[k#EmLܩդc; k#[?ÓP31sYblë/4Su m:egX[#BQPk@OlvCIy㌧ 9]DVFl H55_ΚL:ɥyBw kF&*ۻ*„k?SpqOAWBzdߣ]#?4v*UتSk4{̚͏=5Eiin ,2" *o]&m^X d-b }Obdh 2 10HXKWb]>yOV5{-sJiS#v@̤+PAqt<Д&* c!b}ynbGPH>DsuLv*UثWb]v*UثWb7g=%&}O4v`gor&'Gߠ ?M|o3Ҏur_uqqtNQAOK˭͞X|<ůZgdzV_ŧIok[ĞPEmֲRde8vi 0': cX21Gw?9|O+h^v|O;BGH[UCs҆2rJsz"pv"Gӱ2uݕÌȞy'_0ͿDgo6}iZO`Aeh'>04ݡ &h>dY$#ǿ)n!j1Ë/y}1j].6'9A~[j:4-&;l{K^|ŦYuRDԐӉ<@S,'\k G+&ŏ mOwD_~tXkg*Mfg!Qw']YYE9xHGC6Ci \3NX*q@ U?= \şߝk}.,<#Vy9j_[ѵ;+|4[yIo^'^MW:mVY-J`xO3~J냋zO(Ң nw2?瞡oIfoXm< M]]3QCRVSn5#i8,p pCRK2<7yYJdo)b,Gy׭y]׼o{o L5e FPlkMF,oIIQ9L9%^LT9nA1eˋМǚ> r뷟%7"?4c]IOo>Imu?Yl`T&8X9Gf<8ą`ߧwhPq% +z8N=w}^%|ͮڄ:/Χ܆0 kD,kA4cE838GsI뵑^lj IF#n)h,y?S= 0h@:ϖ'U$>TrWٻMbF2߆Fp_Qϗ:Q(SW Dc}UB\;&4j5+i\̾bq}6Q֬<zQz6Ϭ0@7!_o,ruY bGs#KCGTH qYڶ;W#֍duyFZ=ŌFy!]0 .1O9㓄z ,!u\\zqcc  "BF2p9KDSR~pWw|8}WmoM[ZEhB]IQ@!qk1QnxjB"do? g(p˔yFV?(5O8y4ɗRR0KORr"Pyq֙f s#k&gY G̚?Ϙ YϨA_h"kkDTib5y%+FQS5/M u9c,x8 };=G;.9ѡϩ^M_Nxc*y@a!˶ wR̪-Iiy TISq^X2<[PϏ0SjZ=̺^hzϝ?+F#QRR~*UoڝFxry#<|ɱ[Yj3x8!.":Vc{-S̟w'pSvc|[d- qⵐP ]z2c2~||F;yDYtyLcxxlgb$ &?u&or??wF%\Q[~ma,),OwDԪcNWFYxH"$%GOjػ@'Y71عЎa巚'Oi*1bU+6[@}3~;fhO,@r g#ǩ<>\\~l:_E决6k?.Xy8i常qeT&2Ous3##1.Cn!~>(}1䜲2Do).Nޝ?$?%g͚*iW 5fG':9pˆpBF].(BXQ,OH@zlOc z9#@eDD;&󔟖^?BkGO$hϒ4}v@->;vfÉf^Qf7vd5  rJ17pߨ#EG0G׿:M&Lh%moniz,T'x]{_]TDy%Q'U6NWTo3F>Oqo,vZ}^gB#z+bҙ(C$e8DbQ}/nc!`+%ߞ/7/o/csXhk am5M ei..Io5.3{[ݟ .%jx21GBYYK&MqCi(2KT xz8$\ Hwr_Ͽp̓: >lޙkj eE qtzlU[4?gt6I9Î eb#lz5Ld@T.(FX H qK}h>vqgWŶI|w{kUAңMzb=";v[VbKjziKGX5X|\s_N\<2cnK#Yh"@Y6wr{?ȝC+L5 >jH9TxbO~B ?)oRՖJߛ5-{6E}ֶ3)RE$ و]w?]ݩa?1. N=ehrYǕ>{ϟ̿"tliQܰ?,?hXyb˖31iITW#o'9f1$|\o?gCs~Te8 ;|QD#e*&$ b3x<yO/?=3'獗极kiyC41%SⵊUPQyʟP7.t"N}B+*}>ݖEz*), }35Z431HCq#rAj!Pa+cL<[;T`NyrF0 +_/˚FxGKQu %ng`8MZuaS,1Ljxc"2N@p=r q+Y27\nFB1e[qDu~w~N_ޭ/O=yT^ԣL14fQ`e_ۙݣC˘ \9n)8 D0 R șo& \$ʓ?ϟ3y]Ǖ|h+4|5DvgE(2Q uaĭBk4Lz˧N> `é"2aLch`єN4n2U_ñw 7HNё"_u;^3Xb$葙c樴U$ns`u݇=|!Yᄉ.D۹/|DJ'BsiߒGzG|u)ZըIArt|3>qO6z`xeG`|_Iׇ1F>c~G ^+AȂ܁A_1[ov*UثWb]v*U&ĤϷ)={=7=C[U?'7鯗xQλnY}^WuqqtNQAOK/1h_f\@ F:E,_h8}'3.u20 MJʞR<vki.c\:6д^2nUެB995Y>>Ep2ҨJ.g M͇ĬʽfQ߂Xo HB gN)K sjxw<[c_|H.#t)eIMy,2 ]H -l#CL "x;܀r#>\c#{r$|Cj̖!'g/?+|#ɟzg}uWP ilYMz|1]6 B0 .^DOxvW3'Ǜǖ\\>+ۄpخ{z>KX.EP]^ dUB543g"b(^Ýy[2 5Vz}!0-O]˞x^Bg{#x͵/̒r8YdapyJ3(_xߺ "G2 n&| rX,O6 %z}nn!Di(We8!Ï6<`F\ HJREPY9qH#~e ]}{9~cyw%&V򦝨iZM0gZ6OLq p:-N<:ˏo;:60˖<<8#Wտ8ϝgRyH^SsuӇeUE.ZUXRwjpdRp1ꉹzyfϓ !vlz O˟>le?+k7Pmq^C-mkz~!(-cI## . h{UץJ39j2n#}Ѝ#qE6HBQ]~Z5 >{+\~q?YQ U4 4D%8Dc$Lsªw]`1@k_W:}VI6"̽Ws?ȏ6M$>[=ԓI2Ag twP?%1:TvDsM/LF3 n_3Q1u lp/./|vi~m|׭y/omlou'K_Pz!Ʈ)FvÇ,}Gm%3xߋI$[ NM.xL\QXDt =Kϟ5kRTy n?F[1gVe@|Hփ3/gC(k&A 7Dp`dǗ!HF~$xdx +XݶHtK[h3yKX^p!V7Nn.5K/eh9ѹX8dMdՐX#ዕK3,r !!P݁^kw-y r?"JաﮛW5s-٘ l.DL$~OSv ڽ .p8 ?q+hqfK! Cjqz6vz7 a7oۏ"cCLgjϫ<8i#@ʨ5+C)eڸymiiqx>- +>2.3HoiX紷涅UP3`$fR,13S"Fcs/szg!!#"cUΈEHѴ*[94(-$ԮX kV$W9ϐd)@k'#I DpF3B ;/7yL֎{1:.f_Ҙ)N&u<5bBTo\&eøn AF⌣bq,~ooM#ߖzf%+$\sgL,-n,O57][K&-Axxf8fn"9l9[I3x@@c;UIhZ_?>5x4-_dɆ411R^ϫǍ0Η\ɐuVEO=?Wa= ͚>_PIJ' ?w@T8txy1D.(ĈӄWyKnM>y&7V<2e#fx|M/aC|S/yF?)|O+]%U~!O218 !軠}U[8yLҿ$䋛.t,隅ŝIbyVsqZ\y1jC108q9a ݪz ĠA@r5lE'Vύ}.^? _Y5ra,~ CfԹsD3.ɧ{_(fG1 tO׿/|ˏ.ϗ֩k+ ^쒆+]Gj[/J ۙqB{>_4vf.: H_^#._Ցv.]v*;_h_O?ym@~e~S_I3?ƥroW2tf߽'p%fW ?_'dv_Y町b]v*UثWb]|8gFdbgϞ;g<]Ym] wp:2T0Xg=.<:-ɉ.1OYFw ]o!hϕ5-G[#J5&R}AfV#ee4>åi2L'R{ J&;h77>h^ºʺp443gmCvže$K)tWv# Y7@41hcۈe,7,'(٢F' mָoG3<ƅӺAi!^zbdon"v󺜙8c<8HFDtC '__V6ti/ZOF揗(އi 1f8.|3XRFrxs GPzB>1tOY]lgdFWSfH,rsj|53K 9'gh(@8왞 $4(Kzk|@o}kӹ?Q^{8[hZm%81y1t~s], ?G>1c\ λZƉ;j ֞{5YJې3K#r&>1Ȱ׿3t&^D,/1yȚ%oQ \7<6-\%=.ekg"# Qq))G1u@a^y^#jlR $I=W_ xH c J2DήOe^zޚtXzm^Kyv*AeA'ČŅH4C֯4:}6.?!2F}~oMJ|2N``KM_0{3K@7|g9 _\Zo_MWjdpxro]\yG:ee/{B_vuqqtNQAOK޿?0? ei`=r,Ii[C!|mz0ÉpbR1EY+:}iI.]v*UثWbRw$4-šs{En pŽCaĸZWjc1)f"yHFםnk4$bn+=kM^Y E2s+GӒc % 9t!4|Cп*,<&ˏ+wY]bV@UQ`hwp;X[mν5>#!> `GīyW~oߚ(aƕg}:Bd(,HҤ d=h3Ɏ9+\ze6VVYĐZZ@QEDDPP R2$d`}2[•)%(N HFՐy$:Az/7'mkF4˭o]լ]Z„IeE*NG&H2".s4sunޏam5U4{/csm2TsĎ*=r;,xDccGE4bMuu4vѴHfwf 'C&H㉔;2O@*6i)saZȳA<2hD%]YH B2DCN3'b]v*UثWb_Gy+Q- 1T-y̯oyk6vԾCN3;l;j>]7~D5_MiKev .*õڎci{/[U;NKHR ص?,IAu @o˛4g=׎b|3)q \"< Nr#3/Ki 2GA![<3;?X򽯚_ ֐:V}YZ`(rƞCɔfG>ls"yj?Q?-'<|^~de~Ri[֚=*=fYRnmG *U&\g8V9f;17?PtcUO\\1?D Ž]<#Gc^.-忝/[Fu8aI9 eoeV333$Hd4=2g\2ۄL]gFy s ;3Lj+A䧟u?&yOG5/*ZːY/q_"].{OzXZ=N)]-( 5Uz3tg:KD NG7q2 HqD@H}Q4<ĸ7l:oɟ0}~a~Vy{Ack+}no-i7VJ-{vhKڝ g9,1#8 Dc[HֿWd(k'qs<&qpafˋ=Dʇ.-ۻv*UثT^3蚷5_h7շC&G^JH#ʳahLX?vQm?ɯ' /Rh<6Ld]%lfK$H4%w~8 cd;k/f/ ytb@} +KJIB*Ïkc.6 82PucyqG)8W/ cQ2@hon{\~6'CY#>;Ŀ_?_5 OY5)VCZ.-ž4صkf{  POF@1ӒDJV9Q7 [).)F\0"v(o,qF/b9Gnku9Zol>nO:DIt{xΖo-ݺs0U ݚ d/3qcyO"zqD)<dž3 zg+ڢht]s9g,-3[ luHoܒ\f\!:1~Lg:j^U󧘵%:!V(^ -:yRvs]1#Ź"1& uQD3DwT@4O ?6|mOXO}~c志o3/ִ%4Aj@hc. S]21;qDx NQj82J&"U(|$ &kcKn*M}o4}OmIԴ[4U-`0iИrdQ<[13‡LSÙȊ }D#bxt|B/LyJWB'heGxݡY~_&mE4>pQ[yJT92s '(pb&Rp2юUBS1U)} ߊ$ S=y~~4Qռ]QMiu}*]MN0o|,i=& Hqx d7>K߄Yer"G k}#jC`v/(?*lsQ<W7J__t\;cj_!e'M k Zy6oq.r ?"{QگvOeyKv*UثWb]v*UثWb]v*Uثhh_Y/XyysTׯ4'V&no.2D&v!* ni{!ِ9sC$qrddž""18Mp)pFz̹J'mP0|O"_/G"CY6{WpE4}C5IӮ"t Q$HKjZmttjcɔ$aA }| [躩']$|3&8\:e9 |l\R eF^Up M$ߋj;|[{ fUثWb]v*UثWb]v*UتMY)_FIoS00{M&ݯ=%zn{>3ɉ.?-sCQ/52O\VI48f7U1;}*f&8Fq>-$_;K~dr?1mj:?뫾s[K_V+?$I]R@ 3,x#3)23yj1e)J|?H$6< hշ?=9_\htX3sm X`PW16'; D܀lkq{~lfR;D˟mfo8^rgVvvZLc0%3/#ޅ/6#2 L1(?S0{}U#o9,|7to|#Mkwvp4qMDjB|9NM&!`ܷ7󻙯QM\R~FЪ: _ ͨ/Jq0ޙGe ӸVmI\F(xy}#.?Uj4)d e|ձT=Wϟ_ռwֹG܈#1@*Qn tq#}Q; ~}ݪSc!8nwcH݊?z7y\.^=mJ˕E#}*P٣&931R<[]ߚ_C̷MCnǫg 1͒Ađ^C@ ruF[4 F e u``AOGVSrIiݶ"<ȿ_c]K_7jzyzTP$kYj# |LXJXB05:n59e 򽶮tNU/y̾Y.kev\g*FQL&f1 Y4UG\y6(rjä1Yqֺ7|88Mb|EgϾ\Nf,O l*@ǵ[Fjc<لpO =>bDh#yr(~CɾQgbO;Z7--̫řQP(ƥ}&#qz4z>cׯ4G^In5 (]58 -Ъҙ#8J$BRQ 'nY. q)xA;@be4|#q~]_'/|k X26t~K$~j6d8de p#GR?Ҁ0"bLP;:qHfG*J\R!|ŭ.| O󍶍Ie㱈[k#3@2 Mpe<BÏ]l6sNbp#ˊ]H6nRʟȯ+~RyGX.̾VZaKaYf"9 0$-dĂ xlV MM4t%U/|ٮ?-uu=BbRHUpPk)"5B2t"b;fS:b'cz?,&U{Lu[F1,.E<Ҁ+?W}㗘x# ryI28p; &;Hռkzu|O1Is]YC@U9q[2326G}ob\c`>LkGwr`/j.qy:fMV[-"IH8J{lF˥%(ʨ>w:;ϊ9.r}ďqW;⿔y̞_ƒS&)y 0kfiRFbJ"Ìt'3I=<4dlHhţ3C5<0P=1̷?u״Ǟ]R-cW̑mN"7hg,a]ƜHܬי6{] 'ĝž w3_)G>j寛Z5vgԭyU>? P1`ƿJF2x F]Zw;^}_?)t+RwϪIkޱ{-2wq,/PiZV21EF"g~&#8J\6OwmoH}D/qQSg'۟ߏꏼ}?2)RR R+:oT~ϳXޓ8m|uw N/ڏò/] Wb]v*UثWb]v*UثWb__~cO/;~VyN #<;t}?su=ϔk%-v+ ,-KSӀY0iq^4=\5?YeqK<|Vz >^|vo鿓_=i>Nҵ++//-> y$2J}2>&cՎf$2jJ9~rLTdxwuG}&o{ԭ輻%w'+pA(s-\~8xLN\&5\<3ɉ.?-sCQ/52Or=vYx:'] wzXNi=ey}$gGr{d2Á@]eH oͭ{Gm'`^5m̶u QLi&Qk]XȞ(i]#~w` xe!_P2:yS̿o6rǩ"GK{~i̯.M ('U72[ ؞O<"V>X%Tuތ+BT}#Mo-&8}_£}~os͛\g˿fqȞƶ}gR]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*U&ĤϷ)={=7=C[U?'7鯗xQλnY}^WuqqtNQAOK?ThMj_gXHIqaiBG+|'و3ǘ)q%16V+]ɓ,X# ss\2a6z>ڎuR`hn.fQsxTFщ *9gi2eG$O?C#ǥşK(JH΍`N[ܿ%moˏ8~fk~e:m֭$k7vZ8tKC6G ,3i$e&&BrF@룗agF3 k7dxs0O\{M:=Y۫Z%$7Բʁbu`8pϴ5#D 006@+9 â˔N"82TAO m)pǥdE/䟚Ⱦbo(r\е]VE{R΄ػWky8q-afċ2M9W6}V,#x⌣ߊ1Dz8g@?.4/>[yʿߒ^^yG^mu=jgay% .SG(R!u# xx$$ xxA ? P4$.888X pޑ~S?sV>fޝ_ykMz}NӔ4szo0yvcLռ/֣;S+u阌34\Cxu$oD⿦c|ݴ0dK }@ܷe?'$~t5 ̚jWYuy@.D^%쎯~2W%K>.r T,q^#rIoj~ P$ >pI%]rcV_l?4|ɧ $7msu(i#DNjPqéi qHd1Q'G#+YJW*N=1qzb6ל|O?[dտ6;oz%i&֖qij3ڸh4: 0^0& 2b5C#8e9eɼ ' YS5"^_3, Q^ju=89da=Tgwmi?.1zH@;gi<i,Zk01գ/dk葿`Wn3/S y"A 2uО Hzײ%zHbExQU@s=b#ui_7m|%+0i EouDF@ɗ19%!wHgS ![ >)Cf'N?yЕ$l&ʿ~l·=wWڽŅckVѓEIOK('G>!F`!?˾T |ק[K#If9,j8SaT$X|Lf}H)8#<0#d|a0xx/_#y#q^[t^ɺ>ui- fMq )-$ F (ɗM\Zsnj#.d3[F L,?)|%D皵0z57~Wꖼp*q .,H1l w3#k`M!,|FY).|#9KRUϕ?*jz^CZsgtn_I/,S"2!jP:%e83,HWŽ= x0e?_1 '+yog{mZ\ywƽ좗hw NCDxǕCIeDJ23Qܞ)I!qf?xLMJGl#C64ѥ~VYy]wJѼ-jzv< VhAciSy$r4}(l,qĶg[2wf#Fwqu^f?Ώ?QyzZiegy+˺m+V ;KUGe Z$cca Fh#q3( U\20Q1N|rd(xٙg.-)rbQa?= wgo12_FuK P1c%۴=+уvɧG]Fealm(m^)@JV&VLoW]'r)/̐ ͚쟔ZyeG)l TOQ)$ >#5QeGr_ #骷M)FQPwv}u D#./E+RմiQ&IL`K,bΛW,~5SHQ6ɲb/TGC`sv*UثWb_Gy+Q- 1T-y̯oyk6vԾCN3;l;j>]7~D5_+_(GݵZ%-z|!  !? ؈DJ2\y}bc=(Rq{"j^av͖F6=Λk. e^F۶b9#́Dù.e8UU\uP˪jz^kgqrFK h |G;b"0GaCn[@+8GnA;܀OyWZyWS7˿,sY+;}W|8lVm|pόq]ogvlMJ &;k+yT['?(KCoʿ(6 CڥԈHȊ dex l= w@& >0 DE$P.Vk]N~QkWBYx!]v!b>r@njq(l0 %##L[y|cQ lOR_o(;D:%DGKҴڴXa.< M;{ʍ>0h1u^?ߖGQ5su僫hm꟢,i (%Ʊ.Ȫ@Qq@S qNo+'Mܓ|~HGWuK+ߚ曠jTӼ+ju_-[ivi2֩BB.짠' b9, aߺa _:}7$RH~K~P*h,Ւ4H,j`Xܓ81!X_WCO܋u6FоEX%[4!$1% ēL' DLE`VX󭯻en; ޺_/y-gֺq[>` $38S "!.xR\FA @<6x{"Z\3[v 琉~v~Xky }-Q=Җ9yM>;4尸'A ]_G!9 6M5P&Dr=~u;Fj?g ZHa:K",cyѤةjSNN{;x7rovo!̬=O"ec}N 8ߏE`Ei S' (D UWum\fx1Wϧ_|%Ew|yJWEf@B4oa@'tV~ 1njF V@fZ]k˚[iV\۴bi䉝bGe~:{ ߿ySJ@@'@)#S5˟򾐾Q0sac}nf?p5W|\q!q͡]+ QU}mS˞UJ+io+NngW4( 419|wF<0|ЫOlykw~Pn ֯qKu%76x ܱ5^<0ADH6(UvIt{'d2O RPG\,0x+._γ}mr`ǐ B=Iq6sq[ 5\Mp$YQd<Ep >8DŽD 6Oz9#Ik]o啼Z~\b5xuc,/`ʈ*'^PSa A"R; f\GVIvI6+mOYe6qgi[K7E7Fwte4-*Ys⁻p#DD1I wx?'?("N˩qhv orŌ-4Bc.KƦpK9DD BwȎn; t}GihU)K+O;khTc%TQRMO>2NJ"7 ?2lXv*UثWb_Gy+Q- 1T-y̯oyk6vԾCN3;l;j>]7~D5_~|Ƒ R*p?ݫ|5o ˵9ᦗCD=[c{;s _<ɡC>~[}'M ),$y-!`pCOk,9#R >]y;<{G@46=ݷ.( &yo?W$ yCO 8~:4p߮UCho˟NQ 6/! %p<6O|a_.iRy`HҲ|lvg^' {'3qFW\U/Q@h^no#j]q c8"~rfiXσ]kRMH F pTn7ý_ wT747{!e!AdrrA7vjZޱyijWҚ$0@vMA;eYIE`ܞ7'a8@^?w9#'?5u k$H혾o܄$`Fj=k^/AK+,޹$ G~Kia󇕵S;HXrWȚNҪ-xx9#/H$vY?Qoo>SemDZQ3W8Ez,SP&@N;t>Gz !pk1g$BVGwwՍn`'%㿘ߟ~`y@յXkM;ѹEˈTc1Vj5 ![{Cr6ߓNQO,~Ynh.EJyN󎯡~`X@5iV{a#F Eq%uX.ЏM@Y7FN<8J*U$gߝm|i4ֆDHT($t̊UIH˱He7bwѮFîÖ|;XߖkG? :~xo/7yRt6-FZ\XhO-XtQC-j L(` %w1+[V]-phaqqJ26j4w8y _қ[(c p!P9vj*bN3_=\y_?#Wd y!F0L|D7PܞyKoMϜ,/Y#7֒bx8 > .H2HH{|jtys]lJ<4ZF\%fp ?Q5pA&VZyeٙ< c˴t.{>[o˥@j)qQ2wx7o]g{_%}S}39>Ĩjڜh(G/QF[yS#K`$|H8mBgoƷl,E_oX|$1)"h\D]&c~"*ҿ'!u94̽.ܛ;ke[`"BJK7µm..>ݳ6RswnGla?Mlޱ W#_N)d܎i^-?k{2~!)Qb:W޷_,?Lݕϙ9GygivbZ\EKH''{kH0!8)g9Y<<}(>gd5pKruѾh󺡹4,?5yrRçI'e9fuPG&T!j9Q}^,2zn~uynmc w X-?=ד5(yڗE]^|X>nlÖxfjptb$IF%}a8b1ˆuȼMqm溳VW {iVa 7}A9Hj# UYa-e\;ǯB"[F9#ϧ^[o?=(t+>iEv59\IR 1[pʼ[B>kFOQ3\@Y7Lg ocCi{]y̶l-F(k{msS")ŨxCKx'zy#yrD%d{w}Xߘ qr]v*;_h_O?ym@~e~S_I3?ƥroW2tf߽'p%fW ?_'dv_Y町b]v*UثWb]|y3zGwoNi+]NфԯGe\jbY~dz`i'~yhKR Dܥ{mʌs';[/O23qorΟZ:/宭ǔ~4w[:NP$R^?wA<^jGelݓY08DBCJ|&?0hߛ\NGXS^!:i{kt,&lI0BqEKr(UVӝWrcMO۠bhmSGO4-i `^fh% r 7U+f{;ݥφyAd3gǧ32 GŖAA(@#*,#699|W/~j4-k=~3sN卫GS`i< ~[yriPÈ 1H|,wr'k'o!@^2M޿1^ ?@Ɵsk7KzV4ҸUS@Io=6QMqd!HO7'#b=y2z̞Ƽ>jZVͩ,q{[[!pӢ(gj?+)CY5P[<0(U(r#ʅÆ&PB"Ka߈l=^OtG䦫]me%^a0|ZX=ZOR2QEI&i{IeMR09qT@21n]Gnv̯_/]ykWt-<~VelomLA-TVa3SUO$KU)FcQ<@B*5;xvv=~i6?XN+>1/v/6&e[[yF$ޙ+ʕr}ٓvm$ {Ipd32yxf ߖZŗ.AYlH],MF_Qm)oxgem4;#jsK)R1Cy} n*D$FQ>`*$qثWb]v*UثWb]ߕuo?_o}ٟ_籼s?oZr4>u~o S'$}5uJ9{-/y|_ JӷuqqtNQAOKg^~'nHwU $J ͆yq#FO(|\F1[ʗ/YK>w$)^#~,9 qr@DH 0D~Lȁ $/On#\Cqz^7i:OΝc:En$60V6Q )f+!V1x,H ڹs [u$jf(pmJZ>m9UJ`%-?jl3YOV$BCF> d$zacG'>IeǔõC53O/z?@|c_>n佮5y }1!!X5}3O* 6Rps!<ǰc66:x$]Aτ4rK<&f(do#Uro4Ey_  : v$WO, *ƴT X^X}XR8Gc$"+]]Ɉ͈(J 䌱Kn${o^̓$P9 (y̝;_?׮<Sŧ+@ Q9s $A "hate!3džDG}V9Me20DyOBO?V_Z؝':2U[-Xkw=J$)Rd"g68cQ2 @zJsr^2# l\Q$=_>~Yi7ߒ4MBLt;K7QQ)-8d#tUV@3Ϗ!~~7e|DB(Ur%_pϞbM*j&x"TF8v ^\"!~bt7~p ὇==W-~r~My?%EyZޥi\}qmu}goR7egI(Ze>^pdL"> @Ω3gYdc!)!ԝvWgۮ:~gy@5-&ʯ} fKI VUb3p9ܱ LX76R(FR4.'1DzEA_jo[^Qއ4O"Z|+Psn~3]/7ϧ:}M<> *ˋTFIFzdOR\Wp/Kp݁?S/-vam&Ϳ\I/#;85tLQ[3;><h3yHs ݋!ËQ Y Frt[u/ɟ2liIw YNA  U(a˦89B r Д` j3R #Hc0'F7$p#DG<8<'7mW%ika\䩆OL* ĀF^A,1$ cyQÆ j0"_'~Ѧj>dΕG-E7&~Z]G.G.O5 +N$3TA+X!&R5%.C̤+T=xUayZ%)kZFYk( K:1ڃFL7_k.Nl BG lD8O]4/Ͽm|~OyGt۩|CO8a]K͒ ,ʓsR C,Ç29c+&20⅍̉Q%1 9frӆp ΏJ{_vZ?,ע2j4Ҵf &KD2d6V- 0ޚdtxgѨ99 2[ x׬Q@qU :Q⏋B3b'c˨.]<ӼOO,yZ./|y6ɢ}[QҴKk_VIb!] %fǤe.fj!x!Dlz5F&?ƍ?qYd+sȯ.kfD3ZώX2"11_̍l`xiOGaxd 㔹Fci9z--m杮e[R2ϻ\!)ywy;126@\/-\S֥wsC>oyWO:r]LyaWBf#c\eKbLBq 1 qw (FSd@C;u=}qg?+?a4>X[+"k{ݥk0BU[Gs;QN8آ8.|n &W"G(=ܣǓ?O[-IjZOwbt$0]Unr}a8"+0tI䋫8lpÓ8d@ W P{q| e9%fGعGr%!I$zz[CL"]cO^U)?,WR(mү.eP 8az D}P'r13f{ n8<=& fUD(U!.ƻ-旛( u/jP?"VQY4Qd#ȮK04Xk0b\#'-Ā/srg)X1%F#M-?1|84_󎿚)~NVRyvqo= 5rDO&Fwa՜5|1U>U}Fqp8$eXzwc\Ϭ1-̦]?\tiyy6Z]lhm")2SFWٱ)hpG69yK!2=Q*s3c͊`pa(yއ/VZC'%vo%~iVqP|hak0^z'Uw*A؄UXgIH8$x"yQ'W͓043$*.\x, kzqwu:?ÍwRK%sGg`F +rR 1G:Mذ.-D&Bb&{Teg8,E$>ӱWb_Gy+Q- 1T-y̯oyk6vԾCN3;l;j>]7~D5_8k#EzVk%  k,nR;il-d%VcSANM#02 gLpǃ1 9 !dx&My>KXO3y4yWq:GKSQGο={oMlc&E@8}c6qymI|bw9N|!3OP8%$qK/zI=cif[ak:7.'#ki~EפX[o]$V R*w S]잟gՍos e8<\\>ſ'!u1Ýu}wcBN?/~?yO~ӯx3|~+ﭚ#׼oU'mҦ&H%,q#,-A,~z:UNJqD#9|A*9ȏmv?VmƉ8o[88bPIXfӮ[L{#P+1$>ݗ J53=Ϋ25E,x*胨8vXXDa؏.9lr 941F8X";(ߜQ~h~w?ʶ^oԼ|?=Azt{'&ӿ#ܧqe;F=viǔCL>$f@FOAnx% Dq@ *ByNno꺷| "8MKY+w>2"3ޝ^}8ɢ3aɇ!g!srDߦ<QLe"=<:6x쓵&?'2%i>|ߖ@֬mjeҤW:Q4&MDs}@焱iCp\kz]5dX`n3d~s<@9+?9?5<y-|٢rzG=WxL者EĆx_ݙO,rX88 7c{n;-Do+<ߓ,.!iŏ[-E! In5sӟij*Y)Ic6:G淨yGJ.Am6;jjk2ROch z7R;.dc SᔙdݜUDonw0x_1lثWb]v*UثWb]ߕuo?_o}ٟ_籼s?oZr4>u~o S'$}5uJ9{-/y|_ JӷuqqtNQAOK޿?0? ei`v*UثV({G<ׅO^~"H8I?-6F4ocW|x f8(򾣘W)[7ʯz~^h58Z['o pzq)!@^AK1DbǕ{#^uCnVdN6 33)JDr71LRN@i^Y=G:`ڗ#7w(#6n!bT*Ff$">d@'q|#|,I<{Wb]v*UثWb#.)t1y3Y^C[t[1siFYe ק Yxhh~Yoo)KZh,E-ĮdWv2K4I;(32R<'vm8L$Hܥ#y? ";v*4~2<^2z.*a@ȰE2d ]w|.yC͚g5_>3[b?-Ŧ҈1 AdtI5۵h@L,BDy<]Js}<\b DCe{Wb]v*UثWb]v*UثWJKBw6r}nG+%//ZMq5/G 5?-<7Zϗ9p=mW;'<лv*UثWb]v*UثWb]v*Uwwi]_Eece^:1FIUUPI$ QΖu%yH&{sD䡅Ej*3+_ٺjOg Qj@`$ kAIIJVԴMb\ѢXb"y'Xk/ R9=&hbiBCF5#.Dr|EUbǘXf:=[ϞF5ʺ-bkkLQ~m,,apSٰFSzXrO?quH,1߸w?4ygE4=X^gX|^]֣%-!hՁ`'*Ǔ.,s1g(ĘgդĈ _K``KM_0{3K@7|g9 _\Zo_MWjdpxro]\yG:ee/{B_vuqqtNQAOK˭͞X|<ůZgdzV_ŧIok[ĞPEmֲRde8vi 0': cX21Gw?9|O+h^v|O;BGH[UCs҆2rJsz"pv"Gӱ2uݕÌȞy'_0ͿDgo6}iZO`Aeh'>04ݡ &h>dY$#ǿ)n!j1Ë/y}1j].6'979iW,{ZSLf c=Qzxj-1GJ2'z {+[GXeΗZꗚڜvrSYn&{b`ucH9 fwljr< 2 zDFU}R˥ HvrzMo^l`<-7:<Go:jv6g\FQLk1DLΥ(QuHD-N6>2ŋ1'&6p{ _8γ?9 `5/,{[WyQ 顑Z |+:\3FϨc)JR="%"NѺL LJGXr8#DwY8oʡTn--|};͚}jN мRHQJ9.q|<R<& lI!caeb% g{ }8O9{DݭLеf9 ,w:B#VG9,A* 1 #6nsw:d).2(4{aVS<=[OR,wk~x:ŤP{H;&+M1qW = c?ΔDs5!Kh 1Ǵ l$GhwT>iӼy'Qۿ]7~Sms x^$\ƀ8Ȗ Gb⁩Hnn;˂<7k9c'X6##U.mѯwi:n-?-Z֧ C,\ mR(1e~@ScCp<ˈrkCVW,'Iy ǡw's?]j?u/4~ZZ55x˭I].˨W#n0tzÛ,q"&RBtI˧>_G@w"\"\>\ob4r_˷JOk+-thn䷉gA8ZFF۞3eŭς19~,rMLpR*GE-{K6W[w&Oq#ݒ, H@&cu/Y"c1Nenè'!ǖ>cyXt/ȏ7[V*ӼˍVQKۅ/ko%̻eI~X x#ꈘXBpe8kq"eqPcκ<ߔJbS?[?k8Ҵ;f7d4'TaF21o3Og]HϨGuWB?ĺΝe5ƗgBe s"Pu}Vc^uS|l9ѯ3[s|[eZt}BqWPN}Fu/&+\4JƪVI#x"tfͮ89G)ϯ)mD?Kï{Rhy @&.Q ޟOȫ+ʞD=Gri<8}I+|TXIL[1QxnƢwM kq\Fhz$G +[&M'|:W 4i2 ̡ZͮHpx"IC  v*UثWb]v*UثWb_Gy+Q- 1T-y̯oyk6vԾCN3;l;j>]7~D5_?46-,3t$R-u?2XKQ>6ޚ.[ G=&]>q03c,~d$YpLXa`!#*"@/ɯ?~S@kzt?+ߚ|ռi}Ry][ kSVCMfd-.φyo>HDeDx2<"1eR8B6@A·9>^埐73?<ڎy-ڞiTm4J5Eh+U,Y|YfǗL\rFUC9`ca(QD犄 ٷ_󐺿w]'ŶG]:֬/WUH)-y=uvt0Hp<$,~9EJzab{/pvv.M\>4.#qHILj-z &;G,{__g$? Ө~bdG<4o.y :3h1˥=,s^3PU@kٌ4O|X89#  qD]Yl89I-u[ʿ6~q?P5+fZh=cLҥ o4YeF]ffi']&80dPɘ q664H<#r;f#q4<_q_bγ͐K:vySO_"yFA426"!xVb@ =>]\ÞDc(*"5xslP71*YTAKsDm9E~f~Yj/yǬQ\&>8yWdɈeC(04cW\]&#f7oߕ#,>Ep2ҨJ.g M͇Ĭʽfl\b(zm|$z/n?E j?W wWO-u6l }^vO'iGU*"@_PY|vKAgc1bbMS@m\5g5k:'s-hsgM[s #O\>!~`r@32<9ǀ+s3݁Q"R2z|jB]}c9t٥mR[_;I "2Qj%\Ӎ\:91 jPsl(=uયK)<9=}7q]s{siH}imD:Qg50g jj#6P<l_OȦ$z/,yZm_{ )㾵Aon?vĆyd7X:]F~b*"jrW348=<z ?Ґ&R#!;/P*+o^ +(bQ^<㉈5c<ݘ4_a6|?&7<\_OߙWep%u BX>;rh9 ]f$FXLHgYE9-pH\?o龃5O S_+Z&4>f{M!YHzIT5j[9ɨW"7,o[>ejm~,Ww5-aU|Uqjؙ4&9N]xD 2#$ 8 H&g/"6iiZ.j{E&IZ)8~<1׉e`*z\|SÔHA7VD*we~ZhQ6fE'򿓬e8PWY"h8QV!.03<.鉰x'x𝀢7F&",mTollsT.ثT1o-LΚ ս_}i~N\7Lb\2*i|xne p׾7u~\yOqrg彄:v>ަAˡ6[K x|,yf.G>,7y_|]F)⟦N..[;E8o~Yzx<鼪Vmy~A2 ~@IKD8Y->C(B2$c8*h'D0Ǡ0>@߄I^! @O ꍞ=?95 C$璥{mBn$98㷀[EW,F=4q(&R"7NMi8`O!RJ'̾c)ҿ0-WZCqJpxU)U}M6à<\S&v <%88": a&z'Vύ}.^? _Y5ra,~ CfԹsDC.ɧ{_(fG\cj#\"#>3Ο~_M>+]7.4;S*Vܽ% &V&2Է* ^2/z}"_Jh.]63t@1/Q⾼F\"]SLռO_1Vo$)@.-s 㓦I*cF?uQ,#CI%cs_qZD [E.]v*UثWb]}D/qQSg'۟ߏꏼ}?2)RR R+:oT~ϳXޓ8m|uw N/ڏò/] Wb]v*UثWb]v*UثWb_2~f+3^}<_7j[[EYu1NF Xv &L}VaF?b'2,*s#`:W1- Kox)<ݯyηq'U^[ ZhJ8e$)wuPluW}V 5A `O,HLe"1I&"&%d3xLt|6gOߧJڦ~Iryxŕ0u֮ICb=8cK_-+(f o0'PC3D"A USp:FǦ€Y8_̟:o///0Voe4zŽe K#*W4^{+F4r8#(xSR/xyF1A 7~\;?$|~M^CŨyZ)-ӯ%7gsvns|, 횝7Z=֑M@x8e/8DŽ=Avix.ӻLo(|UZLLE,l9Kc8d I)\HX89N/h;L yS$;lV/M y DPO"j.uΝcY7^LV{VWMw)!Gr aqht0@FHGC-9[`VA$u<8IyQYZku e$2~*T)sय़A1v~$Ny"+&86*'DHG${?$3)h^kWuO1~Zj7ڦ"I5 MR9ITI#5 5z='1GB'egQjĤ%CB~<γygX_<ˬj2h.9U`X;CrK.7l{{ aHCObGsTFrXQg@{?˝ZH88WʷַCbf #IY-;uȾ|~.]&0P臋G-aS_ŵ9qDS"o}]sq9a~_oM*tyZJ>_jǜav=)}P7t}_s,!~P1m!<6lAA8JBLe!2y-'?ߔY}rJ"1-eNk Z\ÎWR 'O6h iw}+AVI,,ombT Z͐Nr2iňb&yCcWbRoH:z7JL/i7/Ms97LO-9qQkh?A}7_yɾw:gq뽖/ %uqqtNQAOK޿?0? ei`v*UثWb]/3~v{9<iO}kM0 x:xeRÎG_$# ~|ɭmmm쬭ⳳ 85 U|dI&\x"1(rw+Yv*UثWb]n>usuCm^_AG͋p~h,z4*̷>t$̸,@? ̏ia_ſ[\w}^TRp`]~*#,Üg)phy{;āX"Ĩ s}M'b]x'!Ǟdo/&}f(o1~c/(%V<9?T?QP_F(ЯIܛ>{׸B#ahd~ЪzafSs'>>[|{X?訌_W5v~W7STאy=~)KrnF䚾t;d[݊v*UثWb]v*UwпEMn~?>ۇKK7kglK>dQ>czOKO9֮33@8Oj?[U쾳)t.]v*UثWb]v*UثWb]|98KO?5:Wb[R#ZYMrEo+CCw]Oh;gI^MbԸIs |c"6,z"姚m<'m3B[Α Y[ŕŔw=؎,  21.$s~>[lyA;'b]v*UثV <+s[~m?[v~8ִꑤs/Ւ^|c<[6m=6|6,~rd$V(1B3;#{רγRث=G KС̳yW_k4 x.H墤A`P (N뵻 Q٘22Ɖ5eR(Xy<3φ2LXjߚW4+L!8A^hػI+?#)3 t?4Mcx1<Eh}?ƦOIw&ky5Ǟ?s[_|>'ouqqtNQAOK޿?0? ei`v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*Uث%%;9>T}#Mo-&8}_£}~os͛\g˿fqȞƶ}gR]v*UثWb]v*UثWb]v*<9I;'+?.ySVci%8 43O7=_Zaɛ%|`qF'iuόx8x_p'_ _ϓm5|{u(ZI>m<RIL i ۺ|:M0χ1ͫ%̒ia Z8*+#xz'hvc?'ra1>$FAd,r72&Cq88q/Lڇ|oΉ5o8叚ZH$k+Mn[W⠁!pNu[?n53í<'81,1d#'P.Rj2W Y'<5\|BFQIM[O^M{Lom<ͣy}<5Z[4o}pac+p \C.. rrFX?JF.DKx#Lm"HCRd Qxh)]@ܿ󊟙yq~`l:ޑŏZBh>e ,j'3דnsؒG`'qLxÄOAh`r?Ww/IDߛ-.?,?|mA< &t N?YWee0^@ G]ѕq;;'h{۸>|O 2O9sgc dޛQЃ/ȉ<ɫ_?SZ~OytO!~V?67Ka'Qr`#QL8hqvlff/>ymSJ3`q~ 3whB e iqOqйP_H|v7o~^4T-ud6--!Xpbכ4n붷 oavz33K#G"T>ZY^{/ 0Č^>p]J19b"%2j c<9 /Q;\)~M~M\\iߕ~sNv禛j_&GN$Օta9{_=ϴ0-hGa(jNjpCY eDp@D ;rLC6 k&~s=^^i3CAX{kUwxӆ٨W9Q~Z~@?kmX7ʿ>Z%ýU쵫9㰴-ICECgknvdzee#9b9>";6j2p<@CJWCqd_ZNv~MyK˺-ދjY Mut;;k)+ Z~Dv3C0ɐJ2A㪍B(AN8DJF7GnǪݟIG]/q_bE:ץJj2藋WVOq"ڴqrK $:h;SKG Kq cDqwKՇ?^yrr8dELzHzru~8ɏ;R̓-6Sd[+k=6{b/%hlo hP]wWCii-x#%)N2XRqosӞ xV7]"&/uO8{C4~zO f©1( ,0q.~[!NdqO7q DLj HqArYP 1^&>#\jU cBOȝroWӼyGJԿ?'sbԌ uu49žAOi.RC4b|\1L8 ̀ܖ:e(HqqCxnC7.p?ScO/R`lmm/-NKq|=R̟?;N.h#&Xjeq@䜧 qd0}P6f#<g\]_G~Iz.|qlM:k{p/]׶yqC:,`"rgz ; a!\վ)bU&ĤϷ)={=7=C[U?'7鯗xQλnY}^WuqqtNQAOK޿?0? ei`v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*Uث%%;9>T}#Mo-&8}_£}~os͛\g˿fqȞƶ}gR]v*UثWb]v*UثWb]v*1J~MyW)<~F毠דcI=#qE *vot^væŌ]Fg6j1͙"$y $ye|yyyoKԼ%vRyb 涄(jb(W񠠠5{CSQy'e$D9qf͛tBڪ[{5?:S+QbBNWIY $#f=X?ݭ!WQdO`=`ʥ@^ ]K;Dw7C}Q9Uy?Đ>hz}ъ:C5?´=]/ K͊|08F3\r,֥7Awf?*TK}K=3[I#HGW&& ö8=\c4qĂ 2LB$K*OW"L.Fu.6Zִ  D2snQSQ9]DxrLq ԲL1U=(T<$wwe/: [oɯ"iWiywLHDs +c֌x.g)JZ<2'.KEOx{ʒLLO)U^QQ~J~MAs^Ko<gAӖ]F ViqgIdEwY 1 {Q8^r1`,gd9HHl#gw?3IemG[]-"mR+]QݯErePm9>NR2<99\葽NmHq^DAAz)5^n_uk_^L"E1$<(ٙ86>,b08DYQw>lI&]$ʉ:`Nym/TO//iQ1)Bˈ Zdgl?3<<~,/o~D^YyG,Z],kkitKwd-bCE#T ii;P$>$fgu##wՌDNo].zClTyc_/4Kai2[Zfa wUT5"›Sz`1%(dJ"}p drGg}y}/g/?<~eV取<y%ޟy%Go%%ſ(`,ϵ}݋-&Ikqg?J0{Yލ.yO'|;yז&_t*6#Zh=664d葩fbƃrjsuN)ͩ< \#9\IlY=/?,.<7?/c{6MZDߝD&<5}3'n]0OQX,fr8˛ *yyPQݷ&?]k~u?/|yNh_Omg>[b& gu|=ݣM-.-FX19 goe3nC˝[懕6uf4+fuY/򧧷_Sܽ8N2.Wᯫ{Lg"FUhWIUFتMY)_FIoS00{M&ݯ=%zn{>3ɉ.?-sCQ/52OT}#Mo-&8}_£}~os͛\g˿fqȞƶ}gR]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*U&ĤϷ)={=7=C[U?'7鯗xQλnY}^WuqqtNQAOK޿?0? ei`v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*Uث%%;9>T}#Mo-&8}_£}~os͛\g˿fqȞƶ}gR]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*U&ĤϷ)={=7=C[U?'7鯗xQλnY}^WuqqtNQAOK޿?0? ei`v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*Uث%%;9>T}#Mo-&8}_£}~os͛\g˿fqȞƶ}gR]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*U&ĤϷ)={=7=C[U?'7鯗xQλnY}^WuqqtNQAOK޿?0? ei`v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*Uث%%;9>T}#Mo-&8}_£}~os͛\g˿fqȞƶ}gR]v*UثWb]v*U_9ߕ:G採0j[ԭtK-;F<RWIQqQe{!]_Kbf9.cHrco#g*2̞GHn8<ǯi,t_:~qjP迖R{Xon4 9CIxmhzr7헲cvNc3C%d8rd bDJ3∳mvHX"/=YOJ" ww9y^\򗞼+M󮠚Gy~ms}8cmcNgIx겲!ej4fs<}$ kF17y-ȣVfo[Nw9_/ɏ4~r7>Fn剣յM>|+-\}zki;7!70T3v>Ϧɟ%Yvk+$\ȳxc<@Pqe_8]Ҭů<Ϫ;6[Cw Mll5}oiɦF!B'#P##zpȝ»O7˟6y>Lo WMR=5-!ndP P(FgAfeNäϛYpԏ8A*&'a.v_2rVߖ_o75VZ_,=&ĆQ(^I!?--IY' c' 9I Jc\%8J J]8hY"[lorgM?) owLƩ]W^jǟ4ˍ?VkWo KUOWKĜ3˛W ZYf!K<8GgYe 6fD1[J'ލ G7󑟝G~^?x[K44M`c62ܓ4(^W=KIQLRώQF7H'FL|LDA'vP}5k~Vc~Lךw[j7cOcLMFi?lW_l{v`走F3x9O\d8?@:f&'& юq}'z]./FrD )ƔsitQX)c .<a>s\ w7,?9ɟ'eiB޵aG&t[+mVcNY9'Eo43aͧ\C9b9ƇncD \~b$@WQ۝w䮁~_?]wѼgok8M"_k5X`X7d?ؽnlZY5O)d!>j #jHx$?6xpOSǘ?,*|-at ;RMJp^=vy2G sO=?nJZɂ LeJY$g#~K(ıBQጥu2F U@\'緛_ʏ͟?? y-M&]7R!O qw-(*sGt}8y?PɌM}4oM,DH\rϋc||󦷓PayF-cEVť("bPN~F Shǡݗ4jDFfP J^w1;,9g.۟XثWb]v*UثTR?ο>``KM_0{3K@7|g9 _\Zo_MWjdpxro]\yG:ee/{B_vuqqtNQAOK޿?0? ei`v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*Uث%%;9>T}#Mo-&8}_£}~os͛\g˿fqȞƶ}gR]v*UثWb]v*U/c򥧛/O7yS0^6ya][6N,G/gvaǘC2=# ebP:D<w?|sݤ~pȷ^JuMDQҼ aGm-#BY Īcwjv27a#ٸ5ɢc9@C&^!L`c qF"!}p,#>ɱ2' o#*5y'Hcj>hW1_omirDhc4{O4Qͩ1ÏW)σ2qFcięX)spI'~3o-oF%z?mum/ȶz`2X m붤24おEPj{ =,a,'27xS<".x}F<2s|. h_?%[>zur~O<%x=8}<]Dx4Q"Y/*u A#1e)щ{&y9 `0i?j>hү<äOՙƩM>KӴ`fmP1[`.9`>\L^^6_P&UgU/lqdj9X#.9˯K#LXUnO}?#~TY~XéƉ6&.H.5S[zmsjcg^ccFj0 p GA(zxg|s5І̞bp1.RSrsNȞb[K:O0G OkkaM y T)}>~粝Wke8rx℮cr0u8yģ?lrNMgc_RGOƏ;+i5s$Bud*B>eH_A9zπqnj d>!}y/$~ba`[(x_ZRj+~;;uq@b) g (JR\8yHǷ uY^OC~o7fjzϖo4koEoSV h@2HG#Gu~o S'$}5uJ9{-/y|_ JӷuqqtNQAOK޿?0? ei`v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*Uث%%;9>T}#Mo-&8}_£}~os͛\g˿fqȞƶ}gR]v*UثWb]v*UثWb]v*UثWb4%'|ͮ2~S7exZ;ª3\J*(R[`3yF  G${Hٽ'$xgz^hUثWb]v*UثWb]v*UثTR?ο>``KM_0{3K@7|g9 _\Zo_MWjdpxro]\yG:ee/{B_vuqqtNQAOK޿?0? ei`v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*Uث%%;9>T}#Mo-&8}_£}~os͛\g˿fqȞƶ}gR]v*UثWb]v*UثWb]v*ݽr󒟙~Vߕ4}:͖`ZMiM:6\ '~HXn(+wKz͖L #YKa^7c8O ?5{GB$6O E8o>y_^G|~ch:zԺޡ 7Zkh&X#{"摫*cZgM&KL&zq'\r 1 !- Hg`U&y ȑ'{~u\Ծvgq^$YX&9Ws˚ye .>>ᄆqCZrsLf8~+>x|̘m`qXSQ#oAo|rD'<[7kH$Hn|jWI-}Bv71ΣIصriiqD3=5 &zh̑)썈'"Vho""HG?|-+&_~pj^W"/ʚkT䲴h%YAP)@ȸE..ZmG&.-F'ouqqtNQAOK.?'?0|oh%󏘴[Fc͜I,,q?enǂ"S>8#/G}GIvW3;ȻU%\;߸_y]U?]ȻU%\;߸_y]U?]ȻU%\;߸_y]U?]ȻU%\;߸_y]U?]ȻU%\;߸_y]U?]ȻU%\;߸_y]U?]ȻU%\;߸_y]U?]ȻU%\;߸_y]U?]ȻU%\;߸_y]U?]ȻU%\;߸_y]U?]ȻU%\;߸_y]U?]ȻU%\;߸_y]U?]ȻU%\;߸_y]U?]ȻU%\;߸_y]U?]ȻU%\;߸_y]U?]ȻU%\;߸_y]U?]ȻU%\;߸_y]U?]ȻU%\;߸_y]U?]ȻU%\;߸_y]U?]ȻU%\;߸_y]U?]ȻU%\;߸_y]U?]ȻU%\;߸&?/:Kt&fEy/@8 COs R"j~O#62Xj^Y%ּ~to5G%Z-m5 y9F̣C}r@د[Mo-&9}_£}~os͛\g˿fqȞƶ}gR]v*UثWb]v*UثWb]v*󏖮?40|ۨj~@K6aqs 2A6Yht{#L0ǨAi!1ꉍ,VՓ bc[oRc) eGG$?~W>Z~i_;=MAbZ:S[xp(S̏V]up8#t#ya2 ̽^'Žc)ynq'y+_>^ٳ|[=[W|/\ZEUg,J=4#F2T.ٝfvtH`<)UqbTd}GJ!|4|X6Q:^x (<Qo#kQ-"Rz;\d 1|Y౭h^4#1Ś&9z@魛2)I$ym3<;]*#ho o k4xВCm{siv*UثWb]v*UثWb]v*U&ĤϷ)={=7=C[U?'7鯗xQλnY}^W/|:j__ѿT0o*^~KOsu~o S'$}5uJ9{-/y|_ JӷuqqtNQAOK&Fh>[ u~IҢ&嶿q(D#3DɘG!׳)HHqpx9d׈c|ob°7?`_ H O/mlWS[U9U/XAJpqgñ]:C,ӄr2jMN%*|4K?/^omSWt:9[_OLQn̝>\y2>N\r7Ci,0Xqσy99dzo5CҿN͚74OY-Lku%JGܼiɨh+SLL' /ad m>cmc} JLi1%ԑ7M791ǖă6d[ D>u?2aG/KCy \"Pʿq?12Z5Y#qeHoqk`<_yޟLA&1Yۡ`vHTV#s˖B"`= lkɿ_[_~c_wZ$^,GIIi4 hrp2UtkZ!9p@tg[]Gݟ/<_>^3jF4v-(DfN+hLF@}T~]ޒ=Xdd  ^׽m߾MӵBhf4mu}V %Nk1J\Yḏ^}ɨŊ3"1@qpz4k~LϾE+2Κ #mRO*Kڦ( kf @)%عn=mѸ;L`OH.H=n[QM]?{W+o :UԯhlNDM)X]!DF; :@uVyzOqi&&|q%B\$4AtAN5_/wZ׿0yNWgm{ <= "34x &~>?Wz+q麮._e8q JH*v4]yJ_?iuo M[mJ]% fYk&FҙfY @JgW?Xy#uP~>0'Ѽt/>^Vx[P_44A1 4!L*~!.\5Q 8(D#s lp$UrN=?$lu+?#hڈ{ɼæV ,s mXe0j4o}Qq2  q6Hћ>XsO6yKlf_!JF0 _Y[߻$JL)Ptrx}"'|e*?F 6Z5ES121 #ޫӵVֳe=y{]aZjtabcpjr9#ˌB\7A8qc{(?;?&nlɨ~ny.OkFo_Ӟ)NVܼj!N)bD X$.F'HR Ilx$~ tse jb#a.|cGEc|sYE;UXoaQ p|1˖LFB#]!WۦhdvA(<KnhˏO=GEߞ|ky!?ɵ;D*IR b (FL?f?&^=lZ&*kX)l1)aQZ1s1FSG"ks8o$! 8fFo<#`B}".uMQԭUWh^[Y$@]X5eyzۿ}Vq0}]/<{_7J__t\;cj_!Oe'M k Zy6oq.r ?"{QگvOeyKv*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثTR?ο>``KM_0{3K@7|g9 _\Zo_MWjdpxro]\yG:ee/{B_vuqqtNQAOKr#>yZqqK9WO2$iU|fH|LFxE^.8eC/@\h|8>9uH)|~UK~GTK.躿^JU=1W 'T7< }F>X'xe<25{߈6U˘]gGhr .?F|8/>>kZ5˯-BR5kuqj^0Jh>^B񎛲t)ر/aT.,fLZ[ˠ[Yd9ZN!-_PbqG1\ z*we0gǏ%BHrQ$LbWq!O>y)t-wO7跑wihڛ_]W7_BQZś{~8pm ɰ$38P'w(3+:q- 勌՘10 #(xj8}?*%t,j~k y~j|w4ѵ[ˮ ~pT1>0(2Wxg:*g^;QbĢ oߐBFiyEGT_z|sߗVQm|cIuse=̋fn; / i4ys>$B8ȎN2*Փ<~j`g8fF#FLJcf~`">e?Yh^4||i3Sy 8o"KA0ٹ4Y8pd I2@wŷT}DF̵rJ`G-q\c131!"xȈmȿ+Lrng|NQ-~K r}G8 .]F-PPrr6mˏ)X3;:&;8m0ZjP<u,}m Z~_DIFC:-*:F8AW!ELzYeXXJX=O,eo#Ccmq9q8IGg, /1KrΚ_l{m.;- 9#Q#ǹeJ=rvy=6L߻#Ge+(:̺xd=V9Gm#qG$G^9;zG_us˞H׋]̟_V"THy!F>Lye '{3>,S L<Ž<5Dw9|ydHjD j8wWO[HUt gXj6]eSs]$#2F6zL8xN @[#?"@˕D NWZ}l#!G5Q rO>U~lV^~Z]ZXvqMsUӴ+{$LE| NJwq22ːolyH"?Ȉ9\xvl18P!'(+{g;g>9?麎`~\eLߝ^c:vVL.ė,o/@@+mOv<5$@#8lUeŽmd-v ! x%HLG#e?L R☏@w٢Ds{QwZk;RՎy4O^X8%bFhL{Gv1' c ]F2n#4p;fBqxrqHJ|F2WARP,/_<8yj֗+m[FЮ!>gi]YY;[W1Cv94YqU#*!ɤi%988^>sxc??_ߓxmOɾa|}mk_\ VZV^A駨o6xW,OtFg|=cl(j7 ^l9c;)e"FT6%tdGuĽgqkr]_.y__L.$o.E<1`AB1gxHd9e>` 딁zi֚X  DŽ$!;3?4?? |&|+?5=xn5`up7(jR,cT!DEldLrA,D@Wt22"fB\3χOX8+?t2yKT}iz_eoG\g^SMɐ%4B=Ogfk0e!⇏3 e/Qu$;HWQD?sG-2><[>VϧsGMcof 0$vIZJ#;o?Opo'`M"h]*zl:bDq (ꈗ_y{_.z5טt/,Z%j-.'[+4[f19Ey#A,y9 !8agɏbg!,04a+B0efC "YeW4AR7)ߜN~`k]qUOvhҮ5kIͼQG"n?~'yˈk#o hr#x%H$q, pèτO 'N O=pyҼm7ߗ/$7,71$\xR|9WaBx7 C)xg 2= q -6}v3D3CO<;澃M?o%hFiߚ>jWi[\4BIYU92,dŐn,K/I߆2q;SJ.;=F;DXdGRO9)8 yBǒ?-u4W^/,]h6Rn4᷈8Y$tQT--T&9?Mƌ xƽR@\X^]գ5 ~1yy}[i'LBIsZ켟]dCLcm<c q8|13!WYqC\8pC&VQʧC4.>y|{6u2>\u닮r>jbHZUޕBg8ՏY(b2Q%Ŏ<lj&"ndlSxZysta9GO0zg!@uC>Yտ),&}KS6eWzۈb1ƧJp\=^,{.~ 7xA&=?'91qwO<^ ֧mSy{R)(QV>+,|J2EJc?쑇THe9e/!ԡNj3OV8QqpF1 eO>9GAw&2S϶Ny^_󯟴tZmZHQEۋ(41e=&Dp#[q<-^vX91vB'\|h]~2zIK9;v*UW'`'??}˥bKK7klK>dQ>czOKO9֮33@8Oj?[U쾳)t.]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*~VGѿRg Ikfhό!bykˏ\A *LM˿?k<(],}/O+NuqqtNQAOJqOQͯf4y}lb]v*UثWb]v*UثWb]v*UثWb]/y>Nt_ˏ?Umݴ:>̏2F)=X%Ikn2O|4wvߖoʺ[@lH>7ߑ厹>a~gpi~` mss$ qY[ilD3oO1J\sYʸc#zz'Dx#/)I=@nkWb]v*Uw~wmi*/u}Fo)isG\M ,RWs68FXz( G}?UFY{LqY"D9l8oz|~V-]J`cVPԫI; frȀ;פM8IIܓT,&ٖeNKWb]wDt[_))ms|?܇=7*?pg٬wI6i?پw|o'Gkj?ݗy.ثWb]?by'r%Jr XI45goS>]gkc9rːy&b:DDu-),{s/4m b )oeHZ9$;x]ayzo{۞aC O<~Q~xo;z}c.2Y59KDcQ=0veGLFs1>>1q2c?6("#u7^}:֭i9l5 ۛF$qamqV+CJ`o R͠Ӝ'Uuob.[w>:ؒ¯grkrkǛ`VrO#C̹ju 3׫W_zauGrqɿY~tZ<DYܪ{ wߙi<\B7ǎ^t*Hh{蟸_?h<kK/15k =?SԖe4xd!"C>Hv`ٓ?/4iX.$8BI\'5Dn b_"NYvz֗Ŭ+925*؊ [8Dȋ ZmV6A%֧_LDi*@OO˨Xg9#)H@' -9šyk?t_|o1i\󾝨vc]AӒ,H־Y]ڸ3͏c1)`">&s&V#∕]h1A)9T:"/2*'oO Ӫ;(VJ ŷ5ueUO!_a{oNu:-,_jQ<Tvx ~!$u$7;܂ɏ_.GKM:Nyȗ]Lx5bh9HE`q~{!q  'qTHcfrY?G&%'?>SpZi%>;ku|2㐑 qpBRNe "'UgvB)-| 6ydG0->Y51OUXRTjrvgǴe4qأ0 .zDa 0ی<>6f]v*UثWb]v*UثWb]v*UثWb7g=%&}O4v`gor&'Gߠ ?M|o3Ҏur_uqqtNQAOK~S=GyI]WK]6˺zWP\IެWr۳*I&cP uY0vu<2 *0<$A@ ۵)J&@LG/X6qrSߞ^Eϕ(ySJ\vk~S:>e2!ԖOZ(Hl`k>^w'ZYEmz1@)Xir ͏/#T">k󗘬G]JWv I4@ZyeR+]**RuKZˤ<ѧɤ5ԱE}e-J2ȌV* KrDXQ{צG4 1hTK;F}^ Ѝb^R?O]M(U' NA47&Ԟv8qFVy'~%;3\_iwp7隇ד63P.DPr8KQ draK&QYKB=2="⸍` p䌡FILJ1T9U#9sySϺn~YO&;;$+,VEH$,1hbJ2<$dsYqBZIQ1#`W}/!Ύ̃or_nM皼o"Ky^tΑGwi-p2nղy1@\Gb@:]O1%B- OPFL?.w^n+D9&jMp4AezmHϚLe0U.\;ҎF21, `{Ȑ@ߚ_NMǑ"`~pyJ 3s^)kW_ԆLID^PI"# HDѐ- ѽ vs5 ̤8@cf<]$+6Y~fKoʖpuĶq=[gjb,Ou,X"((\d7CDk꣨xe*CPtH$= |9~Oy=L-^[ocgSPA4lȞR\GPe O1G=raebN5 <2woп ^t5к%\k:(_N94r5zW`inԐ@ }UrD$%6.%.տ,+!(=7ĺ^gk:vzf ;N[j`[kX.@VbҊɖ\H f}"8OጪtWf˓$1 crY+E ̓ytXO2Egu[fl>=gWʟM+˞i/|qm]-j/c3ZO-*sBj#&!&&'2\eF'Āfq+'n( bz7bes,l\y>CO(y;>t me_Յ`Y,G& 9a%; f:Cko=d\%΢90FbGq}8\%;Le)z48=L:g/c/͟#S73]Š[%?[keor{ HF2 RFs1)N"ܹPtx0$ rWsc:=G=:73FP`vq/sͿZOo-WMUʶEyt\A,i}EŚgsa$)PnSY@Dl1a>6Pa2p!=WeEy.-eQ<Pe%N6=l;,f209_rGP%"'vs8ANc%b9P^9w?>Yy">7A4OH)<aZegG8Heh !c,4XR31B.o]^ sDz7ou/ş K?B0w 9c.m.lW8Kq>r ͏/#T">k󗘬G]JWv I4@ZyeR+]**hz^zK+oK: EׄdA9r21ᘢ83jő˝?O_5H`iwzw厫,ި.Vշh8aHaPKy~fX5$'F'D9@Lbv0ˎB!N'wFg`domzo9$~e:H svћHօ3Eoʯ7E[/ljkO˫c"D#.)㜇G7vȡM Hh뱢9 O?5m}m8GH,_;yM:>-5 J5)neASQy6;m.H G)īYe a klH9N,HHW4WF"6?tiw)K6!opND nda_3clCY<'s^N+<΄R [ʿ>=~jjڏ;],;\h j}R-_Cco3=t$^,xGss?m4rc⌌'T8LHHw7'f ~>\5wrB2ҪЅZ8j/ 糱vFH&jet2K~%+612 ?͗]s>7K{meK9%o<~`kZ0yDEx#_ YZA̐qnE=(Z_ff>(<=6#`+"o''+L#sP᱙5zrޫST~_\mXHn(&T5z4Ϛud88e2^3 $".]o^O __<uz[/Pw3:Znoy-D Qȅ9+_{gK=Q0'0838J` &W $`g DHs#ȃl{o~kkZ|8uKySnPYz/) C!Xj;3hivΎGYQV?ydT$8#)qNFMyZc$% Ub!8p̚(\g~^' |ߧyq̷gGEXjPkޤ˗@C#*qS}g_)3p>(VS<&A2LK(qTLa~EDŽnhܣF<=(ʇ?.چ]Kn\jMäAsɖSG1R+O[}Bc j/Qyld@U89PRd rwqUpYVK//|$c6ܨ/,d 1ͯϤqf9?+f_Mcw⥏23TN,ǹg(]v*UثWb]v*UثWb]v*UثWb7g=%&}O4v`gor&'Gߠ ?M|o3Ҏur_uqqtNQAOKmZ\y3[K@Y"{jvrM34% dmn2Yx('&#{9{/.\Uj],4wڗ)5m:խM&.vO(I]ej9n38q|.@ +4]V}8B{Oʣى{@^ZW󓿗o4~lyTռa1?x}C7?'^,3MnPB39O>)~_-t0ͫ(Wr38~{rC8Cwƣ켝k:}\?ur 9QԏV6N@",kp k3AQ>{J?`Y1X89gƥ(V9FQfwp 3H~F?7?t7~EO:[mNɕ^PX#YeRBҏMv&fT9Y;m$49!#üNNU?Y8١p Uv;Tf J՞_+q@H's·}?k9m4zq3[ZݍտR6h2 Kxcn`K(f#VO:㟠YsAu9yyec\ ?&+!F_5y eN0>Gcz싗Lio&If"|dvIIĀxc /b?I8٧Sg1-.>M|go қmT +:A=LLZ?S⭦xd/[s&gh\8`10&v"&$I2%~<տ'.|cXyot_֬kZV1Fqt] kg UTt9@&UViY"&$/g'9 |T)mcs59cygzaiQ--fi|krwW-O闬aR^SL&H mE>_AƵ462!Q ȭ鯵lǏq2\hZymM$/m|6/No̿Ko2/*4SjF`dhfEJV QJ&>Im`Qʹ5k#9qIg H2GIspW{7@jz_uyɦ-n- ]6 Yl$3M{w4t,Jޟ(ó%zg)C" 1QKaaO!F2 ]2or;OoοGg?5>c>94DDy#G#B$H;*ꎯxN#"qqpH'lpǒ_&~Z^gyƷszEZoQ1 [I*X5-7eK9arz d8jxl{G rɌ!%!|e7f_Pk_/'#?1. /uA"cy-Q+,"2'JTeҙk5qزbc?O8O\diQ# w,S3qׂ ><9u_a,G[ɾuuz 0[N4jד\F肤$bvisr6@2 p˖QǴ(bn)Ꮚ%;ȚBߧaZ|?.uKAf8/ẍhai~V-Zl)x}O1Lr(r¸xUիs8% `_q lzJk"+_Sf>cuO';jNմ_/yS/5\*[A[3klQcφeU\ӈi958x7.Wʁ@?0<91YoRyݵiuHM};_-`wB[H<:&)NF`a8˖hwcfχ "1'D!#)pa#l(qjGH"I Nkz\61BB2m<l}|c9m^YBk9pNKۗ=ͿO??jhmӿ656Mxf ɓ_@c+?U\3ygipoU|m+ X]_ 6i'?Z=%>Ѯ]ɏ&X51țxga;w'ǜb17N;?0?+*|Bqӳ'u'M.5;8-*kr/FQlXՏUN'7p^\v#,;KmY 0G6>..;mUw?]'&\<̍z:6u;Rk{{Kռ #L0ioC4sK[yn'WLcJ7̝$=&GLyp(Ǚ߆M w,^'(D1 {ޓ0mQ)>'K'Mo-&9}_£}~os͛\g˿fqȞƶ}gR]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*U&ĤϷ)={=7=C[U?'7鯗xQλnY}^WuqqtNQAOJqOQͯf4y}lb]v*UثWb$9xE)T (AbLdQ1! zfh.kiUv^e [[[¡"c U'9LH=K\1 6GdYv*UثWb^8%9>ulW- IjV]aK `IJmM&IȀ.!dukφ9#1b$_/ꇫySʞ[7o(yCFlz>f!ܒI%ijĜɒY%..[6lfm6=61$$)2$I, UثWb]v*UثWb]v*UثWb$9xE)T (AbLdQ1! zfh.kiUv^e [[[¡"c U'9LH=K\1 6G?>q0}gbKK7klK>dQ>czOKO9֮33@8Oj?[U쾳)t.]v*UثWb]v*s^gʝCGP5-jV% uw^+ď$(ըIJg=O_G13 eЗ 1¤@Jc13_O Y#w^egߖ:/o?8O(t_][CK)yT=ivuH~64x9ԏC1ٻ'Kٱ!ap92T1y"xDYٌ6$@qҥ;NDҼ.yK^L|PM#~`Ѽ61Pҧ3٤B uYYQ 2tY5L3K xBzl@9C|>` 5#üQ37;ǚ?9|?#yAڦw>i~[|>5cJnWuwIKU gdϏNfe,;N5UԃQGUdY #@b=lXNNCa]]'eѼb~>ToJm"ip 1 4z mvɒB1nNG,2zd=r/>J`5Ƶa'o55Xu<ɣ(kA#Gb)DNY~vFYHuZ]nq xG0O9G'@)zLiU3<3.!dz8d-11{_3igO.?~V󵟗7Wf4=nm[FTzx?)j1~d yf p2 "$َnD4e?$17-;HC_G'VjZۤzmG^\Gkn,̱ĞG4EP=Ge6@R4,<1Q6XqqfAdh 5pGVߐSɚyayNIMh:=[#4W1hW^ocie D3=6J'G4Es#qdmtd<5[ܨGn-˝syCr-/u݁gdQRb+$\?5-OqO/Vp%z<ŖG h6XbnfIᏴ#-.4qHeXgRʌGy}'$ d O(z(6[ѻɫ+M{uƷ~a|HN5 CS$3QK򐀤֏YǷ2vF)8^œPgC>{8;kvy1F'c\b|}6vty h#"yui.g8_Gk_LZ7ԐB)H@S2=DGY6?- < @⏣x1DQ %ӄLWAڀ N?5:#F!5;&$hixȽ34c{u{u8\:&~b2Bx,Y69+"d`>/-c\򿛴F[Ͷb4[(or=&RӐk"_㇣m6~kg2p((u~o S'$}5uJ9{-/y|_ JӷuqqtNQAOK50ccŸmrb7bi[Ork/u+\7ӊڭvo|: s@ªc!tc(qd;;Y=VI''$,B[>aI<2 }6J?#.4]7r wK-7RKsjk6c,0Y}Le*dd(؈FP*⇣2$чrIUQF\(7^<|5"D}?<7|5!=G.U0'S&"r@F/ٜUF[@}CnIn+!q ЊhhEA󁄌O1Œ9 'q`ߙFv}E-ZKyu '76~̓}k9`q Fcgc/ΈK)(Ju}>\,~HyEo9Yiܞ_FR8ӓvX{rifH2M?Oz^,bJ ya1FV_/ tYot,kwڜ>t&Y#xP'h)%PWK:\@(f1x(%2OA%@ؐ2nͪ,zN!. ,QxecB wo~}-ko/^}JϖƇ"Es ͶosvW!%>ܞBl DJ  "2hp-HQ CPF&.걚$xGFy{rξQ~_˿<'um3~UjZҵюI湾4Or"ދ|IJS2f&d nW x#EN<[~?k?N57h д/ihV{^H\B෨J坛< )jQB,%w᪗02Ʌd<<.;HQ_*3̯/#zkR]M'P>`|crnot`GVMn,哇b~w#~W,ꋳN *5y n=VHA#q J33p˄ `jNFes#k(8oxL}$=ͯ?.Wެ~Xgr]^%cM3Cp/kig,9F*$I>zG~V9Cwyz_2'}MֶtpCfz= 3UeMBqGV+Gv1) tRH Fb`Ark4D~c~xfJ?J-2<q>`O n?ݟgdo-0x.(|3Q߈} <}}-_?38o9UyU>bJ~_ϭev,#I;V7mF2L~Ga5){QǗ480F{$HqA*7-"?/j3MG[9uG*@C,q.?fϒ}' s;X0;  l5@D>YeGc)PWb[pG 94o_(~j|=7z4꽝ݼ^U%Un*Of!F& $-79bE֍^3: G:?1RF :G埐y3H5`$v48 +SJkcK"R"1F( Jh $r5ր&Ο<Gs7O¿澯~MX fyp2f %ܞ.C5c~(D{C4 b||$AGKI9/9U u{`~Dy_ڧ|ٸCK{"^F6Uzba8AϩOFl0LOH{[_姓|-?|v}Ed]][ Vm&v2$ (G_Wz=ǝ-b?1*\K]b []MXM F&oQ:wqݓ퇱ݟ'8Ō\g'>'ᑕqF1j0=  9c&#9GC)] !r1x J򦇡EK;[)eӴ|Ri<UyOe{_I]6SR)H&N 8h &/J%?cG6d*?xd>B|yͿT/n" |ˡͥ夲nJ?ߒ0_N6EůG=GJ3.Y2 ȇ T `t=#+0zzģoo-Zg!0^B-wh\2#)r37F92Bs9.W* (d>pIɼ_~e]KQw<4o#jj$FbMRJ3Wn\Ū"2curÒcB1$U 8zL+whD97/qr+gnm77At4 GJӵ6e5KY.JIDcg}ۺ&2d>IS9C&\2юӪw1?3Q7-Lb|Ӭ_]G这^o̾} cqUn{:LX5z|'+8NNM>zk[^^$";__r+9$1-mHu2iL4Yem*gNp.k.8|3>rt9,H1' k]x4?x0?-<4,|]}Fdԥ-e}UqZD-":8qVYlf{˗#ozM8b^XB5wOq8Su-JA6Y5ߙ$G柤{FU%H@sۯh#ݳ@V9J! 1'̵s)eɼH=_ q-_˾l?Ocͷ=FHȱoE,oBԕ6'!G^lSRD"J7#]7zx@Ci #ƶwކ'g<]v*UثWbRoH:z7JL/i7/Ms97LO-9qQkh?A}7_yɾw:gq뽖/ %uqqtNQAOKt#/(P-~ך9'>]_(럚_XH-|,Vq?xЖ 33$.9> !9WFr.*pvo P&! "D$v!#?Rg?1W̾t׆Oըhv-Yi+5!k$)4L 2*q:#O[qHf\#Ah ǟ3 h71)m!f|m$8u'qOzߐ}jSiHmdbڄ|g2'>Ҏr }FWˋ(U~t*N e|< ;A;_JM>X-/&wʩV_0Y5_Wkwo"d27* ņPCReb"kdNG;]p@f3xu-d;?2?2|N3{"\#1+hbD=D+81EFGƊY(])ɨA6Iv&Y|ϛ̿6,<WigVc^Α6dn`qsea>.}S9o 7pnر񾏜 :%5Pv5]kߗ:n5XJJux$OSO8~qc˄].ry]IYewm}}6˹%/󽅶O5q7W꟔Vu}oo}!K?X!FAn^6':s\cۓO8M<#9qHW0r#韯|zΖ? !/ -,AX(|au4~[_]FHbi)Z8 ACQU?BqDFBB;$ ǃ,21erwN$ᏖWu?SZce?IY8{6 YaeYKSԗCpZH<0&HTr"*>>1聞i#!V ;xGRsG~qmu O-h˻,!ԵKyn&uO޵j˰ /\d6"mhĊ hq!O\^oxn1&חy!XY4DMRI8, e2E.˄K}@N^Xl98 Fq`;nG{M~T~Zyw_^VA}oYnGgDK;1 3o!1B"#@_NE ;Fre#COm3>Q?46W>zS{^ LoCŸ߱n:2"@9s۽qLLsߞڟ"yfr=3W5_]6$:Sia!}*R>LZIXˊu3,7>/;$y_!-rroKzy!pc f&ÐT~ 0BTnYϋˆ\@x^Qۜa-o%yQ|g?X_~{M˾cvY qpqK12Dƨ+Qi,8#\3KWQ?To7+\G dsiFdPX|HzBLh"{\f~_~oysQ/|-Ţ/4{ t[,m!:[; [pgxqprߋW!\Y}x0<"e $WND}̇hoϟ4>X=ǒYӼ6E|tWKMm;V;b\i9ˎ\1K&@8JU*fraӒ4~bCEj_dϛ-2yOB֙g9o/"D ,r'T1:}R;/6a)UJE,fr.F$;iDUW@k_:Γ8`' IeM$6z_\UѱqmBd OU3iG[9]Gƾ+*w^n}?GG'2 ϯtk_Z|>Mj~[ԥ׼k-igMb陮&Y yq \x#oVJù'aMy3pz幞״C"~[Euy,jw$dV55(WR!*w6Gkygze,qN-|:J֬KmnhPARU5qz4u89r=<GAA?|Ėe'+{oYygm.tKMQY5R9 "D-vKN9 0.R,^TdߕX|yHÆ*gDhF08ߣ^{]O?3-4/.@u[t辭Ny ?xrC##}cc7>8qK&Hf. $8ozNrx鱵qO.9t]3vyOu+,RM3U[ԡZ*HgÚr8#6p7,)&1# DL$<1ї8E]{Lլ":}iq%bdt ^MCKtwO?-?"?/6~(xAc✸yzs?\u3g9%eF$P<7Ey?yor˞B˽WZwm-n[ylU,k"&$g|p2" e%>D`wb';,sx6B0]#o*?-<;u//+Myq>Yi7,Rm#3FݘPhɐ̋{/ͧAg#9= +sv*UW'`'??}˥bKK7klK>dQ>czOKO9֮33@8Oj?[U쾳)t.]v*UثWb]v*UثWb]v*UثWkffG?)2mMh](i}Y7]N#lǒG,y q0唳d;9v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثV_o8>.O/%//ZMr5/G 5?-<7Zϗ9p=mW;'<лv*UثWb]v*UثWb]v*U{7Ǚ%?3&9a*hu-|?2PumPO3ڑıWQWI,g)b0F9%,"Do@#S

yj I2$l>Kp|?2iͿʏ13Lt(uBnװLFq3#AE#VU=ϡӜMV)f!0&9L"0NOA.2Mrё"O^K}rɏ.ϞH.o-6MsJ&5*]|}  Dx%;p W l|8& 1.Fނ?>?iO2>y[ʷSTo5H$Ԯ[*m +~o=cٝFH1ikxÇT'D8Q)G{#NNFs'e!b&U";rw ˾V8dο~B򽷝H[h6Tmɔe8$+^v7a:^g|#g.8zj}W`Mљ"R<;OEz߄DDR,(-DQ,׉&G6mC̏#(~^y3IgP֭04*y_.=IW^խn$cd[XSY%U,ap?ɵ>vc sH`eZ~i_;=MAbZ:S[xp(S̏V]up8#t#ya2 ̽^'Žc)ynq'y+_>^ٳ|[=[W|/\ZEUg,J=4#F2T.ٝfvtH`<)UqbTd}GJ!|4|X6Q:^x (<Qo#kQ-"Rz;\d 1|Y౭h^4#1Ś&9z@魛2)I$ym3<;]*#ho o k4xВCm{siv*UثWb]v*UثWb]v*U/ο-ғ?JR;_ )ƿht#ai{_0{3?}Ɯ)NӏpF׏|92)='~ҔEZ}OOJ|>:^X}ƦOLrO]\yG:ee/{B_vuqqtNQAOK k/:h>gֳ0%)(ёeaFVͶMQ,U(ﴢA Hǎ/0wA؏#zG'5T\XcVck=ޣ{L1l@, TSm# !&ϟ.gaf1O1{ɪVHsdQ"1տ'-5̯-~pjSo|L%H=%B撿tf^G9 8,T C!R1b)>gcHxTI8?'?>4;kȶ~nD.[;b⎑^YKIRJe!9Gq65ά\rÂbǟN\ĚEX4̿Z7fy'&M77[N0-Ƨ:*E3w $ecɊ8=1<@rog~f> xd8d,: ~{?^pѼ/>m&~'ϣu4MTćz|qӒq$zyhL<;kO6kξZ^.u׼w,l`!J5 qxf*Cq)a|~Aq⌫sc>`[c'so2b]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*ޫޓ0mQ>o~ES_IC?ƥrtW2tf߽'p%fW ?_'dv_Y町b]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]K'vtOҔJq9|<}H}d{hAx S4?ѽu:LyIi_t?ndSzRq}7_/p|5鯗xQλnY}^WuqqtNQAOJqOQͯf4y}lb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]oUI6ryؿ")RR !R{+:oT~ϳXޓ8m|uw N/ڏò/] Wb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]yeR}'JGpk8>qSq>M2=kf4<ӏ)q޺&E<4:RKO)i=)OӇK >I˿?k<(],}/O+NuqqtNQAOJqOQͯf4y}lb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]oUI6ryؿ")RR !R{+:oT~ϳXޓ8m|uw N/ڏò/] Wb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]yeR}'JGpk8>qSq>M2=kf4<ӏ)q޺&E<4:RKO)i=)OӇK >I˿?k<(],}/O+NuqqtNQAOJqOQͯf4y}lb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]oUI6ryؿ")RR !R{+:oT~ϳXޓ8m|uw N/ڏò/] Wb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]&#Hm$-ACӡYq?cU^|=8߳Ҕ 4w:gq뽖/ %uqqtNQAOJqOQͯf4y}lb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]oUI6ryؿ")RR !R{+:oT~ϳXޓ8m|uw N/ڏò/] Wb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]ߕuo?_o}ٟ_^o:25;v:vm[H\ŨY\ɬFjK'IE*[+C[U?'7鯗xQλnY}^WuqqtNQAOJqOQͯf4y}lb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]oUI6ryؿ")RR !R{+:oT~ϳXޝ8Җ@UGZuk/#\Oh*j~.W(vN{nylc:2@ۀl_#Wߴ~^l̂1̂ kpzП(c#FyC*7_D*8LV?4ckPʹ~C=(\SPFmoW/Կg7w1XяC* fsNyC+1A(y\RL(c#F??7_3ڿU;qhrK{WQ3ʹ<S<_j&oW?ǔ?b_U/_D*8LV?4ckPʹ~C=(\SPFmoW/Կg7w1XяC* fsNyC+1A(y\RL(c#F??7_3ڿU;qhrK{WQ3ʹ<S<_j&oW?ǔ?b_U/_D*8LV?4ckPʹ~C=(\SPFmoW/Կg7w1XяC* fsNyC+1A(y\RL(c#F??7_3ڿU;qhrK{WQ3ʹ<S<_j&oW?ǔ?b_U/_D*8LV?4ckPʹ~C=(\SPFmoW/Կg7w1XяC* fsNyC+1A(y\RL(c#F??7_3ڿU;qhrK{WQ3ʹ<S<_j&oW?ǔ?b_U/_D*8LV?4ckPʹ~C=(\SPFmoW/Կg7w1XяC* fsNyC+1A(y\RL(c#F??7_3ڿU;qhrK{WQ3ʹ<S<_j&oW?ǔ?b_U/_D*8LV?4ckPʹ~C=(\SPFmoW/Կg7w1XяC* fsNyC+1A(y\RLgF2u9o5C8xQx!V,n/䊓]JY̺Ņŕ1km.`cLг4c E(i\x< Vm,4i. !I A= v9N,! w}vIÓN".QECk oa>ޚw:gq뽖/ %uqqtNQAOK(/<<Ȗ67>f󯙴Qk#;W.ld+K$+Cpgņ1.v)x|@}R?LS_-oU33KOú_e?-?Z珵|a/NgIS-?ھ0Y~}FOh_wK,S'YeTKO;_QZ,2cxWK/-oU1R<}wd?L)i>t;2E&[Ljú_e?-?Z珵|a/NgIS-?ھ0Y~}FOh_wK,S'YeTKO;_QZ,2cxWK/-oU1R<}wd?L)i>t;2E&[Ljú_e?-?Z珵|a/NgIS-?ھ0Y~}FOh_wK,S'YeTKO;_QZ,2cxWK/-oU1R<}wd?L)i>t;2E&[Ljú_e?-?Z珵|a/NgIS-?ھ0Y~}FOh_wK,S'YeTKO;_QZ,2cxWK/-oU1R<}wd?L)i>t;2E&[Ljú_e?-?Z珵|a/NgIS-?ھ0Y~}FOh_wK,S'YeTKO;_QZ,2cxWK/-oU1R<}wd?L)i>t;2E&[Ljú_e?-?Z珵|a/NgIS-?ھ0Y~}FOh_wK,S'YeTKO;_ q_ѱ c+/"H3䅅hg.s(txrȿoyk6vԾCN3;b]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWbS_.[<twܲ!?;>L%ֺI\S %q#f^gnaY|3fߙm\^|7EԿE¯u?ldҚH?Uk~?ZwMK_*5?ÿ?;R/~kwߏֿSRG 5;`_N)ԋ_ưwGwg'~ԿE¯X;;Jj_"hWgqQkߥ5/4_3(ldҚH?Uk~?ZwMK_*5?ÿ?;R/~kwߏֿSRG 5;`_N)ԋ_ưwGwg'~ԿE¯X;;Jj_"hWgqQkߥ5/4_3(ldҚH?Uk~?ZwMK_*5?ÿ?;R/~kwߏֿSRG 5;`_N)ԋ_ưwGwg'~ԿE¯X;;Jj_"hWgqQkߥ5/4_3(ldҚH?Uk~?ZwMK_*5?ÿ?;R/~kwߏֿSRG 5;`_N)ԋ_ưwGwg'~ԿE¯X;;Jj_"hWgqQkߥ5/4_3(ldҚH?Uk~?ZwMK_*5?ÿ?;R/~kwߏֿSRG 5;`_N)ԋ_ưwGwg'~ԿE¯X;;Jj_"hWgqQkߥ5/4_3(ldҚH?Uk~?ZwMK_*5?ÿ?;R/~kwߏֿSRG 5;`_N)ԋ_ưwGwg'~ԿE¯X;;n5O˿U_3zs|׮yyv2G|Co}?/J~Yԋ/*gr?(~tg.wO?|^5~Pk7O~_U]߇ֿtg.wO?|^5~Pk7O~_U]߇ֿtg.wO?|^5~Pk7O~_U]߇ֿtg.wO?|^5~Pk7O~_U]߇ֿtg.wO?|^5~Pk7O~_U]߇ֿtg.wO?|^5~Pk7O~_U]߇ֿtg.wO?|^5~Pk7O~_U]߇ֿtg.wO?|^5~Pk7O~_U]߇ֿtg.wO?|^5~Pk7O~_U]߇ֿtg.wO?|^5~Pk7O~_U]߇ֿtg.wO?|^5~Pk7O~_U]߇ֿtg.wO?|^5~Pk7O~_U]߇ֿtg.wO?|^5~Pk7O~_U]߇ֿtg.wO?|^5~Pk7O~_U]߇ֿtg.wO?|^5~Pk7O~_U]߇ֿtg.wO?|^5~Pk7O~_U]߇ֿtg.wO?|^5~Pk7O~_U]߇ֿtg.wO?|^5~Pk7O~_U]߇ֿtg.wO?|^5~Pk7O~_U]߇ֿtg.wO?|^5~Pk7O~_U]߇ֿtg.wO?|^5~Pk7O~_U]߇ֿtg.wO?|^5~Pk7O~_U]߇ֿtg.wO?|^5~Pk7O~_U]߇ֿtg.wO?|^5~Pk7O~_U]߇ֿtg.wO?|^5~Pk7O~_U]߇ֿtg.N4}KʒC/-uOfԧHN0tAHʴ*Eqjs+L4&ߵ{_SmוـDd   C ^AF..\..\..\metafor\result-chart1.jpgRČ-  F~Č- JFIF,,pExifMM*bj(1r2i,,Adobe Photoshop 7.02004:09:20 22:43:35x(&BHHJFIFHH Adobe_CMAdobed            V"?   3!1AQa"q2B#$Rb34rC%Scs5&DTdE£t6UeuF'Vfv7GWgw5!1AQaq"2B#R3$brCScs4%&5DTdEU6teuFVfv'7GWgw ?TI%)fuދ̣Kec̗Z[}럷(r..=1 ƭ;']}1ًhq{k-{gzXSJN߮c.21^1Yq-~cQ}wbfF*?]LӞ,si~kvJM];W=;F`PZ7![X(;3^B/N"̐]HǶfN}?G]}INkhwKͮcN?7eN-]e6oez*7}jtrp)rEEa%e-MUSWNY{۹p"\JM~=]o׎cjeʅ1ŅաTl.g<?2#ף쭗W1[_gˇdm6=X+@h{ . ͭ[S_?fSCk[2,HfIseg&mk?;mn`e>_u}lG s! [h76vX% m嶬Z}Jcyuzͫ=tC^MUeY]vFedUvS_YS:/WvF0{9cs+ȯۯs?bt ushk{WMԿmU:fNEm#"g6.79wmff褒I)􎱝oO$Z^Ddmb{qF]-:0c>3GEOSj@mAhFfWn;Wg_)twRrȬ-#.~TK6ksXCvvzJ?W(1/S9ܺ=615Ҳ N7힆we77"_kK'sKk溤%!e"@|)F12Eȝ~m߼NۻgRƺΒv6A%ju.iq11h9w;ij]Dߥtbe985 _,t%t,;j-5/sbP3r ʻ햴[(YS,PTQY[Ԉz/ۧ?Dyi{$5ډ[Oלzo{ͮ1ٵvsџ$~?? S9w:Vͭ;jgoIht2io8~))I$RI$~PoU&C,!3kwקhfZ׏걄 ߴKzhZ:[v.ku͢m۝ 5Us*_nJ=g88mk=GlUIMNlV*hp!Ă4aeof>D}K}:W7Ԝ 4p3io:g\OWef;֯c\cFW'PϬ~m79ksLEȻiN[!цD84<=OPr` >8gVW/79Ҝeaגn 7ic=fCC͠%}~rnk;2wY v17Yp~1`'1{.#Gan?Np;mvL}=ohٱ}zmoC0t@IMUr-AٲeNsc_J-'AuſV|<Y2ˆ\7FZkm,xXKh[2.V}!;}u,k!1ރݎ7?uL{ymt4fPA_h#~55V2s1Ms k/ z3ZAւH5ޡ!ݺuW(э;& n(H߼$/rV+NV 6sW0SklgP!WҀZ۝n E/^u[> nm7z76xo l ?w_z+̐+ mfJS-)߶z)y kX5)M$6zdVYֵͯVw˫-ԞS@>͵u=>ޏmـXn{+6=[iz[?W庛$OݵA?\{TA{A_ vbƹHÄ}uǃW/79Ҝ6:d^ !-~gRk2Apwb?܇卧??0t@^E5~TveGPgjNsNտW~T NeAִ>+ރOYNpٶZ}{ˮ酇.ֵ\3lgpO?}˺iͺ:?̹2C'd#Ï.T"Ͷ<2YP.)oIHnq058wDfSu!ղ*K\vXk},9v6Xʝg[Mz9m,V9W"IskZ)m6XSX8~_mNc{qccg6sD,.ORn]NLYom⻜},v+U}vN̲۫۱׆z-+RjlY7EluhoK`r&,qi 0v%gIk+}9hk?GUb罵{9mlPc{񃝎?@[c5Ωnnlmݹ?FS*]X}![wn,QtPnmLs\}{\Zyϯn%6E}i*m4el֎%+ow;IH rDSTʩ$}nyn)k/!;#O焒S6`J"W,.Ӈ]g[ކ}Or>έbaVcʳ]̷k:f?K5}++Gu~DSU}H6[Pkvn1?.7ү#9^,?FoT7Y2[s,viW~ʭo~ux:I)*l3?#`6Zz[mvoO_oe*s.8"v,6cmmh?o_ÒH(nB觩^̗qmn{=3z57}xi7] j>-9{X^Ɔk_=|ȒJ~I|J~I|J*Photoshop 3.08BIM%8BIM,,8BIM&?8BIM x8BIM8BIM 8BIM 8BIM' 8BIMH/fflff/ff2Z5-8BIMp8BIM8BIM8BIM@@8BIM8BIMIx Untitled-1xnullboundsObjcRct1Top longLeftlongBtomlongxRghtlongslicesVlLsObjcslicesliceIDlonggroupIDlongoriginenum ESliceOrigin autoGeneratedTypeenum ESliceTypeImg boundsObjcRct1Top longLeftlongBtomlongxRghtlongurlTEXTnullTEXTMsgeTEXTaltTagTEXTcellTextIsHTMLboolcellTextTEXT horzAlignenumESliceHorzAligndefault vertAlignenumESliceVertAligndefault bgColorTypeenumESliceBGColorTypeNone topOutsetlong leftOutsetlong bottomOutsetlong rightOutsetlong8BIM8BIM8BIM ^VBJFIFHH Adobe_CMAdobed            V"?   3!1AQa"q2B#$Rb34rC%Scs5&DTdE£t6UeuF'Vfv7GWgw5!1AQaq"2B#R3$brCScs4%&5DTdEU6teuFVfv'7GWgw ?TI%)fuދ̣Kec̗Z[}럷(r..=1 ƭ;']}1ًhq{k-{gzXSJN߮c.21^1Yq-~cQ}wbfF*?]LӞ,si~kvJM];W=;F`PZ7![X(;3^B/N"̐]HǶfN}?G]}INkhwKͮcN?7eN-]e6oez*7}jtrp)rEEa%e-MUSWNY{۹p"\JM~=]o׎cjeʅ1ŅաTl.g<?2#ף쭗W1[_gˇdm6=X+@h{ . ͭ[S_?fSCk[2,HfIseg&mk?;mn`e>_u}lG s! [h76vX% m嶬Z}Jcyuzͫ=tC^MUeY]vFedUvS_YS:/WvF0{9cs+ȯۯs?bt ushk{WMԿmU:fNEm#"g6.79wmff褒I)􎱝oO$Z^Ddmb{qF]-:0c>3GEOSj@mAhFfWn;Wg_)twRrȬ-#.~TK6ksXCvvzJ?W(1/S9ܺ=615Ҳ N7힆we77"_kK'sKk溤%!e"@|)F12Eȝ~m߼NۻgRƺΒv6A%ju.iq11h9w;ij]Dߥtbe985 _,t%t,;j-5/sbP3r ʻ햴[(YS,PTQY[Ԉz/ۧ?Dyi{$5ډ[Oלzo{ͮ1ٵvsџ$~?? S9w:Vͭ;jgoIht2io8~))I$RI$~PoU&C,!3kwקhfZ׏걄 ߴKzhZ:[v.ku͢m۝ 5Us*_nJ=g88mk=GlUIMNlV*hp!Ă4aeof>D}K}:W7Ԝ 4p3io:g\OWef;֯c\cFW'PϬ~m79ksLEȻiN[!цD84<=OPr` >8gVW/79Ҝeaגn 7ic=fCC͠%}~rnk;2wY v17Yp~1`'1{.#Gan?Np;mvL}=ohٱ}zmoC0t@IMUr-AٲeNsc_J-'AuſV|<Y2ˆ\7FZkm,xXKh[2.V}!;}u,k!1ރݎ7?uL{ymt4fPA_h#~55V2s1Ms k/ z3ZAւH5ޡ!ݺuW(э;& n(H߼$/rV+NV 6sW0SklgP!WҀZ۝n E/^u[> nm7z76xo l ?w_z+̐+ mfJS-)߶z)y kX5)M$6zdVYֵͯVw˫-ԞS@>͵u=>ޏmـXn{+6=[iz[?W庛$OݵA?\{TA{A_ vbƹHÄ}uǃW/79Ҝ6:d^ !-~gRk2Apwb?܇卧??0t@^E5~TveGPgjNsNտW~T NeAִ>+ރOYNpٶZ}{ˮ酇.ֵ\3lgpO?}˺iͺ:?̹2C'd#Ï.T"Ͷ<2YP.)oIHnq058wDfSu!ղ*K\vXk},9v6Xʝg[Mz9m,V9W"IskZ)m6XSX8~_mNc{qccg6sD,.ORn]NLYom⻜},v+U}vN̲۫۱׆z-+RjlY7EluhoK`r&,qi 0v%gIk+}9hk?GUb罵{9mlPc{񃝎?@[c5Ωnnlmݹ?FS*]X}![wn,QtPnmLs\}{\Zyϯn%6E}i*m4el֎%+ow;IH rDSTʩ$}nyn)k/!;#O焒S6`J"W,.Ӈ]g[ކ}Or>έbaVcʳ]̷k:f?K5}++Gu~DSU}H6[Pkvn1?.7ү#9^,?FoT7Y2[s,viW~ʭo~ux:I)*l3?#`6Zz[mvoO_oe*s.8"v,6cmmh?o_ÒH(nB觩^̗qmn{=3z57}xi7] j>-9{X^Ɔk_=|ȒJ~I|J~I|J8BIM!UAdobe PhotoshopAdobe Photoshop 7.08BIMHhttp://ns.adobe.com/xap/1.0/ adobe:docid:photoshop:e920d132-0b77-11d9-b9f6-aaa4427aa62b Adobed@      xv  s!1AQa"q2B#R3b$r%C4Scs5D'6Tdt& EFVU(eufv7GWgw8HXhx)9IYiy*:JZjzm!1AQa"q2#BRbr3$4CS%cs5DT &6E'dtU7()󄔤euFVfvGWgw8HXhx9IYiy*:JZjz ?v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWv*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWv*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWv*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWv*UثWb]v*UثWb]v*UثWb]v*4:-?͟,Xz״&SXSUxbEAܬl}4ϧcV!)o);ycJv1|.BX?)~x|Qۧ8G4ś!"ΐ&CrkȺ'/oOFҦ]6xYQ!fM$²_cz;L(GcQϱ?r2DvpHL< &3 =hu_>j\BrSo0`q "[tYPѽ71CPPKLM̮}y?1dB}@1$ֻb]y'd??Dzϐ bFcoĖYcyU'15j̣|,ՋgR6&UuWs>[\Yvzcʺ]Z]K~e[xoMj$s7ц$Ym(8눀8_1:@m g@`3 v*UثWm9 hgxn/ýۙ%;K^[{hѦx˱ZFhWtTY\9]1j dy]gÏ<1\R/w6cC`pp? /?h6"O<4ͦohqIT7ר]̄ *p)J"+:-{[WѯO3'?oy'__"_ıܟX ,v*UثW䷑?ʈ&?y|kF{}^ Ev{+ap0 u{H~rRs1:WN,v*Uث~)9c_O/D?4yZmRIm-e=gQ8PfWe<sso[OVNɒ\}/i0%f[wpo/ powG˚jZqӭbHI]fٜP(K6}> ⬂.#8F5f:{?L{C6 @"ǒu'.OzRW<2?~#4gr(+9}E2N/N>W)˥FٽHD?Oį ;{X^ $r\~Z;rg~9hOO)N5ykCk:^M9U(һHخ\^q6G1$~C8/?,~}Wo5~H#Tn#?1-fʸ{??п>AW>e_M|~8j.g'yz1W8~Z}CO=_[N<4 ʕ4:W0d2J|e;0/Mߙg2Ⱥ5޳ZT T+ ԍ>3:`"#}.D O:)W3Q3Mr~=/^&Vy]M)L 2O,}kZOׇ~ѦvQ#/)w13ꭻcp[wxbK^c_[3iOu%R "x2f:z_e|_Lg"S3csoŊ]9C%qN8eC1 G[Ϩ3|ySgZr.7e4"K-EIX_%n%exQe$B\wugqc;"HUDtG9k;q>OG IcƷ:f< ѝ@H=sMؒ!(9<}_Hz8;Uly;n#_/vVE~r` u8|[դ4VmR?RW+.[읮%B;ǎBIG22u\w\f&ȯH#@&15/9.?b4}W'2([S̏){ơ=u=i IHb0<&;r@1u'M~^bF$ml>j?a5,y// YeU"p"g?坋޿L1f$6QjrO6#F;"(u}O3C~`/-_q}:Wǡ%]+YDb?@@WЫV9|R9HJ$.#7̞DQ+6b-hgk~-n(vx+ůWx~X4_ϫ}{rzZz N]M7?I*U%9N[ܸx!_wg/?-pc̏Z>/u?9sO╯VtW;t . xg>w_s{ROkSՕ\&뺃C$:}l[4s#Ϧ( K=D.PLII?͍Hp""Sj qHċ#Dο(y/_(xuz(W6*Xy]~k k2q_ Ώ׊Ȉ܏I"\#[G bu Lxo"8=O~]ty/WZο2k"T-Nl8֛;sLYRY?xB$fVӍ<ᥲ_V/YY"ZƹDe P>˗Ó 8x#ο"?#?6G/m ;  Eo/_O%V_=JI^0}yT&:iM9q׻ō}<)\\QkʿLO46x1rcuWǒl󇗭?W-.#ibKӧ$!X:X䗅Șn ip 鷉Omϲ?'5.5ϯ?!λ}ZokYmmW]KKTw)bj3׌] J>sR#C@mtHӢ>ќ#/dp2 lTq)lϜ%?0:yqg|[-kȐjw崃v+ §CQW4=猍Qp;.k <x?.B|]t˿_>H~87 Kck,[=m.!"XW%1#WkuC_r*B";#+#[ɘpFgiHY1&s'ߐ2oGIߗq[U{xu$}XGSKsr3Sɚ<xV{YiH̜坒5N38LP;Y.v.X1 \#}_hϜ >1ik]U0hpXܪ+FwxRFav% Q~ ߸7NGf3. C ۼBV>_v#? ?sRΐp!Onԗ?,9τV~wADki_]Ek[MV{ u 53['2FθRϲNq> O/mֽ9?ut+p^4iy̚ HxnzC\2}c2>W( YN>.:\ ɜI3^wa 9ɔC(' wۈm4]#Ao5kʬIo +9rA5 y Idfux|~gfu9Wj6Ht+:'^\Myb+)Vm>iAl'Q\C'tZ|14B@u#GxyN?6V<>M98Y9)_rij]׭t*yMMgP:/lX~(`A/, lc Lwl6n'7"Ux9r%ߨ>Qvͅ?3it1d>0?"*Qj"_N_E#9:cw;/7ѿR$!P6pVmBiܜ;[(lq:]U&(d%~tGz(Y 1(Gq, Q.WD|R7rGD䧜<嫹nyU]3Rj)–! !nقYL'GxpM,xsBĢEGQPV},ps_rr[d׼kkQ.RմZh!Rpȳ FX>fdL#G# 8ĥ(u6 d%X08} BroQ MzQG.$=s?%=M__;?#Woy<_}ΓG?4ko~{q[w_qsu [8c]UGN>?H>aY<|< {g$GNg,M" *^Y\UU,I22GLhdO _=t1:&n!GH@O%+2(=وJH?{@D9GWѫY"o0|dY?ֵѿ^hfE`x݆???+4t_˭4 +E1GRYE ]):ח1l"<:,#r-Tϗf0kd<? ?#)Eq?B"~Zkꈢf?mqȟZ~ϒ?v~pԠ΃_f?9]o 'ulss=W)NIv<]ᘿ|3/d̼y?p2cuQOǚQ:>taPA4A0} Gd9W'P?o*rm*9#VP3[}+U?k_~7?PH:]_?P k̠&u'j,26 h#u k=jŐ85v O%v^q^@yW}h峚! Y'9#r}J?u^p'?˚&7bjCkxD*i<{>{fDI(He 󾮓Lxy"8?7o:]zw2@<[s Cv?oL'/ֈ3G?_9? ?2ד[]R(WJb7~O ?#7>w$?kO<7uMsWb]v*UثWb]v*UثWb]v*UثWbv*UثWb]v*UثWb]v*UثWb]v*`<9oɏ͏͏[;}WϚϘ<3:x_K5 uX. rW^M@h#nh֞-NPEJ"8 ::дcϱieON{ߜ:&7t7h~v:մo{՞uٌa 0|g} CzLrxw>9!J26GOprSr^skOew~Ѵ^zZ2Ax֠OP͖Dm)>>hKMeW/>Wݡݖsp2V GS) lvŬ͘V<2'.M6 ##_ʿͻ͟5GOu4( M?XӭI$VdՐPa0DDOw"jPxǤ%[GD?(2|ȿ=Gr@O.Rҽ}<}`K$>G2+-/$1r"yO A>l%thGs$<;~?.ceU OC]zukbb1ɨ\\34?&-"P*x[PۄTyءDn.=/ $&ߧzy?<>^ظ'jyOGWHm5;}iN>(wUЌ+V>N)nvPe̫xߪǃ) ep:2%pϾ=?-3,9ؼhokq^7mbChfXܣQ#Jaq%&ee˴]<$r.`_8ck\GfJz]_ ;DG+_?!{89r3&.ɚCGY^[FV$#y&$)o\'!Bd ĉ@WH(rx4rQߋBwȝ_qoΞj?Mkb-3Tvy^MmaԊe\N  [$P)Øጤ,K$Jr"D}TwB:0O7#+mD$G K/hŤiQ J3*/:А Z eǴI5}׷N2 Q>_֭պދFXCzv\/(nmnhET4 &,1=nÚxg5(A#ϟ_6?|5+_X-]K;u HFI@xS6|90lmFqqt8:X3z}LJ)0<_yɾ[򲥽֑{/c]cb3G, (k7e`Ymg긪VL7F|?ѐk_O%/9wAE٠{; 1̓G5C? ?/?(/`,>[+CZֈ6~_ȧWu?`rF9ǿs D jwqňm.u˄Wϯ?&4&?14Mg/5V1, s-ޗ3AI0(:xҞ<8. Ã0n\[ݓ#9d\IJ_Q\0ӈm;5c@ƶGsWv U #pKpI>mky7< pލ)##nHǑTQsr珆1cA$.hYdoC✳TA˗(?7? (9}ҟ3y~f5A[-:-9n >K Ep,%`2G2M\8ܜB#BRv?!?ڟ󓿗?QyCSyڕhS{nNQi#Bc.5g@##[W1&; D!#^q̧.rFW3(.q127Ěp~/9Mk_͆-Wu si<-^oG6E%d[I@l#C] !F<^`xGGizxpiÖs/F;&YP6Lw1`AO"fO%1w-5WNt)xF693zh@T%-*"*Ž9S)צQbemSupcr?ߝwԿ,cVet[zdMQh\P61q2GxqQ92NQăg,?J~X+k։l店s$}.F5\])7sk#rq F۹/98A`7HI䕸>N ;YE8}EUa"+FQ2&M4a@ #~1 $z 8wW-і<2.++o_-KuJ͡4//jNޑ'3'z0ET, {v#@q $<BO̿)~ni?i׼g!ִ(nYdO-$@ҫI`iN-21YX19N\RnGiܗh==\$Р8cP1(/~ 8/mn+(C5#`ʊNXlۈBB<͑UHǷ ר@:| 8s>^GI}9>ڱb䷂X]XL4n8nKD V6Q@릆3xcʥyR26H}R?qO+Y\X{yaUn #%$EAmcSq6%9$Oc[O~'8A9C9=Uc)tgkDֱ̞ =xP`:e/<'|1(B8Kn{r5#(s}s |8,#>zCXI 1zq9 t>ny"t%#"~O~c?#W˵?A_Wվ[<^S|G!)b`G?͏Mwo/5,mz%(nOծǽ>3MT2e#7{_Nh8aꟁ8W/Tf)G~[-uKd..!:6U$R{h]6X@\  hG|sH?󓟐o%F򞩦.gEJբѰ();,a('y@ㄾ]Vsa(>MTȺv4_K J R*0<Qǧbr_GǑ&; 34ucpj&"o,:to4yO?KյOŶ!{+k%g+&x1G -@De{ot 'r9ÿ#bGo& 8r{$Sw!+]'̚6zWC׬ӵ2yCskuE42/utbx6恄Ń76a<3HH /w|ySIXkv.%麅a#$ g6 Q88\zchF,CFoC~^IrY?x/<-YRH1t.Yfv52iF^,BN\U+&٣>|ob 5?>Xt*FZ]9\KIaZ5^{i#zWymޙٹ#Ob=x_(?hGF9os^C(ry?YsotYv^Zjv^h!^18(*vV h̓8'A1@y O ??Z;[׼غeCO=[Qc>=:FfڙX4!{̟quP!cw?Osv*UثWb]v*UثWb]v*UثWb]v*Uv*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb_󃟚ߘ^Zpo˯.͡Q~ў!q$OeX+K 4,r#/)#yDdK,َAf Ԍu%b#(ɑş!(LDṛe#G*|ce6娼Ϋ& ӒV Φa(cڬ||ksef("]Em\FۍdWc˕mU/͟~x?<;˧S:,QHtxܤF e8fc-&`["'T%f11᪻C.Kn\d FW-oW׼rv*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWv*UثWb]v*UثWb]v*UثWb]_;yg_b\}kTr0Z{xޜ1ƀY3 ,b7B!yDvb#r&dC,x2O,9vƇ%~kw&xx ̬'\!V;]mb#DZ1@LMHc}kk\~cy~6qTg[κƿoZ_Q+ڿhz+;gc3:W#9J?ULC/}߭8v*Ug9?-G۲++~]׿ND0?Wy^?W/SzM'5\c+e_x# _/1{o+__,w_V2R?S)7ϊʕ+3af+ }I \qIc]v*qq]Om-̬8@Yو*I鑜HO ;(ȈY<ÿ*%%;'~TyWZ?}-Z]1Xx J|ucp.UpHP!  z.`$^KWb]'.?+cb'*ľ?D5gcy}O3>P3?T;B|RU^[wg#M5-vz|6r_%ma$LHA*mWM dǼ!W.1?7BB? c=#@uHmpUFv*UثW CF3+m_/>sso/ySs8SQd ri0%f[wpoO+__,w_V2R?S)7ϊʕ+3cf+ }[Z8Wu1܇b]v*UثWb]v*Uث[~*rsTr  BVR5=?Syq+#!)_N믅cGX?}']{4iœWbG}W埖8`Ko\cB"NDZA$ 6xbhQ#@$)d5Y'`,{{ȿE'^:ŴXIk$ ꒪3xN3+. ,{ۼo;Ѱ(HRM*>`Պ'/'U/8*3A7>2}SX%&jzZXWj/;$ad03 u#,s>~ثWb]v*OO=-ksv>YkfѴZU Ey'=GPk "<$ H7l1#{.k" ꞽ6hRBD B3( H#n;BgG$H=~4j:dqW~\ k8)H_j/J}H!*Ҽu69 +8s9p2s1܇b]v*UثWb]v*UثWb]v*UثWb_v*UثWb]v*UثWb]v*rskqJQ<g*FSG ̳~W ]>{Aՠ[mGNU,w+#ݛO,qlGXG>D\LIq9RǑѮ>3韑/8~T[efl `[G%UKT%p%ؽHL _MWKM#3Qw寖uVNꟙ]2BlԵ-~J:ty)>"9LY>e9G\G}<)u7`õRw lY`X\ۙV9ZaӖ~]0HKqެo ]_!R  }ۮ)c?7*CSOOKP~ޅ~^}hGF>]rjuz~|]>?W/ؿw7~}/W>*:mGohnVtώRߕ_gʼ?GTC8*3g]O_7OC_iñO3>P3v!b׾oя?__ _hWF҄i.n&S ]ራ@9CO, PY'GyB5"/?mB)8Zߗ# +U{4|A-5fGEMk2#6y:syJo_=?@='?-D7L,bּi11["r+@2xb{UF6h[Q؝Ō3&(]Ǟވ|<\2)9?-G۲++~]׿ND0?Wy^?W/SzMs p1a+F?moƫgZn?HKyߪOKSkHKQ_0\ϛ_eG؆O>U??[~S^y?7$ʽ/XP2kko:jv d830 zb@u$o#r4@qG.щy.Cad&{?#֮ӿozϚIEK4Ҧ%)(?GŒÿ}zߒkkٮF_]޺?X()?*eDECEpdGU _QR8W]:2;'a'r"DeYq㑨yԁLolt̿SG?m|;{UK3n(94Pmbqz)D\Ewӥ oj?<3?-_/bmsKzyEqksNXeC]08=,X px Q#rw,HZYß*ߔ7O_>MT8TE~ЦkK?Ww]~9yOV8m\}=_' 7澡/]?I^Wdž)Ó}|;p۫ˇp$}.+/8o&yo̞\unSeM<-3pRV5cEfZ;R1I$Юr5Y;7x* d򈌸8ݰ@?[@v]'Ry<W纬(7:ym~l"˦O^]ztÿ*?-}^hI]y7Po--Ⓞ1bL4eHGTgMŌ䁱.c?վ+|JqZxzL0W 98/ (ƿ$~\Ou/-[_y6je-t WfX{'k8QiСk/ 7er1rxNĚETaX2p.\"QgD77O!ggqCk{wbP)&pXSg5U^b9"I"5$ޏ<5dLWYDn{ x֫꾩F'O'E旴ѿ% ?0^T6)#Hn1t_8#a}=[_=wk&nk/o]E֡%xU3{K$и*3/ufBoiQ ,Crn@ 9 /o+ot_/8~N~`~X'cZ^`kWAxgKu"hGQsH1N@eQ n ` =~znkmq@sr$.J;b Qr8fG+h.e^m|5E?oƯ/SeQ~(~TWm&˃ąsXOu|߹ϋwi5_ۧϯ9Fʜ7]}~[oW뚷s>kJzO_Lì>/}P7I/n)s|}S?GK999ʌ~TV+I}o~֩<U#!)_N믅s;HKpO}_Ɵ>k_ko֭<.I}w!Vwc7&HNQ 3><$Ќ@&D%)eE$@'`7;?2g+&u.ӫj߬J:WV'UR-D$!*VzP'{UlMOO䮹 Vү)3nIwUL&' }?TE)UM$p"6:zY.@Oa#@T%#zQ)F'.y qYIrʟZ.xqvե6FQ_}c13Dξ5^O_/(| CX_W H/E?5_=MM9SiO~^^v=&]w:>_g/7 Vl:K81u`;o_R/iگKRR}?>]}M82A9osF9}2A]ǴZc9O)R_a8o+ȺMy^OV-uI]=p&?(MP:>܄2gɀ`#ӆ$^|"Iܼcd9$7'@F=0u5Bc^~j7LߜHvW-hX岳qInRbns@w8ZiOc'n#(}Wq]N8rKH$kqΪUo+?ֵѿ^hfE`x݆??Zj /t%MWR?/>0*~P3Yoo=oD{Q,ikyeۚs_%+0m;Js' c !֣|7Vc/R#=Sgt?/ /If֮k[yˤ{ğ?WRQcGܓi>e+>5%p̗wB>~/B ڈHND2 8wj r4$(DDU-Dw5RsTƁaj`xthv:]!P2Ƥ(G@h3?0&)ˌdyלqbq/1,HrLzl_E5wO!~xieoyy<^[C^{,҂(@R&@-|)FjW֝]/}OHNcCݼEq[y 30&I:!Pnte6nygr>H8m| u)qirG!~*Vy\B *g忓SY^  -gz2^F%I9-l4]=$7A<<32x!ߋ>C`=1\Ϛw/ueri^oֵ=c\ vlOlLx؃ xD"C9;,Qd)>ԤGh o7/??.ˣV~jγ}s:9fc#Jy1grzn pa!]#)I5y''YFs0wϷW/?[VwE&h0Ӡe-"hH&qt;ߢ  y]u2ɸ"qO!!ꑑވq?2))iփ(6vcdL@5DI2#=}X9+/кʮEuyKK>3fS /v*WM"Z–IlPc 3UzQ1;qχsLg yg D@m2=LOƮWTnjPOIL >lC<o8>$A1e F3!\'SO<~_kjZA $ŠHBD`~<vE5)KU)$@"P =$zC Ј"['  $GR¿ʷW27~a3IoiuhGiy`ZxMK>S2~]&-u/l?z/[$"f m 2n'˸2PuOňX9J"a J6:Qrh @y/o?4~Pj^TlgODU`kz}0>YX'ωd[RɬyDȌB$w;H s-V?"]MO{Z;;7sMH_dd'OP">gd0")? OqS续j]nĤF[;ɭ</xAf(U3\755Vg4+:k4hӒEUC"\9(r_9D0h_ 8]iyBtTku/%74Oּj6cDJ-~ 8mZcBUӊG ̛LILu@׺̈R0.O{Z{|;33zvI&;Gڲrd}d~{4!)Mf+?/lH S?qs9Kt&hW'\_gy/_/lm3w!mgik? ?"z`п 17ŋwXpM2?w<'/8_yWL?,u,U-tj196bX^ $x8wCj$r.?bď\Q_ڪC|m;Fy^h-˟+_]ēEoy1ݪ K ۪(I$~(B13*(%ꏉņ_O | "a_,l2f\BiQc%> ߏFs80qȏ8{az<&;):Y$Ծ'DNKmg@w'w2MJ xo5Z{15L[ {B8&]#nEwXg<G"D5B'?5??v~w3|2~gy;mz^-@S^Le`Ԟ4'sҵ=_PĺLy(㶬6@Y2^{?g19xY:>SX=&FWk~prW^>`}979}8a8&{KdSD+`kLTEVFm_&7Mo2G uSQٷ_e[Ysr\xϜ'ZYuAjsL?^q^Ht4%!V$lC];,p>N\QxwZH3qF |zϾ+#2?)?&$<׸w-!'$I+YrۥBrQ7O47D+oDԏ mi e9ןRGwPo3Y2s='>?/?_>e֠Ne&[O yeM6tM5đ;WfhmVIr{Fz\OR/ksF8qRG ˔d^8?Sp|~pP?4(4;-&(.lg{u"<$admj#$g13<4e|>>1P \= s/o_-{ʚKzƒ_)yn&0%; ɸJ,Oek&R$ n=1I #(}"w YD#W[ZFyvvZPks7s?_ؗ7_HпdcWqoVTeOYkm3Yc&A,P#"KD_ЖaH'KOX$3c?+28p)CQ?3U/3sJZM:=^1kikcipܱeO(Ag`Uskbã#BCpI3$g-);%#DDH}O';݁o_??LKK ]?Tѷ S0 Ks*)k>N2ϧh8_<0H[Q(q3d"N2Q//>*ϻ?4?/o9U׺yZGEXoio9#ԺĪd?GAr8nI"3?Oߪ[ި7翖?#? u$hW~^X[R fJ#y Q3(HNsR˒9H;*0ߝݛ"Ugc8!ӎ<RmCB ~(&OO&_}s 4ʚwU#$xN-rğ!2? 9LjGP2c$r[q?CO9iG=LirMa5ϩ &os"e ޴9-'^ w(p. 1zD$ 7 :o=o!)<9- u$C|}sK;wk)'+Z-Rv+VPtxBq K$G#W9Gj.N2@'#Y߳ys}aUicO1Z[Y]igyE'M<{͆P,yG^%yM@t>w*GA4Gy#_~{`R_4b+AR7z=^3v{荇22[WP5|ώ&;dK!߿ϺOo18_O:VXH{AycQGdUp=Ai'xFC(CdrQUxc/˿,ߑ?ϒ,HV nuXק#r H*G ~zQ~\C'-'@ f DŽt =>d_>uOW5Kozߕ#}SN(԰3(SM|>醏fN?y!+i8b_1$D+V92/]Qsq_^MϕN?ƃnm-#3]ϬW+kEFg@F%m#qG>HI$[~#>c?^@21Cgezn>Q=^N%'ҿݼa~SkSg(g x{ÊF~|gr=}΅A)b@c3ߘ~QU%oou=kLH%QƠ6ofSD3 yA>Wq? -!9pOR?b$8G$w,}?"?(=|sMkI|m5M:[xѸ<3?1#ݐxCpJPI2u y7~E9=9 sk7i^򏚴hM7Mz{ mѕRI8FNا2(fO\xA) !χOj(yC&M}'[~Q~BXF!%vj5y%qNFŘy?K8yFxßyu}?X].~ oRjng?__y}ewAgo̿S.:}g?NO>|oOɵgȟb6pT=H+VOf .<KQ1I"]^-73Kz}|>zm?8?3~EPu]_Oz,z.iNfRٍ_4 PK ;W8q.\1u~S1\ 1;GBwG\-~D}4/.A=N9w:i]L@qO*##!Wꁺ;'sqP]+5/m'7_|L{7/9y :tڔ_-{t隋B^0FUoP19Z}X*{ Ho^3fJ|HጺTDRl?(?ߔ^Ao4nRZmqSj ye]<ȪeF n.<9qpT/xIr4(>0dyH]]Qc89C89ܟ^P<~/|-^Z6vRF"c[:Qd@Ĝ桭OXdN9W#aZ\t$}Ê7G >pԼRjվ7atj)*^Ql+UH]Iׇ?P/MH#,(#׫ӽrTy6?JgI_/  p9yW~|6>OۻCEC%-H/dh"̍W!55 f{P.)Tc"6SGQ<ȑ#" CS;Eߒ?5|:Rtfi: QC[WbG1NMX%(p$#rWO xu9}ë(|O-_&n^\Q42݉'2)V0.,H@ޚk;/A,ډexxx{.GLa4e n,az27C<0*#s:g_[3t"g%(ҭeaSBKnj?1r͈F?C{7Hܼ,Ğs2?_.ϏPY!'9XfyR?/fOic #dc~!: ɁS3I>9䴫?rDզAeIv^(ou{J >0k2˙#:c!~Et~"R)_󕿑EO)V7i2Riuj;[’ :?jk>-6, ¦"6, `K˥1Smb% l_/lm3w!lgi{GO&5~Ƽk3{G_,LrYK5?6cvRūO#'gJ 1ecsf?_?*9_xez,?2Ij-A6/巕*Z rKmԶDxn¦6rqS# Uobo"8z^<3C!G6{/]ߔ/o_;Z]RyjMUcaD-t͝A^ф;I'Vj0j40"$$dA]ɳvJ N򅽽zd\=~x|$2 kވ 5CknNDغ  7[]{ ثWb]v*UثWb]v*UثWv*UثWb]v*UثWb]v*/m6L/3ZjfK}BH.G D+r*רu.4%`WEeOwmɈ~R1~F\W?>j<ZܗzC,M wOw<"uWh,2$%V hhr(A F#@6$& Uw#țrcI]t˧-pwqsco0o%^RiE 6BhRNW?ɋi q_?U}zrg C¹zdI"rUʹ7)[FH +͊9a(L\d>g$N;l{o?7?)?,^kk LW ,~_wQMdC,$Bľ'31$ocD}ĽSw>Gn_,\X_+eR{[&+2!tp Ncd Hr"1Clc<`:wC?& ??|q_O<曋)4d]NDHyt(dڴ$fLsJ1U~u_: <1"7וuk5̥ǖ5DtzϘߦ)^UмI-|>+Fnn/Z+;xQD4@;wu:NOQ;~N癲Zc#`9yo{wyϐu'|}mGNSn~sk:ucH+-#MDD`u⽻f9FlyUأN{ǿϗ5_/\GT4Oʷ'LݬSY􍴖+DJML9|I{{݆0F um|Uϲ5OPծ"-a%\-Ub!ԡ1Ċ6US#NOwg95}gמBo忓4o#yvFYe ciXU}IYQCHvN]4Q˸Y&d7idžg4(Y;]I%4OQm15ocxmzm>%Ge:H ^>ڛu'5o\>_EpOU'pW͚<'y[s6j:33ymaidf,vbrXaEz(л5df\A__Cv?/t]OLM}lVqAla*&ޢes`'.6DF±>w<>+}8_+/4s'J}cNlγ떨(zݱucRv,nA'MbKZ`a1c}$Hrv`203yl~z?SGm5nm6Q ztj|akV/N$˟IYMP[t< ;Оlw|yc>V<|634.$I#b؀F ㌪.^[c"{!",ϟ_>)_ \=̟q4,^b$QrI z US "!Ӽ~gs;e##׸>Ca>?,|w\C2h6VUW4rv57'.ɖY ,@r4(nӋ 1*O2hfΟƿo4Y_]?NIԿLk: 8dﭣ4y+~106~4Ln<>hZǤiq.ZU[h$dY|D-&g/4x8"\o/o>i:op:]#G4fME6W#h #<6w_Ps9%0,![Q򪭉6&?I!EW^|zd^izF%nL,Eݜ +1ʰPڇ@QBZ[2eCr6{$<ɳ ] H= ^ZFjI* F奻ҷx2s$+aU뜹"\Ua6 +#tpUхAb9([ oŸ;a!4{]F&B4:FA["X,`݉;1 2|CPɖY sNߙӐ,)-?&o$iF2UE@'yng)gyf'2rS=r5B>h8z絚Ŀ;?&?#EoLԗ-GNg=7~Zuճ5TRH9i,G )#۫x! fC6miE.ܥsJPPfflA DHQ~X ,ic]~g'rLӽZo#ۍ2!d He7ռOv Ǖr1?u˿O.|osynǜ aoZky=zxc3Hocя"!P!G`$ߔ_]9/E]FvG .nd_%V iZLp 7^Vlq3r? oK(?=?9?锛{|>2?g7.n⾹KKJNxx_J* `!,d Y ?kj9g3d"o"UyѴ]˚N{Iд=;M#EӠ% 0AFU-Id$;DPw|/ŏO7~W~Ƚ,K1 w`%VpXPGpjk /,lD_Q~ʏ? 9K}yL8m: Co$/styv;9v9@] ,5fL0' ^g5gzhrWO$C:j"I#hq0xJH;N<|&Wk$r$8p%q r~yu'+K~d^zϘMrHO[l8,(#i55K !,[.!OoR?3\5qK_O0>gM'% 4it/˭# .yiͨ^*$/5FҿJZ ˞yaWCkrzZ8qV-pl6d^G>oU576~C׳ +|.+J3&!|&ǽÞxI H sjo/eg]􎥨+$MQdˆ@=$1<?>( >Q$-%_W>\QC?JjwӊivS6Nc Q3@#$D:OGO?-!/L O)XCyJ 8k%;{ɖY ٠>#(BȒ~YVVΏ_mCeJfn&iom\IJp^jz@eR LNEQz-8I|ެr%L&==(wQ' bjW2F$lR-|\-+VoM7V8yhq{\{oB7A8A8 (Oct6sG~or=.#~Y i >aWoyKb(cnI_v,{9͉~H9~L8ޅ3n;ĿmH:q~=F喋, Hq( G쭱ثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb4 gWa_/w>b~]Qi ltŰǿb H?7sq=ŒyW._Wb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*Uv*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWv*Uث9=. t*yCU@Zp䆑jzoX )mKO*%.Mn #5FFLJ@_H<0gIF_]/PwroZCY[~yXe⵶%I$ @7 h6y,qjцAӗLzp2l8F|4~gm7=Le L%nSWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWbv*Ujfεi>m-櫪̖!YB")ff *r3`.Fc,<95keNu/;h6C[݈VgVJ+]q:s85|AC lisw(Vgj $iF":Dx9̹3ǨIo)G!'&3?+&!Pb?aɏuC:n_.Geؾ]ޖ]W#8ޫM#z56~ _311/vlWO⌫G-~OLo[ˏ&gTkE1Z{c2XD_B@8ٳ#ڢ'|2~ŭث?r~b'~jK,Uǚ_̝?qzjc̚ߗ m-/!}CYO#7V5oVU9Y9mw kde<G[_%]C)?r.*O=ÖqWy,KSd\U2{#-Y9mw kde<G[_%]C)?r.*O=ÖqWy,KSd\U2{#-Y9mw kde<G[_%]C)?r.*O=ÖqWy,KSd\U2{#-Y9mw kde<G[_%]C)?r.*O=ÖqWy,KSd\U2{#-Y9mw kde<G[_%]C)?r.*O=ÖqWy,KSd\U2{#-Y9mw kde<G[_%]C)?r.*O=ÖqWy,KSd\U2{#-Y9mw kde<G[_%]C)?r.*O=ÖqWy,KSd\U2{#-Y9mw kde<G[_%]C)?r.*O=ÖqTF9-Y+h7[_3V:,zn})/eqjTV_[b]v*UثWb]v*UثWb]v*UثWb]v*UثWbv*Uyg<-j{]%2%vڍJ" !*YNs\r7&Zl&ߕEOŏ5+.qDTXWW~Cϯ 5|7`je:miSؿm&ՎJ9دJlrpj3k> YЃ6 fb] 0_؟Ύ1~e |99.kO M ??O\~Lbqt?/_Z͌`TzV@"ž,K {'91H<6'xf!DnGӼy^!{<}&,lZ%oz#Z<#ÈЫ<ɪ<<"ol/=;UӾO.ysA򆃤y_E+EaBQU@rYH?6a^,Qg$IܝVUث[C4#1VEv*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*Uث)́GqWb]v*UثWb]v*UثWb]v*UثWb]v*UثWv*Uث;?3~W躥v|d[Ab;6xn*#FUe?@ d%[p/.B',?B~b`ysrOE_,'ʝ[K,Q>f5vBsc0 !p{O&1nx&A 1?PY=XpG˄KsJ_O! ]v*UثWb]v*Uث[C4#1VEv*UتWk&z>cI>%sKȕYzrFo!| v<'Ƽ#ހ?<>=[~il2T:A97]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UjR_Wb]v*UثWb]v*UثWb]v*UثWb]v*Uثv*Uث͟Ȼ3gm柬ZSWk_9UqV)j伊+\9xK%j \ZkT[fRl 4cCmG "\3@pw3Q= y(n󇿚󞿘pUGi&:?,/*UM !ᕃz_fD8×|<>f&UqNLR.G%H1 %|3dUثWb]v*UثWb_?|,UثWb U|&4 O1s?25iSZYroL((yJeYee Gwzn}238;G^@ I_zL?9+N}jE'.3ݽ64X&;3ie;-6Hk3D"-^K ?'=Yy˟a"cWo4yfGk9B3!;:Yg;.IGqK3&A c$GC,{ FmwO'zWwߗKMJZ;=wLZ?wn@h6 -QD,Iޣ3(\"#kDbpec xĽm2cDw޵m+Ϛ/yJ_Rt]+X!W6%bTi #"=Y#LDo4jp|)ˋ[ 5'~G֑~V{~|~Ah,~D!<="GDbҗЙ R?Ym-9t y:2'5b0@o.Gp'Ϟ'EԬ?/.nineuw:[#j Ր,Dy*$А^! y$yVAثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWbX)O/l OU;v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثOOg>ŠyK]wuK?5h f"$y h."Df[ * pHDnCl< Bģ=K;G<+_5+]Ci^cb0+:lqa}@[cZ%&W|5e%qso^T@ڤ"vup)^;?/N_'^K Cqm ?eL_提"|Yj6M:<4RqOZl26=O#xE_2 ?Od&H4+]ݠٿ`.d=H-t;xvtkK'L/}5/xa&'EP_`k?Mb_K.fcBC?WkGQY?".!j$E^luyh7!/Ğ4f~Ҟ|'q⏼Xru~?0~|$X\aI^\h,6w>ujhJv>b/W!c0qW*UثWb]v*UثWb]v*UثWb]v*UثWb]v*v*Ud,Q++`( 1Tg!pݔbd@~i? )GL/86`\򯚼[Hm]Hx2:DLoZid%@ o#}-q. ;mQ=7ش[?9nY汥E''2@أirə(Y^ffNp,s`2e@.o?󚟕ڿ.88_ >Mnq{BC6WZKvZG( Qw̼嘃.G">$_?#y2`~hWu oy̞Aqi{?LP;s-8B@#f?}>[VI7BtdKOLOƲiR//$Kww;RK%7;(*(y,#Qt?m‰&R2yǖg/gט|?2h>oЗpzf3%hf ,Ǔ35wwUa@P̏W;MOg VVثWb]v*UثWb]7/?2-,7/?0o9`Z{?GVFK:),+FčU5$CD[K1{nQ <@3#4*$zLbin5[n7;bߟ/?jזO- RDR>N-L4 "C&_ +zeY&x8>h!v>h?Xf̿6#dߦT{$n N{׸_^J>9?hH?w 3O[j-J4QŔod< :r^ !*|2Hȏ912H?Nr u=3\&%ohw1_f憅; ?ZBKyWz3ͲHj0ND,S$l& l?\2=ew&T#|91{D;JDl,' ثWb]v*UثWb]v*UثWb]v*ǵ?J)`h?|UثWb]v*UثWb]v*UثWb]v*UثWb]v*Uv*Uث;r}yߙdחZ?գVQq,idCrSԻƆ5~|yl(G8b7\5[K w>!4]Osmk Z!,Y,z)`[V3sJ2 I4.tֻ,Qa3 =MtJ63G2$e 7?]>_HDGx #.I3fF=i=F/#ГBS"QD⿟_E88͠l^O4[Hn%X9Asn9fi8ܭ <\4\0r;F0AB;R͒M!!fR`&pO!r;+Ϟ-yNO8~V~yrCH=7]AicwgƶѥXvF&7M#\#bcc /h|Bb3$#dTxW}97oȿɭJ!,T<Ѭ2qZ^K$x4<|8Xh ˈQ&=8eFbF#`cM>|\V3xw2q&D7)ثWi_0Gbv*UثWb]v*UثWb]v*UثWb]v*UثWb?+?1/y4vkהY~o7[Tc1>vTf@j`,qG$D&9A*i}&YaD$xegqDF1G?ڇw{]5ȵ|êkzԼ!٬6A M#;:хH=6N@@yND>VyYjc1#|@Ȟ>?oTQykGm;dE5ڝf$25W-1~`ct_7]]GVUZ>5}d#Op@o*u|gFW;tzPva,SV>uu.F1jX$Y hqO&;y1Qm.sf9v#1WǛ=qr>_k}M Zwux̑v.t PIWei*XG/~/ r8@DrϝG1ɋ0$2y8{r ]v*UثWb]v*UثWb]v*UثV=SKA~]v*UثWb]v*UثWb]v*UثWb]v*UثWbv*UثW_7l.)_Boo55Ea$pJ|$c o@gϿ=+jXoybN;1} ?Y%K^au GlM[9ؔ4pv9arlD?J02#7q/oH ^1ʹܴl7@?itݹvXQG>;O]?r;pZSRRpxǫhhF#5]3aHv]{,ʾ0$WzYu_㶟zm4$;"֫:y;|c?tهlWO⌫G-~OLo[ˏ&gTkE1Z{c2XD_B@8ٳ#ڢ'|2~ŭث?r~b'~jK,U/gG?-\~@yJ\wWOk٢}{KvG$֢$eY90/&USY~tz&MV_?0?7ɿbOMo4ث7?$7n849Lnq!a#+_' #O?t#NaG &߷?~$?pR?d_6(Ża#+'BɷGg-5ߟ ~_G.?Mo?<je|=CG/ЩyHԮhSqN6 _V?p;C\^F;'E^cp~s+L7ҟIMƛ7NIMƛw:=~`o]+/Ο_iW&7lUIMƛw:=~`o]+/Ο_iW&7lUIMƛw:=~`o]+/Ο_iW&7lUIMƛ|kT'YwqskR'ͦGX_eXQNh,Ճ-p3×G<2(ߖ&# N)_HCBz91?H~QjV_ }˯#健>‰_Oyi" Y2pa2, *2|<2ɏB="=~P$ȽrvkQg4cReԮu-GQDlnRyZ0LFc' !JC<2@]}jk;[kH? 0ad̃"jH5Dӓ,2>dmea|6VIMƛw:=~`o]+/Ο_iW&7lUIMƛw:=~`o]+/Ο_iW&7lUIMƛw:=~`o]+/Ο_iW&7lUIMƛw:=~`o]+/Ο_iW&7lUIMƛw:=~`o]+/Ο_iW&7lUIMƛw:=~`o]+/Ο_iUWGZ56yrRe݅ocdZFfe^h)AzZ=F[0 ke N% 6-Tv9OyJRy?Tox6l}.]~1@`?,?_7弿?'Q5bsSOVbڞ.a ]ij `yw&u/j q?2?fvlrv=A`EQx??&~n0~^ygJ-O?*-yTb=K Cn!U) KsJFsHgF7*"UJQcF bNJDyR2q1'e?,󍟕_^ey*gosiw d1R݈mdz)Vmo8q' cS4߯$͎h.FjUWK< sOq/rYlʞrՠOSdPXo@aZ'91H<6'xf!D<҄v| Mn3~<9k'r,?U|[ ]w:~[STi{ hTr9đ]U9 fS=dH{ˇ} i#8#.;+}-_׬氏Β͡[kKQ侽EZu 8%>dD"kUAÍ5},/>|G0 1]8>?/J=#dXWb=5u?MثWb_}VOs?C2wo4$2De6l >4#GsYecfv"zf;"rԚ%i4xmg/BHbC8 @'Go24B s*,&Qyȟ^KV>Im|!|tk0y :j@382XL<w7aUfaQ=H+y>پ_+!m'̿5kXEzXD^-YiHeT QÕ3͒B c)bGc'"e} wG#G/?,RDc7q\}%MxEa<:3nȡMK ,N)Gw*9ί"$ᑺWVثWb]v*UثWb]v*UثWb]v*UثWb]OR_8wv*UثWb]v*UثWb]v*UثWb]v*UثWb]v*Uث?{6TF=\?(jWЃV&KoqGoFJ*1eK'\x/C J p`SFw1k%b4b6ŋv?o'qAcqB/<ŧyoRomo W(cUD_Y52ՐFIBP1.#U:0^]$a:@Grc8zx2<X<\$pDŽ?@"}x.,6$ )F=Ds=flr"Q┍R"VMfb9.]|/%H~aPZϘ< ].-G,W)hGvqzY6zx3ws_=;u?!\U^Q+w}[8;=Ok_˝kY[0C[[;m}g}NO_@FIfRQO;DܝDG{.cy}]OS˟NuddK_ŏ/]蟕]WXľn7#73DUZ#8f&<hhu U@p $p.3znAw#I[+M?/2i(kh|1B$X%DaT7WS9 rWlyLMC (㸀F?74w>H5G If4cbԷy-4{P}\Y@YMW`#}+f}dzn~ys˚4#W-4.X-K *8@ [,F  b8P=I'rNwNb_?|,UثWߚUثWb>No+?9!l_?s7 b}U~;v*Uث_Bg3?+Nߦχ;v*UثWb_[?pߝ dNXa\|P'zuPǔ:'?1(ONKK i|;kfQΤtR>|>ec;8G3=<#9n1PnyҬ czo|}OѴMHiuE?{G7Uk>s| >iMQU^v*UثWb]v*UثWb]v*UثWbX)O/l OU;v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UdAY& LHQYf zFfB'Y{ ѯ2X}oʿ8o~Fiߗam:^Smi42*q5aF<&"DJq@{s$8D{ģDWCRߨz?4-JoY,-.yޭ԰ıCsB 5=O\j2G.YN1$9O.ruz|rŊ0@dϯ>|'gvo,i>gg䶙?}yv̋㵺uxm#  rOt=T^!Iބm#2cc w#)OFB=}B rv*UثWb]v*Uث[C4#1VEv*sY;[_]T>8v*UI-egtG=S?/xkGnfyLOGb]yyֱRY"O>o%=b]v*Uث¿ $)Y-5- kDdn)nґd*)-Mg!Ŗ32/u_Tks(*cHJ2=2<=(dFo7eU_Royi'柞<.L[鱳R@ul4ɖ2GWLCt'%Gect$I" /s޻?.]]y5Gfw:zH/4mS@ݘDFq9.ޢi4 N }o2x|9kq!hߔv;0byjhK3c<3ZE EylcLD"G 6%Az\Z|&$6$ooh-r}'NΑ}YCWTJ?1aʅy{2z %Pr;{Y?_ߖRO/^IK:[m)8sB60,A"&7p23 c))^  +?F7t/~H~`~UhNo3f?..EX[XijH;^>mHo~%mO5gaO +z_厓0Dq\e#.<"%-M˯֮]v*( WO4?Qg3ثWb]v*UثWb]v*UثWb]v*ǵ?J)`h?|UثWb]v*UثWb]v*UثWb]v*UثWb]v*Uv*Uثɿ˿?/ʍ]$o+|!N-bX,b~zdO! 3ƥ+7*˓v<̍iNYbb.@O6( [~w??ʿɝ]-CNƏMkWK+d#4Է2"*%}6ZA_r$N} <09 c2RFW<}ꈔ!T0A6Hz'o??5+#|o7?0-mRR}qZ}„cuȭ?xJi!Ǽe8|cvת19Z}L ^5.bb]v*UثWb]v*+HUb]?NtU7χ'b]|=9wY?QTke7^_QثWb^^z{?_A_v0f|9ثWb]v*UثWb]8Ҭa?{g4>e~v*UثTqG'_JϦ{zߕ?|gf]v*UثWb]v*UثWb]v*UثV=SKA~]v*UثWb]v*UثWb]v*UثWb]v*UثWbv*Uث~?/ѿUN_):ڟ[>էzf[19rw:.?]_? W:y+]C+ d-磻uqu?|,Ge௧G(EW{yq?]}O O(y'k}/5>B?K'ҮVQKd5{8#d.g|>9st?q$|wCN]v*UثWb]v*U{W?"]|9n/o?N]v*{s$2~ o#73м'Y죱Wb]X)t,ȿ'O7asWb]v*UثWb]|9]q#Y/M ?7?i|RUثWb?OyM0I+#78>ᝊv*UثWb]v*UثWb]v*UثWb{S6'*]v*UثWb]v*UثWb]v*UثWb]v*UثWb_v*Ujfεi>m-櫪̖!YB")ff *r3`.F@#2ÚXf'c#blv~)y}8Ky?(f~-gk:}voM D*R5GЛ`DE%+ w7'W̲kɟx c]̚5zzi}Z1YhWg<Ɍ1zt%9P!b/`%)F32tO3;[W'n`.]v*UثWb]v*U{W?"]|9n/o?N]v*{s$2~ o#73м'Y죱Wb]X)t,ȿ'O7asWb]v*U9.yqK~lӿKyV~i= :xy مiCrv#6O.@1;HȞNvO`5zIe JB'iX [j['##?;~_+TB8ڿ'##??Ҽ_M'o?mn?r;R?c_;~_+TB8ڿ'##??Ҽ_M'o?mn?r;R?c_;~_+T7~[/s@.HޡqiW2[k3WHPmҵm;_-^m\2 cj"9},uXx#,A}#Gzw璿};v*UتO8r/^g_==?oHG3xgb]v*UثWb]v*UثWb]v*Uث)́GqWb]v*UثWb]v*UثWb]v*UثWb]v*UثWv*Uyg<-j{]%2%vڍJ" !*YNs\r7&Zl&ߕEOŏ5+.qC{Ⱥߖ<9[y;̺xyuhX̶:\r'4ee#c.Fos9c@$,_W:ϳ$1|i;P`r=yc-z\ "47ђP wyi|LdQx$6=B^Tn#(QlX#nb9]v*O _d4%vlNyrZBtJҵ3[8qEDF#R!K ]?>$F"v6,а|~yr]mgEFnGq-dk -CM.DiQ#g x2H< Dxr"W#1.MwϿ_'pr̶>p~Hs]_C f;{{<W[1in#9L׌1όqR6 `8a+1ǔKI2wԙD܅N<$p=gsrW_mzv3a|>puh^WU!7P5ZqBScfDTxa r$J9s8ygb7nf7#Ryщ8[? ?G<ߕͨϡ\]i.--Z{Kam:8"!͔h #7 3#2=cQ0J#}+cB" xp[rVJ[YH_Am,"W[Q$6%O8aѐQxe$ۇY!x2'#($@}NKWbϿmҾaďHY*UثodoqwOS|yv*UثW'|Oƶ_L}M1>?ev*UZqKgE?xwo gÝv*UثWb'?EpH Goq_ރ+?v*Uثnn?ֹ_?,3<_[?]v*( WO4?Qg3ثWb]v*UثWb]v*UثWb]v*ǵ?J)`h?|UثWb]v*UثWb]v*UثWb]v*UثWb]v*Uv*Uث?w"|!ϣy0Zi5R&IB БaG12#s&ZqfQq]r8g+Y+#;g*r<䀓@{M8zId /qm|#OCǟOPor$#]oVB"~(? ߝ*2-G0L3_{s#qoLZ#P \zqv[H>GX.,ؾq֤LgYYUثWb>I<8cay/80Oe9Ii_CuxH$TGK/{9w%՗=眿 W__+kjc̟󌟙.763iV֬doRP-R9&XUz|gqq% xFxY"O>o%^>K/{9=_Y0?yثx/<xlU|V_r6*^>K/{9w%՗=眿 W_]+ey/b<|r+qG=,Fw΃ qە9-x$i?8ƯI\oqϕ]v*Ugk\Y/u~?C/ΟGb]y4_&~T~/?Ay{Y׸:U/[Eߣ^cǖkũO4?Qg3^>K/{9;7w%՗=眿 W_]+ey/b`W_Y0?yثx/<xlU|V_r6*^>K/{9w%՗=眿 W_]+ey/b`W_Y0?yثx/<xlU|V_r6*^>K/{9w%՗=眿 W_]+ey/b`W_Y0?yثx/<xlU|V_r6*JW:w-. Ƈrk~U;rrtHY∮\Z+gv*UثWb]v*UثWb]v*UثWb]v*UثWb]v*Uث7~/ysqWӼiŧh\a.~__=ЕQ8Ca]j^/T?=iM3˶A}9c[NF- )-ͥӣ.3<ł"f !Fy:.P v=L`G?ϟk HQ* eayӿ>&>FVKe_?g,՚8ꌍT}_cO(ov*Uث72t_/:~gyH5/+MSn/d1+),ܤQڼ 5Wc忓~Jhe|kϼ??0ru?%ܾRikmx.%Kgqk-%Qa _M )x@=74lKrD{Pɑ LNI";*@H"OV|'M̆KbyHM$ >%>|"HR}~]A#[*sE1>="Ǵvxy3GYgR?s:O~-89i[K650UGZEHDv4c)"=NJ!.s&X0J3wgBռϯvW+)_Wp[egsUE$Q8!)˔~~:dqeG};j>s7\[hwhE黈/5 mB_Dru-/didd1yq_qu<0b] wޥ_YC7b_?|,UثWߚUثWb>No+?9!l_?s7 b}U~;v*Uث_Bg3?+Nߦχ;v*UثWb_ NE t\?8'Mq>V~)v*UثW?ɭs=g Ç߅X fx:Ev*U'Q9oү3i7o$gټ3Wb]v*U7-ߔ7-V} ְ>opzlQF `I# ڌb8[@-^S# p1hA"DO~ r?6B=Kj6<i {K76—rc# 3~#U9"*r{/Ao?:4|Ǭzj1KL` I [Rn91XJ#;2)ՒDCj\sw 6.K {ۊ@?sȞb?俒`t{ڭ7t{[ 3FbPp)F~4e,F; Dyo5Np1t&)~@{ 7/4O7~cyӱֵjG)d*v4U ęD_>Ql& 9w;ȒONOܖ-8%%yOBPzQ\sSճC-ĒI,23/eͬ=>fOUK~W>{xfK,F7wcR2.[ H 1\b]v*UثV=SKA~]v*UثWb]v*UثWb]v*UثWb]v*UثWbv*Uث?><8a)4Myyup;{[hّKƕfUQVf mNa3sc) h9,Op>@gr/qQ")10~ Տ}5 JM'61<MPVZ ƭweCEQ*ƽ9r# oUdxK0A?ev*UZqKgE?xwo gÝv*UثWb'?EpH Goq_ރ+?v*Uثnn?ֹ_?,3<_[?]v*( WO4?Qg3ثWb]v*'Wߘ7ʬ՟ͬwz\DQQˆAwlE9e<81tq2>{mo!KUX,05GuuMDċSOͣCW_)%O%mmyni02zl)j%N?,Q}oF;JtVVDyzM?F害yN56[g&c:OcxRS,q*lzq@;'\e) K^ =;!~McQ_ʏ_)^k c]V\<"\!5(&ieq1e.WKe1x`+Ĕ.>?pȶ!ϸd_vRax[Қ;JՑziqӌK!<1>R{$I$>Î'QӰ,l t% CF*˲dIH&ϼG#{/ UثWb]v*ǵ?J)`h?|Ufk~閚։~e~Vk=)skwks/<(d90! b wOWNXi7C}Z3O%̑A#2OW"ǜJ(Tlʎó~&/H}$dL(&G`ᆍ%i2*,:>䓠jQZc @eCFt$D9p=ޑ@p\ g 1=E|ɹſ/sq;:'ΞcѴ_Zퟭ[y.+('MQGX99Y2GF;K7b]v*UثWb]v*+HUb]?NtU7χ'b]|=9wY?QTke7^_QثWb^^z{?_A_v0f|9ثWb]v*WrsZ+qZM ?k9KWb]6Mk=8n>/\?c7y(UثWb?OyM0I+#78>ᝊv*UثWb7ǟ͢~d#:?ߗ-yN)OQ/#v*չ+%! q %:!C(䀄c;z qVӼiq~jj?~}Zy:NѴ&VI-V1p`R*6dcq  25.) Q)p:_|һc§?u>j?俞kocKt=sL`E$}E[(> 1 bOGw ?ߒQ"d=QKqﭫG_}UO>j6 O+=;O-;+:oW_F0(Hܷ#]Op߄t,ƩL%3|"9zdet//O5o A em&)8~fx+W`򡿦 _|`aTG;;oo?&cg_טLPXg15}eH}618re?a_ᑑ>v m@qfdR7{~)v*UثWb]v*ǵ?J)`h?|U.WFW]v*UثWb]v*UثWb]v*UثWb]v*ɿ?tM^v*Uث_~;yp̣ɑsL|YH=LY ^+ڊ;-F]͆g7e##Xɬyy\YE>eC 7$x5G*3ca~VGo?p};v*UثWb]v*UثWb]v*UثWbX)O/l OU;r[%ח?jS*U9/oO 2YƖsKRN>^9<m{I̜w锯ok/b22YJ"{,rg&bBU06>}ewrhk._]Ei$asUX# .|DtbhA hF6~b#"f1yG`8."Q*i%պJʜ4*sg0gɌn#">DI \qv*Uث?&bX^y7{*v*Uثŏʝ/w*g-|o_nU=ӗyriƜMj1i%7~/O_uJ3?s'z{~ o"]~闞.R/"@ h!1 G>^}>C_mG?=, ѠE}\Y`(@Dl mZi\rOeʿU?'.8!mq#p@ |r]v*UثWb]v*Uث[C4#1VEv*sY;[_]T>8v*UI-egtG=S?/xkGnfyLOGb]yyֱRY"O>o%=b]v*Uث_hk??Qg4[cW$7.]v*G3[wۏ5gpupO裱Wb]??-BU}5M&L;7v*UثWb]LX,?2|+ZGJ;^$ƋVV@`{SIf.+9FUuEՋ[LJxqU]qub땎;C<~y%f'K+!яavWcwև_]'K+!ǰ;O+;kCxJ/.O_cC<~y%c'R/1?NN?<˱D)xd?iv?~Ivys˚qW*o^\ͫOثWo??41xwo??KӦ[sY?W?O#;Ϫ_~Iߞ.ߗ^rn|~RjZo%n_Hi1X4T 6=&RQDbq@@:>+sϏ,>"aΪGn+F:xd1<=?y$KFG 2 *t/ȟ?8GyJ r=Im1.Rrb]cpd+mK?w1,{WDq"BS#L3dC;6 ߀N49p(p?Ɵŏ(Cml|uHӮ{Du SSG >_Odz+ $%(q$ѐw%cHirՑFTvUb?G冹yQNٿCj7} g;ulѹA,Ov`*FC;p8rdfxV:313#('c|9'9[Kͮj7mhu G>k>S"Y_#Yvv-F+$!()GD+)"<8$3 >;P6e{ ђ в&e3B XhrD8eYc@?Is|b<\2c?0$4٬@:+k{:Aפm's۴<C2 _єFu! +Ap,8oF21%>)ѽ?Daߗ]q<[Zs]%ҏk$ohinC&3HHtm!ȏ"}=2F#XؐrZG?Ws򷵻M,$b(UϨ8/#7c<>A6hz(dD(\F[sL9!E9M8K/λ/K]yᔈ.߼>;`SՑjw>.`}s(أGNaB87A#^?$8U_9k?˫V_Ǚ$Jݤuv- }{cJ4]qQ0.?|4kf-Fm(dGz ~Zg<88_Ϳ/<&*l<ʷ|lou[(bIx-<4|YUTOk(/Vix'.LxyLgU?N⌌#$Ш03p~MO>bw֥z~ZX-yn$VWh"-Ǧ. ,͏G1<"oz4SŔjC#Ȋ2|w&B,cy!(JBTEJO7_ ȟ7w/?20̺:Ք l5HCw6gMus曚)>]G.x$vWr܀ u]TP{vA&I(Ԩ$GO8y9 y'οgҧ?/o&Vb,4dtL)EٹηO=98۔9 qDY2-:Lز ~ !(pq ㌣`m}]v*UثWb]v*Uث[C4#1VEv*sY;[_]T>8v*UI-egtG=S?/xkGnfyLOGb]yyֱRY"O>o%=b]v*Uث_hk??Qg4[cW$7.]v*G3[wۏ5gpupO裱Wb]??-BU}5M&L;7v*UثWb]:okofW8@-NٞUثWbOp8&s_f?'I />8;v*UثWb]OR_8wxK.чUݟ_<; Jӷh%-~p|9ngqL? ?'Oe/ʏ ];?LYakg3,_O tԲ=ԗG"?1-ֶtwyQNYؿ?;_1/ο2Jŧb:uV_1yHf (ܐ7ʻ*B=x+}0ڐ?&h_b?td~+~roqM8o/?ukB$GIuHL+@J7 %|VIc8MyeVbQDG9_*D= n-|>kZvb6 sYg֌Ep 7^7!dh|"c+ߕX6*G΍>d?D-?.wBռ0-^O|?. Kۏ.VkoouK xi320esviQu(]l /F-y8qf314$ɓ@27IMgٹDu0c⑔H$8 !9SJl5lu>VOHO^|u͏oǟ8~j_6RhM}~2Vլ.g ^P'&"Ǫ#Y25^L ێQ 痽?([_"IndʩӛLV'm#g{Vos 2WnΥe'(OEϖ5;wLkko#-*GjCS(FBFg69xϖr26% ("3ayHđyCYO*֕Y\F{m%UUWI?l%0bxI\oӤ3Ch/to5%VȾS֠4ri 4ŕN]GREܒy `:rR,ߕŴde!\@A p w9j%Czz!Q$ CW~Mͫn*Uv*Uث/_.9 8(yBj>t.-|=3tޭ[Mm$ڮT'5q|9@ܘB̪F熣fdN7QDlOϿȏ?.-t˟??;e^BZlKKeFkkPq`K^^nڸjsGKL1\GQK\` H=b(]ܺDM99ͯ4y9y"]ȶ!5kaeX1A4U @;7O->I^(7(@KuŇ`{DO2 7Ocv*Uثޙ_w}j.t"hZk Uh-v C?"T6Qc3;9YcA;#_ߓI7.8syii_&mԋOҌ"k_HrʏgM23,<r#uc,fy$@'Z(cB'u[o#D"#??;#?*, ?&涙2]C>RDyğJ#HP+ׄFpuh^WU!7P2j<&/_:ᙔHsfqϗon G(=gp~)Ώ4ysE+QB \ZZJtq3qD(C(c(F4o.'fGyNo+?9!l_?s7 b}U~;v*Uث_Bg3?+Nߦχ;v*UثWb_ NE t\?8'Mq>V~)v*UثW?ɭs=g Ç߅X fx:Ev*U'Q9oү3i7o$gټ3Wb]v*UգX[t&7Z@otb]|895!1'ߕ2o8ӪXԯ9JmI=K;YUqBܶ(E~c2t"wa_3_˿/4Z3}?[fM 7ug cж)LHEuw/%[#r̯/> qExp5;°_MvF+ʾُ M#B_q,r=G */,|&& Z_^zRNѭ/`B|8 '[@Ae>>XK2ξvwDLou;fTmg)Ogo<0$1w/v۩SB+5U{晩֟eڅjPΝJC E,eՁ*H#,%R|BBvE.]OR_8wxK.чU/Ο=뿙?_;y꿦Ӻퟭ;XŖ+~MXUypO,gg*%X9ylU* /w[ǡ-<뷭i,}Q6Coınj2BG$(wAA9ǿ*>W?\OߑvWBb+ c?_FXa!Dc8<m#*;|\$? w"+?4}m>GFҵ)!nsCiH ;r3~ =d%_ҏ#|B~t>~NDh:9.5y{'K}cKf{jjA͖{wl̵FJH`[4(=EAMbKZ`hX:9HwǓɯo'Ko-5O/,kqjKB$189qDJo"(ȎIF2;HQ%-oo u& IO8|q@bv(?$,?!|w,<}O]i]{rq #_7ML䑄 ~ 2='6LKG]| h?Ϛgj$Q}RI>+oJƛSX>9cќ6s~X=82j'|o"_Vv^\ņyuogq0.5vHeEbje_HrUk l W)d8$N}1?ɯ-sN7q偧˟5o@iqz61\?V,o,'%="+h>#1#;2^L.]E,76)SHmقcYjU$|c$]B"@5`3#>w,x?6Wߑ,_qw=(Y!RԂd$8%Y%9nn0O}TG}XM&2$nA=KȵiGD:B¤&{f&NIEWDjehF Do{ݮ-'$7UA%8+8yCa拈Ե-I'$1++@{փ, RT?/}2 QCm"R4+sHåhMVVVі.Rx#@Y''<;Cl׏q6OI=IxL_ںo&_v*Uثǿ>;<8Uͯ<<P7Smkb:XڝG DrDz;4 |,Y=}@?㦽y9MA~o+-uOOkYnn{Y,f[ #^dWUE`TdvZ-0%PW!.[: Ƣb6?cn =2xvw$ZHy/Fr[is%VKe%FrTrW4uLRF\F"xPR2*厨R5H?Lsv*UثV +ϾPXy?̾_t3J-ųq1O?M nMNهHJ\o% 'GXD>B~AqMrs6{+OZ/OSׇG`j?| j5YثWb_fp~Nq&7Y~c1<v*UثW>EgG/0^~_{\DY]58yoƼZM0I+#78>`ᳳxg_Y0?yثx/<xlU|V_r6*^>K/{9w%՗=眿 W_]+ey/bYyrorZӠ-ތ:{]OE6,m#RG8%-T|; Jӷh%Lb]|8ʿ+K0 };gQHV;@֐1eR5?`{?m,0c`Y ;Y;2L8@9ߝ6v<]yr;EOe4VO"+=.x9VBѹ 89Cp <*CDqNQ.,| #@s~1"+grk]4 &q1-h/8#,䜴VEAFHqȱV91 py>h?2,6g1]'Vn'EoA?ed[NOV7O-9v5lt8<[ oq2|M> "sp眾a]ig+$|f&ڎb?Pn泰V.9μ"@Vio2mmeF喡QR=Q*p ™hgWGO+<}q FcnUC?]_,ZNJe6 {[x̲v j3G%9rRy>3Q=̹y~>ϧtG~fKmch7qqMBcN@34xe>, UF".? 4N8v*UI-egtG=S?/xkGnfyLOGb]yyֱRY"O>o%=b]v*Uث_hk??Qg4[cW$7.]v*G3[wۏ5gpupO裱Wb]??-BU}5M&L;7v*UثWb]:okofW8@-NٞUثWbCQnZrR'ӛ*_4wxFMٸ.>9w;?ka &!KvH?gt2E4LNҭBP8Tt \39s$]C#kaOk;i%럗<$A4D҆iq7ܑˋmW!}39]QgnO#|?"Bm|9y9-]ycJ_*z֭=|'lg4~| "%bѮS7,kƶ[;piJ)aaTRz͓ÄD&3]sf8qFVy?)7tL3jV{ZY9eX-]aJDJn-^Cy23-Xi l L 8UUܹn]OR_8wxK.чUWb]y+~js?:%gm}m{m#ڪ\Kn7V$T,e%g!Uyn×<(wN_LGQ?%?,".;{GMn)BxnG^^|E列 ;Dl pѼ;y[N-M|"6Iʤ`sf99pFe1#7 OIQGw25ƿ#*!?$f%俟?RF;i|¿M;xdV_Vޕ,R/ j#!D_ 46CFmjlﴱ,8֖rp^cjUuf*vD%0A1̏*|y^ϱt_J;\е;MkD-5 OIԆVRA1f#b0 1yOϳZkߞ--o/R;}BN}9k{Y46n2*ԫM( dh&7a<%zÙHdI֨~Z~|~S~p>|?-u?=Et:G1Z9UR{"XxЁ^T"eI&;x\Bs SO Qgb+n7x?>?<ٯ~qZi4`< m/W{4ŮZ8}D 0ѫ*>< Y"n9`2G$dhضJ3%*Vc`Xaewn̝/ߖjRƻ~'mF K^M+FyzI W ɴ7DHBf^y/,/Ν;PNFSѾ#:F[˪E,Čdmx'u;s4& ^LFF5=;49)}Ɣ#&C?PP&Fl'4!jz~Gwg<=yOӼlo>wh$. I/o" %a<, %#`Ldr/mC xR@ Fѹ֣9M8Ri΃Vt4]3)ci #]=҅nvX4`QHF|*^7<.#rHX$aӇuW?αv-_}bɟk9ƞ 0ek-B kIPJ#Z-8d!^stjǏU.땋oO?ɏ_Zg,oXord*OIfT Q0@y?1X^s6;nn@#:􎿣 X<斗WL z GuB$ tԡ2*R3cķ- ah{޹列 ;wOo8hCߝt,35/-Cڭ鶓 Yg}Z0@1 Z2'-|6H^-EV;K,VY\ؖf$>yf`de47'rO2{ )mv*U{W?"]|9n/o?N]v*{s$2~ o#73м'Y죱Wb]X)t,ȿ'O7asWb]v*UWH 3A-1sgb]|#;m3{ pg8}_o|QثWbR!*>a~VGo?p};v*UثWb_Z7_Bl3?+NߜOl~pv*UثW(~]y7Ϛ4Q>CfK!iz!^ȋ% eϱ=>A!ݽ =cp`y1wr=mץx'W7dֵӗWNB/$QP*yA8Ē6.W3IJ"$kzyCɾV*3Aߗe#ۻؖcVbI'.ɒS6PlCfcO'?发-y/D s'׼~sqBYe/N*;.BQ9%vrZFRLh0an#1;WQܳɒY+ _.CP}Hch]i4&5EUP<FFɿٰ4efUث)́GqWKm_~^^v*Uث?~IUɲdobukfu-P0Im_N;ui@UQNjbFEeE\R#D{Zr:XLD" F15 8%3`\c+];˞d< :]arHl-Qxc0B$E+gdd{Wo%w徟w-O>ZhVSՖ 8"y8i3?d`8]֜c!'s%_>s̽XdZ,|egakf$^Y'pZ7-bc Dh\^""oH]Ь2=xc"k!) 6{'Sg~WfF~q<.?4[ 噡7mK"}wrB$raǞ12W_Q:\qŎGGv8b@?QX_y?myC~pdJ'(Afsh=ļVinDnvc9#ںYHS~XhzHݐj˥͈nj9d7\G_ @ʟ7|>w[:SZɣEuMČ;Gch4v\<:J1&2_%%KςbΤ lE?$y>C򿑼rtK/D-5&_;\\=6bku91Ŗᗉ>'a4V vLJ3gAL ߑ/d-vg嶍/?+=fyu2^jz\]\9{ZOљJeE:0g!Apz]?cj%3dqt&(tGջ;E\ZfNCA*;P3QN8!C\.lCS/@~_o?k7;._6î++ۛ[;;U8ӑ1j/i8qs%#RGLb*rМ1ܪ?O!8o_?,=?=Ϛiyu{װi-杭 ƈjʅq;>F}4Y$L8F2"?VJWQG 8e1,uV1N1jz_H~Wi_Z~eX7fޏd[&X! V5U伸fb4F$1Wpaţ6(#cb ܛ>|_/o営|mO&y\yBѭ4.mMJY/19Qӛ.ˉ#Bs4LLD8bEqhjOя;HFR'qq W}1gsN -Ϳ崚hꛛy4f~| zJ^6toeC1:3Ð EW-F9y1Ud*0lqUM锟Cp\h_~nʾgѵ3]'ՒZY-~2p1]ȁ! >9o$K?܍O؁'_G07 K)҈ ?s+qF_Qfߒ|ï\izK&r5(RW F$; Q\Rc|f#}L A1D="RBS.]nqoY⨙=wᕷ/?(?n?"0h^bqO_垏5|٪% ]D#f6Bv˵ɒby;]&_6m!0$ԥw":m$Uƕ&bX^y71v*UثW_Oÿ4_3?\b&eXvңrA5Ɠgw M+Qlw6yHQ,t <Ruۑ<̯-pN/+M\wlM9HWF]U`#22b3R$X#b,bF<.'` 2b]v*UثWb]v*+HUb]?NtU7χ'b]|=9wY?QTke7^_QثWb^^z{?_A_v0f|9ثWb]v*WrsZ+qZM ?k9KWb]6Mk=8n>/\?c7y(UثWb?OyM0I+#78>ᝊv*UثWbέZr/6xwo??Kӧg8;v*Uث%?o/6ɫُqϱ|?/sx]v*UثWb{S6'*^9-˟)a{{*UثWbߟBZb~Cy&F_(id?s%IczI+uQ]R9Y#,h2,g4@3<Bs\8Drxq&GglWd7$oB]A~tQ{;Sl}Y [Zm2j3QP8H y(>d2#GB8/94krK6B>r=ۍI L~Ȟxu|m].MI;_ZS]bic#~W # >2hkjn$GxLǠW~VA;7Md u7y-"榞Ϫ--nx9omxMȒ>_Q>QCQ}QQ">)+jǧ#nj!yJFLLk2֙M;~a]Ũ=YQ.jFxm!8/Nb>`G}IvC#g!gv2bEܿ^Dǐ9k&Mֿ7OGt9쥆Gu'*BM69پcӆ %D0|vcxzTGWrʿ?'-䟔5O+GZyK5[OiUN_X[wBEcWf斒zR#9@;A[jqa qsDe"( 7.99aOŝsn/6jڣ7F xġ]V,)~ꑖVL~&E~,Y1@UM*"V!x~uϺ!XҼ;exyFvߑnDPisg+MKKืN$X +AY F#{w{ǥڟ^X|K/̿fu?)zM妧{"$8u"$BUJ*9IybbA1xG|sa(B|@3qxߐ/ϟc~M|y5ju͕iMc,\GI󌰣 !9:F:z?"Sچq?,rwQ;+~x@yɺ4o-FXu̚E۝c9J#8'Dz=mG.Gq^4:1Op'k;8wsj\hy-yd91ӭ2ϗX\-4KU|.(.Y YV  Aeqb%L`HqD#s"yYyHn7/"/l:I$6P+QN~r2B RbR Oiz8d`^-c}#9si-JVεx5O*kFqs5rk n.PUn,9,yqnqKj H-($di WlHDOgrs;IlkpO:5k+˟(]KOk6=ۤʒIJ⎻ŸMzxLO{&G>C^$F'yG<<\DƄzc|#ǯ76:hG'R~`ѭ&[}2kL-rQ(_Pd g@ nX.\^L @"OÌٲ#O!Q{Zɋ9cWMyrv*Uث~y?ɯ4yGSD'5;)iͫ;$m;[[`A^\5gXAi-R+8tD0MHٹ1`Q7K= YH2`o(#r:i1tMH܎!+j}gqg~k5?}mMԙef[i4Y.HʖZ Gc垧OÒx«~Oa8* '\ 6h&q]DQ,/YKcWb]v*UثWb]~p}h~^$zF*ȱWb_{'~kۋ~*Wb]; 5e//iVy(UثWb/??_= =_/Iÿ ;~g>UثWb]|+998-sG`j?| j5YثWb_fp~Nq&7Y~c1<v*UثTqG'_JϦ{zߕ?|gf]v*UثWVc9mЛ<; Jӷh%3ߜv*Uoށ?ȯ%QYy]/N5Zpn5;m`k x*POSZ/d?1 0\O!ߗ#i_\1MVIȯ2ly-44꛿ok'VNeKA?OVIȯ2lv_o_44꛿ok'VNeKA?OVIȯ2lv_o_44_ C?^h52~Z'+84YU Rj(6S1WbX)O/l OU;r[%ח?jS*UثWb_ R3?Zƭ'sH-vs>أRm&soIhY0K^1\#ӿ~WVϭǞ?L1dbu۝{"UثWm~YvD0>xҧҵ 7BX9F0 $QҍN>kxBBq5(,mnF?Nnw'Bd?:廍Jdž)< tMFh0"Da .Rp PuqxF  3A ?Icd.s)u=QCƭL}#$$U*ד319lDbLJD!Pg`;cq/yg.)|4>I&̉; RUثWb]v*UثWb]xL_ںo&_v*Uث͏ۿɏo;~YhkkLzsC#9L`2@qKLE.jȏ@fh&P<$n%%P'z~?~8m+rq]iz^jyzM&EiR 2#tu9cs JQ=MDFl,5 p7r?͟Z}/\i,nY[8*;<՚r.vv i+Hqa@1 )UǴsb8büO0x@;xOqW)ثWb]v*UثWb]8>?/J=#dXWb=5u?MثWb_}VOs?C2wo4q5Oz|RUثWb3??' Zza _`}ot;v*UتO8r/^g_==?oHG3xgb]v*UثFֱ Mo%]v*q'_p׽3_KL?/J=#dXWb=5u?MثWb_}VOs?C2wo4q5Oz|RUثWb3??' Zza _`}ot;v*UتO8r/^g_==?oHG3xgb]v*UثFֱ Mo%]v*q'_p׽3_KLhX|;V_U򍎓a;!H7ZRK+J&P0DH6rHoy%9 q,cDj95759'9NM tɠɮ'SXXW:-Kc!vʴ\$xlK\"~d;v*Uثǿ>oo0~VyI~no{i6Mcn'RK-AO8 >Ч4r@Wh˾%xItNRMa: ĵNA]gp7iLz#qɧqYrF:JCSrQ99}B._/G̛~Zy:A$I2Y.n!ycF4CweɛS 6 W|&8v6,B, Dmf#y{6/?TXe޵ 5vZIdjY7+mƈҶ,c9.O*y-ò9k%PGhV\UcK_q/r_?veSYKZQ+iڭMqB FWe1cF' BJp̡/qą?lg1b_?|,UثWߚUثWb>No+?9!l_?s7 b}U~;v*Uث_Bg3?+Nߦχ;v*UثWb_ NE t\?8'Mq>V~)v*UثW?ɭs=g Ç߅X fx:Ev*U'Q9oү3i7o$gټ3Wb]v*UգX[t&7Z@otb]|8r/jOdbZ?/r}j*UثWbp'Y;߿]3Wb{S6'*^9-˟)a{{*UثWb]v*UثWb]v*UثWb]v*UثWbɋ9cWMyUv*UثsgqbCG94{_NҴ VKT66أeyCä $bP'#vHFCJ#%)p@'j5\۽__kͶf j\?QKi ,,&@uYX,p71# |B}QdxrKP4Gw#cG}>b]v*sr2Oǯ7('/˻gaf[dW|H"Y X]j<3G1qt=.|Dryq""l<6oͯhk[RYJV1]vc1(ˏށXz}>c<?rY~sy?TUECjTA"t9s8p8c>z9ݲGbsk}B@ *QDX(~+ϯxSr sMv^_FӕBCR-~Lk:(LdOpd#skd<2kZyw7X'FcANz|_/?Si_S /W6e8a _MN*_/?Si_S /W6e8_? yr+qG /W-NQAzVN7ʕiM ?k9KWb]6Mk=8n>/\?c7y(UثWb7}?*?>x?JEtUϫfHӐQM0I+#78>6e9ټ3a _MN*_/?Si_S /W6e8a _MN*_/?Si_S /W⯌z?̚:֕sޖ$Rzs΍є7Z@ot<=ثWb_8z?֯fÏ 霟b皿Jv*Uث('垁_'o]3U4;}]jXH'y# Ԃ69k_/?Si_S /W6e8+Oy|7x4X..Dm3Em44X~uڿ0|?G淞<ѿ'VZ~PC(SƿZ\vG_ |W\R\D]X{^/yxj#)_5tkX7ar /f$J+!1U%.տ쟓zqk.iZkxG9eW0QS e~jr x3Fq5 ݣS]r9JEHfԼٺb]v*UثWb]v*UثWb]v*UثW~Mͫn*Uv*Uثs~_1n4>6>Suaŧ_G<\Vq~sweyC@|=ȵV*R[+FeG#ZȁDCpb2̏eקr͟qJPy\Q#cv*UثW'r+sqcqzo>p_R !xq; ڣ_ѡ%Q)O& /}-0ԳϊDz~ԪUUEFbMD@P$~f7 hrϗHD^7;9Zu`Qt98u=o>;ggrF3̾$>Lֶ7D4ٍ rcs5Ir@̈Y;`Uva~VGo?p};v*UثWb_Z7_Bl3?+NߜOl~pv*UثW8+2dO''Y0B_g'عҮ]v*?*uC>~}v*ǵ?J)`h?|U.WFW/n̟E3 %??K&9wuV;?g7G`j?LrrBgExu+i,vi]kwqCԩ +0NRF oASh3f3"FGO:'$hh`Iw;z?(ί-r-jzpD-LPU~Xj"Y>y5ΨJP3f?AU1i(۞^c͏4@~C򥯟?>:uQ]v󑴉IU)5FjpH鈺R&%7}Cꑔa2⏍<_ƃmo$~~~[h &mgoyX^k-#K1XH8'y  9G= .$&K 3xdIswr͞T6g'ߚ˳Tgҵill$A47Q+^Ue ])hu1Χ3bVF[;4UːgHmG:j?Gߑ)<{ggyO`oK]z.2YDr Gb  *$DQ1j #"n> _m7\ѭ44}wyK2}QoYyI"$Ȏ׏&#q89!GHORLs˄]Q!\rv*UثWb]v*UثWb^7r6ɸWv*Uث#!9'??5N}`Y4n$%ӵv-/>qr^i*9W15zoDRy2hlTՋc@ 7X?8i?E^[yb7D|_vz 5}&)z]!D3Gnj_\:)!YxL +Q6 ~x8ǯ&1IͿA3?,?1<9397KSWFqkˢ܀`4++.s--K{cyKze2:#+~Lݷ"⇒?.?-g˚ru$!<]^ xȿ ^T2 %C43Hr##p1 wQpX.2!|'d?u_?[ɛiqs -*?EY]]4A,sjTpJ:b5'8 q8߯469^DnHMQ? "8]ʟ A*"z u_NC\\T*( ffPsF##I &'O<#r<#Y'sٳv*U{W?"]|9n/o?N]v*{s$2~ o#73м'Y죱Wb]X)t,ȿ'O7asWb]v*UWH 3A-1sgb]|#;m3{ pg8}_o|QثWbR!*>a~VGo?p};v*UثWb_Z7_Bl3?+NߜOl~pv*UثW8+2dO''Y0B_g'عҮ]v*?*uC>~}v*ǵ?J)`h?|U.WFW/n̟E3 %??K&9wuV;?g7G`j?L_ɿ_߫J?ݡz̿~76ƍPw.ceo/֝U98AR }O˺vxYi׷ ,K40]I 1*39_eJ8SQ\Mo> /с^j)V#eWq5 }m9? '~njz4O:<:IP-wd۶n{WnhG{>?G$o~YilXfotJ;?p~8ϻ/<8&~ejeg.'7iˇhEՔH#eُQ:T,&͸Gjk$ (#Ic#J[~R6?nfR`˛V|g&9F'EyUثWb]v*UثWb]v*ɿ?tM^v*Uث?5;~^KZ-M=}GFїH`)̭C},Q5Hn bdh~#%;FǼ0^M-y^[_>jmh4]S{mk2GpaP0+mFZ|cֈ/nHe)6#]b珒|9A+D7?(|ի}o[j6q[I$r|l)ǐtQ8ٔ*;R≽zDDBsH;~f#{Wb]v*UثWb]~p}h~^$zF*ȱWb_{'~kۋ~*Wb]; 5e//iVy(UثWb/??_= =_/Iÿ ;~g>UثWb]|+998-sG`j?| j5YثWb_fp~Nq&7Y~c1<v*UثTqG'_JϦ{zߕ?|gf]v*UثWVc9mЛ<; Jӷh%3ߜv*UN/ {m= yjg8о.yWb]dʟ~wPϳ__`b]OR_8wxK.чU/wǝ855o??],U:}#m6iM"Fft(d∕_:jjW|W)BH^_?_W'0e.W~Iv>״'\ִZoӧ\鸑9.YC /&Mdŧ F0H/N36,yShذMs~>x?<HyrVןdy^H{SW?їs9]Ҏi JnI./@^|\ӞUѿƯ"OS˞OigFBg.=>\^_k/g{˯_+[ʷREp4os}+k9aA#l Vd5Fe4./A =.iiGpG ~W{@Hx7}8{;w#Je^o,4_NIl/z}XIK'g-ܐ, o'Qul2x|n5/;x""9|RH~LGk˼S/yOqP򎙦Ayzb [@eŭ葀 B̠wo7z2Ϗ ɪ2qx=QI:}6(c35ڟ>I?O]l VO\OoKm?ev*UZqKgE?xwo gÝv*UثWb'?EpH Goq_ރ+?v*Uثnn?ֹ_?,3<_[?]v*( WO4?Qg3ثWb]v*ѿ-BgA_v- ?:{fx{Wb]p9_5|m'?1?_9>5~v*UثVA8Sok UثV=SKA~uڿ0v*UثWb]v*UثWb]v*UثWb]v*UثW~Mͫn*Uv*Uث#~?cGm\yNȷMf\7I=ͷyah]љӘeua$wHCc8\3_uj|$W 4_2~I%|U_,~e[X4}Ik]s V9kFHU@?NO,fP3&DwIzxgCӝ6 b{ z|#_/o_+~Py/_|o}T)+Iddnd 3R4g(עa~VGo?p};v*UثWb_Z7_Bl3?+NߜOl~pv*UثW8+2dO''Y0B_g'عҮ]v*?*uC>~}v*ǵ?J)`h?|U.WFW]v*ݢ?,g4YgDojPc>s^;֙88AzdQ<s! (s?P;y#36P 2WZլhme%1]b 2 Vkbcdc{G>x^3:M/͚ݬ7. h5-q=,GR]HP Hz#/ĚbH"3K>CtߛEk?94uxXjŜҘÔnrlSwQMRRAω%zw} @!{z/)I^~p#Ϛ6w.0iʯ3Aiq+Vu@HɌr12z lL ϗVUy^Xռ'8=tmOPn#&Za$C9}=[z~{'~W>[}ԅO7^s~\˾l RU"a[9eEpĚЃ&q H{D$^(C7|Ӥy3vM^]ӬaiGsrƥ݂- N1 W5{|>"H$\}-GOeo.~`i|U|jA?*`I rlvu_5xoq?$n%aǢpHno/ɿ0y=UثWb]|+998-sG`j?| j5YثWb_fp~Nq&7Y~c1<v*UثTqG'_JϦ{zߕ?|gf]v*UثWVc9mЛ<; Jӷh%3ߜv*UN/ {m= yjg8о.yWb]dʟ~wPϳ__`b]OR_8wxK.чUWb]m?$H󖷨ZQio ʚuo0Kica6x̖Fy_e5EWŌ!㔳3_͏[A1ǎ#@GELcޏ2 L"<88985?$g_󍧒2|۽B㘉o%zK rU$gQ"$a7?#p5)R 0krf]eT+D_#|)p$h0cjd8^>"+#+KqTDֵcHm"=b ]J%yH,C!"1= v(Frǧ<1˝ؑq"^Cɞ>T" 9qs$sܷ#8OoGOGuO2ͯq#\?jB%tt4cU]F->1Qs59sKÑpr. J<\̢%*:~ͧLj*1MW\12Ipq] q}{8Ǐ,z\gƇ#^ykvr(&@客QsOI4-qTln lhp]"x+NAx${ԯ#{_o sG''EԵ陚Kldk.Փ#V'~?82FY2;q[GWHbbSs;˵0Dveh[7lA~bI>Iq#4nEN~e/$)3CnԞ) pJ&>8z]ydɂQqc8lr#cs}88ɮn~Ohڿ3?+nMJ[Ԯo[ټ r'oEdQNJrrؘIE{ `ɏ139qKrLA@/oG'/?5-gl+ ;vbRKl8|c\C@28N+ߟfFW{JV6[ofk%2&Q"Ìzbhȓ.,#`4>Ϯ=r]DyD˰0/nOLMz[ὼ/|$pgpWkq3rN?35RLNq_i~^4Ke<)ztS̶wii㌀?!)O@16\R7t4ݟDJ  z\I2C MH@Oon׼88JPT]f`i9UD#ID25U d A*s wS`ߧ;_zm|O 'e7bH##f4?ˏ*$c]x4~rGe˲|ikØ@) %׆pGl>~<M+_󞿗98`uG@0~go;>o-hbb uOu1G9H^ǂyz׉rߨ"O[ #xɣNU}^9Q8pam]RMKEKn&!̑~4[Sڙ1⌏cb=hLc6l@#Qⓕٸr$0|#12kW͏#I>_?5El-4|.FۢH7v+7-OY93624m|v\tNe\B\ yѥ·'浿zi:Dv?KZmV_APMI벜xDI<"}gv4h xDqF?ͤo&/m]7Es{*v*U~gZ<|-ꚏw:Ynr JF գcjC3,9zY21ᜤMDʟڟOGw84 )6֭B>ڙ=1)>6:9$ï _+&;na TeӈP`lw_ŏʯ#t?#v_^G,|(yL?FDΕ[RzW6ȜvVªH;rJ,Qt{ŀ}ጢ%[2 v*U&t_)hߚ|ǨE˖7Nim,ҽ*hs9d(r|O 9mÆY!fF@lkvS䆅Um|i!XK~(лDfbO8)Xk 5̀L= DJ^"a?+#9i89c>n,Qū)A"̑No+?9!l_?s7 b}U~;v*Uث_Bg3?+Nߦχ;v*UثWb_ NE t\?8'Mq>V~)v*UثW?ɭs=g Ç߅X fx:Ev*U'Q9oү3i7o$gټ3Wb]v*UգX[t&7Z@otb]|8r/jOdbZ?/r}j*UثWbp'Y;߿]3Wb{S6'*^9-˟)a{{*UثWbοoˏm'Zt(~o_I_Q5h`G1_d=QV9fnN<qē2MC%sa (UL?4'䗗+-/3?yGI9fw"oQ?/ë즣 u[*0q19tqK/zF5(߻R;9T@2I|P؟\] _Ο-grCqߗ~VϜkmsJOiꭱBxĬ*-Nak0q ) J(1ef<$n$ ؚO %7vCVc俗,t)j:(ZS<}nׅ5@!siɜa###" Eo.Opi>s+ؓQ&$zd_u?ص_)~qYWm=8_N)E t/{O${qWQ" ~_CI\rDꗤJ pq} ו0>4ȍ:qqfqsʞj k:g;O#һ*3te_j Bq|r<ODqe!sGhCye,R\&Ql'ri'?_a/援9c}?V_e7_t3uWڿ~O'G8?[QmVm'Q}>&vu[vbqyn2r/ }E?l?Fj2{_5 `pOK_wj}Sx/ׯ%- qxǛ>?,?,AfPK>̲se'䈱,r1;P0i%3v rLc ⏆fwh:!c£})|?ߞ<^NmVŰZkrg:<~ʳ[ftQ<)UqF8ƇpB&GUQς9Q7>*t r 6/ӹ%\WC25#_/O_ɿş/y{3Mjaꋭ&m:Lr73F28m51,V%,p#)Ob65V,X<$Ɖ1q1]닫߿&bX^y75cWv*UͿ?<tvtaƆd?8k?,H-+z޹sG'֢/G+ѯ/SzwS &>~_U|7$>ꈏǕz r8?\O_gߏ'վaq}?ZV҇/KW^8ƼɣQ܀Li]v*y_/qt73Ĉ/uu(99g~Ji6ykr1I}mkK\*WMy5rAu,Rr,f$pͧ5 ccwFLG q<\8qȃr~wP J/?<?rY~sy?TUECjTA"t9W`cSX@$vO1U =FBQ`>O/5?-yB}NU KT)1k裥2}1> }]֔|2?8|Y ȱv*ŏoʯ,?,_??󑿐3XV_>JռmKi7ZX}6O*NXBj?ySpOGq/G?!*s7rSXwO?%oGXN7ܯU<Ha!5ߐ?>ܯU<r;R?dw wO+7(ů?C]S_#Mn?<k'#?#O~@rW{۟ZHa!_㷙x's| vl[y8ܯU<'#?#O~@rW{۟ZHa!5ߐ?>ܯU<r;R?dw wO+7(ů?C]S_#Mn?<k'#?#Owƕ9)cJ/7Wڛ?Gp]zqܤo B3=Xtr$Du~۴yqc"@`}CW8ʟ:gw _^*BoSOB5r |z\?EU&߷??{O(Tw\?E~xM'K1G:NdXɷGg-{O(Tw\?E~xM'K1G:NdXɷGg-{O(T|)_̟=>gy̿ܯU<?C]S_#Mn?<k'#?#O~@rW{۟ZHa!5ߐ?>ܯU<r;R?dw wO+7(ů?8e9)ƿ,y;^c}xO_O4;QȬ=Ϧ_P8#]CW8ʟw _^*BĠn2Ӗn ?Ř8"9{Ch1'Ujߖb[݊v*ͯ&k_vO<^y̚Tz'yLaXn"Aԕ b0.:.7ᐗ #e\2'c<\wA/|~QyoS~YVAԵЕ΍cV''Ӽyn0ٮ,}FŐז\uBI 2P(q\\Z^O}L<v@ᐍW ?5ƿ#yͱykK_fY/"i#GE,] 3[xii!uL'cdˇ"|3ɨɨAmؓh"xb]v*UثWb]v*Uث?&bX^y7{*v*U:^?xh.s|giVPeqC 1y݂$A ONDE/e#]R $*N_?󌚮{Țv|Ŧiwmo% rUjP|32çD>Gę߻b9 eDm~ػv*UثWbϯ'4~k }M'[%~e۵PPsa5Degr >2?N.~qe @Cvc>Qx[8t#ՒQO3s͍||)ig]@^ +vw1^$Dxkj|m?s}mԍl[zsE11C9$םr}^xc#3b"68ΫZ~Y?3uӴ9hgߤeD/Ŝ:0I: d{'U}|PC{grF3̾$>Lֶ7D4ٍ rcs5Ir@̈Y;`Uv0ه43Dq#prqbOm3ɟpPzdcXų˦1NVт_M"GiǓ8ǒ\B#by^vxHI!Ĉ'j[y&#nGY-4ۘc#GВS"=X,LlU8AoAUמd-.9C7y\y$018cQ2G >[]"5LAuPGy#ys]ѮN:D'K+/"ʀVUa,RrC ;⌳ᄱ\eBO#'>~?;m?'?017i/W,ZU~iVXԨyujNp#oq ) _i:mr؈p9 ~~@Eyq˿>@UѴEynP`/+v*TP@N#jG Gp+$)"MN6N1yFyY9wG=Nf3Uث/"o_OG%O2c/+ 8z8Z^u^v*UثWb]v*UثWb]v*UM/K_OyhVQ[isҚEpjh^v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWv*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWv*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWv*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثϏoş*~Vk?;?/8ЬQt_,Y}.紱nz~CP>Uw}3G^ޱxsՔOqBR2' 3v*Uت]ɧ:*5Į RAF.7.ZѼuZrխWtrX 'q3y"I;|">.N""~wx UثWb]|9WOƍFϑ?4?~`կ-W^Z;UBM;(;8gQ"6k0h<UyۿZ݊v*UثWb]|{XZ9oĝ/R{{\yrV([) @K2y(B7 ϗ#)DC(ߙWsȏ$"A{ $ثWGo宝o қ{Y$8,zH '&Nrs!.DW&qe0ǧӌ #̐I1uQ2Pɚ9W}o:E-J&𰸕5U4wd12#vyQ.$LI=4(CkWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*v*UثWb]v*UثWb]v*UثWb]v*U/s9998Q3reO 52j&nF#@>qyB~9 Zkoϟ>Zykzl%͡I".tv~].. $e ͦɥ3>f;@ё1'RƈjqjjX@F^1Di~by3>Nuk%kPA o)Y\2YX(8eG} D<%!#FX,NJ3ۭP&U3q@"XJ#Ze~~Gk;_=oJ:V 5Yo,q$Ix,C,%0Da|9JTE52#! 9Ͼ^F6R}G(殳?uOOˏ2Gˍ{M˧Lx-G JI9,  O82-Ezv4g$b<3B\;_(x\\\/+r6rWxzi|!aiѰh涝XԐvpEdrw^31|hMݡyn_=L1O\n?7:j_wcn˾@;h/^{r'c1bKͪæ}y 1[MNV!P#7Vzp)﷢=scaM/V5{{As`(QDPxC4`mw].γG,eDYͽyn5gt̿kͺ-n 7ka>徿7B֦k>uQGhⳳhnēl$ MUޮU1a c|d3c1g*>.LxێrnHqKpwo'1*Pg-E~]~Lf~[5彏?0t(-~xy`;ĉJDŽkcMjA;OFQbcR2kp[/˽]_?ZhThe K〬 0cgD LzlB3אlK~Q2gjߠ2mv<ߗo2K >尳],YNY_ڊ1kʙlq8όҬND2 ?Q#H󖟙zϔl#sog94G3Im#I :,4B5E9`ƧÈč](ș 'Qͦ|ۓ(Wd h.ܼ sqJҹNFkakh-ccyܱEaʧM^q r[s~b~_`/t8(ORG^]m[Pyܬ>s#/7*(,rcOO) ۤg\̺؉5V<#HvVx1;wg\:7k~m8a]enV-ZQۜp7*,deˎ' Dd(T{Pǡǃ!1$&9N!pI8-2v*Uثw~]98e[?3I_?Zh+ .t]\MnA2)c/( X31gDe#CQs8v'2"yO/r3FscZ7έ^AⶻM1MgyvzV KpRG XˆT qxQPu.C`eQH Q9 >Wt?Ko,t F}+vvW)W Ij)K+1I?lkG6x)HⳌc6G!H)cy,Q.mWx q~b~?|:K?_hM#XM mev:4fqס #"KnG ßg-LtG>=2GhBCc,|r"wKp$/Tdgג%/02-P3j◶I8JG#V`+bkKM1xdbu_c_nGWqW+D>dG/95ѿ0/#0—^-v#ϽοTKpĎRcHNrr?/?<ժkCO(;=>7ʦ]>Q֮\\ xVT^D|qXddi, G$pTEȜq͹Zj)o V>2cwxDFS.P⧓3¶$?7%71y!o3/Ȕ˻2 vr;{;S5g%?ř<JnGt?_S ̿_?;UoOKn>\r\_OOwخ7!rxWpC߅oko[}O=$NÍ6)Lx{}VĿ?ܿR>U4ʻ8 [_m%KcUhVmd?K&%WKxӵ¯/WoXy ?$,|M{es/|yck%՝o'W.Vc(9g5kLx+9F|=ˀ;٣=88jAyp~I1r|Vy?*Nx%ӓM͓qn3Ҡt<z a`Uѱ|Knˣ˧@ zy?srb]v*U?yt/[CZc`уi$|+ۆpe5C[j" (@( dI2Ն}4+䟩e4Ü=?W0Gi{rZwr5qx_?wm}Z/Wn.O_ʿƗo?+y)؏1R♢J;\ y2LwָfF˟ˀb.?4?W-yV*e{!Jw؀lB×ոDS}(OI~)%G<{̿kͺ- o/O0? ,~d_$SIʆn/#O GM'_ptƲVwNoؓCB?d/t?ݻ]a꿭gW8a}˟&Aé+˗r2Orjd v^]|n93HO6vt/h\Q]c}?V_e7_9POCy'SqzM33/+ߖUumG?Zf?"qãK.kV3֣7=^UOªoc 1?FqvM%_on&M+[E3rx9[TW83q|x|;k[/`UثW_C~A~S)7<c_QXKq+g9WZLR:W.e"x䗜F"XW19sFP'8~xae+i']grLK-,Э\ dj. ˎdĊ2%DoU[64"c&q|_>Ʃ̏({|麯Ue[O͘rV;+,rd;->כOh.H'x;NL#8J'2^y;k?H>?>O?K?uҶ*U<_z;ol;rXx˃=c[_{-_]p;Kk-W~u/x},oZ6}qWpW FeJI,)$QwvPLll,%XČ@NԞ!f`|Wl`7lN]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*U8#839̟(o8Ǫ}Q'2zvw34Q*RnCdi$ ތq˜e#_Жhǿ۟&A?7NcH>a%U"rf Hq8ƧS,؎$<2uݍZ]x-&d9rv :k{C 1c.DzsIgOpw˿k=ӿ$?=|2V9,5[kH;9"ǴU"Obkb= G#VY4lxģP~ǞX}j?Z招{yfޤsJ©s$Rqi^ j2CP )| DIyt|C1;{+ _+VGuysAU|5ȯ-SE /Iq,RKs1k$}(\GzLP S^@qF"R8Mcpq_{{;1$3^b]v*U?2r,'E_b$^H$Pr9ɿ9F-8 #(_>ёy{j3N-yί#sy?#4ʝɟ>H,/5,YZ Hn"լ#{DEzmpH$.mU B{ Lr6c1 8t؄x};mGۀT!/oí_q|1 5C} 8&~qySMOŎ CvK1%mZPuل>Dr;:x3dlDkxK>?7:25/(9˫y}lIKඐ;|=*Eu<.Ǟ{@pNy9 LP|<_z}98o-{>/8R\RY#5fܙe*'6R5w&<_!(f8?/a`BJ~BQ@a '򟘶IY,,$ƫsRd"B!㏧XzNisz{p_8qs]F>bj<???%5Hkmqmizm[hొ94'Όtz,~frFfTkx֜Kč@r8ɢw"x"UثWqwr#Rk[i]e5 doUUoZR.>jlp'z˗3et7Ne>`Ojn(ĊÐ܉F\@?)}VH|}ONSҴXwqȇzR1vV<$edypϗ?73$3kXo :C~o9 8y#4YyOtϯXlಿI}]B#GܷPkaS xsF>$%D޷8F2~vhT6qIkz}ƳTr*]I 3jSlGqR =j@m!pu9itŐsw_OȽBqZy{SԭZgX#XGtKZwN'lԋ`:c >=9rA˄7%!G ~d~[~ayrKrS6?ߘK˧*%FXmѥ+Q888F\1lť,82~oI7_b,ɗh7cwq's)S2<@(H؃lI)?!$?-?:46,-&mƱ7Rx'/-Ų=Y^gf?16%W\'%g8HxxuZcԁY @qU"N&4A$/S<7b6RYH]:C\q/U%sz{p_13 ۚ6EQ88y89/qk/o忛|[lEfUo԰{/ Iyl2t1c#S\>21qcjZY g)nk  󎿜~aJ@Ow|CO"XC[HHԫ4 1\1<7Y k6O}?Gǔ2|u&kҷdKkOD񲤊q F#8m̋1Q z %œaŋ%XUc ze bvjC?^\_.?/F}L{"i8Aj$!=FUXdl wu|ȇ+r,$[F;#.kv|ߟ_?< [XQ{kS4#r!"[c"f@:rٔ2F4eϨ:n"(o!8*8?)ּ/O8lyo͟4>pmx}N;OQWGu;&C>))̐;lj9t v7ῆ.oBUثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWv*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb_^EIy (~Z1siu[DW/-puUwHY돢Su ?#T'cſQ:q!FPGl _~ɺߓ|O,Z//y?K4k`bN\B-XsS>Id4,p`:N0OR|U7v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*Uv*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWv*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWv*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWv*UثWb]v*UثWb]v*UثWb]?;?CowwF5k[K- yXY"FrBuFS+oߦQ8W.?X5M7L>Nӆu /4-'3.쨕) v9Qrh8yX2 M :nVVPC+ H 7~O~d^oNhvMŃA2$M5!4ڈ!#~$ǑV%\2Q? DH}>f};WҼ)o!! k+-d#J4pW"Bq1 G{>cH-3BԼOxm[^nbCK<̨THr1FOF[v*srW~888<[k>w) ڗ|i ޟfHe>jZ2e06j=ߥDFrKy}ެ58W|٭~Z>eѣeg[;{Y]FE$Miuy)œ7P -<()?DNS/rGZ^P'~')s8+ζƟ&iif]LnJi?sSB:<6db+:=4F)L6bzO}큓Wb]|}9W9W8J_̭zؿ:Gfz/ Ǐ.դgquKʉ#7<j'>}̟/[^Y~zѬ"QH㻎%5"dW ÐWa^vM-6SUc0!GRccv*Uث9>(.󽇓Xǧ9yoTeeqpKѸ)TeG" }å#dEb,O!v4Ѡ^bд_0YG,Vz텶iVU%faZ+ne9s +=>x tEKsWb]v*Uث&$9/;{VjvZjiZM$ f} Iv|;ǰߝm{_ 7}bUثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*Uv*UثWb]v*UثWb]v*UثWb]{^w?Oo~9ws#D q[~=9+YA۸="@-Ibur褀#eMĜff<[1p.RLc):ܚTn8Q2$ ,]>VN}JK~<=%OOTSX~ge+G{_k'ߗ?-s+/ê+ץ}f)o)7Ϗ{S:8pc/]NCy9ܫ<M =K~h <Q{ sEPN§g<0G$hynI;$7,3 $`I 8ckM!##߽^ȶu楜I%t㵲ٚ2"'Y} 'gT`$Xëjwʫpy,Dls;?+.n9'<5m-狀e[MA]ZFH fT`18WU︍oӝ<$}co?c}ʶSRI :z{;6xÕ@VEtVIîQ|eņ1܂qß&9  .7]Cp+Xq_?G/33'4׻__P_BwVڸJ$C,'E1]yA/ϯ+|yqU2~_2A_CHY\ilr*nRKDq9 $kkcP*́#V1dH/aMyqߖvߙ^Rߖ0YZ[5\ K%$2Ik(+ŃYU9FI",H "r|;&5= %`12<"EL?1!oʋ4Yh:twVEսյv ZUr8%ufF:;{;2#22 5|=P{rO󀟙>Zyj^Svb#-̲iV^#D>FbňXLO~|G M9r4a! ![=_pf#H7|?.&O,yϏ{,1 /$֊+Ve@){S=$O#x d4Y "Id$ yO7KS,ɣk/Fo/i yG-M$zWT2^jv7w-$~g~[Zj򆯧KiW )Уd`A2b/cB?vENy#D8kq(DO?H8gC{F˫_6izuvTIӠ$ild3?%-Y B6y9F7חƺ8= x'~ޯ|?_Q:w-]uY-L\;;uL%rZ' ^_L"c69ù;W*vـqB~DD3#"Ac$GВ__W!mC9~.G_'s_/'_/h5S􇨲ZOo֝z=OOy9s[GE}1|b?_ȿ3>C'o?:]=/Duxay!u@GfèP8cxDcLԻ;m.U ӟJ(|x|uM[jSo-M526q'6\ZXMl*E0E,vG *=+w!/}8Ձη?z$Q74-+&e?%yf̶lkZVpkVP#,HC^TaALL~J<ߖy|zo.Ʒ uh"In/LF"%2>Êe&;eӄ(#"O kX"6N"~hןڿAM'yM|uv^$jcOfVG0'!-ǔxc\]l ~w:_ߜ×{WJ7SOYYo6ߕz}bMCUQpv'l&}dHlx&ٟѐFQ2<2ǟQߟeǸ|J Y 齽Dp}Й뿗/Y ߬_K|89Vs:,_Lc+,59/+'8~l+UMFSebE$ rӍY.QIy&B'n>O=$Wp=\1,;D  ]uY;{z p~Co=ywU/Vk}s鏬ff:Ƶˣ-2kF?k,8ꌥ1;v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*Uv*UثWb]v*UثWb]v*UثWb]{^w?Oo~z~jRu&(˯]iH_o,zЭH3V=!#yxH uݜAL1< >C! Jr#mFlF*wvZ^h)oi&H\ òuԒ ǀ@?#ߜߖ-?_ㆢk_̹٫(lulު7GLlHGY #3 dG/e@X Cˎ-_q~D[̾gkV'-,ob@u nɦ]rGF}G'Fgڬ)C|ǫ}OȔ/ 9!MNk}=-mcg{{]S``PBe8\O86%"xNM}R]9cc99q?p?;[vuE+Yڄ-" f`V@ gԜ;\d#[ L~ۉKs2u8|)ě7zQ#74g9~15~hyNhDTOQ*Z\qt&0 1hxɎllGab? m涇M+Z-# *]6XqX8BZ%@)Đuݷu ?# YɈ}'K1DK-7^!SxHu/-_H<+ʗ1itnS*ˏ$;K cr` D}2HDo֜rawJR߻E*MCVor .WOCx!%]UX}e9.^F(X7&#<3*0?1 띊/crSϞIa5^b$ѯdk[9xElj+@c-p;k$&y2'z:|FoeD ^T}.(^p"__5~u~YKit/3[1g$XP>gH?y7O$@dBe1ǎD9Cߵ ៘Ko~\V9Km7ڏ?ȷ;&?RyW:MߜMCA'm=!x?U!E @G'\zx<|ḌTDOF#T`,q"2?>_&q>ZlK~\i_QxTYS*&'q2Hc'ێ1?ggi-y7we˚K=[ZP,jA0eb2g1͘xDb/z31lO"B.> [X2K]g&2y3ʟߒ?]~RӤH"fŔI0Y@CUq 8ӕ $5*DȐ >DJe}OϺ~[24/zcF/H)Jp^g`ǂ<|c/  |C/h2)LdeI.}>mqSLDe ;A }$h[?EOl?74/v#g寕4~rf:-O&EiOԮ#Yeӎ[~j}78>jyp.ey䙉d};L`C&@8Ck?O%z4:Q9yhQt!I⣔$|$(9m,5\0fq?3dsǥ# N7H@Wϟǟ̏ʵ0yȱheʱI8Jk{ ȦhޢWrvCcę G'gHPA<1yFށw~+83qkzߒXA.qk?U*}c#=͌'6i Y<5N<<>cB$6m+Xg tvwĒjzb>϶9?nA!=|._7:ݽS,hT*hV޻qYRK2d"F2&LdGd_(DT(@"&G pƖoVyO<̟q`8<^y~ZeG i:F˿L{Zy;!*==2;Mo1`ȘCH?%J767<ťY~m<^ۋɦ]Iwu B"ƈS5SGj#D'9$F1û<]&SXqqR3}3oȚ%]&^hZlVc)֒ jL0$ %V3QG$B>)#O;r zm_$Z ZPPTE@(`|L|Y$IdJ2=l} GK[levmԒxt84GK=ѐg#, VZ}|__[>z:k iGbx_?*58Dzdy߭󈟓_TF5\##;rstݍGQxLqr.X-m+F^Z+[Ab; h35'U.s 3\Z3L2Pu?ȫ+oϏ^Bs]ZOi4#ؠ=CML33KJ7\$ua ?2"G_w H5/S|3/d·Of?9O׻b]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]{^w?Oo~uGư#vNw s.Cie#Knԗ?) +u$Li~H l#/"^\OJ^(CBhE3LJ 5+?Ό9KX';~ 92%dR^u_?_%poj5y{D@J4KtZK?8y~f%=8O%2&ޛ8k~qϴvy-t=yHj褀Z'fM1bЗQ\p@.(dufE2q# `}?_yw=YM kI1JXlh$R/Í#1R@HmUTM}Qp/sѿO3/!.,Oz敭ϫsLo5-v8.Qd# ##, n8!"14kuGO.+ǣ++2DuG]c5-+Z]NKm.m3*H_HRNhNN#քwNߺ?ƿ '/ncvݛr|>K++iKǚ"3ё9jqG.yF8tZy&2=Y!ysr;}9~tV&5ӟ˗sC$f4I,$KqWtWOPz淳c8uLI&M Gd;"# #(Hm;CKT\;ohqrۂQ!^^q;"@OM?F\°%$Ğ9|2;oFR;t B5# Eu<ot$qlX$';2~g_ZuYC,9-AT63lF:OЀ]/ĭF c`q.RdG3[or2wZ-Os3XibMZgEh cKKFH;KӜ#R^J_ H"7j<$sBWkb$AW1H:?:??*ϟ:~TO#/~W23v+0֎Gכ1?/}sÕBnv#j0pcnĦx ęY`?cǟmrf.??̟O^'>VO5I&g&ESmYZΆf3(TDx#>˳x Q\\2a>0EJ# YGWr_ȷߑ?>]f}]Ukwk贻k i!w[R.t*dНa1>܎{X9l8/iXV7ONUB" =[Oᶿ8s4{iu)U,,O4$i%d4xrm|Hː@_ҝ\h0L4 q͓, 0c.n J'$ v!W>ؚؾ~tVy>_(@y#cw4+o\OK%XnVX̌xщc_n G!!=G <2&H"88.1k_<0;k_Bes 1!R3f@m$xq1̓rV#@ȴ, ,qN1;_2kZu/Y~f/+?c?>r坍η>N֧򽒙.K; IwEc .Tg/# ő >teČ XgϥE,_ߘ_~I8|{ Ed"kmCK[wEx" ^Yɞz*&1<$zbn|TIG \0ORF O&!ô̎T!ߔ+]?-"lm4y=wvpKomwY%RKVۉj7{hߤ ]H @G~'\ZBV/~xyɓ%{kK vjM%u5 ;GSB1(N7@y`|cqeFR$K}<2<`Gϳ?59'o9UU?z\L];{m_b jt!#22\AR12GYxQ5v\CzѸѿu?)?5 T_K4Plns'f,8֬|-|-Lp{/@@@*܁cHRwxK錄 +?;?/0h$';< @}99<\&o~~cbcj<Ï2 jYߑ4+{zmF-BTa"I 1jY 2Ec4#25#"̨D9Lon(FQO;E?o*变Wxݴ QZYeG4c*(u;9J{JFf(JM" /ƿK/׫'fsKn?ԗ?c}g Nɜii?w?4Ɩϝ?wݦuztMrG[Mv//>y1Gc=Y4j^~|i_:%v:ѯ@Lґ]zᏤq|)oo5KS~CyoX~ojjzUl}E'EC"% gxdJ;x~-. XsBqemFG. 5W>AəƗQfOf?9NO׻b]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWbOU7G^OZyدmm#8_,)C+:<2C-JBQ$mT"a>M!(فˎ:x1ā̛}{/<??+|obyH_-w-gGOC$Aէ#D2 ۟+f.Ptf9r)@]#;Ù=/_qK7|.ọegSQkj<O qOs?2sur_mL̦>C۹?9 I4/]y%ͅk?JPW{X6{=/Cu;;uYms!/=x+\]uÎܮ]a{ḽ{i'/R[96m`3c~7IRNNh&?Z.w:q/=x+\]Aպ#";i~1>~$p-kks! l}T h`R,$H"ЇKgUsqm5 \XQƽ?گ$HRI$gRS`24-ZݿtާeK*.:emZi$;kKzƴ9cya677渊0&h|4O(ɔbẳ:`i0u_{\o7[s }*[|n7R&oIObWl+ſs8boʷ&>lYo"]W :j}Vsяùy"R="qJ_b%|V2=#yJYcQ:S{jsYs`:ƹ:U% mlmc֩s$bYqR%LcӜ!σ75H\OA_O­hKO@־7=>?* I$dKԺǻ).syv[L} Dd񹻜lp+.5m7k9der~AkkisֻimMϥ[1z}6E!twg&Aqk Sfa4ksvH;w?Kw̌6{v {-e_U^[?=-uvĘw2}V{,"I%9xZ4cjm~ϳg ]z)yMMzk2kuy6XG"W0" 8/Do1cSx^1}_M/B&-?1^2yc5՝\*x?\~%Ncly6V̌0cwCPk)gnFM3se {k=nG \X Šuvƫl8La(Mg8's}\=Hr$YqR 5? ,`#qKf')1#X.tm}U ca =ƶB;nT/:UeE7eedڴӤ+FI91igq3cM6 [[!Ƽz?GkGIOTʩ$ MCmu5FI)AZ[wmMp wGBmWNG֚C]WikvVeELI)Dfg=WXzV^Ǻ͎LS쮿~If!4E;׶ŖlϢ}1GVnI%?GӗVz~5E~\S}4,}bɤpqba>~NbgΩ$&}e9Tʆ;} KCc`aױ VkhFͫ儒SC0CXZ<)/RIOI/RIOvPhotoshop 3.08BIM%8BIM,,8BIM&?8BIM x8BIM8BIM 8BIM 8BIM' 8BIMH/fflff/ff2Z5-8BIMp8BIM8BIM8BIM@@8BIM8BIMI Untitled-2nullboundsObjcRct1Top longLeftlongBtomlongRghtlongslicesVlLsObjcslicesliceIDlonggroupIDlongoriginenum ESliceOrigin autoGeneratedTypeenum ESliceTypeImg boundsObjcRct1Top longLeftlongBtomlongRghtlongurlTEXTnullTEXTMsgeTEXTaltTagTEXTcellTextIsHTMLboolcellTextTEXT horzAlignenumESliceHorzAligndefault vertAlignenumESliceVertAligndefault bgColorTypeenumESliceBGColorTypeNone topOutsetlong leftOutsetlong bottomOutsetlong rightOutsetlong8BIM8BIM8BIM 8T JFIFHH Adobe_CMAdobed            8"?   3!1AQa"q2B#$Rb34rC%Scs5&DTdE£t6UeuF'Vfv7GWgw5!1AQaq"2B#R3$brCScs4%&5DTdEU6teuFVfv'7GWgw ?TI%)SY柳cHcOem[3zx:ǚ͢otƿLHB^DGxdno:oUoNֶ\MչhٵȢwoKwX,okYz xnCu;;u>O qOs?2sur_mL̦>C۹?9 I4/]y%ͅk?JPW{X6{=/Cu;;uYms!/=x+\]uÎܮ]a{ḽ{i'/R[96m`3c~7IRNNh&?Z.w:q/=x+\]Aպ#";i~1>~$p-kks! l}T h`R,$H"ЇKgUsqm5 \XQƽ?گ$HRI$gRS`24-ZݿtާeK*.:emZi$;kKzƴ9cya677渊0&h|4O(ɔbẳ:`i0u_{\o7[s }*[|n7R&oIObWl+ſs8boʷ&>lYo"]W :j}Vsяùy"R="qJ_b%|V2=#yJYcQ:S{jsYs`:ƹ:U% mlmc֩s$bYqR%LcӜ!σ75H\OA_O­hKO@־7=>?* I$dKԺǻ).syv[L} Dd񹻜lp+.5m7k9der~AkkisֻimMϥ[1z}6E!twg&Aqk Sfa4ksvH;w?Kw̌6{v {-e_U^[?=-uvĘw2}V{,"I%9xZ4cjm~ϳg ]z)yMMzk2kuy6XG"W0" 8/Do1cSx^1}_M/B&-?1^2yc5՝\*x?\~%Ncly6V̌0cwCPk)gnFM3se {k=nG \X Šuvƫl8La(Mg8's}\=Hr$YqR 5? ,`#qKf')1#X.tm}U ca =ƶB;nT/:UeE7eedڴӤ+FI91igq3cM6 [[!Ƽz?GkGIOTʩ$ MCmu5FI)AZ[wmMp wGBmWNG֚C]WikvVeELI)Dfg=WXzV^Ǻ͎LS쮿~If!4E;׶ŖlϢ}1GVnI%?GӗVz~5E~\S}4,}bɤpqba>~NbgΩ$&}e9Tʆ;} KCc`aױ VkhFͫ儒SC0CXZ<)/RIOI/RIO8BIM!UAdobe PhotoshopAdobe Photoshop 7.08BIMHhttp://ns.adobe.com/xap/1.0/ adobe:docid:photoshop:e920d137-0b77-11d9-b9f6-aaa4427aa62b Adobed@        s!1AQa"q2B#R3b$r%C4Scs5D'6Tdt& EFVU(eufv7GWgw8HXhx)9IYiy*:JZjzm!1AQa"q2#BRbr3$4CS%cs5DT &6E'dtU7()󄔤euFVfvGWgw8HXhx9IYiy*:JZjz ?v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*v*UثWb]v*UثWb]v*UثWb]v*Uثr+soskq~]yK}[Uԭ/գ]wQ6& *\>ňrU\8FQwk6e~V%(!V{M7~r?.4MZ5K%樐;ZA;4$V&T%0bcu9 -hHu#5S^d埛u_KZ_ ;ЍҴZֆE}#10qX@t3=(z?/Gן#D=ޏuZ_Jj+fwF O]٣=5Rgrg#"˴tݥX ˹w8F>\onuTWثW/?'~PykG>jousjY3"]ٸ~P(&Lxc$O54ɇ,w~[igf&k{˾^ѵ/6k#oϭhR!yr(::wi Ew_neyNJ`J#Z皿)/2^V~[ysֺ/sqƝFiZ-WURC">r3C>+ߧNA||NzypOskr{{^򎑢yOG-/xQ;_#.`m39~3[eR:nwe_#.S7:~fUثWb]-?ߚm)pyVX2_\Ma-E;07jSz˲F:Y9R+ov\b:qs&C"GEV4*xdGqp\P( b__ɯ7Mqq[ʞu5Σa?f澗IN$%Z’V5WB~ϖM^9fuׇJ~+f_i' R'U@d61VIʁcԿ-~oZf}C?t=_H9Im !Bb Bg#3f qVn+Unr#WrzPq~T|d[Ny?f_̰_Ŏ{po#Xi%ԭbH㺗%=yg̈y sϋS *Vp~.eW&7ҟֿ?vot Km(|7c"M1o(>(m|$]mwNEYqLNoV}$ny՘n[͟o76:wvzLVZ7زZdBBJJA+Qb3D> KoGÈN MGvyr'qκ~gTXu;((gV8)ZPl7qoxB[Ggo']rJ` |/sv*Uثʯ&'V\~eKt,wN _jsE,$A"fB$j#cfpN0+2Ol :Y:}?%"j1# l,Y6a~oH~]j\VV/[`vwC"B$r)cJz3 ~Op3^È/aGx=ьGmA?~u^h+?(gjF7^LJ.qdUcܝA,b 25;Gxk~zY8qչӣ쬭.]v*|rdcG@RΦ?N󗜼O_(b\yb'(ߟ}wG2 _9y=<_LѼ5kZeIIm];IIx~zffAF&#gao 0KP(9|^ݔv*U_W+.?2ߥsxO|Y/9Xaw 3I! UA5j8'rAC'6,>5h6,|ۛ6ɾԴ4k?h6M[}m}AM *w F$'dhoBɡfSx2S 7v*UثWb*9&PLz 56S1S=]gI^TGHOP׊͎}#<|\pߗ}u>Ҥ%4uhTԭ5H}~g35rHc7M^ǧO 38r Ʒ[]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*Uث:Om+? c ܩ^9;禹jwz.y_u gh&t` AfiNPq4xqDza@O"A~dbf~L~jj~Zj>dniuQKy,ɋq5;hDs,х|ˢ"uS! wgpKr_󖿚y_CNЯ`4$%έɭ/լm򐊳q!4f>Œ`#q|<[^C*jK}F\$_q5`OhCӝi;%"&R,u˖RŎ𑌒6r'ϖ],p#ŗ%s!< >r}qsM~E~fNkCs%hc[nou d9Hw>a$`acɩ`"]D+}zn<2dS0NI؟Qhbq$1?{ſ˫Iַ~ӧthҵV0s],zp@}vXfyJ0#d /u}[@[i慩֑qyImukq+4D0YH 3;I&^cpg16?כɿ_?Gr5[Zx lRK+"rbAMs#W4"UA~¾V~e"uS! wp__?CÃyV_n lFXiq<̊]5":v.)e#`br!wb$Js$W1ö2ClJ`qd"# NdA`P~_~hMxyCq+Z'=equ[۫ghn)J X)FYtqPn"c-LoiKc-.~,ѿ1/ O!GL(R!+AʇBlk#"%r᳷[uLg EHƜYj<9" x('bl;q8A7舷ֺkZYX/I0p *Td\WŮ wM|3BAexw[} \ĸfHԿ!51LXk]_yW/{gau>;hpaY]g–/fE=&!YGhr@"=^ j*\Gl #"o"O)fvhig 4#s&|&gF@9$8<?w叚',;2<^\~Ygh֚yk+O;<)Wy$wW<#<9#, )C\>˗ xsa8D<*cR[V?g]v_c(~F_yF"^mxFolA5m)zcTv&b9d$D1;m6($ۗ܈>q^5;?($.4?y?47I1G5,o-->K#_Swp.qQ;|R l"@Cif5"If=ŞK|#_Rda MGp)͟ha;g#8{,p'Z]lWg zY wl~M9Yՠg\&;>X$y+:X]PYfpd& r=@ 2!s${MNlz-!!)@s6}5 coȏǟnviDdž5chsR`ny3qCrNX?sz46I-1ex H^4Q!i622!(⇦Dר=8dx-nTs^A># gs#_:y͞if [Ikn&9aFmpOMdL>-Vf9<>|W# =$T@$lo$4f1(r ʺ q2or}k3DrCnSZ4 tè?RG:3Ap (#CZsG(r oɞBӿ85K&O: *)汽Me h=i"<#lςZMtHpBQFCjߧW3G:B'Re]Cܟ]Ϸ$1?/%t?0~C厢.LťnbHO͇le܌#!.<#GܫWٱc)Ǥ~y߿͏=~Z~cgFӴ-|ɭ_4W^M(P P*tE)=΅KF?rPs-?7.?4|ǯkz-%汣ygLt􋉞O V*b+9z r ʀ2b1b#yqqF&"<#rMr #QUwz{ȗJ99i>mrs^I]jVh{;%H S+o*J$G|Q8xr@.b@zl Xr~[}~H\o\&1|O&Pܮ-ɷmhW׸u](eƓwHF'@*4w/M 4U: )˥@Md e_9~I2:- Zo,] Y_[IVuO*<(x "L5)FLǵg$^pG*J Y0DoɎv|G#aV=ENx@&dy8cDpD J@((95o,~LQ:gmlKNm]PM]O"Aww&W\z|/a6b#5TdH?E,Crx?4ڻ;y??Hߒ[ߙwsj//Qgy=[Zƶo+3y9VVBcMǧYJ1}giHxbԈg8&o~~R?󄿟j86Y;=k_/"7Vw-CqmѩnIF,_ee3' DW }),rg %xDlG,3׿'+:.7./9Mo98滘bothmg+t[KWEV&9t,N-G!xV9 v"ؐ# lj+6>$Q'n8?8[hZkY>i]qq*;[WBo "-CPyMJ?wz #{HV7syf;_@ y'_G~d~yQ@] -[Df <ϨK-"_N6 8F#0M&qzF~oefMXs_=ȞO(qGrwrpr'g6Mr$HyJ #/vDC,.vW#2#)Gu$,d˙?_ ۄ?8=$|?&?35*moO4,2T>]: 1q ~!IgYG8yG.??$$4|9CY*UCPykf"( -æ0rbDdX#yVBY·$@pJd <4pO-c$\P|ͫjq"Y6&ouqC%ALN<{Ę#$b ,s1<1:@߆JDfzc??{ᶗ.6]XY0hv:lg}:h<]H 9N?Z(g"Rܬj$qJ c9{?VaY3 &toa\J$ GOѿ2?g>&6qk[y?LٽejBVlД1膲BY8*3>(ThGkq4!q lIH_yο]Ccp @ BcyK,OH/MUYc-(~cc A!(5IFmtZ'ntbkk?Iܚޜn5uw o66~/=$?+'wtG4Ć:OmWS%?6Rw4~=꿑ߐZ֝=Ǘ.om2`[(2-]'`Ǥ)e`$u<0( c Zpn`8kQgʭ_㾯8?/y K˟e%Ww\ Oo4~ 7 ΉN\%P2$o1HO("'Ȍf; &q1ﵒO!U:-e+P1S?Ύ.Ɵ'|Sc#*=vi+Lix[a]pxΤDOW>?UqGn>}|.~^􅮱y :KyomI wXg)rN[. F178"}"l(7|" &'d =ToT(|8kB;(|~YisOgOƳKicĿ޽i+TڽEp{rDe6F?DI[3]c61Q(8AdACPV8{?nom#4'ċmbQT.Qsno;*Z5+rXGHMO7v>%(wn'_ @RG.XLL#~9cW5w/MtӞVALOn2T˒Rd(Lg##_ =wDjcl\CzD ӵicrg]V_cC̞uvǝ|hߕc!kx3ǧ_@mZ*%bXjǫÚ_O @r߼c[?Oq@H|_Ռ/_}?q3~`?极0~^yBH//!\{"+wMi M\.P2j1>;b7VϤ `735koHа4u~LMw2Ft*ռ#YgDJ2: Dy%Wr#b|uϗ*?/c'Uj~?6~S7ybZ5zY iEwܼ?ʄf<1 -;NJdk͖Ht93O_tq?~^Ӽʭ3>\Wk,hz~gjgvUKkM5aB;3q'z6Yg)K.*; _@9w] ߟG̾G?4ݿ_rryNf3Cq?4ח7vW7k-ft3H]+>U=rɏ&i#Gu"3\CV;[QAsf$=0'mKWڇ~\~]IhPʞ{MBlcA?-B`Ǥ)l ]B+r;ct%(Q Ϧuː_?e1=.k[.Cq^U5DAd%rS:Q葔 $L9OVq2LOe(??5\|h?3ǦDҼɨKtqwUZhͦ/qJ^@8̏c# /b9u GY<>}|.~^􅮱y :KyomI wXg)rNY3`c o qDEQnE04L2OU<{_HXިQ;np.RwPsK֞V7fT{pӺVz ;?)(彺d3m`L's#g Nlb~Qp8ɸ 4~S~sy73~ N=zjzlP`bb12ERY_s2h 8s/$]F,!R##yW\ 4/+!}3_̫^\{KojB->+VfZ/*rvLpBPFRE2hffyOm0{&^Iw+Jyr`n_jq=yj\Zh7" ݳnG9e#$?yi.XeC01_` ~d~^yq?~Yח)~_XE,iڕΣ:b")h>5 z+/׃$FG+߱8}x'i uq~gϒaH3DKm_>g7~xƮyfcTFݎk?Mgs qEfG!M29Z(['l;~q-"+ RZ{Œ4SU掏y@?r}%]x h{}59u989I/}̾jдO!XC6i>? (٥dgie (f1cz.!BQB@D e8p 1#a@ux>|͕'Jhir~/Շ^9ryDN9E~_t.i.VP=L d@&ˊ??z;ol 9O{}K?<rּt~g~`_VyNbtI!kuZZof8QSˎQI2oxMrf,!Q;锈o侅|hY֬uK ţҦQK:M"רnC#2=K}~DeW({U8^j%'į$wľ5'kj coYfgQh/淜<9̿ooq _ӧPOwxLmѧEZǏW5h΀"c(nn7).:Oh䖗K)Dynb /?^rEysp˿Gd=G>{[MuNqŦ,'.)"@YOąO,11TɉQ %Q8G RjB\}^IIb}7 4Ree3T jv}qihf> n]1} /8}>C1Q0Dy@TԀXsocds^?Y^Mm_M_/cV?!`W1 T[ n[[ݪ.A.3Q;q q>f%r52ib\<$xc=DFcÐFIIu_ď k__-_1O3[jd^ gay{O5׎JÅUs{3>C5T'#P .8!G}LHr=H!&DL`/mg/8{agroߒߛ>x+|١ZkFXEG&J qr,Z& <117FQtHX7 2FQ#.ROhrwII5ʙO1k%nQf @.nϧ4.ڤkcW b2q"]%(HG,pinQ0d>!j@r'mO#ёWYi$O?Տ73sCY+r?5?\?34xğϔ2aOt ut:L_Y?oٿɏfy{=?#۟%gI_r'mO#ј??_8o&I?qO330;/\Iۏ Ko2Xò{3o/rƧʨrxrI'l/cf@q鴟M[Y}i7pkPzsL1ǜ#x4Ð򈿔R_'?0??'<Ǧ~Vk~eLBk(V#&%vt Ftv&9G#&>^^Uzq1O8R#D珒>>bc<_8^boKc,۱8 8\/5%XXKYrHP2χ1:uXv^l-ZwV(cv*UثWb]v*UثWb]v*UثWb]v*UثWbv*UثWb]v*UثWb]v*UثWb]v*Uث_/_/86,Şlo_ZՇ-s~_ v߅Mw9\0RFϙ 3ILDEu%X9yl߼8c_ɟ#y察zΡkUܷ1%_ʴVSS#y79Uow$pe=]lvS/M Xד&}KV!jЉa=MFEVڸg3<~A&>|8 ?q?>eG¾f/o=O}\Wח%eM`>c@c e#>O|Dsj O?o}'?ksMaqUtcH/-ĠTbQB-$ڈ)Ylz,nQ$`f_ >[m:[2l+oP‚OFULqח1#Ͷ9hhp+q̐yߒ=)4OV5ִ Rx-XKytRī"j8<&Ȋ`H [OgoWM#tzW7?l5prapҫcM?'.*}}/Xycwmd۵֚culWϿ*̊ɿW.ץK{$󾤤_ɯ'M~eCP=[z˯(rs? _>Q cDYAC8 2?_3yWUrN.Y}+ˈESۦ0 v1}]?'OV"Rmlߘ]?LhyN]:o/owg͑Vy|q]lt:\ɋiJ(go=ӟ@zy:]y:yk6^Z!?2ua)H9V\1*CЋX#x$X I@?{DX/}8qe{8G;KSnkS[ Uhk˸Te u`s#Yc7G hɊ9HXlDr"#c0em|>8->:E<#-yg伥9Lva!Q; (g${~gwH-|?_|:m5wwj5Y$ɖY ,@ M GM,4ʿ;?"LMtkպӵOPӦhCL贆>GT91DO \9#Ɵn +s>R-䦟w= DƑy{z5 4=2+K;X#HHEPJfFɾC DPw?3¼88m/%/P0ys&7'""z- 03#5gd2o l_&k(|/ďǿ͝_ߧ4<575]XGn$bfDn9PA;$tೖL[JDycyzE o1y7\*گrn>_:~x&>H_TO9jWC02Mds~4kP >Q$2Ͱ呀 #j܏:gg_ߘ>Kb5oRH05SAw#&e[L*HzrONC&'&*O06#b+f/.?~T f́.bϾ<_8y7EtO>Z{"H"Ԧ{xFLWj 3c }FϿa:}8q[77J}Q.tOCyG[m&yJss호EB^dd,l;ߙ<_-O+jE[Gil]FgvڬVbI'22eCr? $`,BFLQ\CyAؖyeX>v;%?umw\jeEkw_}Cִ_O{r(5P.'V;7Rzq#4sW {Iۗ8GL$ 2j^B_(! 5]C l:ʧ߶Qqk <\,X-n@ XWo"~+^>Қ޹O{D}?fV#KXm]|yor:y71_纏wnW?+*C5?]WNwJte~LjMZs|Ql(v߫9Lw?@<FMܽկGMeulb P<ޙTaw\VX~pΎ_+q/NNJ2/#EX "b"9@e"vĉ1 Iu98!788}rcʚk^`XnJo г*A;Q.a$J$1!^X6b$1(*zpD%>o/ImƳwWjإP[Cso3ճe,@qĐlYh ,m`(~92䕎)TooLE}?!EAd$<.}8=_wߒ><7|ʼ噋q]T(h2qG # fl9Nf"I/BiwXӵ?Kn-}sTgCP'.-O6SeЙ\W_qD4NbbG#}:wDllYy?~C?,|۠Ũ^]/SMeY0ټ2D U:}^-ɾ(L|n hpbETחF;5Y89E/&}[4OVQUESa2rfH2;@PewhBRȂ|W/Ȼ}*Ou&!_i[\LXZW1|x%ztUe!{}ܹwB ;[(^\_\Kr=OQkl#U˼8xkkjLQ\CyAؗ#Yc7o-oX;YF^~VdY|5۔_A>̑cH |8ATAH|1ޔm*yy[7k>f~f]ni76fE e)10$UMrdI5rtd|ϝC׿*&+#)ֺ|GչT B&wz9P ȞYLNç! fh(3̚MC8A'lfѼWU}4R [?W*Dy%v4G?a`?ߔ_]9/E]FvG .nd_%V iZLp 7^Vlq3r? ?O3~k\y;8{ҺSPKۑ{NsFFQto#`O]$~fJ5'@yD?Ikr[o5a_M5?T;VDkUL[Jwyc<Go=ѩSɼcT9r#g$GG~tf|.=SN}/_9v)RR 1DLQ_Kw?ÿMy2/O_!Y~gySM nm4O_p;v V"{%eo1#+ n kӟ8 \4k}bQcatX)pT PX*WO~_ȭW,+Ut~*]?"_WO~_ȭW,+Ut~*]?"_WO~_ȭW,+Ut~*]?"_WO~_ȭW,+Ut~*]?"_WO~_ȭWw͟K󥗗a.˭h][mYfqJ;obWb]v*UثWb]v*UثWb]v*UثWb]v*UثWv*UثWb]v*UثWb]v*UثWb_ ~B)7`XWb]v*UثWb]v*UثW=[b`]v*UثWb]v*UثWb^?i)/l /C|v*UثWb]v*UثWb]x/5UWb]v*UثWb]v*Uت}-5U}v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb_ ~B)7`XWb]v*UثWb]v*UثW=[b`]v*UثWb]v*UثWb^?i)/l /C|v*UثWb]v*UثWb]x/5UWb]v*UثWb]v*Uت}-5U}v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb_ ~B)7`XWb]v*UثWb]v*UثW=[b`]v*UثWb]v*UثWb^?i)/l /C|v*UثWb]v*UثWb]x/5UWb]v*UثWb]v*Uت}-5U}v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb_ ~B)7~-Ш@ԅsMW3_8])1?UɷGg-*??!UvmQw H_48])1/~y?BR5_,NnG  &߰?OШ@ԅsMW1۟BɷGg-*??!UvmQw H_48])1/~y?BR5_,NnG  &߰?OШ@ԅsMW1۟BɷGg-*??!UvmQw H_48])1/~y?BR5_,NnG  &߰?OШ@ԅsMW1۟BɷGg-*??!UvmQw H_48])1/~y?BR5_,NnG  &߰?OШ@ԅsMW1۟BɷGg-*??!UvmQw H_48])1/~y?BR5_,NnG  &߰?OШ@ԅsMW1۟BɷGg-*??!UvmQw H_48])1/~y?BR5_,NnG  &߰?OШ@ԅsMW1۟BɷGg-*??!UvmQw H_48])1/~y?BR5_,NnG  &߰?OШ@ԅsMW1۟BɷGg-*??!UvmQw H_48])1/~y?BR5_,NnG  &߰?OШ@ԅsMW1۟BɷGg-*??!UvmQw H_48])1/~y?BR5_,NnG  &߰?OШ@ԅsMW1۟BɷGg-*??!UvmQw H_48])1/~y?BR5_,NnG  &߰?OШ@ԅsMW1۟BɷGg-*??!UvmQw H_48])1/~y?BR5_,NnG  &߰?OШ@ԅsMW1۟BɷGg-*??!UvmQw H_48])1/~y?BR5_,NnG  &߰?OШ@ԅsMW1۟BɷGg-*??!UvmQw H_48])1/~y?BR5_,NnG  &߰?OШ@ԅsMW1۟BɷGg-*??!UvmQw H_48])1/~y?BR5_,NnG  &߰?OШ@ԅsMW1۟BɷGg-~c3~H?|4$SU|__)=+kIeItYAqNu:>,bR]Χ}M7gj3bS)'!F$Fdsw8 ;5mC?5v*UثWb]v*UثT['k*{v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb_ ~B)7~qgON]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb;MPfٿñ2Oǯ_tlʊTM'",@$~PrK_ߒ>Gյ=4veq%,/RHgʑ B˲r3~y b#:ΔbTeuÜrct1o8~b[ZG}iPo [{T+!( PhsUQ>Dvr4"L?p<*/O̭[r]Ho"[5ZIsW_8< v^j#.Ua1\ IP $N<1g>| eIɆ{~DYe-]v*Uت}-5U}v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb_ ~B)7~qgON]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb;MPfٿñ2Oǯ_tlǗ4o=iz[/>ji?0"VȈ xּCsZ!CX.};]*x9O?ϗF_6~F??:?ߟ]ZmkcڵSq"!W Nfxac1][СfNS\g3rCr{M b]v*U>_]v*UثWb]v*UثWb]v*UثWb]v*UثWb_v*4obI诟?$9#_7yZv>J-mm7z|P4Z=3Nƪ;aŪ$e/lWAWVY ap4k6wg˗~o$m򽦧{v$[yt=+ATcYFe!sH3H1b,r4ARFS}>Gb qr;E0hŖ9adLrě^`|k^h.jZޫ9"+{[XYzh+g 03=@I;mp4 .D|;8?ؓ˞wmY-ozcm=u .Ue,[5M铧,?"D{ƶ`˾4N׍4qN0#G-{Ѫus}m]v*sXrIX>2~v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]yJo7^Ʀt~Nğb=[go,+qo#̟O"|XH~-?q czvpDZs1D lr>d/ѿ7? Vo"?rϭ_Gfl"7wMq1Z4`]k4~LNn׫xy@w!Ƿu]ۼ>L58Gޙ5w=q};zk#HIG4SZ 5G}  ]<,EJ_2Koãѿ,Mvo7BR=YÓf9/"Qq9C/\@ȃ1o\]L2$ӿ /W ~wP7䮁sk ~ba}_W}O[$&+rf)2՝+&Pb!p_]v*UثWb]v*UثWb]v*UثWb]v*UثWb_ݩnt _цHEz2@u$wrTG O ⭯q{n>%غ]kΟ'Eyr/rZNO'WǟM%%N{Pz2'.r1Z ,1b@&>;=(z*@oGyV9!Cq8o'wyrat AcZt5)%d`87)K.g r1qᝌx= 78\uR9?2Gl|s ?HO]i4d}xj~/nH $$G ũ;@0屽1x&1 Y&l>IއWlītE`yqW˿iwoY'嗒mOuBseJaEHH& Pqf21#)w$JQeiNˇPrw"Gz3?_}byjr`Ӭn\O "o(yPxȆHw$G3Dyph$hHx?4?0?0?oMH?5=:Ǩ3J̓/ե(EEs_dq媉n'3|:N|'#G9tҞ>fC&wnOΏ4~p]~\OO#ߖn!MsO;uu!NX+V;'/Q<н=2GhK `qq"Gzm"rXuo7po6+awphUkq]ߣ3HhyD*ڬs:5/[1q  SFjyYlDyO_Go}^˚l %7vvK2J7(4gǎFHF|\gXcVkFPWm$2+,LyppώWNG{Q?/W_΁?#s~Ok^x$|5!XU-"356>aw'z2=@⨓p{7O>_S!; }}y_8y/$Xy}K:TmJRY*-3 Sn3j-T`"5p0z' RpeF]<}K/@3(ΈߊRfLkg1ûN1IֱF9I'ǚIl&_P?_|ݑo'rfន%2\F G&7{GMQ sP_x#js\ekfePBJ s#/i?>Nf阏]|??o_{F>?fY=e~`OG-ĐF\hvP]聸ޝr}g2|m?BDrs}ʓF0:3){ƻV_/E2Gcf`lh\W]c}?V_e7?k75mƛgNNe3zkF;f[.hz FDmBQx$W X.GnDw}3W9cC4g4h'uU׵+|l/tJ&-7cK/!eX3.j"qgYį^ۊ'd A7L ?>O-w^S}.CΑu5R$]:xD_]e=F<59Nk(j|3|BGQ73_Z/2c2t"wa_3\=#6*<{KO6GlcMDP}QYx <_ϖMʍQY7wno@]^uyW\xwF5>j=H&y+F2mcV*/*e~\{_$y~qe[=BHcs^EB9g WmKW?2_l^v*UثWb]v*UثWb]ߒ?o_uX1WثWb]v*UثWb]v*UثWb]v*UثWb]v*UثV=O0XXom-$1mGVU]/Aڍȑ_0F˩Qb+!!v*w㧐?(-n?+1I5MRTeBћIsosGxڱ0;2p$W17p݋k98m* 6e XId0OfQ8 ?Pl{onw-sG4eŷ##|PT}/lpq?u 毣jz޿=Ϙ'7HֈBzՎdK1,xc2{/59.9wֽ?<FyrrUd|5-"Y펐Q5B8RӕݾK 683N3LEyQTOq 2;<PG/䦟yDu&{fb8IȴJ@6Ɇq#AEoo|>o& R->d,9t8h@q?e#-;6|w/?V/%4شiԳ[8m5XF qZb.+ :pAG?PUt1"G }8gEߗyI-P,SMYش. #rGn@٪Q82% #}"K&,~(&G߿;ڢc!o'D# + F/7~e,Pvu+I,:I!(+2oTd( {@1 Aֻ$>O寑?8ͷߗ^nR[HRxg(@ V_R "CX?59Ds<3E4{.L)v:(x{u{>MG&?Ȇ_/WYk̗pw n] 5djdTF>H<ć6"[c徃GH#r(|DvAy^q~k_zT%v=O^|.->\/^õ{w;q?+QuwaZyeM;f5QE{5qwj\`P6m`}2~c#̽D&幷+ʚw<_$\^P,]2h4.UbZD9Us$d&O>(E ɲb???!?OEχ'b]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]b5cb1:ON?~;0?//6o?6ywWAe뚌[h:ī-3ȲKeRj)\jqK,DAH2?OIOWS"[7Ο?_>a˃wsv=fNJ.4!g$bpR1fW,9.$c%:S"p?0#u&;[piwHC mq͞__^4 ?ա<\\=8kO~+(ySrzּ6-5u[K{Eq3걯7B0cCF,G2dJ>Cs .O:mqT10*_!|oƿN<8ob>a;-_P#įo" QTP͐Ɏ'#@\FC8s(>﷙ǭm,ث_u_6b`]v*UثWb]v*UثWbSoUثW0?9%yY]4=oڮqgCeLBۊ* qVAU\wsr/'W{MsU_5nW?)~U?]U\wsr/'W{MsU_5nW?)~U?]U\wsr/'W{MsU_5nW?)~U?]U\wsr/'W{MsU_5nW?)~U?]U\wsr/'W{MsU_5nW?)~U?]U\wsr/'W{MsU_5nW?)~U?]U\wsr/'W{MsU/ߙ?:4Ώ*\cy^p<4y~W|uiuGha֒hMiE$bWbv*UثWb]v*UثWb]v*UثWb_ ~B)7|3?N]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v* 9Ϳj>c2t"wa_31y^P<3,ϫpZxӺ ,M's (7C?4#<|+{Z~jw+Z$M[\$ UfRQC& ر^:(ǔ7}w發s+o/9yw~h׸6p)fgPV2괘95քOs@UsynbEX7R(A*8' 3'{ggO%~N~d<ͥRwg}cOa[I7XDi-k1oP}?v*UثWb]v*UثWb]v*Uث<O7/D^v*UثWb]v*UثWb]v*UثWb_ ~B)7|3?N]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v* 9Ϳj>c2t"wa_3˟-~my?myH- H82u$yZMm|ٗZcl7u=Og䟖?!|i,I-G׵IBUU@ (U@OUXWY!Ìp";norkXȔ9NFO_lJZV]jͺ7c[>wЌN cw?۟O?<||yjR/!c ܶ!*,Lg?8d'\rb.(} păS`e@Dx\#U"OZF5.9=~C(AQ-9.$40Il.tU !>ƦLihPqO9xX\1@0^Qh%81K,ayI=DIW+~qL~z ~[C~XRhm?ߙ]hQ>)UGPYl|ir7R J3pMMH)z"c+㥞Ø! *H{dŷ A#$9k͟OKWtZ-n,gK,A}%I$1\)OTh i8;[., 1w)П8j#K&:A eτJ9Ig3 6|Oo#l=]%݋z7ә!W] 6^&i$Ly$xǧH_!;B2WY!!t*H Wj_]rb]v*UثWb]v*Uc֧Uu"b]v*UثWb]v*UثWb]v*UثWb_ ~B)7~VIBsÿg*?/JLX$8əUWeO]w?t/3?J̿)39c4&g?W\_?uߦ,пg*2AOӏ _q_?~IBq3A/ҟ?? ?~_N?f3~SW]gra' iLү/JLX$8əUWeO]w?t/3?J̿)39c4&g?W\_?uߦ,пg*2AOӏ _q_?~IBq3A/ҟ?? ?~_N?f3~SW]gra' iLү/JLX$8əUWeO]Iɿ54O^d]sZ^D',h23?J̿)?t/3?J̿)39c4&g?W\_?uߦ,пg*2AOӏ _q_?~IBq3A/ҟ?? ?~_N?f3~SW]gra' iLү/JLX$8əUWeO]w?t/3?J̿)39c4&g?W\_?uߦ,пg*2AOӏ _q_?~IBq3A/ҟ?? ?~_N?f3~SW]gra' iLү/JLX$8əUWeO]w?t/3?J̿)>ɽb:v8*j ktT.䲶>O/T%~.5Lү/Jqgra' iLү/JLX$8əUWeO]w?t/3?J̿)39c4&g?W\_?uߦ,пg*2AOӏ _q_?~IBq3A/ҟ?? ?~_N?f3~SW^8_?#K>O̯);d^k~izvE?,* haUHzg $E#1w"2@m#gW>F ԥ2G?&??ڿv}̟Ο2JMiV_WqY8\,j7=j3 $`+~h6|pIG%3U!CX} VY?y.=rgX[5tj?6sL/0yϒ*Ͼ???-y{q˚2Qot!/$cN(PlL8eu#$@B:o}ds,GSt5?čd> c1M??4/+'+={Wo{OJ4D/֝s4 y] $K!ԎIHE[=^HcBq3LxnQf=dtL fsuWR!8~s:rg}sIEŷA8PO--qPWhfgqǖaFφy~%ǿ4څF|c/7e=sߙ?󉿜wֿ12*?Ğs v)o,!^1ƫ*wlXVIgnɚy8x}7(yw~\?t>WoyKb(cnI_v,{9Y3iIūn\xqIR2 ?598O8;&&ͯ.X]y5K}fMGM}B [և 6ej4=a<&x;МM z,ek8 o+xL?guM&)~n~{k>]*Q.;5 ۉ_&dgcf`ɧ_ś W+O@T#급 FgX,bo垹o0yD}7ǩ64|;[zwn!PKVtXJ8#_'T$%1㭼;tߜ1ëQ2q$0GS󑟐?B|uO5Yi?~uwygmtxs${Ia3tc9yJ8Wq Y.2d ,p 632PW0<'~V>4krZX~g@j[Vl细`E^' >bLk fR.͘ǂVlƽCa!(G!c*Υ#>S70<ͦk:;[^6}6jΟFԇ(f]NIJy8%׆RD(Nĸa Ki GJ7^8![#L_Z槬GnϣXWw ]Nj 6663,QԱ!%1T.bD"ÄVYD?>bB&DQ2]?̿;/>iŅߚ>WhneVgbKDbVSfVK45+lS2F'w p,X`g_z*~nhZW/"j>l=t7miqadaS*Q]d4;[>) l_ rLD|21UD攻3?TbކҘ*q'?_/=M37q^c?$?O[N}VI`UrK"E2d@7*6\zo/Ǫ bh@o4c)zR TO8&k_5:4MC>_ki%rqsFEڠeB"eS#UKpШbrwx6jF5DNJj|]|s'"9?UYOgޟ}u[!]?Ō\<ՔDi}7j`*1xGHܫ nGje3D 8ML=W>~M1hzegf` r:rI +8H"y 9hkSXBDJwBǂ"7b$@qJ:\@bs C{3|RL*<_i󝟔SRWszo|}}=Zd鍨^jdTBI,xnMPuGdjsÔđ1hn}7ׄG 11SM3{*Uv*UثWb]v*UثWb]v*UثWb?ξYּե[?-nK5-Ou,j!u4VFÒ+V?7?+'zj/,l,>\l|ډcZ)ѿY^*UثWb]v*UثWb]v*U_ #_gVث1Wb]v*UثWb]v*UثWZi9 ,`]v*UثWb]v*UثWb^?{*UثWb]v*UثWb]v*~K/`_ob]o&/m]7EqW]v*?84!*}Yf[#4FANϳ9y7 ޣ;e+i8{9 r?/G矩۟{. }cUۗ 3k:Ɇ?n~ Nj#-?ee,8x#u.>\'ܹYĮ?kh'__>Y~lSQރ^UTm-\N߼3\&9kMX @;:0X'W $ e#|1e*#mFϳ3#<9?::_g˘0j`B vra͇U"s11T1ѱd@Qgc˃.w胶`]zoz|O˽_XF{C_4m<<3Au9%n#A,DGԳY'#ufLer@ ┷ pAV<02c*Brf9 Ao_Gp0ywVoנʞN5K]-q5/IP&if2((E̍fNQ3]xc)qSӫ^K99[zΗ/4^M>hN^$gw",Sgv4~hbsXqwLc ]v=57i?~pR>x|曫tBKM8%Z]hpJ1Fv_Ο̘*{s?poϟ󑿙Q];Y^(녕TK#OH)'(* cgq 8rpp3YzFF)hrŦ>. @& x/'Aϊ^/֙uѵsU!TwP֚We̬AwmssX1ǎ1fDJ}4ad92qF7|1@>?jɿ_\&bO]v*UثWb]v*UثWb]v*UثWb_ ~B)7`XWb]v*UثWb]v*UثW=[b`]v*UثWb]v*UثWb^?i)/l /C|v*UثWb]v*UثWb]x/5UWb]v*UثWb]v*Uت}-5U}v*ɿ?tM^v*Uث?ȯO8~MbQ#^y}bן?Gcg\^|#W­&E4[?LJFVx֕4͆?y*MwY]a;})4݊|918o&izJW5$-0:Au @.k˫_+~Q'-fF$}thߴU#4sX}& 614FN\rɊX/S1W) H!ᕃ_Y[sWb]v*UثWb]x&U~esȘWbv*UثWb]v*UثWb]v*UثWb_ ~B)7`XWb]v*UثWb]v*UثW=[b`]v*UثWb]v*UثWb^?i)/l /C|v*UثWb]v*UثWb]x/5UWb]v*UثWb]v*Uت}-5U}v*ɿ?tM^v*UثWb]v*UثWb]v*UثWb]x&U~esȘWbv*UثWb]v*UثWb]v*UثWb_ ~B)7|C8[ZW'xU>uE?ww]ok]C8[ZW'xU>uE?ww]ok]C8[ZW'xU>uE?ww]ok]C8[ZW'xU>uE?ww]ok]C8[ZW'xUT w~Oj6/wgX7B*TU>uE?ww]ok]C8[ZW'xU>uE?ww]ok]C8[ZW'xU>uE?ww]ok]C8[ZW'xU>uE?ww]ok]C8[ZW'xU>uE?f~}燞|~SО3j.jRMTD |'o{E,>'RRd@HޫgC"&sNG`G ''oُKy?6|٫~JyT";[EZkcnsQœ(oGNm$%MJ>GvZsrx#xePDTO) }MwY~VyI6i_Xu0 VX-[=G. TK/Vvg2zO~cyM|'O+^Z]k[IJ\Kajd 5a`ٕQ8jɏXD_;ޢ{xAc9KzG(Gˠɟߘy>k:t&P|̒i<E*@둌LmouۓY<9gc=׹7one9[*ߘ>C|C~sڦk=$mݤ6"6hÿb: 31@;'}x@ԁ̵8@z0Wn7{^tw<7RHdFoeF =#:%$ &x{o~<ОJVq]y~mnZWkr45IZ04dQ@]m߸# HM~rPyY5<5c5>ʹugM:}]KD$\Vʌ"%b#z\;07-./l/Y|?^տ4qyX?//^z1OHklӼO/(:[&K[ծ+eiy TrhrIkNݹ@:eڹCÈ& '?_pFSL?j4:$wWƹc%x_̺7'BҍҶG374PIcr& |՞dyL#?x Mu>Eӿ2m~Vz\jb&09R*!0ͬkC#8F2y;H}4٩Ǥɒ## + y>΋ΞNlѦ1Vsݴ*@Xύ71˞UW>ajdmb6_]xL_ںo&],?!/ŷ%^_ GCOɨHFse}o_<1/gX} VYz3~쿫'.sO_˽c}w榺>YL:巘mK$,%3D"sd;A7A9Q\NYFZ ;D;g?选8.,8Ш : K1R?+}xG6O3|9ϯy??#rqʚBy?>[vαwMyQK"4v|Y5YN?;Bw'0MN,Z\0"0NBґ 6M}3-ik9UƿOΟǻ [P+~yj^@o-cPQc$i7L#3Pfwg <H;eoAtb}y'z1c8qNR(sڈ\3ɿ˟͏%W4=i~S&}z-CK7WdlX6d%DƄ7d'EDc@gqc#r ӟicdȎ%/9mGmsm/{/EM" #S,,/-浆ONQ N@ yL+F8qo\3]ccIHImqGx'+GsyR_^f>qc]/˚MjZeoq HbdɕV$8e/P b3ޓ2E״cÃMNy1H}CQ"2GP:/|1?>ߗ*y^}? h:{mFeeŒT Ęh5=x&0ftm)mXxZ,3.2z bt6{c# [ڇoo1<Ѩ|/CcifFıxq :<@I6.$p0ݥ ~hR8vcW?#>!Fr83~SyrSW͗1|O.o4V:%yXc@ 29f8G $dȆMx㜘ipC?kiTsmc+;@p"=Cqp+qwp\yz]kouMB@ght<vG8i\#@q zeϒy"e(D`L@Dl"@|8Goʏ4a-^?qtlt4Nrs s?bhN"Mr$=%vn(!ّ#p Dc$ x7aqq 4 t-g\g44jm:)}ܯibarR~&pZGC(F"2#xb!$G2hw>{͍6?󎺏| *yYڜ\KeE6i=}JTQG.4!%kre GÿPrj1;蜣- ǡ1,Hu.q Ayw揙2,}ިQؿ>88c7Y.̸'`l}#8鈲A &9BYH=1IN/ ?_2c^MO'8.;5\P}U3?g*̿)d<?+/?OTYk&ؿG}kji%|G ڬz?$'3;ƫ_}y>_C='qd3ૌcU?]^[>GO妅%ItoZVn%BcqZPoouxXEϻC!=hb35p6`_f埮ciuv/ѿ[-Գ6_+ҕ4}G9`/Q:T Gdcӟ#^YE8OXᢿa,%ű z.fD?X攥qg`GF>uR'&oʟ~̽7ʖIi/dlWkxyj5Gg Iqɿ(s7()D'1g/.^gݠ> mS7֍c!v]Tg#Gs^eťw83/!(=gsv_?,*vեեKoɬLnUF{xO:NC&Mq)yFXb|B߿d?'1uu}o:f5oV\RE<"||F">t`OhhHda<%/(OmT7o.CJ~F~c͞]yז5 D[6B"X !ᣞLzXir G9Nf .[1a*9wkF[/UpG -H̍orzFϖ?0J[ D I'FGi͹,=NB8dAud*30~~?G{8ZW_–ڙ6wgRZH$|Fc1걎8#)zHĚ|b#>ktM]6CN_&<OM'9W99=ZOߑzGmuH/&eu5̞QWO$yHF4jS6-@i'y*t_%:Wzuטo=k:G6mnBIpV$O &I\#}g}.|5>Ub9#X*rNCHHYʙx&U~esȘWbv*UثWb]v*UثWb]v*UثWb_ ~B)7~qgON]v*UثWb]v*UثWb]v*UثWb]v*UثWb]Tk7o͆}ge8i[WO<-yCK\gt+:G>ej!N耱4n ϗ_I18>X~S1ZI"h b+2Fz4<`\e.g5WFŎqqF<77<p͞k5/>X9p3p3-L|/9.o b]VVϟ??+~%/72g.WBk0xnrϼ3+M?>:w1]:74G94$Qr㈗x]Wb]|899+r+/6+%Ԛz?U^_kmΘx,z\rkDXƶܟP~g~\kkȾal6+Fw  0`$EWRA*3il?GB:C×ÕՃ˸ֿ^Z$qa\Zzz:cc?$XߊdS'ROםuWٖW͙u1Fp/wQC_e~EJy_V^H̒9|\\j:-ĀU>]KC_<7ɧA4};X}B@xu1c~. FRː〹Ew?ξQ#nL#3`RHPQO̟oO+jism<Ḛ+O$HbejYT$9o8I4 w6Y&x; F sg/gv1]FyPcee`k{y^F 8j?ez+n#bTGV=68?|0n]6"܊Ky? 3׼9ӭQ丈!5c\!*#f,MZœr'D2qy1:pe3v$Xu<>n|WwO+hq mU/9d**HF\)Or{z7b<ဳ䝀#JZ|ɧyXɦyEm$]+ZT[C$3X% YVF7S!@NDqJFng.u{ҕD՚^93K}=;vQ󽆧fK.GHZ(}8X%u.HT Sc%)y!U}D̈1H6\Q">r. ܓB#y9w8oo-hO'^7^q[H/=8u[{FFFc YQj ɓa+ed\6DQ܇y I;}nμ?3^*w/1\}WGtgIi%"ޥcmn!QZ@]ʢTۋ ŝ9,&H׻u{/O|o;Yy?V:ϖ΢i$:5{Hb~igUKZ}ե fkQ-$JYY*TrFP#mΆ*oreq!dWѨn*j_=F*I?E_jEyYmWL/W@]Q ,RD@VDq_ZSy\P#cs? b.B1=9 4~NyκFsMImŝP\E)(^0T ̏L;LsBSF{qޏ+kiv&K~VԴ{+OWkFfe.QƦ)\ ѧDqwỨiD,` .{qs}ow~mG;T4r:LOGy`61 zytup <&A/Q$" "?0|Y;1y43UosduӋ?BŰ2K\FhJxFŞ/<? 5./]"2Y^ŧ}ZS⸔&ki--I2HTSM:c r<6hpb_I7g_Ёgo^:zvjv։[E{kGskum: " ,# A˲c9F>a2 yZo5W_nWԑf]b o`68FĴCM\x9p(AC*$=r[r{ξPdT~Bz9|mћAD\.$H$"^R:ZP 7jCO@q:'6hH㜵]<hTK&> 9V}52?="| vom[ȑ׫kY.%13*(Aflzlb k$EZ)%G|ʫ/<Eֿ_p_mgѶ X#UP͎0=mwt K eilG=>t^&8 BTi"$(Y+IZ*@53=щA62_<2|?]_)GzȾBlq:6ږl޳G=ΚZIz/zTEROQ#:>!c\/Q$HF{1&[J{m*Db@z_?hO^9/_K~״4mKMieΏ#ЍhX6ol㞖qf|7g;|1"rڮɘD燃J148Ai2_CV4)%LQIf|U=<Ď:2=+n"kEsqmw`c3;WJgV",/7ϵu?o$3Fhim ݵzj t)@vE9Ep ^Yomq D0;<3r;X]305Y2C(u鄧˄ˊ ?ߟߕ^g+7aA]ݾ6SonBnh$!%^?Ut%9 <&"Hzz. 19%$%^Ϝ'_8Ej.P@Zw;D [JP$?`#<]?Z=f=]WL0m[{/IubKL4 =$qww3>) AsCXk㈑G{ᑻp!Ǚ9W@ʚ0m S.$N}Q洑P VOGG0p( X1A5r}/T$0(~;{W M'_1_ r3?V31V?q(yO31V?q(yO31V?q(yO31V?q(yO31V?q(yO31V?q(yO31V?q(yO31V?q(yO31V?q(yO31V?q(yO31V?q(yO31V?q(yO31V?q(yO31V?q(yO31V?q(yO31V?q(yO31V?q(yO31V?q(yO31V?q(yO31V?q(yO31V?q(yO31V?q(yO31V?q(yO31V?q(yO31V?oyjlZB~?NQHK{- 2W&As8k #2nB ЎLzQ(Hb@#Fl? _}hYg/ qO7X)c&_\_<K۫9cօ/ q-n—Z?h/@? _}hXɢWWO7X)c&_\_<K۫9cօ/ q-n—Z?h/@? _}hXɢWWO7X)c&_\_<Kؿ 6yo_w|M澭]T+i:Qfٚ))jnz\Z{U땗;S[^mEpeWB>ثWb]v*UثWb]v*U/O̿G1Wb]v*UثWb]v*UثWbOV U*Uث?&bX^y7{*UثWb 8G -欷-LiO9@댷;.4r§=BoǏ _[|˵S1!t-=e±7>OoLDC<8D?| }WܸWl_x8EW G5sκp ).gR[bmީ@>\1^eFW|&W͸2qvN0?@ W\/W.?m+qIf˚7'<1^جp}kvO$ AxЊ1XOo\rf@߮@w^lg=.*łF7oI_FoETkq:N}yV-JKW ߕI&SH>S_;?+}V/&åZނγ$Ȃ^^8K%J-`!#:"2J'*:5ò3K r# 11W~q_qF8hv1YɚFm 6w62>{QZPFgyDd8g: yԤO[,+5\͍މև->-WIPnC$667pV0¤fivb9s#ȏ<B-֑yA e򿔼?4+5/ί5j^oўei[fEhcRCq!,,.y ڥ\Q>c92\#MƗ2>(#"9p~ʟ̯fWqD򆯣K~`ݴңS^)pvF:.C*@+#.\oCinI<|~!1̾򗗼9A>ߜ4ȵ P׮u2zܵk2C,*YZUHx;o18GbGqЀCϰ`:K&8|A!17?.|=v[gX]D 宙mkmorRXjHfR(\nɗړy2Jc/|IyGHۇ6(Ӕ1՝9>,ma.}.Rfl۳RE;MNY,:B/uMQGJG ~A#7=& 0?AY&^md5=2xA]Nc YA'cW\}א׸đwŨD/A KR)`yO-ͮ[D/dX]klMK? ;GP#'$}Tk xfHqc^.yo9?0ּh7?v;HV]Z ݬ2ǎs doᜐ0O^$g.4o_Ã9FJ=FP5D[bwPEX˱$uXXL|>x`Qng3⌽G di)i^<[KoQn 1(o3Eqp]鿕vqk{QJynQ$Rv8鱌trD"W#txMowJqzUH ϊϨ2Lrv*UثWb_? +rWpK^|y]Q2OP!?__Z1{+y_:~:Ē\n=q+ Jp Z6Liryn=2;Q̏-{/<1rj1F&I3ʯ |>㯟4,uMwZjV,k9/kthzs( `"A b6;ze(<zYXforOBq攉|="|?~@?Qu=JkʷHCPH#g44gU>Ս'cg>X#N q򉮘q!?p#Fg`m/&gEp}/smw,-3>zKߗ2 3z{;|ǩzZ̮ 颲ԐiLC.-f q$q L "#21 ·W)Bcu# :KX!4C>eR:GF&kyoX܍MxnLS`Rzp׌`3U072}~|cxcw#ňevnS.cQ5,lL9T,Eynh"ycnF P7339 $*'{73_~:=H[oz.?T??!/>Լu~ &:Pѵ]IٕnX3I7fd Qď e]YZc,#=Ds۽o8-O_^WO,Ykv ΏcL,$a=H4&$^zw}2<#ņwfUثWZi9 ,`]v*UثWb]v*UثWb^?{*UثWb]v*UثWb]v*~K/`_ob]o&/m]7EqW]v*pj53읟eY?s_@v럕:5^Z2hD' #mQ0d1WɶnS uU^~+3FU='}Bzm Ab#Dǰy ]qr}@?< \x}3DYDoRf䨬ʼneyd<: twF1gX, [Ȟ)JUˊD9*DSy\Y^f3i7,QrWj,r0 BCd9(hD2 > FdDsRWɳDRD'ΉSD),b9 -eb (F z j#ULLƸL\\3x67_G6<Tѭ.n;ەla1o,nCFKz%B1O_R~QOf /xX;m9g8Ψ+U?RmJiRW8Ү2bDdé"a(PW[cURT2駧b211wȞ %oď_}Oߜ_^TХȾAjQȠ^뚖Ẻ 0r)!5Z|!BBv$W^iŘ,r#ꑣ@HD͋I~c;bp8j^T;GϨZdQ,lIhi]`#Y1pb?WzK/UFxOΙ?wO2>4-GHn6Yqz6 Xݕ%I#t'cǃi}'r~Vy)`Qˊ~U{B~~~AyOqK;gEΩMFk.!`%H[ F<d8;PFC&ZqÌ/ʿ/8rrOVԴk)~qXyn:u=syātzqЏM/Un뮗 #}@E[DzO/'[ӭfmF 4K1opn{tU8J䎡zc.)sQ1\>ӭ=P潾߭M45?3r,M#M8KP#'48xqB(,Q,q1@]ǐ#)KiP;v_Rѵ/ tFKx-t>/],l/z1_cHvddBD[Gq y#A8SW/D>lwf #dY꟒^EoXlI,pJQaq,fe0=5}=!qFr}"y'sq˳~P~F~h~RyK|~cki틭i8f&&# 2j!8Q%cLjd[ 1✧;e#ɮ!m-?? 4o_0ObS׼ M[RԸ,+@.IRŋ8tl>Cn0Lnydg#@mfү&U~esșSsWbv*UثWb^Yo__8~_~W]syR{VKD-o8uA# 1c9L {1R,c>(tM>oo?<+7ʟY/.,eYt뫉l)P>lOX@]٣wlM!x[@G=RTy q/:/01N.e-n&KoZ"V ƴs&~`\zkbw:({crW?3[i?ߘRo%yrsS/+&G,aR6WFf_M'6GGIb?O0'(mD j^\=#\JFpYSN4YT(D"1TaIb7x_W^LҠco5-q`Zp 2ƫ"`&D? $q}@ȉ@[F]bA5_#6k$>:'̗fWi5y3rLwR^CՁr&s8=?r~;m&pdL{K%w(N_.y{G򟗴?*~~>Kl=I%m-"XaԕFY䜳SZy OK'/у 0@BOO/Ƚ\_G50V]+9}=ï%!E6QSp>QWO;-y缏~x?|zf)PZ}b5֓iKHeoQi9\\X$r8oKuz'~-ȣ+zM~p0AѭJYT n3q7kuzTG!X0ܧb]SO__g{*UثWb]v*UثWb]v*'_k#W͘1Wb]v*UثWb]v*UثT['k*{v*U1,j/<v*UثW~hVy^%f`:?W%_ |.+JbC!|&ǾmŚxՂf6Vmegav՛Q(D^LI4 \˖Yfg#fD;( ErEem]˯#~kyKW/7<=r#1 #m#m)c'rde`W rWlwFbGȶb,F4n;`lATD~ut_5A\u+{C]y%Lr.$ȆY@WE_: Ety }s QB,߫b]v*UثWb]v*1SM1W_v*UثWb]v*UثWb]v*UثWb_ ~B)7|3?N]v*UثWb]v*UثWb]v*UثWbOp8&s_f?'I />8u #OuKt3LQ.]c!RK#UTI4792GLhǎY$#dޫO̹4o,˩~_/3k^n(ֺǝMI-r®>+FG&zv1\XoWꄡhXe;Jcq0eО^>]- Iϖt}CJ-!TVI'rI9<%FR@@ 5q!ܝ<;b?W v*Uث-?4́eoqWb]v*UثWb]v*UثWb~e?|يv*UثWb]v*UثWb]O%~濗bWb^?ǯ/8r#U<'o-8Sy81| vZV9/K`Nm-(-BGQG"T2g9NFR6O2yF""֟ty[uYzعZEW7ǒٔT)ፎZ}XFd2׿;Ϳ~Y?8jMZȸ[[1}b#F(U:%0qoD86~uדncǞyё=#4>ur{^ˏ'*Vb.0$%^8By/SWJK،z~sxuz ˞^,x_Dx}JWrO1y7{s{RUثWZi9 ,`]v*UثWb]v*UثWb^?{*UثWb]v*UثWb]v*~K/`_ob]v*UثWb]v*UثWb]v*UثWb]v*UثWbv*UثWb]v*UثWb]v*UثWb_ ~B)7~aʸ?2,4=4?b;[QRwj/RMdMb;[QRwj/RMdMb;[QRwj/RMdMb;[QRwj/RMdMb;[QRwj/RMdMb;[QRwj/RMdMb;[QRwj/RMdMb;[QRwj/RMdMb;[QRwj/RMdMb;[QRwj/RMdMb;[QRwj/RMdMb;[QRwj/RMdMb;[QRwj/RMdMb;[QRwj/RMdMb;[QRwj/RMdMb;[QRwj/RMdMb;[QRwj/RMdMb;[QRc~M?4<*IVK~cgIp\ij,k" W=qC?깿CVT'j/RMdMb;[QRwj/RMdMb;[QRwj/RMdMb;[QRwj/RMdMb;[QRwj/RMdMb;[QRwj/RMdMb;[QR{?7)=< 1_:U^4\Z\db` D] ss]v*UثWb]SO__g{*UثWb]v*UثWb]v*'_k#W͘1Wb]v*UثWb]v*UثT['k*{v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb_ ~B)7`XWb]v*UثWb]v*UثW=[b`]v*UثWb]v*UثWb^?i)/l /C|v*UثWb]v*UثWb]x/5UWb]v*UثWb]v*Uت}-5U}v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb_ ~B)7`XWb]v*UثWb]v*UثW=[b`]v*UثWb]v*UثWb^?i)/l /C|v*UثWb]v*UثWb]x/5UWb]v*UثWb]v*Uت}-5U}v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb_ ~B)7`XWb]v*UثWb]v*UثW=[b`]v*UثWb]v*UثWb^?i)/l /C|v*UثWb]v*UثWb]x/5UWb]v*UثWb]v*Uت}-5U}v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb?ξG|[,--9gWFDI# I 1 K*Oˋ/ƟO.6umRUΧdnl4v]uIbV,le#lUЈ3Ա/yU"?,y :sw?Kkο]B#8Rǚ1WЈ3Ա/yU"?,y :sw?Kkο]B#8Rǚ1WЈ3Ա/yU"?,y :sw?Kkο]B#8Rǚ1WЈ3Ա/yU"?,y :sw?Kkο]B#8Rǚ1WЈ3Ա/yU"?,y :sx' #zoz}bPҭnfc9#7UQZ(lU"?,y :sw?Kkο]B#8Rǚ1WЈ3Ա/yU"?,y :sw?Kkο]B#8Rǚ1WЈ3Ա/yU"?,y :sw?Kkο]B#8Rǚ1WЈ3Ա/yU"?,y :sw?Kkο]B#8Rǚ1WЈ3Ա/yU"?,y :sx'<9 7#~`YhV?M-j(i+w\IBUU^B#8Rǚ1WЈ3Ա/yU"?,y :sw?Kkο]B#8Rǚ1WЈ3Ա/yU"?,y :sw?Kkο]B#8Rǚ1WЈ3Ա/yU"?,y :sw?Kkο]B#8Rǚ1WЈ3Ա/yU"?,y :sw?Kkο]B#8Rǚ1W_~JѼ'|}oH?~poTk"Vb-1UU Y*<9Gq5_bgc_󘫿DX_u*<9Gq5_bgc_󘫿DX_u*<9Gq5_bgc_󘫿DX_u*<9Gq5_bgc_󘫿DX_u*<9Gw䗑Ok-WKwElԣ?VV-OҬeBXfCD;H~=,In0˗Z$쥹ثWb]v*UثWb]v*OίO#~b~ky/,ybhcynmmo I⫲v)͞8ndnh_HobkEyDX~$ ~8M;.k ä^qfD;fYeHS@xc G<^W"@puzDw˺=GUHi]v*UثWb]v*UثWb"+)_I^X։ 7Ȓܔ{tX!2 w/Z O^=,7Bcf s&#"#rjgc˄YH6 pv*UثWb]v*UثWb]/mF;[$cKޝuKA'a,#D;?#[U8检H 4W\- d( nЏ??&N~YY~j Lִ/__މlӐZGğI+_?,{w|YSG%C\ثWb]v*UثWb]v*UثWb]v*UثWb]v*v*UثWb]v*UثWb]v*UثWb_G(r'Κw.i8ݠiGoٝ_QיHh=hur[-F'q8@tR6,nnrņHL}H c6>3D赟`ih 5ثWb]v*UثWb]v*_>9W9Q20yN{ CoA1p2912F5].,zOR8L#q;rXN&2v8ЏKoCο*w~[br ͖65ՇۈmRX1\*%U {X ͑ pJPCY1(v͔%FsF1_f?ьge_\KWb]v*UثWb]v*UO*}SLմ#G-=Rcu} H,Xt1 {|&FY')8.)kB 2QDoƦ?f<>Z^9nc^7' iG5Z|&1}jQo8U(ݬÓG Mm H/%H>+{_Ns1zj*ifrg:)]nIc#/?g9]v*UثWb]v*Uث|Mt*y>MCW4,U((Y\qݝF1:Ug"߼ݧ,Ꮩ>@ 5 5gz+o?s/+3ο^++2G"xy[EE8ujhlw;# h+@x:de5}9Og%ثWb]v*UثWb]v*ss[=<ԯa曥\VUOv/˩5xD_(Ȏ?W~X#8)\"e8'7旞 !(Sy(T6#Ne-]v*UثWb]v*UثWߜߖ~zGEwqaCl4 s+ɮbx9WXPՊ$:oO .~2W95xF弻o3?_[c8xtovc7y/ ǓL0߻ӈ ǼQgp FF?Gcٛ̓ W 9v oLp3['@CO&iX vf1}Av#RA>>+pEpLƹp¿UUl{5ثWb]v*UثWb]~\?,)4K=3cʗ>H5 M#RtZ:-=F4&-p@q?Ò\bRя Yc oc-) UDoG$Q<8?0^aŧgG/e.7ݼp-m%XèrID/|#t>]xsbژKӀ㬄s;??x?Ͽ2YYj~I/4;.h5Z#Ex%~Y8alz~|B>8C{RUثWb]v*UثWb]s?`f˞YkaYyn tzwh(73j#K} ~8G|[qaN.]H=G ˟GWNq<%)g eY! ^M`ԡ̝v12R*=y:!F?W7E󑄱L qr#s~qϮSӿ*<娥yina6j緍Dd$8R燲 5 @B{wfZ'ںj|\QTʙ;v*UثWb]v*UثWb]v*UثWb]v*UثWb_v*UثWb]v*UثWb]v*UثWbP֑W3,7I "%IVmF,r AtE6p8~F)88?+/ʯ!jz֯B~k{-{[kXi|I̹0CeGbr>-]v*UثWb]v*UثWq_>oh'59MR+=OGKhSˣH gbX4xlNɑ2'Ing9@DmoǼ>ygg /?~Tլ: OFh{%SEF(Y` :3tq 6g3c9r E?Wb]v*UثWb]v*Uث9$,?w}x<廙R*w60K R9# dnH̦#Bbρ6MsQoOq?:w_6dO2ͧhp9H{{ 1B3c1 phz#ֻ^FŃP Ch b]v*UثWb]v*Uث#KsʾXޫi6P-tٴ,XfSAU[a|V-L~FB3KL~K]v*UثWb]v*UثWbFhj5o-yI|Kc,VөIa'YYI1wnvxKb6/%ך0]yM wcȖջiBe-h%]CpcRM^矙4=<;G@q&}coNշ6X _/ ?1m?5!o!MeokgXmE!urMuxeCd1=*qOS $oݸzGa_Ks>V ˏ?xXc:C/OZDJ'3V+o8S9C_.ʪw* 9s>4Ӈ/K^Z?Nsr_<{]lL܄yoϊ ;v*UثWb/_pO8i*nv3wÐb.hןʘwϗKWb]v*UثW GoߥN~oҞWrk~oF鱏Nx/Ҙv'/sߟrںBrL+9wF:ɤeބn\kA.YBP7hl@M1(ȓT,y|!_5y;pRV25mn{ 9+F%c9p7R˻HIXIH\H"v<ɆW9>̇qebFAʮy^*b9>\_'vA.]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]/"ʽ{+O_ݟ eϋ?࿛_?>zcz5RKNa^<-9~$4E(dS rcq#Oϟ?_2de_:y cZ_9k,J Ҧ3= 9t>"~$=Sf1'}ȟq}cV][r7\׬/H`[bWfCz^[## &X\Zr疗O1rdۊf<"Ac5'@]\(gʷ1ۋ?R(< 8Ώ?ɼ}7J}Q򭞝YE[C0鰾ikˇuIhÔH=ä1 @&Ȉ15ʢ'g8x!hDFj>ei:/w|bTmgr՟H%DbI&q i2LDECӷ@%(ʄMݑGQ>Yc1Iq|xcT@S}98W9.~p~Ynjʿvpy=Z;Ki$&oJh'әC%%<-Oddae Xa8@-Q&8 z~Ŧn\Bc;@hrFk='r;[-Mz)6}X#1!cN n3o'zί=Ǔ{?ikϟJmJX ;$e$@Edc ğ1o?##g[+=0mt9ܰgS#RqGr LFD܏ɥ3 H?f'/ J>_㇗,|K OVNL19O_5ډahCCy;&6U!s+c$e??,矚 a$iH4L S'7-|ɻ d^TiyJHFv 1S .f< w*gޣRt"$z&u3÷/?nOɏ2yCՒM޿gm[K1rtGQNq*K~jii\@zODL~\J959cǷ ;"v4#TGϚ?0<?pе_(AOy RΞWmoXyJgrXf0|n8:I~Wa2/bvĞrvgDNŸGC4hDp&O_o'58yr?~俽QpQEonMtD*#d(ҌD4![s\! rrK͛~*G12^x[y{_IM6ۮ/qgi7M*\@x 0Ŕb !>CQQdcO6#YJCm'8%& :7ҥ͖%͜j1,nZCFގЄxn O/Te onGv8z\%!tx2~^e#@ۻk)),-b[SӼҮaW0m_( B?NfP4YÁ 'y%*&;FI#R<>Kϴ2|9[?9ivo51XB-muMn~vz (lς'3pJQ#0(&pesKqD]ꚣW)}11/$}'qPKsvv:jΐ,ډ3Ѽď mK4C&HO&B"E~'1W,xcV 2Q{F'+P$cNi.RO~goi,7vv#PF0Y-4[ravG c#q`HRⱇ4adJ2.8DG߼Vc7?/"ʽ{+O_ݟ eϋ?࿛_?>zcz5RKNa^<-9~$4E(dS rcq#Oϟ?_2de_:y cZ_9k,J Ҧ3= 9t>"~$=Sf1'}ȟq}cV][r7\׬/H`[bWfCz^[## &X\Zr疗O1rdۊf<"Ac5'@]\(gʷ1ۋ?R(< 8Ώ?ɼ}7J}Q򭞝YE[C0鰾ikˇuIhÔH=ä1 @&Ȉ15ʢ'g8x!hDFj>ei:/w|bTmgr՟H%DbI&q i2LDECӷ@%(ʄMݑGQ>Yc1Iq|xcT@S}i891?-7dOF{Y%zSA<|&P eh Dun:][ CU>gutl—[:]@̱U݃(F8<(O}sr{j*8c`\3>:~ʶI8u?(WԿߕ\Ego}P%:e曩<#9pFc=V9K@.>a>r$pc;'b+v ?ZϚ?-"| iOvRN7R){wbQĖ+̥P (:|CKFP'#'nVLti LF7\ p<?q]?D7>Uia~̯p=tcKxɥYrn,\V0&,,F\7("2@p}mKA#? 6ՏH}99 999+?:6;jI vr@MtGq l" wb" &O[ǒ2ǏogNd?<>)"?_s_zg4 R-SN {i # wj 1{GK) #edx_qx6<wj{ ٿGs'ȿd? 7u |2KA%DKMEqxGn`Cq#|,+g6xk $e5> ^~)ʉ5F`Gηyϳ2/|nߚV6vբQ[xT~ *Arh_9N$q^TAsR^m>S5TVfdu*[/>8C 2D݃9 OI acIFCo>T.ګ޾~ByJCqc?wDolĶI pqt %s0 ~rL1%.$G󖿐fa,̯6cjhl|m(4/f{Ym#;3|*B\l2fc+5DR whFrd$o6Ay U :rq;}8kwWz{$gk}eD! kҺ!ڙ.*!gpgc n@Qmb硼G |8P⭯e\$MP~i8is5H|sX%Ԗnri% 8~G)DH#NB97ǘ,rbeqJ1l#pv%?5?ӿ2)򖿪hZBw.lϧ WQ1Un$rU5>b=.Q0K4$>4Eۗӌ8ăq H1Ѹ6*o1UX߷?/r M^g}2yax=,hw /%\(>,"<\tOvHe8 toO>~rL1%.$G󖿐fa,̯6cjhl|m(4/f{Ym#;3|*B\l2fc+5DR whFrd$o6Ay U :r_?ǟ%y}3S{V[?ұwȇttup܁3;w A |$Fl@6PHݣgd1?y]?]?#XQO奣ɭܒIQ/bg?5 |kRzn2n?nO89JVir@]hs>Nx4H˩˾Vbm9n5H %c( Q>3! F|R<%"ba).213U{# OgM?&ѨL5_*Y7Q՚W8-zq;֧iYe%(9P<#,8='pL\cxnDǏ~{gScZ?=YEqPXA4عIc$1pñ!3,j zNH#e>Ö](%9(G>2HBoCwCac#c#iJ149q]1g_ϯO-3cͺ_|^oFOzDV'`1*G&<J#WN0#zeuubr#Wm7[Q2o?+~ >FZαy[כCF@7WBAo%5`i'10G1u> -d3qVܸcA$P/? ?4?/=0-77ÿ'2G嘮l~bN[FnEd7IX+(06j2όB#QxcpHqD c,i0%W b8/./nq8qVyk~o,tS]򯚵#{\Yy#=ǩ鰉y'jve].R 2Ãw h1 u=\G&LxvyE j]W?⺿ϷGo_O*Ů~]~]bRt/;2Ɵe7zm7q-w{yd9.ȉ!\9W(gq]Ivi\e_Sxf2C߄ߦ+T??/0j>hb[!l:B]!mV #(<+Ux~\Fx Sbǽm <`1njJf+C25R$a8(E'S|ǔ=Ìb`9DTUثWb]v*UثWb]v*UثWb]v*UثWb]v*UثWb]v*v*UثWb]v*UثWb]v*UثWb]v*UثWb]oGzt=oeynKz0K'NVoV19eT>Q21FÖF4%X9ylgO.A?m7ߕl|O:cP۔o|IO~eG8'|W|r|ٙ` yl}̪?#q?#Y_ɟ3Pq? TQ]8kpCm,:iJX2|Q>n,%,?'/Z'F-quVG&BUf"H^_T8Lk$GLja38m"D#ZsϒY`kjܱys2s`Ve,?7uz{ΡwBHFyNbDP@߆ }8w9?KZgtSDWwIo-!ywfyY Ls(C"!C2[rds{~gwY~GR~MyJ_#W J_c ]>"|?Rٮ.dxHMegMAnO*܀,<ɶ 32`Iroſm'Q[C)ZKA2+]ܘ?ZZ KzP,< o &}<8)8 8X?Qp;Қw1PT1ֻ ck簑lHsg2mo 25|o!~[i3~mtE9rcL[JWgG<6y=W̗cW~]o^ɟMҼL^nRRB.-܎vJ&D(wraGǟV9Ou`7-|*̺5-VR>,R ~e?Z]9֧{g{]\24z}ݽHę-!e>8V;(DDv@;,Q)j#S$Wu*_q; i/涁١YXUM3˚s{ggegUio# jPyk]lu\^b20*ꑖVE,~Ln,rf[tbqnsW 4L%IFSW gV7"=n<bľ,|?#蟗TEy3˺bh6?ezkYC H&tWړ$kiw*oZNi2d47sTh"Ir9f2Nk7l 2F:j__'~kV^ϐ ~]0ڴi6lp<Պ%-3$G2w@cSNLQ8#@m{ofdȞdo2-;#][j[E-iތpӯ-Ձ>LtYe "OLGvrѰ呀A${D|TxR.ޤ;nYnyU\D3̛h(&@CO'㶧mcsG1?JjRHBSH Z &aÏӱEQ#9ϓy+? aGm "~j>ΞUfm6:SeYUWeD3'(Ɇ(n <7[RJ!iBBqc߸ F-D62_">zS,12'CqǏS*SjT1foScn\/ I7^u^Oz [tඍb:QRI4Ns3Mcq ୑fqGqr&m6Mv([YnEb^|`k:{[O!@ǐ^[c Dϗ1ȝ l9daN߻}k2ɟǿǽ@|cTno 4kfWĒ@ Qd4}1,>w q"FUm{{.T|$~e~ʟ^R<qkVpV RU֌u YpC(  n$oD'vyeO;Dr"4v pbȨ^k9xRbl !SxRFUF2;#v>L%׸~cq Oה 7\c1iZk eH*q3r$~(;!0v&I=wߜ?󋿟^`͟ftVYK0o&ҮmDrQ8kL1F2nY3אoYL#`rWλ!s/FX*߽k$o/^[V JJ(2rg;@l9t6Udc#07=z\W~d$~m Ͽ:vIMST4ĻXsm^[A4Og3O:sxW8MƏ2*$I7vi0v^`n67Rb;_O|-EեhM?Ne U.n9%?T.DGprbmK{3&D$LaR|I^gMTFlxsW,=K{lٟǽp]?J8'9 hߜZ_Nyq_tw[]BH.Y k,rpFRqDˎut s67vc$xzg.o[ry?䏘ZVhx-oP֮, o\}ZOb6$"eDM_ϑ|A[?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ [   Root Entry- F@85@Data  WordDocument,\ObjectPool/?75@85_1126104934F?75?75Ole CompObjfObjInfo "%)+,-./012456789:;<=>?@ABD FMicrosoft Equation 3.0 DS Equation Equation.39q#Fi 1nlog b max(n,b)()[]S(E t )V(E t ) t=startdEquation Native ?_1114271949 F8585Ole  ObjInfo ateenddate " []ax Nw/ log b max(n,b)()[] FMicrosoft Equation 3.0 DS Equation Equation.39qEquation Native  }_1126105005F`'85`'85Ole  CompObjfObjInfoEquation Native C_1126110833 Ara6O.85.85Ole '`7LH S(E t )ObjInfoContents_1114389676 Ara6O|985|985Ole             Z             ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~  EDGE Diagram File Version 4.15 ## Globals Section: X -382 Y 1291 Scale 100 PosterRows 1 PosterCols 1 Color1 255,255,255 Color2 192,192,192 Color3 130,130,130 Color4 0,0,0 Color5 0,255,255 Color6 0,0,255 Color7 0,0,160 Color8 128,0,128 Color9 255,128,0 Color10 255,0,0 Color11 128,0,64 Color12 128,64,0 Color13 0,255,0 Color14 0,128,0 Color15 128,128,255 Color16 255,255,0 GridX 32 GridY 32 SnapX 32 SnapY 32 SnapConPtsCentersEdges TRUE ShadowColor 130,130,130 ShadowX 11 ShadowY 11 ShowGrid TRUE AlignToGrid TRUE AlignToGridConPts FALSE AttachMode 1 SBarWidth 108 SBarFigCols 2 SBarLblCols 1 SBarConCols 2 SBarFigHeight 28 SBarLblHeight 32 SBarConHeight 20 Parent "" LargeDropMenus TRUE LastEnd "block" LastEndLen 36 EnableConPts FALSE ConPointMarks 1 CornerRadius 32 FigMarginMode 0 FigMarginTop 12 FigMarginBottom 12 FigMarginLeft 12 FigMarginRight 12 Template "Flowchart (pastels).EDG" TypeSize 8 TypeFace "Arial" ConnectorJogs FALSE ConnectorJogRadius 18 JunctionDots FALSE FigLblPrimarySector 8 SelfReferenceRadius 64 OversizeTextRect FALSE LineSpacingMode 0 LineSpacingValue 0 DevMode 4032 { 436F6C6F72337264000000000000000000000000000000000000000000000000 010402059C00240F53FF800301000100EA0A6F08640001000F00580202000100 5802030001004C65747465720000000000000000000000000000000000000000 0000000000000000000000000000000000000000010000000000000001000000 0200000000010000000000000000000000000000000000000000000050524956 E230000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000180000000000102710271027 0000102700000000000000000000C40200000000000000000000000000000000 00000000000000000300000000000000600C10005C4B03006843040000000000 0000000000000100000000000000000000000000000000009C30A82919000000 0000000000000000000002000000020000000000000000000200020003000100 0100010000000000000000000100FF00FF000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 54060000524A5048414182820000000000000000000000004800550047004F00 20004C0049005500000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000C0600004241504841418282 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 } DevNames 54 { 080012001C00010077696E73706F6F6C0000436F6C6F723372640000636F6C6F 72337264000000000000000000000000000000000000 } ## Graphics Section: ## Figure Symbols Section: FigureSymbol "home base" { FixedAspect FALSE Height 64 Width 80 TextBox >100,>100,<900,<750 Fill { Polygon 6 0,0 1000,0 1000,<700 500,1000 0,<700 0,0 } Outline { Polyline 6 0,0 1000,0 1000,<700 500,1000 0,<700 0,0 } MiniOutline { Polyline 6 0,0 1000,0 1000,<500 500,1000 0,<500 0,0 } Hot 6 0,0 1000,0 1000,<700 500,1000 0,<700 0,0 } FigureSymbol "process" { FixedAspect FALSE Height 0 Width 0 TextBox >100,>100,<900,<900 Fill { Rect 0,0,1000,1000 } Outline { Rect 0,0,1000,1000 } } FigureSymbol "internal sub" { FixedAspect FALSE Height 0 Width 0 TextBox >100,>200,<900,<900 Fill { Rect 0,0,1000,1000 } Outline { Rect 0,0,1000,1000 Line 0,>100 1000,>100 } MiniOutline { Rect 0,0,1000,1000 Line 0,200 1000,200 } } FigureSymbol "input/ouput" { FixedAspect FALSE Height 0 Width 0 TextBox >200,>100,<800,<900 Fill { Polygon 5 >200,0 1000,0 <800,1000 0,1000 >200,0 } Outline { Polyline 5 >200,0 1000,0 <800,1000 0,1000 >200,0 } Hot 5 >200,0 1000,0 <800,1000 0,1000 >200,0 } FigureSymbol "decision" { FixedAspect FALSE Height 0 Width 0 OversizeText TRUE TextBox 200,255,800,750 TextBox 800,375,950,625 TextBox 425,750,575,1000 TextBox 50,375,200,625 TextBox 425,0,575,250 Fill { Polygon 5 500,0 1000,500 500,1000 0,500 500,0 } Outline { Polyline 5 500,0 1000,500 500,1000 0,500 500,0 } Hot 5 500,0 1000,500 500,1000 0,500 500,0 } FigureSymbol "decision2" { FixedAspect FALSE Height 0 Width 0 OversizeText TRUE TextBox 125,225,875,775 TextBox 875,375,1000,625 TextBox 425,750,575,1000 TextBox 0,375,125,625 TextBox 425,0,575,250 Fill { Polygon 41 60,360 38,386 20,418 8,450 0,484 0,516 8,550 20,582- 38,614 60,640 395,955 414,973 438,986 462,995 488,1000 512,1000- 537,995 561,986 585,973 605,955 940,640 962,614 980,582 992,550- 1000,516 1000,484 992,450 980,418 962,386 940,360 605,45 585,27- 561,13 537,4 512,0 488,0 462,4 438,13 414,27 395,45- 60,360 } Outline { Polyline 41 60,360 38,386 20,418 8,450 0,484 0,516 8,550 20,582- 38,614 60,640 395,955 414,973 438,986 462,995 488,1000 512,1000- 537,995 561,986 585,973 605,955 940,640 962,614 980,582 992,550- 1000,516 1000,484 992,450 980,418 962,386 940,360 605,45 585,27- 561,13 537,4 512,0 488,0 462,4 438,13 414,27 395,45- 60,360 } MiniOutline { Polyline 41 60,360 38,386 20,418 8,450 0,484 0,516 8,550 20,582- 38,614 60,640 360,940 386,964 418,982 450,994 484,1000 516,1000- 550,994 582,982 614,964 640,940 940,640 962,614 980,582 992,550- 1000,516 1000,484 992,450 980,418 962,386 940,360 640,60 614,36- 582,18 550,6 516,0 484,0 450,6 418,18 386,36 360,60- 60,360 } Hot 41 60,360 38,386 20,418 8,450 0,484 0,516 8,550 20,582- 38,614 60,640 395,955 414,973 438,986 462,995 488,1000 512,1000- 537,995 561,986 585,973 605,955 940,640 962,614 980,582 992,550- 1000,516 1000,484 992,450 980,418 962,386 940,360 605,45 585,27- 561,13 537,4 512,0 488,0 462,4 438,13 414,27 395,45- 60,360 } FigureSymbol "sort" { FixedAspect FALSE Height 0 Width 0 Fill { Polygon 5 500,0 1000,500 500,1000 0,500 500,0 } Outline { Polyline 5 500,0 1000,500 500,1000 0,500 500,0 Line 0,500 1000,500 } Hot 5 500,0 1000,500 500,1000 0,500 500,0 } FigureSymbol "auxiliary" { FixedAspect FALSE Height 0 Width 0 TextBox >100,>100,<900,<900 Fill { Rect 0,0,1000,1000 } Outline { Rect 0,0,1000,1000 } } FigureSymbol "core" { FixedAspect FALSE Height 0 Width 0 TextBox >200,>200,<900,<900 Fill { Rect 0,0,1000,1000 } Outline { Rect 0,0,1000,1000 Line >100,0 >100,1000 Line 0,>100 1000,>100 } MiniOutline { Rect 0,0,1000,1000 Line >250,0 >250,1000 Line 0,>250 1000,>250 } } FigureSymbol "merge" { FixedAspect FALSE Height 0 Width 0 TextBox 250,100,750,600 Fill { Polygon 4 0,0 1000,0 500,1000 0,0 } Outline { Polyline 4 0,0 1000,0 500,1000 0,0 } Hot 4 0,0 1000,0 500,1000 0,0 } FigureSymbol "extract" { FixedAspect FALSE Height 0 Width 0 TextBox 250,400,750,900 Fill { Polygon 4 0,1000 500,0 1000,1000 0,1000 } Outline { Polyline 4 0,1000 500,0 1000,1000 0,1000 } Hot 4 0,1000 500,0 1000,1000 0,1000 } FigureSymbol "collate" { FixedAspect FALSE Height 0 Width 0 Fill { Polygon 4 0,0 1000,0 500,500 0,0 Polygon 4 0,1000 1000,1000 500,500 0,1000 } Outline { Polyline 4 0,0 1000,0 500,500 0,0 Polyline 4 0,1000 1000,1000 500,500 0,1000 } Hot 7 500,500 0,0 1000,0 500,500 0,1000 1000,1000 500,500 } FigureSymbol "predefined" { FixedAspect FALSE Height 0 Width 0 TextBox >200,>100,<800,<900 Fill { Rect 0,0,1000,1000 } Outline { Rect 0,0,1000,1000 Line >100,0 >100,1000 Line <900,0 <900,1000 } MiniOutline { Rect 0,0,1000,1000 Line 100,0 100,1000 Line 880,0 880,1000 } } FigureSymbol "preparation" { FixedAspect FALSE Height 0 Width 0 TextBox >150,>100,<850,<900 Fill { Polygon 7 >200,0 <800,0 1000,500 <800,1000 >200,1000 0,500 >200,0 } Outline { Polyline 7 >200,0 <800,0 1000,500 <800,1000 >200,1000 0,500 >200,0 } Hot 7 >200,0 <800,0 1000,500 <800,1000 >200,1000 0,500 >200,0 } FigureSymbol "manual operation" { FixedAspect FALSE Height 0 Width 0 TextBox >150,>100,<850,<900 Fill { Polygon 5 0,0 1000,0 <800,1000 >200,1000 0,0 } Outline { Polyline 5 0,0 1000,0 <800,1000 >200,1000 0,0 } Hot 5 0,0 1000,0 <800,1000 >200,1000 0,0 } FigureSymbol "connector" { FixedAspect FALSE Height 0 Width 0 TextBox 100,100,900,900 Fill { Ellipse 0,0,1000,1000 } Outline { Ellipse 0,0,1000,1000 } Hot 17 599,1000 783,924 924,783 1000,599 1000,402 924,218 783,77 599,1- 402,1 218,77 77,218 1,402 1,599 77,783 218,924 402,1000- 599,1000 } FigureSymbol "terminal" { FixedAspect FALSE Height 0 Width 0 TextBox >200,>100,<800,<900 Fill { Rect >500,0,<500,1000 Ellipse 0,0,>999,1000 Ellipse <1,0,1000,1000 } Outline { Line >500,0 <500,0 Line >500,1000 <500,1000 Arc 0,0,>999,1000 >500,0 >500,1000 Arc <1,0,1000,1000 <500,1000 <500,0 } Hot 17 >401,1 >217,77 >77,218 >1,402 >1,599 >77,783 >217,924 >401,1000- <599,1000 <783,924 <923,783 <999,599 <999,402 <923,218 <783,77 <599,1- >401,1 } FigureSymbol "punched card" { FixedAspect FALSE Height 0 Width 0 TextBox >100,>100,<900,<900 Fill { Polygon 6 >250,0 1000,0 1000,1000 0,1000 0,>250 >250,0 } Outline { Polyline 6 >250,0 1000,0 1000,1000 0,1000 0,>250 >250,0 } MiniOutline { Polyline 6 250,0 1000,0 1000,1000 0,1000 0,400 250,0 } Hot 6 >250,0 1000,0 1000,1000 0,1000 0,>250 >250,0 } FigureSymbol "card file" { FixedAspect FALSE Height 0 Width 0 TextBox >200,>250,<775,<850 Fill { Polygon 6 >300,>75 <900,>75 <900,1000 0,1000 0,>375 >300,>75 } Outline { Polyline 6 >300,>75 <900,>75 <900,1000 0,1000 0,>375 >300,>75 Polyline 3 <700,0 1000,0 1000,>250 } MiniOutline { Polyline 6 250,150 900,150 900,1000 0,1000 0,500 250,150 Polyline 3 700,0 1000,0 1000,500 } Hot 6 >300,>75 <900,>75 <900,1000 0,1000 0,>375 >300,>75 } FigureSymbol "card deck" { FixedAspect FALSE Height 0 Width 0 TextBox >200,>250,<775,<850 Fill { Polygon 8 1000,1000 1000,>75 <925,0 >300,0 0,>300 0,<925 >75,1000 1000,1000 } Outline { Polyline 8 1000,1000 1000,>75 <925,0 >300,0 0,>300 0,<925 >75,1000 1000,1000 Polyline 4 >75,1000 >75,>375 >375,>75 1000,>75 Line 0,>300 >75,>375 Line >300,0 >375,>75 } MiniOutline { Polyline 8 1000,1000 1000,150 900,0 250,0 0,250 0,900 100,1000 1000,1000 Polyline 4 100,1000 100,400 400,150 1000,150 Line 0,250 100,400 Line 250,0 400,150 } Hot 7 >375,0 1000,0 1000,<925 <900,1000 0,1000 0,>375 >375,0 } FigureSymbol "document" { FixedAspect FALSE Height 0 Width 0 TextBox >100,>100,<900,<750 Fill { Polygon 26 1000,<900 1000,0 0,0 0,<900 14,<928 39,<955 86,<976 146,<992- 215,1000 286,1000 355,<992 415,<976 462,<955 487,<928 500,<900 514,<873- 539,<846 586,<825 646,<809 715,<801 786,<801 855,<809 915,<825 962,<846- 987,<873 1000,<900 } Outline { Polyline 26 1000,<900 1000,0 0,0 0,<900 14,<928 39,<955 86,<976 146,<992- 215,1000 286,1000 355,<992 415,<976 462,<955 487,<928 500,<900 514,<873- 539,<846 586,<825 646,<809 715,<801 786,<801 855,<809 915,<825 962,<846- 987,<873 1000,<900 } Hot 26 1000,<900 1000,0 0,0 0,<900 14,<928 39,<955 86,<976 146,<992- 215,1000 286,1000 355,<992 415,<976 462,<955 487,<928 500,<900 514,<873- 539,<846 586,<825 646,<809 715,<801 786,<801 855,<809 915,<825 962,<846- 987,<873 1000,<900 } FigureSymbol "punched tape" { FixedAspect FALSE Height 0 Width 0 TextBox >100,>250,<900,<750 Fill { Polygon 47 0,<900 0,>100 14,>128 39,>155 86,>176 146,>192 215,>200 286,>200- 355,>192 415,>176 462,>155 487,>128 500,>100 514,>73 539,>46 586,>25- 646,>9 715,0 786,0 855,>9 915,>25 962,>46 987,>73 1000,>100- 1000,<900 987,<873 962,<846 915,<825 855,<809 786,<801 715,<801 646,<809- 586,<825 539,<846 514,<873 500,<900 487,<928 462,<955 415,<976 355,<992- 286,1000 215,1000 146,<992 86,<976 39,<955 14,<928 0,<900 } Outline { Polyline 47 0,<900 0,>100 14,>128 39,>155 86,>176 146,>192 215,>200 286,>200- 355,>192 415,>176 462,>155 487,>128 500,>100 514,>73 539,>46 586,>25- 646,>9 715,0 786,0 855,>9 915,>25 962,>46 987,>73 1000,>100- 1000,<900 987,<873 962,<846 915,<825 855,<809 786,<801 715,<801 646,<809- 586,<825 539,<846 514,<873 500,<900 487,<928 462,<955 415,<976 355,<992- 286,1000 215,1000 146,<992 86,<976 39,<955 14,<928 0,<900 } Hot 47 0,<900 0,>100 14,>128 39,>155 86,>176 146,>192 215,>200 286,>200- 355,>192 415,>176 462,>155 487,>128 500,>100 514,>73 539,>46 586,>25- 646,>9 715,0 786,0 855,>9 915,>25 962,>46 987,>73 1000,>100- 1000,<900 987,<873 962,<846 915,<825 855,<809 786,<801 715,<801 646,<809- 586,<825 539,<846 514,<873 500,<900 487,<928 462,<955 415,<976 355,<992- 286,1000 215,1000 146,<992 86,<976 39,<955 14,<928 0,<900 } FigureSymbol "manual input" { FixedAspect FALSE Height 0 Width 0 TextBox >100,>250,<900,<900 Fill { Polygon 5 0,>250 1000,0 1000,1000 0,1000 0,>250 } Outline { Polyline 5 0,>250 1000,0 1000,1000 0,1000 0,>250 } Hot 5 0,>250 1000,0 1000,1000 0,1000 0,>250 } FigureSymbol "drum" { FixedAspect FALSE Height 0 Width 0 TextBox >300,>100,<850,<900 Fill { Rect >100,0,<900,1000 Ellipse 0,0,>200,1000 Ellipse <800,0,1000,1000 } Outline { Line >100,0 <900,0 Line >100,1000 <900,1000 Ellipse 0,0,>200,1000 Arc <800,0,1000,1000 <900,1000 <900,0 } MiniOutline { Line 100,0 950,0 Line 100,1000 900,1000 Ellipse 0,0,200,1000 Arc 800,0,1000,1000 900,1000 900,0 } Hot 17 >81,1 >44,77 >16,218 >1,402 >1,599 >16,783 >44,924 >81,1000- <920,1000 <957,924 <985,783 <1000,599 <1000,402 <985,218 <957,77 <920,1- >81,1 } FigureSymbol "disk" { FixedAspect FALSE Height 0 Width 0 TextBox >100,>350,<900,<900 Fill { Rect 0,>100,1000,<900 Ellipse 0,0,1000,>200 Ellipse 0,<800,1000,1000 } Outline { Line 0,>100 0,<900 Line 1000,>100 1000,<900 Ellipse 0,0,1000,>200 Arc 0,<800,1000,1000 0,<900 1000,<900 Arc 0,>50,1000,>250 0,>150 1000,>150 Arc 0,>100,1000,>300 0,>200 1000,>200 } MiniOutline { Line 0,200 0,800 Line 1000,100 1000,900 Ellipse 0,0,1000,400 Arc 0,600,1000,1000 0,800 1000,800 } Hot 17 1,>81 77,>44 218,>16 402,>1 599,>1 783,>16 924,>44 1000,>81- 1000,<920 924,<957 783,<985 599,<1000 402,<1000 218,<985 77,<957 1,<920- 1,>81 } FigureSymbol "magtape" { FixedAspect FALSE Height 0 Width 0 TextBox >150,>150,<850,<850 Fill { Ellipse 0,0,1000,1000 } Outline { Ellipse 0,0,1000,1000 Line 500,1000 1000,1000 } Hot 17 599,1000 783,924 924,783 1000,599 1000,402 924,218 783,77 599,1- 402,1 218,77 77,218 1,402 1,599 77,783 218,924 402,1000- 599,1000 } FigureSymbol "offline storage" { FixedAspect FALSE Height 0 Width 0 TextBox 250,100,750,600 Fill { Polygon 4 0,0 1000,0 500,1000 0,0 } Outline { Polyline 4 0,0 1000,0 500,1000 0,0 Line 375,750 625,750 } Hot 4 0,0 1000,0 500,1000 0,0 } FigureSymbol "online storage" { FixedAspect FALSE Height 0 Width 0 TextBox >100,>100,<800,<900 Fill { Polygon 27 >150,0 >129,1 >88,42 >52,119 >24,228 >6,359 0,500 >6,642- >24,773 >52,882 >88,959 >129,1000 >150,1000 1000,1000 <979,1000 <938,959- <902,882 <874,773 <856,642 <850,500 <856,359 <874,228 <902,119 <938,42- <979,1 1000,0 >150,0 } Outline { Polyline 27 >150,0 >129,1 >88,42 >52,119 >24,228 >6,359 0,500 >6,642- >24,773 >52,882 >88,959 >129,1000 >150,1000 1000,1000 <979,1000 <938,959- <902,882 <874,773 <856,642 <850,500 <856,359 <874,228 <902,119 <938,42- <979,1 1000,0 >150,0 } Hot 27 >150,0 >129,1 >88,42 >52,119 >24,228 >6,359 0,500 >6,642- >24,773 >52,882 >88,959 >129,1000 >150,1000 1000,1000 <979,1000 <938,959- <902,882 <874,773 <856,642 <850,500 <856,359 <874,228 <902,119 <938,42- <979,1 1000,0 >150,0 } FigureSymbol "display" { FixedAspect FALSE Height 0 Width 0 TextBox >300,>100,<900,<900 Fill { Ellipse <800,0,1000,1000 Polygon 6 0,500 >400,0 <900,0 <900,1000 >400,1000 0,500 } Outline { Polyline 5 <900,1000 >400,1000 0,500 >400,0 <900,0 Arc <800,0,1000,1000 <900,1000 <900,0 } Hot 12 <920,1000 <957,924 <985,783 <1000,599 <1000,402 <985,218 <957,77 <920,0- >400,0 0,500 >400,1000 <920,1000 } FigureSymbol "comment" { FixedAspect FALSE Height 0 Width 0 TextBox >100,>100,1000,<900 Outline { Polyline 4 1000,0 0,0 0,1000 1000,1000 } } ## End Symbols Section: EndSymbol "block" { LineTo 100 Fill { Polygon 4 500,500 1000,300 1000,700 500,500 } Outline { Polyline 4 500,500 1000,300 1000,700 500,500 } } EndSymbol "stick" { Outline { Line 500,500 1000,300 Line 500,500 1000,700 } } ## Figure Styles Section: FigureStyle "Label" { Label TRUE Height 64 Width 128 Description "An annotation or comment" TextFormat 0x0044 Behavior 0x018241E1 Symbol "lbl" TypeSize 8 TypeFace "Arial" } FigureStyle "Label2" { Label TRUE Height 64 Width 40 Description "An annotation, comment, or title" TextFormat 0x0044 Behavior 0x01824A52 Symbol "lbl" TypeSize 8 TypeFace "Arial" } FigureStyle "Process" { HasButton TRUE Height 160 Width 288 Description "A process, operation, or function" FillColor 252,252,148 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "process" TypeSize 8 TypeFace "Arial" } FigureStyle "Input/Output" { HasButton TRUE Height 160 Width 288 Description "An input or output operation" FillColor 204,252,252 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "input/ouput" TypeSize 8 TypeFace "Arial" } FigureStyle "Decision" { HasButton TRUE Height 160 Width 288 Description "A branch of control based on a conditional expression" FillColor 204,252,204 BorderWidth 3 TextFormat 0x0022 Behavior 0x01024E12 Symbol "decision" TypeSize 8 TypeFace "Arial" } FigureStyle "Decision2" { Height 160 Width 288 Description "A branch of control based on a conditional expression" FillColor 204,252,204 BorderWidth 3 TextFormat 0x0022 Behavior 0x01024E12 Symbol "decision2" TypeSize 8 TypeFace "Arial" } FigureStyle "Auxiliary Operation" { HasButton TRUE Height 160 Width 160 Description "An operation carried out offline" FillColor 252,252,148 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "auxiliary" TypeSize 8 TypeFace "Arial" } FigureStyle "Preparation" { HasButton TRUE Height 160 Width 288 FillColor 148,204,252 TextColor 255,255,255 BorderWidth 3 TextFormat 0x0022 Behavior 0x01024E12 Symbol "preparation" TypeSize 8 TypeFace "Arial" } FigureStyle "Predefined Process" { HasButton TRUE Height 160 Width 288 Description "A process (such as a subroutine) that has been defined elsewhere" FillColor 204,148,252 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "predefined" TypeSize 8 TypeFace "Arial" } FigureStyle "Manual Operation" { HasButton TRUE Height 160 Width 288 Description "An operation performed offline by hand" FillColor 204,252,252 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "manual operation" TypeSize 8 TypeFace "Arial" } FigureStyle "Merge" { Height 160 Width 288 Description "Two or more files to be merged together" FillColor 44,148,100 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "merge" TypeSize 8 TypeFace "Arial" } FigureStyle "Extract" { Height 160 Width 288 Description "Data removed from (a file)" FillColor 148,204,4 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "extract" TypeSize 8 TypeFace "Arial" } FigureStyle "Connector" { HasButton TRUE Height 64 Width 64 Description "A symbol for connecting two parts of a flowchart" FillColor 148,204,4 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "connector" TypeSize 8 TypeFace "Arial" } FigureStyle "Off-page Connector" { Height 64 Width 64 Description "A symbol for connecting two parts of a flowchart on different pag- es" FillColor 148,204,4 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "home base" TypeSize 8 TypeFace "Arial" } FigureStyle "Terminal" { HasButton TRUE Height 64 Width 288 Description "A beginning, end, or interruption point" FillColor 254,121,118 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "terminal" TypeSize 8 TypeFace "Arial" } FigureStyle "Manual Input" { HasButton TRUE Height 160 Width 288 FillColor 204,252,252 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "manual input" TypeSize 8 TypeFace "Arial" } FigureStyle "Internal Subroutine" { Height 160 Width 288 Description "An internal subroutine or procedure" FillColor 252,252,148 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "internal sub" TypeSize 8 TypeFace "Arial" } FigureStyle "Document" { HasButton TRUE Height 160 Width 288 Description "Data output in the form of a document" BorderWidth 3 TextFormat 0x0022 Behavior 0x01024E12 Symbol "document" TypeSize 8 TypeFace "Arial" } FigureStyle "Disk" { HasButton TRUE Height 160 Width 288 FillColor 252,204,148 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "disk" TypeSize 8 TypeFace "Arial" } FigureStyle "Display" { Height 160 Width 288 Description "Output to a display device" FillColor 128,128,255 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "display" TypeSize 8 TypeFace "Arial" } FigureStyle "Sort" { Height 128 Width 128 BorderWidth 3 TextFormat 0x0022 Behavior 0x01024E12 Symbol "sort" TypeSize 8 TypeFace "Arial" } FigureStyle "Collate" { Height 128 Width 128 BorderWidth 3 TextFormat 0x0022 Behavior 0x01024E12 Symbol "collate" TypeSize 8 TypeFace "Arial" } FigureStyle "Punched Card" { Height 160 Width 288 FillColor 4,204,252 TextColor 4,4,4 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "punched card" TypeSize 8 TypeFace "Arial" } FigureStyle "Card Deck" { Height 160 Width 288 FillColor 204,148,252 TextColor 4,4,4 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "card deck" TypeSize 8 TypeFace "Arial" } FigureStyle "Card File" { Height 160 Width 288 FillColor 204,148,252 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "card file" TypeSize 8 TypeFace "Arial" } FigureStyle "Online Storage" { Height 160 Width 288 BorderWidth 3 TextFormat 0x0022 Behavior 0x01024E12 Symbol "online storage" TypeSize 8 TypeFace "Arial" } FigureStyle "Magnetic Tape" { Height 160 Width 160 FillColor 204,252,204 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "magtape" TypeSize 8 TypeFace "Arial" } FigureStyle "Core" { Height 160 Width 160 Description "I/O operation using primary storage" FillColor 252,252,148 BorderWidth 3 TextFormat 0x0022 Behavior 0x01024E12 Symbol "core" TypeSize 8 TypeFace "Arial" } FigureStyle "Offline Storage" { Height 160 Width 288 FillColor 44,148,100 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "offline storage" TypeSize 8 TypeFace "Arial" } FigureStyle "Punched Tape" { Height 160 Width 288 BorderWidth 3 TextFormat 0x0022 Behavior 0x01024E12 Symbol "punched tape" TypeSize 8 TypeFace "Arial" } FigureStyle "Magnetic Drum" { Height 160 Width 288 FillColor 204,252,204 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "drum" TypeSize 8 TypeFace "Arial" } FigureStyle "Comment" { Height 160 Width 288 Description "Explanatory notes" BorderWidth 3 TextFormat 0x0022 Behavior 0x01024E12 Symbol "comment" TypeSize 8 TypeFace "Arial" } FigureStyle "Title" { Label TRUE Height 64 Width 128 Description "A heading or title" TextColor 0,0,160 TextFormat 0x0044 Behavior 0x018241E1 Symbol "lbl" TypeSize 8 TypeFace "Arial" } ## Connector Styles Section: ConnectorStyle "Double" { HasButton TRUE End1 "block" End2 "block" End1Length 21 End2Length 21 LineWidth 3 EndBorderWidth 3 Behavior 0x00000000 } ConnectorStyle "No Arrow" { HasButton TRUE End1 "null" End2 "null" End1Length 18 End2Length 18 LineWidth 3 EndBorderWidth 2 Behavior 0x00000000 } ConnectorStyle "Solid Arrow" { HasButton TRUE End1 "null" End2 "block" End1Length 18 End2Length 18 LineWidth 3 EndBorderWidth 2 Behavior 0x00000000 } ConnectorStyle "Stick Arrow" { HasButton TRUE End1 "null" End2 "stick" End1Length 18 End2Length 18 LineWidth 3 EndBorderWidth 2 Behavior 0x00000000 } ConnectorStyle "Outline Arrow" { HasButton TRUE End1 "null" End2 "block" End1Length 18 End2Length 18 LineWidth 3 EndBorderWidth 2 End2FillColor 255,255,255 Behavior 0x00000000 } ## Figures & Connectors Section: Connector 1 { Style "Solid Arrow" Figure1 -1 Figure2 -1 EndPoint1 928,1019 EndPoint2 576,1019 SuppressEnd1 FALSE SuppressEnd2 FALSE End1 "null" End2 "block" End1Length 18 End2Length 18 LineWidth 3 EndBorderWidth 2 Behavior 0x00000000 } Figure 2 { Label TRUE Text "semantically\line processed episodes" Bounds 641,988,888,1052 BindToStyle FALSE TextFormat 0x0022 Behavior 0x00BA59D2 Symbol "lbl" TypeSize 8 TypeFace "Arial" } Connector 3 { Style "Solid Arrow" Figure1 -1 Figure2 -1 EndPoint1 576,832 EndPoint2 928,832 SuppressEnd1 FALSE SuppressEnd2 FALSE End1 "null" End2 "block" End1Length 18 End2Length 18 LineWidth 3 EndBorderWidth 2 Behavior 0x00000000 } Figure 4 { Label TRUE Style "Label" Text "raw episodes" Bounds 669,818,831,850 TextFormat 0x0022 Behavior 0x01BA59D2 Symbol "lbl" TypeSize 8 TypeFace "Arial" } Connector 8 { Style "Solid Arrow" Figure1 -1 Figure2 -1 EndPoint1 928,1211 EndPoint2 576,1211 SuppressEnd1 FALSE SuppressEnd2 FALSE End1 "null" End2 "block" End1Length 18 End2Length 18 LineWidth 3 EndBorderWidth 2 Behavior 0x00000000 } Figure 9 { Label TRUE Text "affectively annotated \line episode" Bounds 631,1180,890,1244 BindToStyle FALSE TextFormat 0x0022 Behavior 0x00BA59D2 Symbol "lbl" TypeSize 8 TypeFace "Arial" } Connector 10 { Style "Solid Arrow" Figure1 -1 Figure2 -1 EndPoint1 576,1152 EndPoint2 928,1152 SuppressEnd1 FALSE SuppressEnd2 FALSE End1 "null" End2 "block" End1Length 18 End2Length 18 LineWidth 3 EndBorderWidth 2 Behavior 0x00000000 } Figure 11 { Label TRUE Style "Label" Text "episode" Bounds 701,1137,798,1169 TextFormat 0x0022 Behavior 0x01BA59D2 Symbol "lbl" TypeSize 8 TypeFace "Arial" } Figure 12 { Style "Process" Text "\b1 Linguistic Processing Suite:\b0 \line semantic type recogniti- on\line temporal phrase recognition\line tagging and chunking\lin- e verb-argument extraction\line anaphora resolution" Bounds 928,768,1440,1088 FillColor 252,252,148 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "process" TypeSize 8 TypeFace "Arial" } Figure 13 { Style "Process" Text "\b1 Affective Text Analyzer\b0 \line Textual affect sensing\line - Ekman to PAD model mapping" Bounds 928,1120,1440,1312 FillColor 255,166,166 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "process" TypeSize 8 TypeFace "Arial" } Figure 14 { Style "Process" Text "Affective Long-term\line Episodic Memory Learner\line \b0 Salient- subevent assessor\line Salient contexts assessor\line Salient ca- use assessor\line Episode salience calculation" Bounds 1120,1440,1568,1696 FillColor 252,204,148 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "process" TypeSize 8 TypeWeight 700 TypeFace "Arial" } Figure 15 { Style "Predefined Process" Text "\b1 Emotus Ponens\line (Liu et. al, 2003)" Bounds 1536,1216,1856,1344 FillColor 166,255,77 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "predefined" TypeSize 8 TypeFace "Arial" } Figure 16 { Style "Predefined Process" Text "\b1 OMCSNet" Bounds 1600,1408,1856,1536 FillColor 166,255,77 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "predefined" TypeSize 8 TypeFace "Arial" } Connector 17 { Style "No Arrow" Figure1 14 Figure2 16 EndPoint1 1568,1512 EndPoint2 1600,1504 SuppressEnd1 FALSE SuppressEnd2 FALSE End1 "null" End2 "null" End1Length 18 End2Length 18 LineWidth 3 EndBorderWidth 2 Behavior 0x00000000 } Connector 18 { Style "No Arrow" Figure1 13 Figure2 15 EndPoint1 1440,1248 EndPoint2 1536,1260 SuppressEnd1 FALSE SuppressEnd2 FALSE End1 "null" End2 "null" End1Length 18 End2Length 18 LineWidth 3 EndBorderWidth 2 Behavior 0x00000000 } Figure 19 { Style "Predefined Process" Text "\b1 OMCS Story\line Corpus" Bounds 1600,1568,1856,1696 FillColor 166,255,77 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "predefined" TypeSize 8 TypeFace "Arial" } Connector 20 { Style "No Arrow" Figure1 14 Figure2 19 EndPoint1 1568,1606 EndPoint2 1600,1610 SuppressEnd1 FALSE SuppressEnd2 FALSE End1 "null" End2 "null" End1Length 18 End2Length 18 LineWidth 3 EndBorderWidth 2 Behavior 0x00000000 } Figure 21 { Style "Process" Text "Affective Reflexive Memory\line Learner\line \b0 Salient exposure- assessor\line " Bounds 640,1440,1088,1696 FillColor 252,204,148 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "process" TypeSize 8 TypeWeight 700 TypeFace "Arial" } Figure 22 { Text "" Bounds 857,1369,872,1384 FillColor 0,0,0 BorderWidth 0 BindToStyle FALSE TextFormat 0x0000 Behavior 0x00327A12 Symbol "null" TypeSize 8 TypeFace "Arial" } Connector 23 { Style "Solid Arrow" Figure1 -1 Figure2 22 EndPoint1 576,1376 EndPoint2 864,1376 SuppressEnd1 FALSE SuppressEnd2 TRUE End1 "null" End2 "block" End1Length 18 End2Length 18 LineWidth 3 EndBorderWidth 2 BindToStyle FALSE Behavior 0x00000000 } Figure 24 { Label TRUE Text "annotated episodes" Bounds 604,1361,847,1393 BindToStyle FALSE TextFormat 0x0022 Behavior 0x00BA59D2 Symbol "lbl" TypeSize 8 TypeFace "Arial" } Connector 25 { Style "Solid Arrow" Figure1 22 Figure2 21 EndPoint1 864,1376 EndPoint2 864,1440 SuppressEnd1 TRUE SuppressEnd2 FALSE End1 "null" End2 "block" End1Length 18 End2Length 18 LineWidth 3 EndBorderWidth 2 BindToStyle FALSE Behavior 0x00000000 } Figure 26 { Text "" Bounds 1337,1369,1352,1384 FillColor 0,0,0 BorderWidth 0 BindToStyle FALSE TextFormat 0x0000 Behavior 0x00327A12 Symbol "null" TypeSize 8 TypeFace "Arial" } Connector 27 { Style "Solid Arrow" Figure1 22 Figure2 26 EndPoint1 864,1376 EndPoint2 1344,1376 SuppressEnd1 FALSE SuppressEnd2 TRUE End1 "null" End2 "block" End1Length 18 End2Length 18 LineWidth 3 EndBorderWidth 2 BindToStyle FALSE Behavior 0x00000000 } Connector 28 { Style "Solid Arrow" Figure1 26 Figure2 14 EndPoint1 1344,1376 EndPoint2 1344,1440 SuppressEnd1 TRUE SuppressEnd2 FALSE End1 "null" End2 "block" End1Length 18 End2Length 18 LineWidth 3 EndBorderWidth 2 BindToStyle FALSE Behavior 0x00000000 } Figure 29 { Style "Disk" Text "\b1 Affective\line Reflexive Memory" Bounds 704,1792,1024,2048 FillColor 204,252,204 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "disk" TypeSize 8 TypeFace "Arial" } Figure 30 { Style "Disk" Text "\b1 Affective\line Long-term\line Episodic Memory" Bounds 1216,1792,1536,2048 FillColor 148,204,252 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "disk" TypeSize 8 TypeFace "Arial" } Connector 31 { Style "No Arrow" Figure1 21 Figure2 29 EndPoint1 864,1696 EndPoint2 864,1792 SuppressEnd1 FALSE SuppressEnd2 FALSE End1 "null" End2 "null" End1Length 18 End2Length 18 LineWidth 3 EndBorderWidth 2 Behavior 0x00000000 } Figure 32 { Label TRUE Text "update" Bounds 822,1729,908,1761 BindToStyle FALSE TextFormat 0x0022 Behavior 0x00BA59D2 Symbol "lbl" TypeSize 8 TypeFace "Arial" } Connector 33 { Style "No Arrow" Figure1 14 Figure2 30 EndPoint1 1356,1696 EndPoint2 1364,1792 SuppressEnd1 FALSE SuppressEnd2 FALSE End1 "null" End2 "null" End1Length 18 End2Length 18 LineWidth 3 EndBorderWidth 2 Behavior 0x00000000 } Figure 34 { Label TRUE Text "update" Bounds 1318,1729,1404,1761 BindToStyle FALSE TextFormat 0x0022 Behavior 0x00BA59D2 Symbol "lbl" TypeSize 8 TypeFace "Arial" } Figure 35 { Style "Predefined Process" Text "" Bounds 448,576,576,1600 FillColor 204,148,252 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "predefined" TypeSize 8 TypeWeight 700 TypeFace "Arial" } Figure 36 { Label TRUE Text "PERSONA Model Learner" Bounds 476,662,551,1439 TextRotate 900 BindToStyle FALSE TextFormat 0x0022 Behavior 0x00A241D2 Symbol "lbl" TypeSize 19 TypeFace "Arial" } Connector 37 { Style "Solid Arrow" Figure1 -1 Figure2 -1 EndPoint1 928,699 EndPoint2 576,699 SuppressEnd1 FALSE SuppressEnd2 FALSE End1 "null" End2 "block" End1Length 18 End2Length 18 LineWidth 3 EndBorderWidth 2 Behavior 0x00000000 } Figure 38 { Label TRUE Text "raw episodes" Bounds 684,684,846,716 BindToStyle FALSE TextFormat 0x0022 Behavior 0x00BA59D2 Symbol "lbl" TypeSize 8 TypeFace "Arial" } Connector 39 { Style "Solid Arrow" Figure1 -1 Figure2 -1 EndPoint1 576,640 EndPoint2 928,640 SuppressEnd1 FALSE SuppressEnd2 FALSE End1 "null" End2 "block" End1Length 18 End2Length 18 LineWidth 3 EndBorderWidth 2 Behavior 0x00000000 } Figure 40 { Label TRUE Style "Label" Text "personal text" Bounds 672,626,830,658 TextFormat 0x0022 Behavior 0x01BA59D2 Symbol "lbl" TypeSize 8 TypeFace "Arial" } Figure 41 { Style "Process" Text "\b1 Text Preprocessor\line \b0 Weblog extraction\line Episode seg- menter" Bounds 928,608,1440,736 FillColor 252,252,148 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "process" TypeSize 8 TypeFace "Arial" } Connector 42 { Style "No Arrow" Figure1 16 Figure2 13 EndPoint1 1600,1411 EndPoint2 1388,1312 SuppressEnd1 FALSE SuppressEnd2 FALSE End1 "null" End2 "null" End1Length 18 End2Length 18 LineWidth 3 EndBorderWidth 2 Behavior 0x00000000 } Connector 43 { Style "No Arrow" Figure1 19 Figure2 13 EndPoint1 1644,1568 EndPoint2 1310,1312 SuppressEnd1 FALSE SuppressEnd2 FALSE End1 "null" End2 "null" End1Length 18 End2Length 18 LineWidth 3 EndBorderWidth 2 Behavior 0x00000000 } ## Staples Section: Staple 1 { StapleType 1 Connector 3 ConPos 125 Figure1 4 Fig1PosX 125 Fig1PosY 123 Figure2 -1 Fig2PosX 0 Fig2PosY 0 OffsetX 0 OffsetY 0 } Staple 2 { StapleType 1 Connector 1 ConPos 119 Figure1 2 Fig1PosX 127 Fig1PosY 127 Figure2 -1 Fig2PosX 0 Fig2PosY 0 OffsetX 0 OffsetY 0 } Staple 3 { StapleType 1 Connector 10 ConPos 125 Figure1 11 Fig1PosX 125 Fig1PosY 123 Figure2 -1 Fig2PosX 0 Fig2PosY 0 OffsetX 0 OffsetY 0 } Staple 4 { StapleType 1 Connector 8 ConPos 123 Figure1 9 Fig1PosX 127 Fig1PosY 127 Figure2 -1 Fig2PosX 0 Fig2PosY 0 OffsetX 0 OffsetY 0 } Staple 5 { StapleType 1 Connector 23 ConPos 132 Figure1 24 Fig1PosX 127 Fig1PosY 127 Figure2 -1 Fig2PosX 0 Fig2PosY 0 OffsetX 0 OffsetY 0 } Staple 6 { StapleType 1 Connector 31 ConPos 128 Figure1 32 Fig1PosX 127 Fig1PosY 127 Figure2 -1 Fig2PosX 0 Fig2PosY 0 OffsetX 0 OffsetY 0 } Staple 7 { StapleType 1 Connector 33 ConPos 128 Figure1 34 Fig1PosX 127 Fig1PosY 127 Figure2 -1 Fig2PosX 0 Fig2PosY 0 OffsetX 0 OffsetY 0 } Staple 8 { StapleType 1 Connector 39 ConPos 126 Figure1 40 Fig1PosX 125 Fig1PosY 123 Figure2 -1 Fig2PosX 0 Fig2PosY 0 OffsetX 0 OffsetY 0 } Staple 9 { StapleType 1 Connector 37 ConPos 119 Figure1 38 Fig1PosX 127 Fig1PosY 127 Figure2 -1 Fig2PosX 0 Fig2PosY 0 OffsetX 0 OffsetY 0 } ## Groups Section: ObjInfoContents B_1114525950(Ara6O0H850H85Ole EDGE Diagram File Version 4.13 ## Globals Section: X -718 Y -481 Scale 100 PosterRows 1 PosterCols 1 Color1 255,255,255 Color2 192,192,192 Color3 130,130,130 Color4 0,0,0 Color5 0,255,255 Color6 0,0,255 Color7 0,0,160 Color8 128,0,128 Color9 255,128,0 Color10 255,0,0 Color11 128,0,64 Color12 128,64,0 Color13 0,255,0 Color14 0,128,0 Color15 128,128,255 Color16 255,255,0 GridX 32 GridY 32 SnapX 32 SnapY 32 SnapConPtsCentersEdges TRUE ShadowColor 130,130,130 ShadowX 11 ShadowY 11 ShowGrid TRUE AlignToGrid TRUE AlignToGridConPts FALSE AttachMode 1 SBarWidth 108 SBarFigCols 2 SBarLblCols 1 SBarConCols 2 SBarFigHeight 28 SBarLblHeight 32 SBarConHeight 20 Parent "" LargeDropMenus TRUE LastEnd "block" LastEndLen 36 EnableConPts FALSE ConPointMarks 1 CornerRadius 32 FigMarginMode 0 FigMarginTop 12 FigMarginBottom 12 FigMarginLeft 12 FigMarginRight 12 Template "Flowchart (pastels).EDG" TypeSize 8 TypeFace "Forecast" TextColor 44,100,252 ConnectorJogs FALSE ConnectorJogRadius 18 JunctionDots FALSE FigLblPrimarySector 8 SelfReferenceRadius 64 OversizeTextRect FALSE LineSpacingMode 0 LineSpacingValue 0 DevMode 500 { 4661780000000000000000000000000000000000000000000000000000000000 010400049C0058010327010001000100EA0A6F08640001000100C80001000100 C800010000004C65747465720000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000044666178 0000000001000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000 } DevNames 44 { 080011001500010077696E73706F6F6C00466178004D534641583A0000000000 000000000000000000000000 } ## Graphics Section: ## Figure Symbols Section: FigureSymbol "home base" { FixedAspect FALSE Height 64 Width 80 TextBox >100,>100,<900,<750 Fill { Polygon 6 0,0 1000,0 1000,<700 500,1000 0,<700 0,0 } Outline { Polyline 6 0,0 1000,0 1000,<700 500,1000 0,<700 0,0 } MiniOutline { Polyline 6 0,0 1000,0 1000,<500 500,1000 0,<500 0,0 } Hot 6 0,0 1000,0 1000,<700 500,1000 0,<700 0,0 } FigureSymbol "process" { FixedAspect FALSE Height 0 Width 0 TextBox >100,>100,<900,<900 Fill { Rect 0,0,1000,1000 } Outline { Rect 0,0,1000,1000 } } FigureSymbol "internal sub" { FixedAspect FALSE Height 0 Width 0 TextBox >100,>200,<900,<900 Fill { Rect 0,0,1000,1000 } Outline { Rect 0,0,1000,1000 Line 0,>100 1000,>100 } MiniOutline { Rect 0,0,1000,1000 Line 0,200 1000,200 } } FigureSymbol "input/ouput" { FixedAspect FALSE Height 0 Width 0 TextBox >200,>100,<800,<900 Fill { Polygon 5 >200,0 1000,0 <800,1000 0,1000 >200,0 } Outline { Polyline 5 >200,0 1000,0 <800,1000 0,1000 >200,0 } Hot 5 >200,0 1000,0 <800,1000 0,1000 >200,0 } FigureSymbol "decision" { FixedAspect FALSE Height 0 Width 0 OversizeText TRUE TextBox 200,255,800,750 TextBox 800,375,950,625 TextBox 425,750,575,1000 TextBox 50,375,200,625 TextBox 425,0,575,250 Fill { Polygon 5 500,0 1000,500 500,1000 0,500 500,0 } Outline { Polyline 5 500,0 1000,500 500,1000 0,500 500,0 } Hot 5 500,0 1000,500 500,1000 0,500 500,0 } FigureSymbol "decision2" { FixedAspect FALSE Height 0 Width 0 OversizeText TRUE TextBox 125,225,875,775 TextBox 875,375,1000,625 TextBox 425,750,575,1000 TextBox 0,375,125,625 TextBox 425,0,575,250 Fill { Polygon 41 60,360 38,386 20,418 8,450 0,484 0,516 8,550 20,582- 38,614 60,640 395,955 414,973 438,986 462,995 488,1000 512,1000- 537,995 561,986 585,973 605,955 940,640 962,614 980,582 992,550- 1000,516 1000,484 992,450 980,418 962,386 940,360 605,45 585,27- 561,13 537,4 512,0 488,0 462,4 438,13 414,27 395,45- 60,360 } Outline { Polyline 41 60,360 38,386 20,418 8,450 0,484 0,516 8,550 20,582- 38,614 60,640 395,955 414,973 438,986 462,995 488,1000 512,1000- 537,995 561,986 585,973 605,955 940,640 962,614 980,582 992,550- 1000,516 1000,484 992,450 980,418 962,386 940,360 605,45 585,27- 561,13 537,4 512,0 488,0 462,4 438,13 414,27 395,45- 60,360 } MiniOutline { Polyline 41 60,360 38,386 20,418 8,450 0,484 0,516 8,550 20,582- 38,614 60,640 360,940 386,964 418,982 450,994 484,1000 516,1000- 550,994 582,982 614,964 640,940 940,640 962,614 980,582 992,550- 1000,516 1000,484 992,450 980,418 962,386 940,360 640,60 614,36- 582,18 550,6 516,0 484,0 450,6 418,18 386,36 360,60- 60,360 } Hot 41 60,360 38,386 20,418 8,450 0,484 0,516 8,550 20,582- 38,614 60,640 395,955 414,973 438,986 462,995 488,1000 512,1000- 537,995 561,986 585,973 605,955 940,640 962,614 980,582 992,550- 1000,516 1000,484 992,450 980,418 962,386 940,360 605,45 585,27- 561,13 537,4 512,0 488,0 462,4 438,13 414,27 395,45- 60,360 } FigureSymbol "sort" { FixedAspect FALSE Height 0 Width 0 Fill { Polygon 5 500,0 1000,500 500,1000 0,500 500,0 } Outline { Polyline 5 500,0 1000,500 500,1000 0,500 500,0 Line 0,500 1000,500 } Hot 5 500,0 1000,500 500,1000 0,500 500,0 } FigureSymbol "auxiliary" { FixedAspect FALSE Height 0 Width 0 TextBox >100,>100,<900,<900 Fill { Rect 0,0,1000,1000 } Outline { Rect 0,0,1000,1000 } } FigureSymbol "core" { FixedAspect FALSE Height 0 Width 0 TextBox >200,>200,<900,<900 Fill { Rect 0,0,1000,1000 } Outline { Rect 0,0,1000,1000 Line >100,0 >100,1000 Line 0,>100 1000,>100 } MiniOutline { Rect 0,0,1000,1000 Line >250,0 >250,1000 Line 0,>250 1000,>250 } } FigureSymbol "merge" { FixedAspect FALSE Height 0 Width 0 TextBox 250,100,750,600 Fill { Polygon 4 0,0 1000,0 500,1000 0,0 } Outline { Polyline 4 0,0 1000,0 500,1000 0,0 } Hot 4 0,0 1000,0 500,1000 0,0 } FigureSymbol "extract" { FixedAspect FALSE Height 0 Width 0 TextBox 250,400,750,900 Fill { Polygon 4 0,1000 500,0 1000,1000 0,1000 } Outline { Polyline 4 0,1000 500,0 1000,1000 0,1000 } Hot 4 0,1000 500,0 1000,1000 0,1000 } FigureSymbol "collate" { FixedAspect FALSE Height 0 Width 0 Fill { Polygon 4 0,0 1000,0 500,500 0,0 Polygon 4 0,1000 1000,1000 500,500 0,1000 } Outline { Polyline 4 0,0 1000,0 500,500 0,0 Polyline 4 0,1000 1000,1000 500,500 0,1000 } Hot 7 500,500 0,0 1000,0 500,500 0,1000 1000,1000 500,500 } FigureSymbol "predefined" { FixedAspect FALSE Height 0 Width 0 TextBox >200,>100,<800,<900 Fill { Rect 0,0,1000,1000 } Outline { Rect 0,0,1000,1000 Line >100,0 >100,1000 Line <900,0 <900,1000 } MiniOutline { Rect 0,0,1000,1000 Line 100,0 100,1000 Line 880,0 880,1000 } } FigureSymbol "preparation" { FixedAspect FALSE Height 0 Width 0 TextBox >150,>100,<850,<900 Fill { Polygon 7 >200,0 <800,0 1000,500 <800,1000 >200,1000 0,500 >200,0 } Outline { Polyline 7 >200,0 <800,0 1000,500 <800,1000 >200,1000 0,500 >200,0 } Hot 7 >200,0 <800,0 1000,500 <800,1000 >200,1000 0,500 >200,0 } FigureSymbol "manual operation" { FixedAspect FALSE Height 0 Width 0 TextBox >150,>100,<850,<900 Fill { Polygon 5 0,0 1000,0 <800,1000 >200,1000 0,0 } Outline { Polyline 5 0,0 1000,0 <800,1000 >200,1000 0,0 } Hot 5 0,0 1000,0 <800,1000 >200,1000 0,0 } FigureSymbol "connector" { FixedAspect FALSE Height 0 Width 0 TextBox 100,100,900,900 Fill { Ellipse 0,0,1000,1000 } Outline { Ellipse 0,0,1000,1000 } Hot 17 599,1000 783,924 924,783 1000,599 1000,402 924,218 783,77 599,1- 402,1 218,77 77,218 1,402 1,599 77,783 218,924 402,1000- 599,1000 } FigureSymbol "terminal" { FixedAspect FALSE Height 0 Width 0 TextBox >200,>100,<800,<900 Fill { Rect >500,0,<500,1000 Ellipse 0,0,>999,1000 Ellipse <1,0,1000,1000 } Outline { Line >500,0 <500,0 Line >500,1000 <500,1000 Arc 0,0,>999,1000 >500,0 >500,1000 Arc <1,0,1000,1000 <500,1000 <500,0 } Hot 17 >401,1 >217,77 >77,218 >1,402 >1,599 >77,783 >217,924 >401,1000- <599,1000 <783,924 <923,783 <999,599 <999,402 <923,218 <783,77 <599,1- >401,1 } FigureSymbol "punched card" { FixedAspect FALSE Height 0 Width 0 TextBox >100,>100,<900,<900 Fill { Polygon 6 >250,0 1000,0 1000,1000 0,1000 0,>250 >250,0 } Outline { Polyline 6 >250,0 1000,0 1000,1000 0,1000 0,>250 >250,0 } MiniOutline { Polyline 6 250,0 1000,0 1000,1000 0,1000 0,400 250,0 } Hot 6 >250,0 1000,0 1000,1000 0,1000 0,>250 >250,0 } FigureSymbol "card file" { FixedAspect FALSE Height 0 Width 0 TextBox >200,>250,<775,<850 Fill { Polygon 6 >300,>75 <900,>75 <900,1000 0,1000 0,>375 >300,>75 } Outline { Polyline 6 >300,>75 <900,>75 <900,1000 0,1000 0,>375 >300,>75 Polyline 3 <700,0 1000,0 1000,>250 } MiniOutline { Polyline 6 250,150 900,150 900,1000 0,1000 0,500 250,150 Polyline 3 700,0 1000,0 1000,500 } Hot 6 >300,>75 <900,>75 <900,1000 0,1000 0,>375 >300,>75 } FigureSymbol "card deck" { FixedAspect FALSE Height 0 Width 0 TextBox >200,>250,<775,<850 Fill { Polygon 8 1000,1000 1000,>75 <925,0 >300,0 0,>300 0,<925 >75,1000 1000,1000 } Outline { Polyline 8 1000,1000 1000,>75 <925,0 >300,0 0,>300 0,<925 >75,1000 1000,1000 Polyline 4 >75,1000 >75,>375 >375,>75 1000,>75 Line 0,>300 >75,>375 Line >300,0 >375,>75 } MiniOutline { Polyline 8 1000,1000 1000,150 900,0 250,0 0,250 0,900 100,1000 1000,1000 Polyline 4 100,1000 100,400 400,150 1000,150 Line 0,250 100,400 Line 250,0 400,150 } Hot 7 >375,0 1000,0 1000,<925 <900,1000 0,1000 0,>375 >375,0 } FigureSymbol "document" { FixedAspect FALSE Height 0 Width 0 TextBox >100,>100,<900,<750 Fill { Polygon 26 1000,<900 1000,0 0,0 0,<900 14,<928 39,<955 86,<976 146,<992- 215,1000 286,1000 355,<992 415,<976 462,<955 487,<928 500,<900 514,<873- 539,<846 586,<825 646,<809 715,<801 786,<801 855,<809 915,<825 962,<846- 987,<873 1000,<900 } Outline { Polyline 26 1000,<900 1000,0 0,0 0,<900 14,<928 39,<955 86,<976 146,<992- 215,1000 286,1000 355,<992 415,<976 462,<955 487,<928 500,<900 514,<873- 539,<846 586,<825 646,<809 715,<801 786,<801 855,<809 915,<825 962,<846- 987,<873 1000,<900 } Hot 26 1000,<900 1000,0 0,0 0,<900 14,<928 39,<955 86,<976 146,<992- 215,1000 286,1000 355,<992 415,<976 462,<955 487,<928 500,<900 514,<873- 539,<846 586,<825 646,<809 715,<801 786,<801 855,<809 915,<825 962,<846- 987,<873 1000,<900 } FigureSymbol "punched tape" { FixedAspect FALSE Height 0 Width 0 TextBox >100,>250,<900,<750 Fill { Polygon 47 0,<900 0,>100 14,>128 39,>155 86,>176 146,>192 215,>200 286,>200- 355,>192 415,>176 462,>155 487,>128 500,>100 514,>73 539,>46 586,>25- 646,>9 715,0 786,0 855,>9 915,>25 962,>46 987,>73 1000,>100- 1000,<900 987,<873 962,<846 915,<825 855,<809 786,<801 715,<801 646,<809- 586,<825 539,<846 514,<873 500,<900 487,<928 462,<955 415,<976 355,<992- 286,1000 215,1000 146,<992 86,<976 39,<955 14,<928 0,<900 } Outline { Polyline 47 0,<900 0,>100 14,>128 39,>155 86,>176 146,>192 215,>200 286,>200- 355,>192 415,>176 462,>155 487,>128 500,>100 514,>73 539,>46 586,>25- 646,>9 715,0 786,0 855,>9 915,>25 962,>46 987,>73 1000,>100- 1000,<900 987,<873 962,<846 915,<825 855,<809 786,<801 715,<801 646,<809- 586,<825 539,<846 514,<873 500,<900 487,<928 462,<955 415,<976 355,<992- 286,1000 215,1000 146,<992 86,<976 39,<955 14,<928 0,<900 } Hot 47 0,<900 0,>100 14,>128 39,>155 86,>176 146,>192 215,>200 286,>200- 355,>192 415,>176 462,>155 487,>128 500,>100 514,>73 539,>46 586,>25- 646,>9 715,0 786,0 855,>9 915,>25 962,>46 987,>73 1000,>100- 1000,<900 987,<873 962,<846 915,<825 855,<809 786,<801 715,<801 646,<809- 586,<825 539,<846 514,<873 500,<900 487,<928 462,<955 415,<976 355,<992- 286,1000 215,1000 146,<992 86,<976 39,<955 14,<928 0,<900 } FigureSymbol "manual input" { FixedAspect FALSE Height 0 Width 0 TextBox >100,>250,<900,<900 Fill { Polygon 5 0,>250 1000,0 1000,1000 0,1000 0,>250 } Outline { Polyline 5 0,>250 1000,0 1000,1000 0,1000 0,>250 } Hot 5 0,>250 1000,0 1000,1000 0,1000 0,>250 } FigureSymbol "drum" { FixedAspect FALSE Height 0 Width 0 TextBox >300,>100,<850,<900 Fill { Rect >100,0,<900,1000 Ellipse 0,0,>200,1000 Ellipse <800,0,1000,1000 } Outline { Line >100,0 <900,0 Line >100,1000 <900,1000 Ellipse 0,0,>200,1000 Arc <800,0,1000,1000 <900,1000 <900,0 } MiniOutline { Line 100,0 950,0 Line 100,1000 900,1000 Ellipse 0,0,200,1000 Arc 800,0,1000,1000 900,1000 900,0 } Hot 17 >81,1 >44,77 >16,218 >1,402 >1,599 >16,783 >44,924 >81,1000- <920,1000 <957,924 <985,783 <1000,599 <1000,402 <985,218 <957,77 <920,1- >81,1 } FigureSymbol "disk" { FixedAspect FALSE Height 0 Width 0 TextBox >100,>350,<900,<900 Fill { Rect 0,>100,1000,<900 Ellipse 0,0,1000,>200 Ellipse 0,<800,1000,1000 } Outline { Line 0,>100 0,<900 Line 1000,>100 1000,<900 Ellipse 0,0,1000,>200 Arc 0,<800,1000,1000 0,<900 1000,<900 Arc 0,>50,1000,>250 0,>150 1000,>150 Arc 0,>100,1000,>300 0,>200 1000,>200 } MiniOutline { Line 0,200 0,800 Line 1000,100 1000,900 Ellipse 0,0,1000,400 Arc 0,600,1000,1000 0,800 1000,800 } Hot 17 1,>81 77,>44 218,>16 402,>1 599,>1 783,>16 924,>44 1000,>81- 1000,<920 924,<957 783,<985 599,<1000 402,<1000 218,<985 77,<957 1,<920- 1,>81 } FigureSymbol "magtape" { FixedAspect FALSE Height 0 Width 0 TextBox >150,>150,<850,<850 Fill { Ellipse 0,0,1000,1000 } Outline { Ellipse 0,0,1000,1000 Line 500,1000 1000,1000 } Hot 17 599,1000 783,924 924,783 1000,599 1000,402 924,218 783,77 599,1- 402,1 218,77 77,218 1,402 1,599 77,783 218,924 402,1000- 599,1000 } FigureSymbol "offline storage" { FixedAspect FALSE Height 0 Width 0 TextBox 250,100,750,600 Fill { Polygon 4 0,0 1000,0 500,1000 0,0 } Outline { Polyline 4 0,0 1000,0 500,1000 0,0 Line 375,750 625,750 } Hot 4 0,0 1000,0 500,1000 0,0 } FigureSymbol "online storage" { FixedAspect FALSE Height 0 Width 0 TextBox >100,>100,<800,<900 Fill { Polygon 27 >150,0 >129,1 >88,42 >52,119 >24,228 >6,359 0,500 >6,642- >24,773 >52,882 >88,959 >129,1000 >150,1000 1000,1000 <979,1000 <938,959- <902,882 <874,773 <856,642 <850,500 <856,359 <874,228 <902,119 <938,42- <979,1 1000,0 >150,0 } Outline { Polyline 27 >150,0 >129,1 >88,42 >52,119 >24,228 >6,359 0,500 >6,642- >24,773 >52,882 >88,959 >129,1000 >150,1000 1000,1000 <979,1000 <938,959- <902,882 <874,773 <856,642 <850,500 <856,359 <874,228 <902,119 <938,42- <979,1 1000,0 >150,0 } Hot 27 >150,0 >129,1 >88,42 >52,119 >24,228 >6,359 0,500 >6,642- >24,773 >52,882 >88,959 >129,1000 >150,1000 1000,1000 <979,1000 <938,959- <902,882 <874,773 <856,642 <850,500 <856,359 <874,228 <902,119 <938,42- <979,1 1000,0 >150,0 } FigureSymbol "display" { FixedAspect FALSE Height 0 Width 0 TextBox >300,>100,<900,<900 Fill { Ellipse <800,0,1000,1000 Polygon 6 0,500 >400,0 <900,0 <900,1000 >400,1000 0,500 } Outline { Polyline 5 <900,1000 >400,1000 0,500 >400,0 <900,0 Arc <800,0,1000,1000 <900,1000 <900,0 } Hot 12 <920,1000 <957,924 <985,783 <1000,599 <1000,402 <985,218 <957,77 <920,0- >400,0 0,500 >400,1000 <920,1000 } FigureSymbol "comment" { FixedAspect FALSE Height 0 Width 0 TextBox >100,>100,1000,<900 Outline { Polyline 4 1000,0 0,0 0,1000 1000,1000 } } ## End Symbols Section: EndSymbol "block" { LineTo 100 Fill { Polygon 4 500,500 1000,300 1000,700 500,500 } Outline { Polyline 4 500,500 1000,300 1000,700 500,500 } } EndSymbol "stick" { Outline { Line 500,500 1000,300 Line 500,500 1000,700 } } ## Figure Styles Section: FigureStyle "Label" { Label TRUE Height 64 Width 128 Description "An annotation or comment" TextFormat 0x0044 Behavior 0x018241E1 Symbol "lbl" TypeSize 8 TypeFace "Arial" } FigureStyle "Label2" { Label TRUE Height 64 Width 40 Description "An annotation, comment, or title" TextFormat 0x0044 Behavior 0x01824A52 Symbol "lbl" TypeSize 8 TypeFace "Arial" } FigureStyle "Process" { HasButton TRUE Height 160 Width 288 Description "A process, operation, or function" FillColor 252,252,148 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "process" TypeSize 8 TypeFace "Arial" } FigureStyle "Input/Output" { HasButton TRUE Height 160 Width 288 Description "An input or output operation" FillColor 204,252,252 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "input/ouput" TypeSize 8 TypeFace "Arial" } FigureStyle "Decision" { HasButton TRUE Height 160 Width 288 Description "A branch of control based on a conditional expression" FillColor 204,252,204 BorderWidth 3 TextFormat 0x0022 Behavior 0x01024E12 Symbol "decision" TypeSize 8 TypeFace "Arial" } FigureStyle "Decision2" { Height 160 Width 288 Description "A branch of control based on a conditional expression" FillColor 204,252,204 BorderWidth 3 TextFormat 0x0022 Behavior 0x01024E12 Symbol "decision2" TypeSize 8 TypeFace "Arial" } FigureStyle "Auxiliary Operation" { HasButton TRUE Height 160 Width 160 Description "An operation carried out offline" FillColor 252,252,148 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "auxiliary" TypeSize 8 TypeFace "Arial" } FigureStyle "Preparation" { HasButton TRUE Height 160 Width 288 FillColor 148,204,252 TextColor 255,255,255 BorderWidth 3 TextFormat 0x0022 Behavior 0x01024E12 Symbol "preparation" TypeSize 8 TypeFace "Arial" } FigureStyle "Predefined Process" { HasButton TRUE Height 160 Width 288 Description "A process (such as a subroutine) that has been defined elsewhere" FillColor 204,148,252 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "predefined" TypeSize 8 TypeFace "Arial" } FigureStyle "Manual Operation" { HasButton TRUE Height 160 Width 288 Description "An operation performed offline by hand" FillColor 204,252,252 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "manual operation" TypeSize 8 TypeFace "Arial" } FigureStyle "Merge" { Height 160 Width 288 Description "Two or more files to be merged together" FillColor 44,148,100 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "merge" TypeSize 8 TypeFace "Arial" } FigureStyle "Extract" { Height 160 Width 288 Description "Data removed from (a file)" FillColor 148,204,4 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "extract" TypeSize 8 TypeFace "Arial" } FigureStyle "Connector" { HasButton TRUE Height 64 Width 64 Description "A symbol for connecting two parts of a flowchart" FillColor 148,204,4 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "connector" TypeSize 8 TypeFace "Arial" } FigureStyle "Off-page Connector" { Height 64 Width 64 Description "A symbol for connecting two parts of a flowchart on different pag- es" FillColor 148,204,4 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "home base" TypeSize 8 TypeFace "Arial" } FigureStyle "Terminal" { HasButton TRUE Height 64 Width 288 Description "A beginning, end, or interruption point" FillColor 254,121,118 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "terminal" TypeSize 8 TypeFace "Arial" } FigureStyle "Manual Input" { HasButton TRUE Height 160 Width 288 FillColor 204,252,252 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "manual input" TypeSize 8 TypeFace "Arial" } FigureStyle "Internal Subroutine" { Height 160 Width 288 Description "An internal subroutine or procedure" FillColor 252,252,148 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "internal sub" TypeSize 8 TypeFace "Arial" } FigureStyle "Document" { HasButton TRUE Height 160 Width 288 Description "Data output in the form of a document" BorderWidth 3 TextFormat 0x0022 Behavior 0x01024E12 Symbol "document" TypeSize 8 TypeFace "Arial" } FigureStyle "Disk" { HasButton TRUE Height 160 Width 288 FillColor 252,204,148 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "disk" TypeSize 8 TypeFace "Arial" } FigureStyle "Display" { Height 160 Width 288 Description "Output to a display device" FillColor 128,128,255 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "display" TypeSize 8 TypeFace "Arial" } FigureStyle "Sort" { Height 128 Width 128 BorderWidth 3 TextFormat 0x0022 Behavior 0x01024E12 Symbol "sort" TypeSize 8 TypeFace "Arial" } FigureStyle "Collate" { Height 128 Width 128 BorderWidth 3 TextFormat 0x0022 Behavior 0x01024E12 Symbol "collate" TypeSize 8 TypeFace "Arial" } FigureStyle "Punched Card" { Height 160 Width 288 FillColor 4,204,252 TextColor 4,4,4 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "punched card" TypeSize 8 TypeFace "Arial" } FigureStyle "Card Deck" { Height 160 Width 288 FillColor 204,148,252 TextColor 4,4,4 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "card deck" TypeSize 8 TypeFace "Arial" } FigureStyle "Card File" { Height 160 Width 288 FillColor 204,148,252 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "card file" TypeSize 8 TypeFace "Arial" } FigureStyle "Online Storage" { Height 160 Width 288 BorderWidth 3 TextFormat 0x0022 Behavior 0x01024E12 Symbol "online storage" TypeSize 8 TypeFace "Arial" } FigureStyle "Magnetic Tape" { Height 160 Width 160 FillColor 204,252,204 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "magtape" TypeSize 8 TypeFace "Arial" } FigureStyle "Core" { Height 160 Width 160 Description "I/O operation using primary storage" FillColor 252,252,148 BorderWidth 3 TextFormat 0x0022 Behavior 0x01024E12 Symbol "core" TypeSize 8 TypeFace "Arial" } FigureStyle "Offline Storage" { Height 160 Width 288 FillColor 44,148,100 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "offline storage" TypeSize 8 TypeFace "Arial" } FigureStyle "Punched Tape" { Height 160 Width 288 BorderWidth 3 TextFormat 0x0022 Behavior 0x01024E12 Symbol "punched tape" TypeSize 8 TypeFace "Arial" } FigureStyle "Magnetic Drum" { Height 160 Width 288 FillColor 204,252,204 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "drum" TypeSize 8 TypeFace "Arial" } FigureStyle "Comment" { Height 160 Width 288 Description "Explanatory notes" BorderWidth 3 TextFormat 0x0022 Behavior 0x01024E12 Symbol "comment" TypeSize 8 TypeFace "Arial" } FigureStyle "Title" { Label TRUE Height 64 Width 128 Description "A heading or title" TextColor 0,0,160 TextFormat 0x0044 Behavior 0x018241E1 Symbol "lbl" TypeSize 8 TypeFace "Arial" } ## Connector Styles Section: ConnectorStyle "Double" { HasButton TRUE End1 "block" End2 "block" End1Length 21 End2Length 21 LineWidth 3 EndBorderWidth 3 Behavior 0x00000000 } ConnectorStyle "No Arrow" { HasButton TRUE End1 "null" End2 "null" End1Length 18 End2Length 18 LineWidth 3 EndBorderWidth 2 Behavior 0x00000000 } ConnectorStyle "Solid Arrow" { HasButton TRUE End1 "null" End2 "block" End1Length 18 End2Length 18 LineWidth 3 EndBorderWidth 2 Behavior 0x00000000 } ConnectorStyle "Stick Arrow" { HasButton TRUE End1 "null" End2 "stick" End1Length 18 End2Length 18 LineWidth 3 EndBorderWidth 2 Behavior 0x00000000 } ConnectorStyle "Outline Arrow" { HasButton TRUE End1 "null" End2 "block" End1Length 18 End2Length 18 LineWidth 3 EndBorderWidth 2 End2FillColor 255,255,255 Behavior 0x00000000 } ## Figures & Connectors Section: Figure 1 { Style "Connector" Text "DOG-\line PERSON" Bounds 448,384,640,576 FillColor 252,252,252 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "connector" TypeSize 8 TypeFace "Arial" } Figure 2 { Style "Connector" Text "WARREN\line BUFFETT" Bounds 736,352,928,544 FillColor 252,252,252 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "connector" TypeSize 8 TypeFace "Arial" } Figure 3 { Style "Connector" Text "MOM" Bounds 1024,320,1216,512 FillColor 252,252,252 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "connector" TypeSize 8 TypeFace "Arial" } Figure 4 { Style "Connector" Text "MARTHA\line STEWART" Bounds 1152,448,1344,640 FillColor 252,252,252 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "connector" TypeSize 8 TypeFace "Arial" } Figure 5 { Style "Connector" Text "OLDER\line BROTHER" Bounds 320,256,512,448 FillColor 252,252,252 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "connector" TypeSize 8 TypeFace "Arial" } Figure 6 { Style "Connector" Text "SELF" Bounds 736,672,928,864 FillColor 252,252,252 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "connector" TypeSize 8 TypeFace "Arial" } Figure 7 { Text "" Bounds 697,377,712,392 FillColor 0,0,0 BorderWidth 0 BindToStyle FALSE TextFormat 0x0000 Behavior 0x00327A12 Symbol "null" TypeSize 8 TypeFace "Arial" } Connector 8 { Style "No Arrow" Figure1 -1 Figure2 7 EndPoint1 512,192 EndPoint2 704,384 SuppressEnd1 FALSE SuppressEnd2 TRUE End1 "null" End2 "null" End1Length 18 End2Length 18 LineWidth 3 EndBorderWidth 2 BindToStyle FALSE Behavior 0x00000002 } Figure 9 { Text "" Bounds 665,601,680,616 FillColor 0,0,0 BorderWidth 0 BindToStyle FALSE TextFormat 0x0000 Behavior 0x00327A12 Symbol "null" TypeSize 8 TypeFace "Arial" } Connector 10 { Style "No Arrow" Figure1 7 Figure2 9 EndPoint1 704,384 EndPoint2 672,608 SuppressEnd1 TRUE SuppressEnd2 TRUE End1 "null" End2 "null" End1Length 18 End2Length 18 LineWidth 3 EndBorderWidth 2 BindToStyle FALSE Behavior 0x00000002 } Connector 11 { Style "No Arrow" Figure1 9 Figure2 6 EndPoint1 672,608 EndPoint2 764,700 SuppressEnd1 TRUE SuppressEnd2 FALSE End1 "null" End2 "null" End1Length 18 End2Length 18 LineWidth 3 EndBorderWidth 2 BindToStyle FALSE Behavior 0x00000002 } Figure 12 { Text "" Bounds 985,441,1000,456 FillColor 0,0,0 BorderWidth 0 BindToStyle FALSE TextFormat 0x0000 Behavior 0x00327A12 Symbol "null" TypeSize 8 TypeFace "Arial" } Connector 13 { Style "No Arrow" Figure1 -1 Figure2 12 EndPoint1 864,192 EndPoint2 992,448 SuppressEnd1 FALSE SuppressEnd2 TRUE End1 "null" End2 "null" End1Length 18 End2Length 18 LineWidth 3 EndBorderWidth 2 BindToStyle FALSE Behavior 0x00000002 } Figure 14 { Text "" Bounds 953,569,968,584 FillColor 0,0,0 BorderWidth 0 BindToStyle FALSE TextFormat 0x0000 Behavior 0x00327A12 Symbol "null" TypeSize 8 TypeFace "Arial" } Connector 15 { Style "No Arrow" Figure1 12 Figure2 14 EndPoint1 992,448 EndPoint2 960,576 SuppressEnd1 TRUE SuppressEnd2 TRUE End1 "null" End2 "null" End1Length 18 End2Length 18 LineWidth 3 EndBorderWidth 2 BindToStyle FALSE Behavior 0x00000002 } Figure 16 { Text "" Bounds 1017,665,1032,680 FillColor 0,0,0 BorderWidth 0 BindToStyle FALSE TextFormat 0x0000 Behavior 0x00327A12 Symbol "null" TypeSize 8 TypeFace "Arial" } Connector 17 { Style "No Arrow" Figure1 14 Figure2 16 EndPoint1 960,576 EndPoint2 1024,672 SuppressEnd1 TRUE SuppressEnd2 TRUE End1 "null" End2 "null" End1Length 18 End2Length 18 LineWidth 3 EndBorderWidth 2 BindToStyle FALSE Behavior 0x00000002 } Figure 18 { Text "" Bounds 921,729,936,744 FillColor 0,0,0 BorderWidth 0 BindToStyle FALSE TextFormat 0x0000 Behavior 0x00327A12 Symbol "null" TypeSize 8 TypeFace "Arial" } Connector 19 { Style "No Arrow" Figure1 16 Figure2 18 EndPoint1 1024,672 EndPoint2 928,736 SuppressEnd1 TRUE SuppressEnd2 TRUE End1 "null" End2 "null" End1Length 18 End2Length 18 LineWidth 3 EndBorderWidth 2 BindToStyle FALSE Behavior 0x00000002 } Connector 20 { Style "No Arrow" Figure1 18 Figure2 6 EndPoint1 928,736 EndPoint2 923,737 SuppressEnd1 TRUE SuppressEnd2 FALSE End1 "null" End2 "null" End1Length 18 End2Length 18 LineWidth 3 EndBorderWidth 2 BindToStyle FALSE Behavior 0x00000002 } Figure 21 { Text "" Bounds 1401,409,1416,424 FillColor 0,0,0 BorderWidth 0 BindToStyle FALSE TextFormat 0x0000 Behavior 0x00327A12 Symbol "null" TypeSize 8 TypeFace "Arial" } Connector 22 { Style "No Arrow" Figure1 -1 Figure2 21 EndPoint1 1312,224 EndPoint2 1408,416 SuppressEnd1 FALSE SuppressEnd2 TRUE End1 "null" End2 "null" End1Length 18 End2Length 18 LineWidth 3 EndBorderWidth 2 BindToStyle FALSE Behavior 0x00000002 } Figure 23 { Text "" Bounds 1401,601,1416,616 FillColor 0,0,0 BorderWidth 0 BindToStyle FALSE TextFormat 0x0000 Behavior 0x00327A12 Symbol "null" TypeSize 8 TypeFace "Arial" } Connector 24 { Style "No Arrow" Figure1 21 Figure2 23 EndPoint1 1408,416 EndPoint2 1408,608 SuppressEnd1 TRUE SuppressEnd2 TRUE End1 "null" End2 "null" End1Length 18 End2Length 18 LineWidth 3 EndBorderWidth 2 BindToStyle FALSE Behavior 0x00000002 } Figure 25 { Text "" Bounds 1241,697,1256,712 FillColor 0,0,0 BorderWidth 0 BindToStyle FALSE TextFormat 0x0000 Behavior 0x00327A12 Symbol "null" TypeSize 8 TypeFace "Arial" } Connector 26 { Style "No Arrow" Figure1 23 Figure2 25 EndPoint1 1408,608 EndPoint2 1248,704 SuppressEnd1 TRUE SuppressEnd2 TRUE End1 "null" End2 "null" End1Length 18 End2Length 18 LineWidth 3 EndBorderWidth 2 BindToStyle FALSE Behavior 0x00000002 } Connector 27 { Style "No Arrow" Figure1 25 Figure2 -1 EndPoint1 1248,704 EndPoint2 928,800 SuppressEnd1 TRUE SuppressEnd2 FALSE End1 "null" End2 "null" End1Length 18 End2Length 18 LineWidth 3 EndBorderWidth 2 BindToStyle FALSE Behavior 0x00000002 } Figure 28 { Text "" Bounds 249,441,264,456 FillColor 0,0,0 BorderWidth 0 BindToStyle FALSE TextFormat 0x0000 Behavior 0x00327A12 Symbol "null" TypeSize 8 TypeFace "Arial" } Connector 29 { Style "No Arrow" Figure1 -1 Figure2 28 EndPoint1 256,224 EndPoint2 256,448 SuppressEnd1 FALSE SuppressEnd2 TRUE End1 "null" End2 "null" End1Length 18 End2Length 18 LineWidth 3 EndBorderWidth 2 BindToStyle FALSE Behavior 0x00000002 } Figure 30 { Text "" Bounds 345,569,360,584 FillColor 0,0,0 BorderWidth 0 BindToStyle FALSE TextFormat 0x0000 Behavior 0x00327A12 Symbol "null" TypeSize 8 TypeFace "Arial" } Connector 31 { Style "No Arrow" Figure1 28 Figure2 30 EndPoint1 256,448 EndPoint2 352,576 SuppressEnd1 TRUE SuppressEnd2 TRUE End1 "null" End2 "null" End1Length 18 End2Length 18 LineWidth 3 EndBorderWidth 2 BindToStyle FALSE Behavior 0x00000002 } Figure 32 { Text "" Bounds 441,729,456,744 FillColor 0,0,0 BorderWidth 0 BindToStyle FALSE TextFormat 0x0000 Behavior 0x00327A12 Symbol "null" TypeSize 8 TypeFace "Arial" } Connector 33 { Style "No Arrow" Figure1 30 Figure2 32 EndPoint1 352,576 EndPoint2 448,736 SuppressEnd1 TRUE SuppressEnd2 TRUE End1 "null" End2 "null" End1Length 18 End2Length 18 LineWidth 3 EndBorderWidth 2 BindToStyle FALSE Behavior 0x00000002 } Connector 34 { Style "No Arrow" Figure1 32 Figure2 6 EndPoint1 448,736 EndPoint2 736,760 SuppressEnd1 TRUE SuppressEnd2 FALSE End1 "null" End2 "null" End1Length 18 End2Length 18 LineWidth 3 EndBorderWidth 2 BindToStyle FALSE Behavior 0x00000002 } Figure 35 { Label TRUE Text "business\line persona" Bounds 617,198,857,278 TextColor 44,100,252 BindToStyle FALSE TextFormat 0x0022 Behavior 0x00A241D2 Symbol "lbl" TypeSize 9 TypeWeight 700 TypeFace "Forecast" } Figure 36 { Label TRUE Text "social\line persona" Bounds 457,614,667,694 TextColor 44,100,252 BindToStyle FALSE TextFormat 0x0022 Behavior 0x00A241D2 Symbol "lbl" TypeSize 9 TypeWeight 700 TypeFace "Forecast" } Figure 37 { Label TRUE Text "domestic\line persona" Bounds 1011,216,1251,296 TextColor 44,100,252 BindToStyle FALSE TextFormat 0x0022 Behavior 0x00A241D2 Symbol "lbl" TypeSize 9 TypeWeight 700 TypeFace "Forecast" } ## Staples Section: ObjInfoContents] Ϭ_1126352594# FmS85mS85Ole  FMicrosoft Equation 3.0 DS Equation Equation.39q–HNW V spread =V human "V computer  T EDGE Diagram File Version 4.13 ## Globals Section: X -88 Y -59 Scale 100 PosterRows 1 PosterCols 1 Color1 255,255,255 Color2 192,192,192 Color3 130,130,130 Color4 0,0,0 Color5 0,255,255 Color6 0,0,255 Color7 0,0,160 Color8 128,0,128 Color9 255,128,0 Color10 255,0,0 Color11 128,0,64 Color12 128,64,0 Color13 0,255,0 Color14 0,128,0 Color15 128,128,255 Color16 255,255,0 GridX 32 GridY 32 SnapX 32 SnapY 32 SnapConPtsCentersEdges TRUE ShadowColor 130,130,130 ShadowX 11 ShadowY 11 ShowGrid TRUE AlignToGrid TRUE AlignToGridConPts FALSE AttachMode 1 SBarWidth 108 SBarFigCols 2 SBarLblCols 1 SBarConCols 2 SBarFigHeight 28 SBarLblHeight 32 SBarConHeight 20 Parent "" LargeDropMenus TRUE LastEnd "block" LastEndLen 36 EnableConPts FALSE ConPointMarks 1 CornerRadius 32 FigMarginMode 0 FigMarginTop 12 FigMarginBottom 12 FigMarginLeft 12 FigMarginRight 12 Template "Flowchart (pastels).EDG" TypeSize 8 TypeFace "Forecast" TextColor 44,100,252 ConnectorJogs FALSE ConnectorJogRadius 18 JunctionDots FALSE FigLblPrimarySector 8 SelfReferenceRadius 64 OversizeTextRect FALSE LineSpacingMode 0 LineSpacingValue 0 DevMode 500 { 4661780000000000000000000000000000000000000000000000000000000000 010400049C0058010327010001000100EA0A6F08640001000100C80001000100 C800010000004C65747465720000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000044666178 0000000001000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000 } DevNames 44 { 080011001500010077696E73706F6F6C00466178004D534641583A0000000000 000000000000000000000000 } ## Graphics Section: ## Figure Symbols Section: FigureSymbol "home base" { FixedAspect FALSE Height 64 Width 80 TextBox >100,>100,<900,<750 Fill { Polygon 6 0,0 1000,0 1000,<700 500,1000 0,<700 0,0 } Outline { Polyline 6 0,0 1000,0 1000,<700 500,1000 0,<700 0,0 } MiniOutline { Polyline 6 0,0 1000,0 1000,<500 500,1000 0,<500 0,0 } Hot 6 0,0 1000,0 1000,<700 500,1000 0,<700 0,0 } FigureSymbol "process" { FixedAspect FALSE Height 0 Width 0 TextBox >100,>100,<900,<900 Fill { Rect 0,0,1000,1000 } Outline { Rect 0,0,1000,1000 } } FigureSymbol "internal sub" { FixedAspect FALSE Height 0 Width 0 TextBox >100,>200,<900,<900 Fill { Rect 0,0,1000,1000 } Outline { Rect 0,0,1000,1000 Line 0,>100 1000,>100 } MiniOutline { Rect 0,0,1000,1000 Line 0,200 1000,200 } } FigureSymbol "input/ouput" { FixedAspect FALSE Height 0 Width 0 TextBox >200,>100,<800,<900 Fill { Polygon 5 >200,0 1000,0 <800,1000 0,1000 >200,0 } Outline { Polyline 5 >200,0 1000,0 <800,1000 0,1000 >200,0 } Hot 5 >200,0 1000,0 <800,1000 0,1000 >200,0 } FigureSymbol "decision" { FixedAspect FALSE Height 0 Width 0 OversizeText TRUE TextBox 200,255,800,750 TextBox 800,375,950,625 TextBox 425,750,575,1000 TextBox 50,375,200,625 TextBox 425,0,575,250 Fill { Polygon 5 500,0 1000,500 500,1000 0,500 500,0 } Outline { Polyline 5 500,0 1000,500 500,1000 0,500 500,0 } Hot 5 500,0 1000,500 500,1000 0,500 500,0 } FigureSymbol "decision2" { FixedAspect FALSE Height 0 Width 0 OversizeText TRUE TextBox 125,225,875,775 TextBox 875,375,1000,625 TextBox 425,750,575,1000 TextBox 0,375,125,625 TextBox 425,0,575,250 Fill { Polygon 41 60,360 38,386 20,418 8,450 0,484 0,516 8,550 20,582- 38,614 60,640 395,955 414,973 438,986 462,995 488,1000 512,1000- 537,995 561,986 585,973 605,955 940,640 962,614 980,582 992,550- 1000,516 1000,484 992,450 980,418 962,386 940,360 605,45 585,27- 561,13 537,4 512,0 488,0 462,4 438,13 414,27 395,45- 60,360 } Outline { Polyline 41 60,360 38,386 20,418 8,450 0,484 0,516 8,550 20,582- 38,614 60,640 395,955 414,973 438,986 462,995 488,1000 512,1000- 537,995 561,986 585,973 605,955 940,640 962,614 980,582 992,550- 1000,516 1000,484 992,450 980,418 962,386 940,360 605,45 585,27- 561,13 537,4 512,0 488,0 462,4 438,13 414,27 395,45- 60,360 } MiniOutline { Polyline 41 60,360 38,386 20,418 8,450 0,484 0,516 8,550 20,582- 38,614 60,640 360,940 386,964 418,982 450,994 484,1000 516,1000- 550,994 582,982 614,964 640,940 940,640 962,614 980,582 992,550- 1000,516 1000,484 992,450 980,418 962,386 940,360 640,60 614,36- 582,18 550,6 516,0 484,0 450,6 418,18 386,36 360,60- 60,360 } Hot 41 60,360 38,386 20,418 8,450 0,484 0,516 8,550 20,582- 38,614 60,640 395,955 414,973 438,986 462,995 488,1000 512,1000- 537,995 561,986 585,973 605,955 940,640 962,614 980,582 992,550- 1000,516 1000,484 992,450 980,418 962,386 940,360 605,45 585,27- 561,13 537,4 512,0 488,0 462,4 438,13 414,27 395,45- 60,360 } FigureSymbol "sort" { FixedAspect FALSE Height 0 Width 0 Fill { Polygon 5 500,0 1000,500 500,1000 0,500 500,0 } Outline { Polyline 5 500,0 1000,500 500,1000 0,500 500,0 Line 0,500 1000,500 } Hot 5 500,0 1000,500 500,1000 0,500 500,0 } FigureSymbol "auxiliary" { FixedAspect FALSE Height 0 Width 0 TextBox >100,>100,<900,<900 Fill { Rect 0,0,1000,1000 } Outline { Rect 0,0,1000,1000 } } FigureSymbol "core" { FixedAspect FALSE Height 0 Width 0 TextBox >200,>200,<900,<900 Fill { Rect 0,0,1000,1000 } Outline { Rect 0,0,1000,1000 Line >100,0 >100,1000 Line 0,>100 1000,>100 } MiniOutline { Rect 0,0,1000,1000 Line >250,0 >250,1000 Line 0,>250 1000,>250 } } FigureSymbol "merge" { FixedAspect FALSE Height 0 Width 0 TextBox 250,100,750,600 Fill { Polygon 4 0,0 1000,0 500,1000 0,0 } Outline { Polyline 4 0,0 1000,0 500,1000 0,0 } Hot 4 0,0 1000,0 500,1000 0,0 } FigureSymbol "extract" { FixedAspect FALSE Height 0 Width 0 TextBox 250,400,750,900 Fill { Polygon 4 0,1000 500,0 1000,1000 0,1000 } Outline { Polyline 4 0,1000 500,0 1000,1000 0,1000 } Hot 4 0,1000 500,0 1000,1000 0,1000 } FigureSymbol "collate" { FixedAspect FALSE Height 0 Width 0 Fill { Polygon 4 0,0 1000,0 500,500 0,0 Polygon 4 0,1000 1000,1000 500,500 0,1000 } Outline { Polyline 4 0,0 1000,0 500,500 0,0 Polyline 4 0,1000 1000,1000 500,500 0,1000 } Hot 7 500,500 0,0 1000,0 500,500 0,1000 1000,1000 500,500 } FigureSymbol "predefined" { FixedAspect FALSE Height 0 Width 0 TextBox >200,>100,<800,<900 Fill { Rect 0,0,1000,1000 } Outline { Rect 0,0,1000,1000 Line >100,0 >100,1000 Line <900,0 <900,1000 } MiniOutline { Rect 0,0,1000,1000 Line 100,0 100,1000 Line 880,0 880,1000 } } FigureSymbol "preparation" { FixedAspect FALSE Height 0 Width 0 TextBox >150,>100,<850,<900 Fill { Polygon 7 >200,0 <800,0 1000,500 <800,1000 >200,1000 0,500 >200,0 } Outline { Polyline 7 >200,0 <800,0 1000,500 <800,1000 >200,1000 0,500 >200,0 } Hot 7 >200,0 <800,0 1000,500 <800,1000 >200,1000 0,500 >200,0 } FigureSymbol "manual operation" { FixedAspect FALSE Height 0 Width 0 TextBox >150,>100,<850,<900 Fill { Polygon 5 0,0 1000,0 <800,1000 >200,1000 0,0 } Outline { Polyline 5 0,0 1000,0 <800,1000 >200,1000 0,0 } Hot 5 0,0 1000,0 <800,1000 >200,1000 0,0 } FigureSymbol "connector" { FixedAspect FALSE Height 0 Width 0 TextBox 100,100,900,900 Fill { Ellipse 0,0,1000,1000 } Outline { Ellipse 0,0,1000,1000 } Hot 17 599,1000 783,924 924,783 1000,599 1000,402 924,218 783,77 599,1- 402,1 218,77 77,218 1,402 1,599 77,783 218,924 402,1000- 599,1000 } FigureSymbol "terminal" { FixedAspect FALSE Height 0 Width 0 TextBox >200,>100,<800,<900 Fill { Rect >500,0,<500,1000 Ellipse 0,0,>999,1000 Ellipse <1,0,1000,1000 } Outline { Line >500,0 <500,0 Line >500,1000 <500,1000 Arc 0,0,>999,1000 >500,0 >500,1000 Arc <1,0,1000,1000 <500,1000 <500,0 } Hot 17 >401,1 >217,77 >77,218 >1,402 >1,599 >77,783 >217,924 >401,1000- <599,1000 <783,924 <923,783 <999,599 <999,402 <923,218 <783,77 <599,1- >401,1 } FigureSymbol "punched card" { FixedAspect FALSE Height 0 Width 0 TextBox >100,>100,<900,<900 Fill { Polygon 6 >250,0 1000,0 1000,1000 0,1000 0,>250 >250,0 } Outline { Polyline 6 >250,0 1000,0 1000,1000 0,1000 0,>250 >250,0 } MiniOutline { Polyline 6 250,0 1000,0 1000,1000 0,1000 0,400 250,0 } Hot 6 >250,0 1000,0 1000,1000 0,1000 0,>250 >250,0 } FigureSymbol "card file" { FixedAspect FALSE Height 0 Width 0 TextBox >200,>250,<775,<850 Fill { Polygon 6 >300,>75 <900,>75 <900,1000 0,1000 0,>375 >300,>75 } Outline { Polyline 6 >300,>75 <900,>75 <900,1000 0,1000 0,>375 >300,>75 Polyline 3 <700,0 1000,0 1000,>250 } MiniOutline { Polyline 6 250,150 900,150 900,1000 0,1000 0,500 250,150 Polyline 3 700,0 1000,0 1000,500 } Hot 6 >300,>75 <900,>75 <900,1000 0,1000 0,>375 >300,>75 } FigureSymbol "card deck" { FixedAspect FALSE Height 0 Width 0 TextBox >200,>250,<775,<850 Fill { Polygon 8 1000,1000 1000,>75 <925,0 >300,0 0,>300 0,<925 >75,1000 1000,1000 } Outline { Polyline 8 1000,1000 1000,>75 <925,0 >300,0 0,>300 0,<925 >75,1000 1000,1000 Polyline 4 >75,1000 >75,>375 >375,>75 1000,>75 Line 0,>300 >75,>375 Line >300,0 >375,>75 } MiniOutline { Polyline 8 1000,1000 1000,150 900,0 250,0 0,250 0,900 100,1000 1000,1000 Polyline 4 100,1000 100,400 400,150 1000,150 Line 0,250 100,400 Line 250,0 400,150 } Hot 7 >375,0 1000,0 1000,<925 <900,1000 0,1000 0,>375 >375,0 } FigureSymbol "document" { FixedAspect FALSE Height 0 Width 0 TextBox >100,>100,<900,<750 Fill { Polygon 26 1000,<900 1000,0 0,0 0,<900 14,<928 39,<955 86,<976 146,<992- 215,1000 286,1000 355,<992 415,<976 462,<955 487,<928 500,<900 514,<873- 539,<846 586,<825 646,<809 715,<801 786,<801 855,<809 915,<825 962,<846- 987,<873 1000,<900 } Outline { Polyline 26 1000,<900 1000,0 0,0 0,<900 14,<928 39,<955 86,<976 146,<992- 215,1000 286,1000 355,<992 415,<976 462,<955 487,<928 500,<900 514,<873- 539,<846 586,<825 646,<809 715,<801 786,<801 855,<809 915,<825 962,<846- 987,<873 1000,<900 } Hot 26 1000,<900 1000,0 0,0 0,<900 14,<928 39,<955 86,<976 146,<992- 215,1000 286,1000 355,<992 415,<976 462,<955 487,<928 500,<900 514,<873- 539,<846 586,<825 646,<809 715,<801 786,<801 855,<809 915,<825 962,<846- 987,<873 1000,<900 } FigureSymbol "punched tape" { FixedAspect FALSE Height 0 Width 0 TextBox >100,>250,<900,<750 Fill { Polygon 47 0,<900 0,>100 14,>128 39,>155 86,>176 146,>192 215,>200 286,>200- 355,>192 415,>176 462,>155 487,>128 500,>100 514,>73 539,>46 586,>25- 646,>9 715,0 786,0 855,>9 915,>25 962,>46 987,>73 1000,>100- 1000,<900 987,<873 962,<846 915,<825 855,<809 786,<801 715,<801 646,<809- 586,<825 539,<846 514,<873 500,<900 487,<928 462,<955 415,<976 355,<992- 286,1000 215,1000 146,<992 86,<976 39,<955 14,<928 0,<900 } Outline { Polyline 47 0,<900 0,>100 14,>128 39,>155 86,>176 146,>192 215,>200 286,>200- 355,>192 415,>176 462,>155 487,>128 500,>100 514,>73 539,>46 586,>25- 646,>9 715,0 786,0 855,>9 915,>25 962,>46 987,>73 1000,>100- 1000,<900 987,<873 962,<846 915,<825 855,<809 786,<801 715,<801 646,<809- 586,<825 539,<846 514,<873 500,<900 487,<928 462,<955 415,<976 355,<992- 286,1000 215,1000 146,<992 86,<976 39,<955 14,<928 0,<900 } Hot 47 0,<900 0,>100 14,>128 39,>155 86,>176 146,>192 215,>200 286,>200- 355,>192 415,>176 462,>155 487,>128 500,>100 514,>73 539,>46 586,>25- 646,>9 715,0 786,0 855,>9 915,>25 962,>46 987,>73 1000,>100- 1000,<900 987,<873 962,<846 915,<825 855,<809 786,<801 715,<801 646,<809- 586,<825 539,<846 514,<873 500,<900 487,<928 462,<955 415,<976 355,<992- 286,1000 215,1000 146,<992 86,<976 39,<955 14,<928 0,<900 } FigureSymbol "manual input" { FixedAspect FALSE Height 0 Width 0 TextBox >100,>250,<900,<900 Fill { Polygon 5 0,>250 1000,0 1000,1000 0,1000 0,>250 } Outline { Polyline 5 0,>250 1000,0 1000,1000 0,1000 0,>250 } Hot 5 0,>250 1000,0 1000,1000 0,1000 0,>250 } FigureSymbol "drum" { FixedAspect FALSE Height 0 Width 0 TextBox >300,>100,<850,<900 Fill { Rect >100,0,<900,1000 Ellipse 0,0,>200,1000 Ellipse <800,0,1000,1000 } Outline { Line >100,0 <900,0 Line >100,1000 <900,1000 Ellipse 0,0,>200,1000 Arc <800,0,1000,1000 <900,1000 <900,0 } MiniOutline { Line 100,0 950,0 Line 100,1000 900,1000 Ellipse 0,0,200,1000 Arc 800,0,1000,1000 900,1000 900,0 } Hot 17 >81,1 >44,77 >16,218 >1,402 >1,599 >16,783 >44,924 >81,1000- <920,1000 <957,924 <985,783 <1000,599 <1000,402 <985,218 <957,77 <920,1- >81,1 } FigureSymbol "disk" { FixedAspect FALSE Height 0 Width 0 TextBox >100,>350,<900,<900 Fill { Rect 0,>100,1000,<900 Ellipse 0,0,1000,>200 Ellipse 0,<800,1000,1000 } Outline { Line 0,>100 0,<900 Line 1000,>100 1000,<900 Ellipse 0,0,1000,>200 Arc 0,<800,1000,1000 0,<900 1000,<900 Arc 0,>50,1000,>250 0,>150 1000,>150 Arc 0,>100,1000,>300 0,>200 1000,>200 } MiniOutline { Line 0,200 0,800 Line 1000,100 1000,900 Ellipse 0,0,1000,400 Arc 0,600,1000,1000 0,800 1000,800 } Hot 17 1,>81 77,>44 218,>16 402,>1 599,>1 783,>16 924,>44 1000,>81- 1000,<920 924,<957 783,<985 599,<1000 402,<1000 218,<985 77,<957 1,<920- 1,>81 } FigureSymbol "magtape" { FixedAspect FALSE Height 0 Width 0 TextBox >150,>150,<850,<850 Fill { Ellipse 0,0,1000,1000 } Outline { Ellipse 0,0,1000,1000 Line 500,1000 1000,1000 } Hot 17 599,1000 783,924 924,783 1000,599 1000,402 924,218 783,77 599,1- 402,1 218,77 77,218 1,402 1,599 77,783 218,924 402,1000- 599,1000 } FigureSymbol "offline storage" { FixedAspect FALSE Height 0 Width 0 TextBox 250,100,750,600 Fill { Polygon 4 0,0 1000,0 500,1000 0,0 } Outline { Polyline 4 0,0 1000,0 500,1000 0,0 Line 375,750 625,750 } Hot 4 0,0 1000,0 500,1000 0,0 } FigureSymbol "online storage" { FixedAspect FALSE Height 0 Width 0 TextBox >100,>100,<800,<900 Fill { Polygon 27 >150,0 >129,1 >88,42 >52,119 >24,228 >6,359 0,500 >6,642- >24,773 >52,882 >88,959 >129,1000 >150,1000 1000,1000 <979,1000 <938,959- <902,882 <874,773 <856,642 <850,500 <856,359 <874,228 <902,119 <938,42- <979,1 1000,0 >150,0 } Outline { Polyline 27 >150,0 >129,1 >88,42 >52,119 >24,228 >6,359 0,500 >6,642- >24,773 >52,882 >88,959 >129,1000 >150,1000 1000,1000 <979,1000 <938,959- <902,882 <874,773 <856,642 <850,500 <856,359 <874,228 <902,119 <938,42- <979,1 1000,0 >150,0 } Hot 27 >150,0 >129,1 >88,42 >52,119 >24,228 >6,359 0,500 >6,642- >24,773 >52,882 >88,959 >129,1000 >150,1000 1000,1000 <979,1000 <938,959- <902,882 <874,773 <856,642 <850,500 <856,359 <874,228 <902,119 <938,42- <979,1 1000,0 >150,0 } FigureSymbol "display" { FixedAspect FALSE Height 0 Width 0 TextBox >300,>100,<900,<900 Fill { Ellipse <800,0,1000,1000 Polygon 6 0,500 >400,0 <900,0 <900,1000 >400,1000 0,500 } Outline { Polyline 5 <900,1000 >400,1000 0,500 >400,0 <900,0 Arc <800,0,1000,1000 <900,1000 <900,0 } Hot 12 <920,1000 <957,924 <985,783 <1000,599 <1000,402 <985,218 <957,77 <920,0- >400,0 0,500 >400,1000 <920,1000 } FigureSymbol "comment" { FixedAspect FALSE Height 0 Width 0 TextBox >100,>100,1000,<900 Outline { Polyline 4 1000,0 0,0 0,1000 1000,1000 } } ## End Symbols Section: EndSymbol "block" { LineTo 100 Fill { Polygon 4 500,500 1000,300 1000,700 500,500 } Outline { Polyline 4 500,500 1000,300 1000,700 500,500 } } EndSymbol "stick" { Outline { Line 500,500 1000,300 Line 500,500 1000,700 } } ## Figure Styles Section: FigureStyle "Label" { Label TRUE Height 64 Width 128 Description "An annotation or comment" TextFormat 0x0044 Behavior 0x018241E1 Symbol "lbl" TypeSize 8 TypeFace "Arial" } FigureStyle "Label2" { Label TRUE Height 64 Width 40 Description "An annotation, comment, or title" TextFormat 0x0044 Behavior 0x01824A52 Symbol "lbl" TypeSize 8 TypeFace "Arial" } FigureStyle "Process" { HasButton TRUE Height 160 Width 288 Description "A process, operation, or function" FillColor 252,252,148 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "process" TypeSize 8 TypeFace "Arial" } FigureStyle "Input/Output" { HasButton TRUE Height 160 Width 288 Description "An input or output operation" FillColor 204,252,252 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "input/ouput" TypeSize 8 TypeFace "Arial" } FigureStyle "Decision" { HasButton TRUE Height 160 Width 288 Description "A branch of control based on a conditional expression" FillColor 204,252,204 BorderWidth 3 TextFormat 0x0022 Behavior 0x01024E12 Symbol "decision" TypeSize 8 TypeFace "Arial" } FigureStyle "Decision2" { Height 160 Width 288 Description "A branch of control based on a conditional expression" FillColor 204,252,204 BorderWidth 3 TextFormat 0x0022 Behavior 0x01024E12 Symbol "decision2" TypeSize 8 TypeFace "Arial" } FigureStyle "Auxiliary Operation" { HasButton TRUE Height 160 Width 160 Description "An operation carried out offline" FillColor 252,252,148 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "auxiliary" TypeSize 8 TypeFace "Arial" } FigureStyle "Preparation" { HasButton TRUE Height 160 Width 288 FillColor 148,204,252 TextColor 255,255,255 BorderWidth 3 TextFormat 0x0022 Behavior 0x01024E12 Symbol "preparation" TypeSize 8 TypeFace "Arial" } FigureStyle "Predefined Process" { HasButton TRUE Height 160 Width 288 Description "A process (such as a subroutine) that has been defined elsewhere" FillColor 204,148,252 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "predefined" TypeSize 8 TypeFace "Arial" } FigureStyle "Manual Operation" { HasButton TRUE Height 160 Width 288 Description "An operation performed offline by hand" FillColor 204,252,252 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "manual operation" TypeSize 8 TypeFace "Arial" } FigureStyle "Merge" { Height 160 Width 288 Description "Two or more files to be merged together" FillColor 44,148,100 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "merge" TypeSize 8 TypeFace "Arial" } FigureStyle "Extract" { Height 160 Width 288 Description "Data removed from (a file)" FillColor 148,204,4 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "extract" TypeSize 8 TypeFace "Arial" } FigureStyle "Connector" { HasButton TRUE Height 64 Width 64 Description "A symbol for connecting two parts of a flowchart" FillColor 148,204,4 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "connector" TypeSize 8 TypeFace "Arial" } FigureStyle "Off-page Connector" { Height 64 Width 64 Description "A symbol for connecting two parts of a flowchart on different pag- es" FillColor 148,204,4 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "home base" TypeSize 8 TypeFace "Arial" } FigureStyle "Terminal" { HasButton TRUE Height 64 Width 288 Description "A beginning, end, or interruption point" FillColor 254,121,118 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "terminal" TypeSize 8 TypeFace "Arial" } FigureStyle "Manual Input" { HasButton TRUE Height 160 Width 288 FillColor 204,252,252 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "manual input" TypeSize 8 TypeFace "Arial" } FigureStyle "Internal Subroutine" { Height 160 Width 288 Description "An internal subroutine or procedure" FillColor 252,252,148 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "internal sub" TypeSize 8 TypeFace "Arial" } FigureStyle "Document" { HasButton TRUE Height 160 Width 288 Description "Data output in the form of a document" BorderWidth 3 TextFormat 0x0022 Behavior 0x01024E12 Symbol "document" TypeSize 8 TypeFace "Arial" } FigureStyle "Disk" { HasButton TRUE Height 160 Width 288 FillColor 252,204,148 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "disk" TypeSize 8 TypeFace "Arial" } FigureStyle "Display" { Height 160 Width 288 Description "Output to a display device" FillColor 128,128,255 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "display" TypeSize 8 TypeFace "Arial" } FigureStyle "Sort" { Height 128 Width 128 BorderWidth 3 TextFormat 0x0022 Behavior 0x01024E12 Symbol "sort" TypeSize 8 TypeFace "Arial" } FigureStyle "Collate" { Height 128 Width 128 BorderWidth 3 TextFormat 0x0022 Behavior 0x01024E12 Symbol "collate" TypeSize 8 TypeFace "Arial" } FigureStyle "Punched Card" { Height 160 Width 288 FillColor 4,204,252 TextColor 4,4,4 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "punched card" TypeSize 8 TypeFace "Arial" } FigureStyle "Card Deck" { Height 160 Width 288 FillColor 204,148,252 TextColor 4,4,4 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "card deck" TypeSize 8 TypeFace "Arial" } FigureStyle "Card File" { Height 160 Width 288 FillColor 204,148,252 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "card file" TypeSize 8 TypeFace "Arial" } FigureStyle "Online Storage" { Height 160 Width 288 BorderWidth 3 TextFormat 0x0022 Behavior 0x01024E12 Symbol "online storage" TypeSize 8 TypeFace "Arial" } FigureStyle "Magnetic Tape" { Height 160 Width 160 FillColor 204,252,204 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "magtape" TypeSize 8 TypeFace "Arial" } FigureStyle "Core" { Height 160 Width 160 Description "I/O operation using primary storage" FillColor 252,252,148 BorderWidth 3 TextFormat 0x0022 Behavior 0x01024E12 Symbol "core" TypeSize 8 TypeFace "Arial" } FigureStyle "Offline Storage" { Height 160 Width 288 FillColor 44,148,100 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "offline storage" TypeSize 8 TypeFace "Arial" } FigureStyle "Punched Tape" { Height 160 Width 288 BorderWidth 3 TextFormat 0x0022 Behavior 0x01024E12 Symbol "punched tape" TypeSize 8 TypeFace "Arial" } FigureStyle "Magnetic Drum" { Height 160 Width 288 FillColor 204,252,204 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "drum" TypeSize 8 TypeFace "Arial" } FigureStyle "Comment" { Height 160 Width 288 Description "Explanatory notes" BorderWidth 3 TextFormat 0x0022 Behavior 0x01024E12 Symbol "comment" TypeSize 8 TypeFace "Arial" } FigureStyle "Title" { Label TRUE Height 64 Width 128 Description "A heading or title" TextColor 0,0,160 TextFormat 0x0044 Behavior 0x018241E1 Symbol "lbl" TypeSize 8 TypeFace "Arial" } ## Connector Styles Section: ConnectorStyle "Double" { HasButton TRUE End1 "block" End2 "block" End1Length 21 End2Length 21 LineWidth 3 EndBorderWidth 3 Behavior 0x00000000 } ConnectorStyle "No Arrow" { HasButton TRUE End1 "null" End2 "null" End1Length 18 End2Length 18 LineWidth 3 EndBorderWidth 2 Behavior 0x00000000 } ConnectorStyle "Solid Arrow" { HasButton TRUE End1 "null" End2 "block" End1Length 18 End2Length 18 LineWidth 3 EndBorderWidth 2 Behavior 0x00000000 } ConnectorStyle "Stick Arrow" { HasButton TRUE End1 "null" End2 "stick" End1Length 18 End2Length 18 LineWidth 3 EndBorderWidth 2 Behavior 0x00000000 } ConnectorStyle "Outline Arrow" { HasButton TRUE End1 "null" End2 "block" End1Length 18 End2Length 18 LineWidth 3 EndBorderWidth 2 End2FillColor 255,255,255 Behavior 0x00000000 } ## Figures & Connectors Section: Figure 1 { Style "Connector" Text "" Bounds 160,192,224,256 FillColor 252,252,148 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "connector" TypeSize 8 TypeFace "Arial" } Figure 2 { Text "" Bounds 217,281,232,296 FillColor 0,0,0 BorderWidth 0 BindToStyle FALSE TextFormat 0x0000 Behavior 0x00327A12 Symbol "null" TypeSize 8 TypeFace "Arial" } Connector 3 { Style "No Arrow" Figure1 -1 Figure2 2 EndPoint1 128,320 EndPoint2 224,288 SuppressEnd1 FALSE SuppressEnd2 TRUE End1 "null" End2 "null" End1Length 18 End2Length 18 PenStyle 6 LineWidth 3 EndBorderWidth 2 BindToStyle FALSE Behavior 0x00000002 } Figure 4 { Text "" Bounds 249,249,264,264 FillColor 0,0,0 BorderWidth 0 BindToStyle FALSE TextFormat 0x0000 Behavior 0x00327A12 Symbol "null" TypeSize 8 TypeFace "Arial" } Connector 5 { Style "No Arrow" Figure1 2 Figure2 4 EndPoint1 224,288 EndPoint2 256,256 SuppressEnd1 TRUE SuppressEnd2 TRUE End1 "null" End2 "null" End1Length 18 End2Length 18 PenStyle 6 LineWidth 3 EndBorderWidth 2 BindToStyle FALSE Behavior 0x00000002 } Figure 6 { Text "" Bounds 345,313,360,328 FillColor 0,0,0 BorderWidth 0 BindToStyle FALSE TextFormat 0x0000 Behavior 0x00327A12 Symbol "null" TypeSize 8 TypeFace "Arial" } Connector 7 { Style "No Arrow" Figure1 4 Figure2 6 EndPoint1 256,256 EndPoint2 352,320 SuppressEnd1 TRUE SuppressEnd2 TRUE End1 "null" End2 "null" End1Length 18 End2Length 18 PenStyle 6 LineWidth 3 EndBorderWidth 2 BindToStyle FALSE Behavior 0x00000002 } Connector 8 { Style "No Arrow" Figure1 6 Figure2 -1 EndPoint1 352,320 EndPoint2 384,384 SuppressEnd1 TRUE SuppressEnd2 FALSE End1 "null" End2 "null" End1Length 18 End2Length 18 PenStyle 6 LineWidth 3 EndBorderWidth 2 BindToStyle FALSE Behavior 0x00000002 } Figure 9 { Text "" Bounds 249,153,264,168 FillColor 0,0,0 BorderWidth 0 BindToStyle FALSE TextFormat 0x0000 Behavior 0x00327A12 Symbol "null" TypeSize 8 TypeFace "Arial" } Connector 10 { Style "No Arrow" Figure1 -1 Figure2 9 EndPoint1 128,160 EndPoint2 256,160 SuppressEnd1 FALSE SuppressEnd2 TRUE End1 "null" End2 "null" End1Length 18 End2Length 18 PenStyle 6 LineWidth 3 EndBorderWidth 2 BindToStyle FALSE Behavior 0x00000002 } Figure 11 { Text "" Bounds 377,185,392,200 FillColor 0,0,0 BorderWidth 0 BindToStyle FALSE TextFormat 0x0000 Behavior 0x00327A12 Symbol "null" TypeSize 8 TypeFace "Arial" } Connector 12 { Style "No Arrow" Figure1 9 Figure2 11 EndPoint1 256,160 EndPoint2 384,192 SuppressEnd1 TRUE SuppressEnd2 TRUE End1 "null" End2 "null" End1Length 18 End2Length 18 PenStyle 6 LineWidth 3 EndBorderWidth 2 BindToStyle FALSE Behavior 0x00000002 } Figure 13 { Text "" Bounds 409,249,424,264 FillColor 0,0,0 BorderWidth 0 BindToStyle FALSE TextFormat 0x0000 Behavior 0x00327A12 Symbol "null" TypeSize 8 TypeFace "Arial" } Connector 14 { Style "No Arrow" Figure1 11 Figure2 13 EndPoint1 384,192 EndPoint2 416,256 SuppressEnd1 TRUE SuppressEnd2 TRUE End1 "null" End2 "null" End1Length 18 End2Length 18 PenStyle 6 LineWidth 3 EndBorderWidth 2 BindToStyle FALSE Behavior 0x00000002 } Figure 15 { Text "" Bounds 441,345,456,360 FillColor 0,0,0 BorderWidth 0 BindToStyle FALSE TextFormat 0x0000 Behavior 0x00327A12 Symbol "null" TypeSize 8 TypeFace "Arial" } Connector 16 { Style "No Arrow" Figure1 13 Figure2 15 EndPoint1 416,256 EndPoint2 448,352 SuppressEnd1 TRUE SuppressEnd2 TRUE End1 "null" End2 "null" End1Length 18 End2Length 18 PenStyle 6 LineWidth 3 EndBorderWidth 2 BindToStyle FALSE Behavior 0x00000002 } Connector 17 { Style "No Arrow" Figure1 15 Figure2 -1 EndPoint1 448,352 EndPoint2 448,416 SuppressEnd1 TRUE SuppressEnd2 FALSE End1 "null" End2 "null" End1Length 18 End2Length 18 PenStyle 6 LineWidth 3 EndBorderWidth 2 BindToStyle FALSE Behavior 0x00000002 } Figure 18 { Text "" Bounds 505,217,520,232 FillColor 0,0,0 BorderWidth 0 BindToStyle FALSE TextFormat 0x0000 Behavior 0x00327A12 Symbol "null" TypeSize 8 TypeFace "Arial" } Connector 19 { Style "No Arrow" Figure1 -1 Figure2 18 EndPoint1 384,160 EndPoint2 512,224 SuppressEnd1 FALSE SuppressEnd2 TRUE End1 "null" End2 "null" End1Length 18 End2Length 18 PenStyle 6 LineWidth 3 EndBorderWidth 2 BindToStyle FALSE Behavior 0x00000002 } Figure 20 { Text "" Bounds 537,281,552,296 FillColor 0,0,0 BorderWidth 0 BindToStyle FALSE TextFormat 0x0000 Behavior 0x00327A12 Symbol "null" TypeSize 8 TypeFace "Arial" } Connector 21 { Style "No Arrow" Figure1 18 Figure2 20 EndPoint1 512,224 EndPoint2 544,288 SuppressEnd1 TRUE SuppressEnd2 TRUE End1 "null" End2 "null" End1Length 18 End2Length 18 PenStyle 6 LineWidth 3 EndBorderWidth 2 BindToStyle FALSE Behavior 0x00000002 } Figure 22 { Text "" Bounds 537,345,552,360 FillColor 0,0,0 BorderWidth 0 BindToStyle FALSE TextFormat 0x0000 Behavior 0x00327A12 Symbol "null" TypeSize 8 TypeFace "Arial" } Connector 23 { Style "No Arrow" Figure1 20 Figure2 22 EndPoint1 544,288 EndPoint2 544,352 SuppressEnd1 TRUE SuppressEnd2 TRUE End1 "null" End2 "null" End1Length 18 End2Length 18 PenStyle 6 LineWidth 3 EndBorderWidth 2 BindToStyle FALSE Behavior 0x00000002 } Figure 24 { Text "" Bounds 505,409,520,424 FillColor 0,0,0 BorderWidth 0 BindToStyle FALSE TextFormat 0x0000 Behavior 0x00327A12 Symbol "null" TypeSize 8 TypeFace "Arial" } Connector 25 { Style "No Arrow" Figure1 22 Figure2 24 EndPoint1 544,352 EndPoint2 512,416 SuppressEnd1 TRUE SuppressEnd2 TRUE End1 "null" End2 "null" End1Length 18 End2Length 18 PenStyle 6 LineWidth 3 EndBorderWidth 2 BindToStyle FALSE Behavior 0x00000002 } Connector 26 { Style "No Arrow" Figure1 24 Figure2 -1 EndPoint1 512,416 EndPoint2 448,480 SuppressEnd1 TRUE SuppressEnd2 FALSE End1 "null" End2 "null" End1Length 18 End2Length 18 PenStyle 6 LineWidth 3 EndBorderWidth 2 BindToStyle FALSE Behavior 0x00000002 } Figure 27 { Style "Connector" Text "" Bounds 320,224,384,288 FillColor 252,252,148 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "connector" TypeSize 8 TypeFace "Arial" } Figure 28 { Style "Connector" Text "" Bounds 448,320,512,384 FillColor 252,252,148 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "connector" TypeSize 8 TypeFace "Arial" } Figure 29 { Style "Connector" Text "" Bounds 256,320,320,384 FillColor 252,252,148 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "connector" TypeSize 8 TypeFace "Arial" } Figure 30 { Style "Connector" Text "" Bounds 416,224,480,288 FillColor 252,252,148 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "connector" TypeSize 8 TypeFace "Arial" } Figure 31 { Style "Connector" Text "" Bounds 160,320,224,384 FillColor 252,252,148 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "connector" TypeSize 8 TypeFace "Arial" } Figure 32 { Style "Connector" Text "\b1 SELF\b0 \line " Bounds 128,416,576,864 FillColor 203,183,215 BorderWidth 3 Shadow TRUE TextFormat 0x0042 Behavior 0x01024E12 Symbol "connector" TypeSize 8 TypeFace "Arial" } Figure 33 { Style "Process" Text "Affective Reflexive\line Memory" Bounds 224,544,480,672 FillColor 228,198,253 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "process" TypeSize 8 TypeFace "Arial" } Figure 34 { Style "Process" Text "Affective LTEM" Bounds 224,704,480,768 FillColor 228,198,253 BorderWidth 3 Shadow TRUE TextFormat 0x0022 Behavior 0x01024E12 Symbol "process" TypeSize 8 TypeFace "Arial" } Figure 35 { Style "Decision" Text "Conceptual\line Analogy" Bounds 576,352,832,544 FillColor 204,252,204 BorderWidth 3 TextFormat 0x0022 Behavior 0x01024E12 Symbol "decision" TypeSize 8 TypeFace "Arial" } Connector 36 { Style "No Arrow" Figure1 33 Figure2 35 EndPoint1 480,549 EndPoint2 624,484 SuppressEnd1 FALSE SuppressEnd2 FALSE End1 "null" End2 "null" End1Length 18 End2Length 18 LineWidth 3 EndBorderWidth 2 Behavior 0x00000000 } Figure 37 { Style "Document" Text "New Episode" Bounds 752,720,1040,880 BorderWidth 3 TextFormat 0x0022 Behavior 0x01024E12 Symbol "document" TypeSize 8 TypeFace "Arial" } Connector 38 { Style "No Arrow" Figure1 40 Figure2 37 EndPoint1 832,576 EndPoint2 873,720 SuppressEnd1 TRUE SuppressEnd2 FALSE End1 "null" End2 "null" End1Length 18 End2Length 18 LineWidth 3 EndBorderWidth 2 Behavior 0x00000000 } Figure 39 { Label TRUE Text "conceptual\line cue" Bounds 747,610,957,670 TextColor 44,100,252 BindToStyle FALSE TextFormat 0x0022 Behavior 0x00BA59D2 Symbol "lbl" TypeSize 8 TypeFace "Forecast" } Figure 40 { Text "" Bounds 825,569,840,584 FillColor 0,0,0 BorderWidth 0 BindToStyle FALSE TextFormat 0x0000 Behavior 0x00327A12 Symbol "null" TypeSize 8 TypeFace "Arial" } Connector 41 { Style "No Arrow" Figure1 40 Figure2 35 EndPoint1 832,576 EndPoint2 758,502 SuppressEnd1 TRUE SuppressEnd2 FALSE End1 "null" End2 "null" End1Length 18 End2Length 18 LineWidth 3 EndBorderWidth 2 Behavior 0x00000000 } Figure 42 { Label TRUE Text "unfamiliar" Bounds 681,515,891,545 TextColor 44,100,252 BindToStyle FALSE TextFormat 0x0022 Behavior 0x00BA59D2 Symbol "lbl" TypeSize 8 TypeFace "Forecast" } Connector 43 { Style "No Arrow" Figure1 40 Figure2 33 EndPoint1 832,576 EndPoint2 480,599 SuppressEnd1 FALSE SuppressEnd2 FALSE End1 "null" End2 "null" End1Length 18 End2Length 18 LineWidth 3 EndBorderWidth 2 Behavior 0x00000000 } Figure 44 { Text "" Bounds 953,505,968,520 FillColor 0,0,0 BorderWidth 0 BindToStyle FALSE TextFormat 0x0000 Behavior 0x00327A12 Symbol "null" TypeSize 8 TypeFace "Arial" } Connector 45 { Style "No Arrow" Figure1 40 Figure2 44 EndPoint1 832,576 EndPoint2 960,512 SuppressEnd1 FALSE SuppressEnd2 TRUE End1 "null" End2 "null" End1Length 18 End2Length 18 LineWidth 3 EndBorderWidth 2 BindToStyle FALSE Behavior 0x00000002 } Figure 46 { Text "" Bounds 953,313,968,328 FillColor 0,0,0 BorderWidth 0 BindToStyle FALSE TextFormat 0x0000 Behavior 0x00327A12 Symbol "null" TypeSize 8 TypeFace "Arial" } Connector 47 { Style "No Arrow" Figure1 44 Figure2 46 EndPoint1 960,512 EndPoint2 960,320 SuppressEnd1 TRUE SuppressEnd2 TRUE End1 "null" End2 "null" End1Length 18 End2Length 18 LineWidth 3 EndBorderWidth 2 BindToStyle FALSE Behavior 0x00000002 } Figure 48 { Text "" Bounds 921,217,936,232 FillColor 0,0,0 BorderWidth 0 BindToStyle FALSE TextFormat 0x0000 Behavior 0x00327A12 Symbol "null" TypeSize 8 TypeFace "Arial" } Connector 49 { Style "No Arrow" Figure1 46 Figure2 48 EndPoint1 960,320 EndPoint2 928,224 SuppressEnd1 TRUE SuppressEnd2 TRUE End1 "null" End2 "null" End1Length 18 End2Length 18 LineWidth 3 EndBorderWidth 2 BindToStyle FALSE Behavior 0x00000002 } Figure 50 { Label TRUE Text "cues \line unfamiliar\line to self\line are referred\line to impr- imers" Bounds 873,203,1027,363 TextColor 44,100,252 BindToStyle FALSE TextFormat 0x0022 Behavior 0x00BA59D2 Symbol "lbl" TypeSize 8 TypeFace "Forecast" } Figure 51 { Text "" Bounds 825,185,840,200 FillColor 0,0,0 BorderWidth 0 BindToStyle FALSE TextFormat 0x0000 Behavior 0x00327A12 Symbol "null" TypeSize 8 TypeFace "Arial" } Connector 52 { Style "No Arrow" Figure1 48 Figure2 51 EndPoint1 928,224 EndPoint2 832,192 SuppressEnd1 TRUE SuppressEnd2 TRUE End1 "null" End2 "null" End1Length 18 End2Length 18 LineWidth 3 EndBorderWidth 2 BindToStyle FALSE Behavior 0x00000002 } Figure 53 { Text "" Bounds 569,185,584,200 FillColor 0,0,0 BorderWidth 0 BindToStyle FALSE TextFormat 0x0000 Behavior 0x00327A12 Symbol "null" TypeSize 8 TypeFace "Arial" } Connector 54 { Style "No Arrow" Figure1 51 Figure2 53 EndPoint1 832,192 EndPoint2 576,192 SuppressEnd1 TRUE SuppressEnd2 TRUE End1 "null" End2 "null" End1Length 18 End2Length 18 LineWidth 3 EndBorderWidth 2 BindToStyle FALSE Behavior 0x00000002 } Connector 55 { Style "No Arrow" Figure1 53 Figure2 30 EndPoint1 576,192 EndPoint2 476,241 SuppressEnd1 TRUE SuppressEnd2 FALSE End1 "null" End2 "null" End1Length 18 End2Length 18 LineWidth 3 EndBorderWidth 2 BindToStyle FALSE Behavior 0x00000002 } Connector 56 { Style "No Arrow" Figure1 37 Figure2 34 EndPoint1 752,783 EndPoint2 480,752 SuppressEnd1 FALSE SuppressEnd2 FALSE End1 "null" End2 "null" End1Length 18 End2Length 18 LineWidth 3 EndBorderWidth 2 BindToStyle FALSE Behavior 0x00000002 } Figure 57 { Label TRUE Text "episode\line frame" Bounds 580,743,727,803 TextColor 44,100,252 BindToStyle FALSE TextFormat 0x0022 Behavior 0x00BA59D2 Symbol "lbl" TypeSize 8 TypeFace "Forecast" } Figure 58 { Text "" Bounds 665,921,680,936 FillColor 0,0,0 BorderWidth 0 BindToStyle FALSE TextFormat 0x0000 Behavior 0x00327A12 Symbol "null" TypeSize 8 TypeFace "Arial" } Connector 59 { Style "No Arrow" Figure1 37 Figure2 58 EndPoint1 766,873 EndPoint2 672,928 SuppressEnd1 FALSE SuppressEnd2 TRUE End1 "null" End2 "null" End1Length 18 End2Length 18 LineWidth 3 EndBorderWidth 2 BindToStyle FALSE Behavior 0x00000002 } Figure 60 { Text "" Bounds 473,921,488,936 FillColor 0,0,0 BorderWidth 0 BindToStyle FALSE TextFormat 0x0000 Behavior 0x00327A12 Symbol "null" TypeSize 8 TypeFace "Arial" } Connector 61 { Style "No Arrow" Figure1 58 Figure2 60 EndPoint1 672,928 EndPoint2 480,928 SuppressEnd1 TRUE SuppressEnd2 TRUE End1 "null" End2 "null" End1Length 18 End2Length 18 LineWidth 3 EndBorderWidth 2 BindToStyle FALSE Behavior 0x00000002 } Figure 62 { Label TRUE Text "root \line cause" Bounds 467,899,572,959 TextColor 44,100,252 BindToStyle FALSE TextFormat 0x0022 Behavior 0x00BA59D2 Symbol "lbl" TypeSize 8 TypeFace "Forecast" } Figure 63 { Text "" Bounds 377,857,392,872 FillColor 0,0,0 BorderWidth 0 BindToStyle FALSE TextFormat 0x0000 Behavior 0x00327A12 Symbol "null" TypeSize 8 TypeFace "Arial" } Connector 64 { Style "No Arrow" Figure1 60 Figure2 63 EndPoint1 480,928 EndPoint2 384,864 SuppressEnd1 TRUE SuppressEnd2 TRUE End1 "null" End2 "null" End1Length 18 End2Length 18 LineWidth 3 EndBorderWidth 2 BindToStyle FALSE Behavior 0x00000002 } Connector 65 { Style "No Arrow" Figure1 63 Figure2 34 EndPoint1 384,864 EndPoint2 360,768 SuppressEnd1 TRUE SuppressEnd2 FALSE End1 "null" End2 "null" End1Length 18 End2Length 18 LineWidth 3 EndBorderWidth 2 BindToStyle FALSE Behavior 0x00000002 } ## Staples Section: Staple 1 { StapleType 1 Connector 38 ConPos 112 Figure1 39 Fig1PosX 126 Fig1PosY 127 Figure2 -1 Fig2PosX 0 Fig2PosY 0 OffsetX 0 OffsetY 0 } Staple 2 { StapleType 1 Connector 56 ConPos 94 Figure1 57 Fig1PosX 126 Fig1PosY 127 Figure2 -1 Fig2PosX 0 Fig2PosY 0 OffsetX 0 OffsetY 0 } Staple 3 { StapleType 1 Connector 61 ConPos 205 Figure1 62 Fig1PosX 126 Fig1PosY 127 Figure2 -1 Fig2PosX 0 Fig2PosY 0 OffsetX 0 OffsetY 0 } Staple 4 { StapleType 1 Connector 41 ConPos 159 Figure1 42 Fig1PosX 126 Fig1PosY 127 Figure2 -1 Fig2PosX 0 Fig2PosY 0 OffsetX 0 OffsetY 0 } Staple 5 { StapleType 1 Connector 49 ConPos 101 Figure1 50 Fig1PosX 126 Fig1PosY 127 Figure2 -1 Fig2PosX 0 Fig2PosY 0 OffsetX 0 OffsetY 0 } CompObj!fObjInfo"Equation Native _1126352675%FЯb85Яb85Ole  CompObj$&!fObjInfo'#Equation Native $R FMicrosoft Equation 3.0 DS Equation Equation.39q6(<^ V computer_1114532909*FPt85Pt85Ole &ObjInfo)+'Equation Native (N2x Nw1 V PERSONAOh+'0 0<`t     >English: The Lightest Weight Programming Language of them allitLightweight Languages, 2004Hugo Liu, Henry Lieberman4ugohttp://ll4.cpޘok\K$% FETgsvPc4ufﴻ5Dò~E=JZԪDޘ1o JԔs)u]]\I+N$SYtw`o~26UFM_rIxI'{/G/߆'(UZ&ϡ?tuov5e{օn0Yҭ܈lgf?OۺR8pɠ58jmgk7׃+'GE/Sfg3WzQI wkuijѺFԈVW~#>Lǝ:iUÞL0۽^s^KTɮNW* d&q~\dx@x{^7V_ؚDd|h0  # A2||O)ҡ b `!||O)ҡ ` @|xڝSJA=w&>v#DW B6@--V*b6+(+1U>ʏlFk ;JP.ܽ9y,@JLC},H,Ad,QikM,Q#fĪ5ҙ"U^ܰ.~kLMfpb/z{H BQeξ*=WYHM"qvYO{*erxMKU <ݧQpo=t>qp6vvTWA{|ktCv),* u1QV.'.3h@s)ѩJF:=ϴ]\ $$yJre8e 2CHsP`kiS.D݅sPa=U$y>˒W\bYl֯*f8^/BSU)%#w6Ddh)J  C A? "2r3@DK1ǁN `!F3@DK1ǁ @@2|xcdd``fed``baV d,FYzP1n:&&! KA?H1Z ㆪaM,,He`H @201d++&1l?z+8U`T T]AZ5+a|e5*!+H`ܞۙ@&TDwCe'W@J.hqC<0``ゑI)$5bPd+_> 1pÂHg۳C  `!,>pÂHg۳Ck(X M'Qxڽ\ xUŵ>gf+JWTB% _yT.7BxXH"ހ\%VkJ z=!KCQ9-VZPjrٳ3{5I8~6̬3{f}|>fϗ&K >Ho-!A/\g%~ I^K#Xs2%Nژ!^&>DIr߅7${ x 7F\5MTz@Y&U4_ʹ42؍ nI;SH#}|C,=l>1q¶wO%MI)Ϸ32Mdhs3hYLl" WHgI1;LQkdH!io!l)%O*{Dv )7W* v{+_i#?$O'rZCi6]Keۮ C-.Y+\m۴OEa%Kɋ(z-tj͵F5mqϩlV~E* lģ-M)"-QZd(jb5$EU-Qhs}`kIԅ i'\k7NsiLDw w0L.&5E!boOZLdt&sۓ|O;+d9|B0il k_c25cM Ep+ڛDL3Ꝁy܊\L##ɣE,K)dsp:*Ak$(aEt56,)ӑWZ:EWZ+^(׍EMMWzkCZo$n{GꦕW_pS._S7rz -i"rz3r)#Ѹ&Rd.?F\ni@x=ڀj|.Z#h˭1uF#rN44&K+0! igeg:j ՐqHwXz5C8t}F%v*V;^47v-/e#'4^_rWwK(t~lKfKfTDql"}e~zjtgj{-F\G_$|O=?ut:tRGoZqNk?(dtH/hC'.3L+3Yf9E -(^ Ycᬵs ۲{"K_  }KDի86++2V9,VӫF@l),V&TT 51Nx➯N^֧qXaѮL*=rZ`Z h`J$,/|r4&j=`ZcYt٪FFh`[ЦhY,dnd"EMeWΡϢ]Ywr+Av7A6 lr=|D Kd Qu*f4EMW yҸQ}Q>l]j5!dV*Qs2\ͶzvzDQP=X=IXֳ{QoԳgjv.l  gO0U!/jt60܊mwP]Ƣ}fT=B+ pɈkm2i,p?WcψELHl7B" 7"5W(Z|6h٦ uѢoWV oryZu->]-$Z no] =Sւpka$:k!^ #Y Ҭ5Ziқ3!d:).!x Q˦9ηh,B`> Ai ZvgCJԸ?F0/j (4^{(@y33w3S3ni2;g?e'_ F+_BDo*Gȭ = >\+` Se~^C6h٥!Ak_A#ūf4Y}4Y ,~ `?F07rΎ>xԊ,~#`}SXaųdԇY|&` 'Zk4\'٦!5Z?B#F0/[<<^F0Z&4y[(/gxo6[X1s Xހy݅t@^jM,aVHTYz4kZ(Eزζ XOӵhmϒxtkWDrrc<_a]|BB7FPZ-]3&ziuϣ g 7i7ܽh`˸|C[1[ݶm l=X-wG sLqO&[ɜrw{őP`jE,@A 4(5i4b"}vsD9rDՁ0rhE<`2mXA?1J ;F+rȱ,rkY&-5[`k`= "Z+48{aT>q>u9l>VنH*әQSpLm¾ƿhFQ7YQK*)om#A3Uh~H̹οkbWP,궏Wr-T#|Gҥ>οx1yQN]BN=2Ay?;v=Gnﶟff]K]$y{]Xf f{.Ay5vdneOҷص[kXq_IyEEC(9!Zl2~$/qt Lmj6BO'Y<8/ηG1_н#s{_;5 =G·5[2]|xȧ(@>jC7( ݠ/ЅVL1ʉC΁)\] B+`8S tI!2\I ʜ]o&rah4QFmt(A- iىz#hVh | ýX{O-qukBAõ8 _{q7qOulH n [H{D>oG.ϏeB[DDzB=3 pf9f<Ne=? ,{P|4EG]IsH6&9d_Fi9uFS[Л79|!fJlfD?[7@7s4ZB  ZDU 8`![-dBrTIa2d =-4t쵐 Yo!JR̫BFZit Ip]sd"yAT9OXxa۫NKڢu9OU<{I=zd'<@*Rq9א(+w ي֐yI!GQ%YCC:kEkH'ud|5ż%wv :r/-!ki 4x I= z >PGJ#ב2}m*#C_ț(vye,#W2)VF.heط:ʈSo!+fIXB޾ VFZ ϒ*C-8SHl J"e.zvlqr|\6GSWJ”A{))%0g+%3QRR2xuy)٤z/%{}RrP|=/%5I1ڻF_3N7(d4WIPJ2$匫$ϡq$?x岩$8/L%م2U||TztGg+p6 ݾ eex$s Yې58'5k_jmAcfu%HjZg7=Vi(C@'g x&&-I\Dd1E0  # A2֐EVf|! `!^֐EVk@z&,xڽLUU{UdGf,Z'?!j⿔D,b[ϲ6m 쏣=YejZ%*5j Jyww>s0ƯG3֓Mb˖s yΜ"!Q8UWѨB)?[XYYJEMrRw ]Y؈ TG(mmmfo0r3G2@3P!.{lnf,s _tj;w|xFPOyrۘ(X5봨34͕;%7Rח[1fYT#;7?ϓ.kH\ #l##O-O8cLriξ&D ISd#-ԨLw1 E[HkibB*ώufJ]F SCY/ t9t@9C>sBwhV,jI)a:UMù]5kGfsj~֓"c>)F-})2$d[4OY^&7I8FȤ( "]j 5"Ht@9C~X.zLxzOqƚd릋>4h#:JaPI ݨ.(gA)6z݌QW8\zUE&Y48&򩨲IŗB8&ʞ+ScuEkI~t H]r!X?2?ٴ*M)eMl;lrv&ݻb!}oPL+)e/bCz*o|ԌNWJ^sN|'#3 㣂w;>; sUFwfql}k { irh;ȅi/*|Cpp* }jkIlB+FF(:$5$װǰ+v߱ezY4RhCˌbZmCEF%lu*1dZ# /ij<4^c=46*&q[ (n9ywQlɺhЛU^:H}%%L(E`,91ca)MA=TT.vStt`.a)ȵ|yέ}m90[6$/nmW|km9`ɢ5hg䵎.WjCw^γe]BgIyBv)Rh!_)BYi!Yb!:d3F"x!+X1* #tEr ^f~'];Bhʍ0)e9.5 }Ԭ/)eI"+L·[E-pA,p!f 6 \oԅW]D2Qi3[lF'Hql4IM 7Ksg̥RK4˥F,\+}&)JrϿ\;9lT][?,%G~_QWg=z]M2Ԋf."M&Q>|\SO}Z{)))ѵԋ?^3P:Jg$EEm2Tn6;V8)UF>}y%ˤ8LWÇ_Pk Yx0 հt5]tfs^`Ë^b^ik^ghnûα}ba>hùbtNe2uچϋ}Iqr +46PV9ҸVXX-F;V2sd:;=56m/@=*Ň{c)Kg*5j(E;;4dd/L?R,#sϓ,_i*~xdb cd2[/GVVJ%ëն]-o x{K| )yFٍxXL|RdK; vi|{4C؁k-޲wW!/m4R]Q޾&{L̈CU]n49r4ԧ2ցTX~ ŋvnsˎUոq}WH+?Ow_(YZKW~ynF1JNxJǔ>(SbjYnFl!捆a{R.ӱO΍{ա'zun\_)޻J}|:=m<͈[:#Rrc;Y^l^u<66nt jc¨*_*ѫJ]cgXmѴX$tq>EwӇQi$ؘ$I5TW~ܣjtg f:UŜ>JΠ|(#=锇ʯdNf rF?U{Zi`r|Ld \3&aik2m2>ɌUysoI4GX3&bk}SKMf-5~1yτҾ?k4W cRLfγ&0 z >"'@ GVYq+Yl. p6_l. ol.&<(~u.ml.3 +3 +3 !l.50B3LZ9 hΰWjd,QO4őXsEy`LϖoLBtC,P-tu wn 3 *r6_&>3Sٙ71:gM&Gs5-ʽ\":\l#:KF%"ġ4G0s8wKA8I}JaƹE<g=O6ڨ 9cV+窯-dTݩf0GLf5LDS]ͤLdA :Y`2(L3op[M&g0A~K$RE]VT9 l\T v:Ҩцl(O爪 Y'P6sf`z t{WU!&3j&dL3${4v_ K[,>:UZ5upL]@ي&oצ:X[H:'{w6 `x/IbTTPj\a$ՙկ]dR)u^5YoMKs s0KC&YF|) -Wl!_|5P% >^B5Y|TMXޯ՗sԟSuP1 {R{2O8XOTڥnՒ`:ପ^Q ;yyp\Fy&>t{\yWj|\e{wS_&\~;ϻAXλ wyOy/\ sw=vc*;O۱XilihĊ֝#ݮc sEIw,pœzZW'A?S}~dpj2&z]o0]JH v$ˊ0YOq"o3_U\~',sjJ[7t:溿#ΪwƯR\7~4)ib㺅+}1j+3x$9uϸr53kPU,gC4)<^ABzu(+SRKVo0j ?Ʈa{gco ^ѼCx6x&zdtp(WOY܁Ԣ? ?qE| "i^đ䜛32 \7\-9([TZ^M0]_Dd$ J  C A? "2uH>gHkH)53 `!uH>gHkH)@CcxڝR1KPwicZc""QJq\`UM۔?$Cp:U0޽,rw=.Ʈ,,ESB$H` mD+U&nĜ %# C${M=`9RG+d(*BT氃VRf_hǺJMA(5\g;}vp4 " ;zPSmI%OrvteNS?F`y]ysG~ @c112BYL%bpu@> Normal $Pa$CJ_HmH sH tH N@N Heading 1$$ & F(@&a$ 5CJKH0@0 Heading 2  & F@&:@!: Heading 3  & F@& 56CJ010 Heading 4  & F@&VV Heading 5*$ & F(@&^`a$6CJLL Heading 6 & F<@&6CJOJQJkHDD Heading 7 & F<@& OJQJkHHH Heading 8 & F<@&6OJQJkHL L Heading 9 & F<@&6CJOJQJkH<A@< Default Paragraph FontH&@H Footnote ReferenceCJH*OJQJkH6O6 Author$a$CJOJQJkHHOH Paper-Title $xa$5CJ$OJQJkH>O"> Affiliations$a$ CJOJQJB2B Footnote Textp^`pCJB Bulletp & Fp>Th^`p, @R, Footer  !$Ob$ E-Mail<Or Abstractc & F@& >T; List Number 3p & F8>Th.^8`HH Captions$H#$+Dp/0$a$5CJ4O4 References  & FCJ&)@& Page Number@C@ Body Text Indenth`hFYF Document Map-D M OJ QJ ,"@, Caption$a$5LB@L Body Text#/H&#$+D@/0$CJ.U@. Hyperlink >*B*ph,, Header ! !e" HTML PreformattedA"$ 2( Px 4 #\'*.25@9a$B*CJOJPJQJphDDD>V@1> FollowedHyperlink >*B* phD2BD List 2"$5$7$8$9DH$^`CJOQ h<Tb< Block Text&x]^4Pr4 Body Text 2 'dx2Q@2 Body Text 3(xCJnMn Body Text First Indent+)x&#$+D/0$`CJXNX Body Text First Indent 2*hx^h`JRJ Body Text Indent 2+hdx^hHSH Body Text Indent 3,hx^hCJ*?* Closing -^00 Comment Text.CJL@ Date/4[4 E-mail Signature00+0 Endnote Text1CJ`$"` Envelope Address!2@ &+D/^@ CJOJQJ>%2> Envelope Return3 CJOJQJ0`B0 HTML Address462 2 Index 15L^`L2 2 Index 26hL^h`L2 2 Index 37L^`L2 2 Index 48L^`L22 Index 59L^`L22 Index 6:8L^8`L22 Index 7;L^`L22 Index 8<L^`L22 Index 9=TL^T`L:!R: Index Heading> 5OJQJ,/, List?h^h`030 List 3@8^8`040 List 4A^`05"0 List 5B^`2022 List Bullet C & F66B6 List Bullet 2 D & F67R6 List Bullet 3 E & F68b6 List Bullet 4 F & F 69r6 List Bullet 5 G & F :D: List ContinueHhx^h>E> List Continue 2Ix^>F> List Continue 3J8x^8>G> List Continue 4Kx^>H> List Continue 5Lx^212 List Number M & F 6:6 List Number 2 N & F 6<6 List Number 4 O & F 6=6 List Number 5 P & Fj-j Macro Text,Q$  ` @ Pa$OJQJ_HmH sH tH I" Message HeadergR8$d%d&d'd-DM NOPQ^8` CJOJQJ0^20 Normal (Web)SCJ6B6 Normal Indent T^,O, Note HeadingU4Zb4 Plain TextV CJOJQJ(K( SalutationW.@. Signature X^>J> SubtitleY$<@&a$ CJOJQJL,L Table of AuthoritiesZL^`LD#D Table of Figures[h^h`D>D Title\$<@&a$5CJ KHOJQJ>.> TOA Heading]x5CJOJQJ TOC 1^&& TOC 2 _^&& TOC 3 `h^h&& TOC 4 a^&& TOC 5 b^&& TOC 6 c^&& TOC 7 d8^8&& TOC 8 e^&& TOC 9 f^$X@q$ Emphasis6O miZnc  iZnc \ "\ a\ \ \ :p ? b )7aj>cA{>@!-%((++2/Y3n35<8:E<K>>@BAAAAAABBBC+C@CaCkClCDFYGH}JLNOhSUZ"]{_Lazacc?iKijoo;pXpqsttvy+y"zZzz'|8pDhU֖֔eXm_Tأ¦0H ^s~89JWPu8'()*+,-\kOgu@(Gi+Sn    } !#4&N&(*.11O11788\9;<<??ADGFNQTWXX/]Z_``ad?fwfff!hAhipiqiri{iiiiiiiiiiiiiiiiiiiijjjjj$j)j*j4j:j?jEjJjPjUjVj`jfjkjqjvj|jjjlbpprtyy{~KaldՏ+Bґ#BQ:?țW2HƟǟȟɟߟ"1234Jj!lm֡ !"#67KL`ad000`0@@@@@`@000000000000000 0@0000000@00000000 0000 00( 00+0+ 00Y30Y30Y30Y30Y3 00=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0= 00` 0``0vc 0``0h0h0h0h 0``0o0o0o0o0o0o 0``0x0x0x0x0x0x0x0x 0``0z0z0z0z0z0z 0``0̍0̍0̍0̍0̍0̍ 00 00000000000 0000000 0/0/0/0000000 000 00h0h0h0h0h 0h0h( 0h0000000000( 0h000000000000000000 0h000( 00(000( 00I 0I 0I 0I 0I 0I  0h000 0h0%0%0%0%0%0%0%0%0%0%0%0% 00< 0<0>0>0>0>0>0>0> 0</0W/0W/0W0W 0<0 `0 `0 `0 ` 0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 ` 00Ry0Ry0Ry0Ry 00+0+0+ 005 0 0 0 0 0 0 0 0 0 0 0 0 00 0 0  0  0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 000@0 0@0@0@0 000                          ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S W U V X Y Z [ \ ] ^ _ ` a b c (0(0(0000000000000000000000000000000 j !#c%l'H))*f,!.408<<?nCHJ7LvM0N5O-QQS-V+WSY[t]y^c_a+fhj3m*q0stvy|~8E PΓDFקѪu%*иrr^3)^-~%, d3$',p19=DpI!P2TX[Dfknquwz.~eڍlԓ,U47c    "#$&')*,-/023468:<=?@BCEFGHJKMOPRSTVXZ\]^`bcefgijlnoqstuwxy|b %,Y7KBBEEF@GkGJ}NS"aze?msXtx}Z~pUeX_0 89J+i}%,<@KXd?jj{mmmmn)n?nUnknnnv߂Kld#:ȟH7c  !%(+.1579;>ADILNQUWY[_adhkmprvz{}~b00000@1 $&11K1M1888!h5h7h(kkkkkc:::::::::!l%&,b$.뜡`qy @d%0 (  b 5+! % #" N"   3  5+!r   s *  e]!! ZB   S De*r   s *   *!" b x"( $ #" `  c $g " (,r  s * x" (6 Z  "( #  "(N"  3   "(5ZB  S D ##Al  c $  "(7 \  *-   #" f  S  * -& f  S  *-% f  S *-" B S  ?yc% _E t$Q@_ t !  t OLE_LINK1 _Ref494221650XdWld@))**--..44>>????BBBBBBaCfClCpC GG'I4IKISIIIIIJJcJoJLLLLM'M4M@MbMoMMMMMOOEPRPiPqPPPPP QQQQ^QiQjQQQQQR'R4R@RbRoRRRRRRS`STT{VVVVVWW(W@WNWWWWWWWX!XKX]XjXvXXXXXY%YYYYYYY ZZZ&ZsZZZZZZ_ _-g9gkkmmFoQoSo^ouooooooqq!r+r,r/rrsStetttZzhzizvzzzzz~~8DT_ar  VYqt֖ߖ#&*-.125FNOVZ]adˡСܡntJVK\)ѵַ߷ʽнkq KOR]pv?H:@ȓ֓07BHȟɟd{7` ##A1G1BBCC+C-C@CECaCfCkFuFFF]HhHIIJJK%KnLsL2P7P3V8VhVmV^^``-g;gkk"o'oqqqqqq!r+r\rgrrrrrssttZzhz}~47-06;֖zET=MW-2*9FK @&*;B(/ %/ȟɟ̟ #)nq֡ܡd33333333333333333333333333333333333333333333333333333333333333333333333333333333 Peter Gorniak-Liebernardo:Attachments:IUI2005-metafor.3.doc Peter Gorniak6Liebernardo:Loading Dock:IUI2005-metafor-Henry-2am.docHugo Liu?C:\work\anewaesthetic\publications\drafts\IUI2005-metafor.4.docHugo Liu?C:\work\anewaesthetic\publications\drafts\IUI2005-metafor.4.docHugo LiuMC:\work\anewaesthetic\publications\papers\LL4-hugo-english-lightestweight.docHugo Liu{C:\Documents and Settings\Hugo Liu\Application Data\Microsoft\Word\AutoRecovery save of LL4-hugo-english-lightestweight.asdHugo LiuMC:\work\anewaesthetic\publications\papers\LL4-hugo-english-lightestweight.docHugo LiuMC:\work\anewaesthetic\publications\papers\LL4-hugo-english-lightestweight.docHugo LiuMC:\work\anewaesthetic\publications\papers\LL4-hugo-english-lightestweight.docHugo LiuMC:\work\anewaesthetic\publications\papers\LL4-hugo-english-lightestweight.doc|P} ROp̨N`صGFTVE\|DudM&6C @^*&C ,*Pb9v12Ln Za!jot}^`.^`.^`. ^`OJQJo( ^`OJQJo( 88^8`OJQJo( ^`OJQJo(hh^h`. hh^h`OJQJo(@.@.@..@...@ ....@ .....@ ......@ .......@ ........*h ^`OJQJo(h ^`OJQJo(oh pp^p`OJQJo(h @ @ ^@ `OJQJo(h ^`OJQJo(oh ^`OJQJo(h ^`OJQJo(h ^`OJQJo(oh PP^P`OJQJo(h ^`OJQJo(h ^`OJQJo(oh pp^p`OJQJo(h @ @ ^@ `OJQJo(h ^`OJQJo(oh ^`OJQJo(h ^`OJQJo(h ^`OJQJo(oh PP^P`OJQJo(h ^`OJQJo(h ^`OJQJo(oh pp^p`OJQJo(h @ @ ^@ `OJQJo(h ^`OJQJo(oh ^`OJQJo(h ^`OJQJo(h ^`OJQJo(oh PP^P`OJQJo(@p^`p.hh^h`CJOJQJo([]!joC ,n ZT}|b9v1*` @h h^h`OJQJo(09B *9nov|: ; } ~ ; D U W \ ^ _ ` n p t u z { |     < > ? a b i   ? \ ] i j ()67aG{9:>RklmWYZ`iosu+15Xwz !G`au6:AEZ[t~!"^_ars} !=>?@I|}#Jgky ():STuv,-1:y ( 3 N ^ !-!@!A!L!M!c!e!y!z!!!!!! "$"*"9":"k"l""""""""""##!#T#`#g#l#m#q#########$$E$F$M$Q$q$$$$$$$$% %,%-%F%H%I%L%%%%%%%%%%%%&$&)&+&K&L&~&&&&&&&' 'R''((1(V(`(f(i(j(((((((((((((())0)1)h))))))))))*!*"*{*}*****++ ++++#+A+W+X+r+s++++++ , ,!,w,,, - --....///"/2/d/o/p////%0&00000A1H11H2X2Y2y2222233X3Y3^3_3m3n3333340414h4l4444444444^5_5f5l5m5y5z555555555555|666666666677%7&777<88888888899*9w9|9999999:::!:":-:1:f:j:r:s:::: ;!;-;.;/;f;g;;;;;;;$<%<)<*<+<C<D<E<i<j<<<==-=6=C=K=t=v=w==== >>>?>@>J>i>>>>>>>?n??????????6@7@@@AABAAAAAAAAAAkBlBBBBBBBBC+C@CaCkClCCCCCDDLDMD`DaDDDDDDDD E>E?EoEpEuEEEEE FF6F>FjFFFFFFFFFFFFFGG%G&G:G;GSGXGYGkGtGGGGGGG H H)H*H7H8HQH\H`HaHoHwHHHHHHHIIIIBICIKI`IaIuIvIIIIIIIIIIIIIIIIIIIIIIJJJ0J1J5J6J7J8JBJKJSJXJYJwJ|J}J~JJJJJJJJJJKK5K;Kbbbbbb%c/c5c>c?cCczccccccc!d"dFdMdXdvd~dddddee eee'e(e[eqeeeeeeeeeeeeeeeeff%f)f5f6f7fsffffffffgg g g)g*g+g,g/g0g:ggZgghh&hkhhi3i7i?iJiKiiiiiiiiiiiiij j jj0j6jWjjjjjjjjjkkk^k_kkkkk5l6llllll#m1m2m7m9mmmmmmmmmmmm n nnn-n/n2n6nHnOnPn|nnoooooo0o1oKoQoXo^ofohoioqooooooooooop ppp%p&p:p;pWpXpppppqq^qqqqqr>rrrrrrrrrrrrsssssss t ttttatetwtttttCuSuTuuuuuuu0vvvvvvvvvww(w7wcwdwwwx,x-xIxxyy*y+ygyjykyyzzz"zJzXzYzZzyzzzzzzzzzzzz;{<{Y{^{e{s{{{{{{ |!|&|'|||||||}}+}/}=}A}Q}V}W}]}_}p}q}}} ~!~?~d~e~j~|~~~~~~"@e348FGLMwx}w:EFN]"-CD[)TZhox!XY†dž҆ӆ܆%&58uv-6HRTU ATX^_݉މ "#)-AopT‹ˋ34PXk+;BCNCDhyҎӎَSTUՐ֐#lqr֑בܒݒ0AGUx~ߓՔ֔"<Qz}֖()-78CDXYdeϗߗ /Uouʘ%&ڙ#1UXiWXbl͛ +,^_wxyϜܜݜ0FaijTe})ϡޡM(*,Jףأ6Ty |ťIJ¦ѦԦ8uv©éȩ٩ mopst~ KL«!@HIͬҬӬج߬% 'iXY]^ns~t*1\]lmܱ"Z[ųγҳFfgд״,ab˵̵ѵ78ghopt߶*EFrs}~ʷ˷ӷݷ߷45A(I%&̻޼578*8rs34cؿQdqrs89Qtuy_~*,-.^ &`iqz (),8IJWCJ#*VWd#DE[~$1>v()akpq*HWX=BVr}_?uZ[d7@Fn 12Q )?@CUabu)0R]d78^i|} -6<no %&MN'()*+,-8[\vw89:)*kl5TU`ai8u 57HI^bkrsEFk+-.56$%O\d()ij\]cervvw~ g FGTU"01u./?@N[ '(3/0gm?@Gi",-245abRS&'RTU  9TU;<*+Swghn* , - 3 m n o     ; J e f m ~      I J        e f   :@pq  YZ !JTU|}CIN DEdf23Q[ghxy_`GH=> q34QUtu}3 4 Q ^ _ `   F!G!!!!!!%"/"0"C"H"I"K"}"""""""""""0#1#@#A#v#w#~###########D$E$$$%%%%&&3&4&N&v&&&&&&&''('6'G'a'b'x'z''''''''*(+(S(X(w(x(((((((((( )&)')=)))))*X*Y**** + +C+D+++,.,6,8,V,Z,[,_,,,,,4-7-B-K-Y-c-d-i-k-p---h.i......B/C/////0 0~0000001111N1O1Y1111111222n2o222334]4^455555556666!6"6W6X6b6g6k666666665767s7t7777777)8*88888888889[9\9999999::p;|;;;;;;;;9<:<{<|<<<<<<M=d=k=q=r=====b>c>p>q>???B?D?I?J?^?_???????? @ @@&@A@I@P@Q@y@@@@@@@@@@@@AAAAsAtAAAAA3B4BBBCCdCeCCC#D$DfDgD}D~DDDDDDDfEpEEE%FJFKF]F^FGEGFGVG[G_G~GGGGGGGGdHeHHHHH I!IbIcIIIIIcJdJJJJJ=K>KJKKKNKOKTKKKKKL!L(L3L4LLLLLMMMMM>MEMFMMMMMMENFN\N^NaNbNeNfNNNNNNNOOOOOOOOOOP PP P2P3P5PPPPPPPPPPP"Q#Q.Q9QyQ|Q~QQQQQQQQQQQQ R R#R$RhRiRRR SS"S#S*S4SSSSSSSSST}T~TTTTTTTUU;Uf?fvfwffff&g'gJgKgRgSg[g\gbgcgogpggghh!h8h=hAhhhhhiqiri{iiiiiiiiiiiiiiiiiiiijjjjj$j)j*j4j:j?jEjJjPjUjVj`jfjkjqjvj|jjjjjjj(k?k@k\k]kkkkk lNlOl_l`llllllgmimmmmmm7nbncnonxnnnnnnooMoNoooooooppYpZpapbpipkppppppqqRqUqgqqqArBrrrrrAstt/t0t_ttttttttttttt uu_u`uyuuuuv%v'v-v?v@vNv`vcvwvvvvvvvvvvvv=w>wwwxwywwwwwwwwwxx0x~?~C~l~m~~~~~~~~~~~~~sw'(?IJKde/078?@RZڃۃ_`DŽȄkl߅\]†  ?@͈6BC\]_ډۉ JK[‹݋  QRɟ2m#7L`d@Color3rdNe01:HP Color LaserJet 8550-PSColor3rdColor3rd$S odXXLetterPRIV0''''` \KhC0)TRJPHAAHUGO LIU BAPHAAsail.mit.edu/4 Normal.dotc Hugo Liutc6goMicrosoft Word 9.0t@@Ri@P24@L!5#<V՜.+,D՜.+,h$ hp|  ACM >English: The Lightest Weight Programming Language of them all Titlel 8@ _PID_HLINKSA$h>A..\..\..\work\whatwouldtheythink\wwtt-screenshot-aicommunity.jpg%3 ..\..\..\metafor\pacman3.jpgU#..\..\..\metafor\result-chart1.jpgU#..\..\..\metafor\result-chart2.jpg  FMicrosoft Word Document MSWordDocWord.Document.89qColor3rd$S odXXLetterPRIV0''''` \KhC0)TRJPHAAHUGO LIU BAPHAAvvc@UnknownHugo Liu Peter Gorniakbarbara G: Times New Roman5Symbol3& : Arial?5 : Courier New71Courier;Wingdings;& : Helvetica5"GenevaWTms RmnTimes New Roman5& zaTahoma"Ah#ƌ#k{#<V20d>2q=English: The Lightest Weight Programming Language of them allLightweight Languages, 2004Hugo Liu, Henry LiebermanHugo Liu