ࡱ> 2 4  ! " # $ % & ' ( ) * + , - . / 0 1 bjbj kjjS= lrP~~~8 Dd3P,&"HLKf5$ hزIKزGLLGGGLGGG!2r.(:^( v3& for a tutorial. All the ATIS messages which are covered in this guide are contained in a single top level message called ATISmessage. This message is simply a container for selecting one of four basic messages. Deployments may wish to use the ATIS message as the top level single point of entry for any message, or may choose to implement the underlying four messages. Each of the underlying messages is considered in turn. The ASN.1 of this message is as follows. ATISMessage ::= CHOICE { informationRequest InformationRequest, informationResponse InformationResponse, advisoryInformation AdvisoryInformation, routeRequest RouteRequest } Like all the ATIS messages, this has been translated into an equivalent XML form. The XML form of a message or structure is often depicted graphically, as below. This style will be used in the guide, however keep in mind that the complete ASN and XML for any of these structures can be found in the standard itself, or the data registry. More complete information on the usage of every data element can also be found here. Lets consider each of the structures in turn.  The information request message is used to request returned data (delivered in the information response message). It allows a wide variety of information to be requested from the data provider by the data user. It allows both a single one time response to be generated or to establish a subscription for a period of time (during which new data will be sent to the user based on the request information and the policies of the data provider). Unless a deployment is periodically pushing out information without being prompted, this message is the only way to solicit information from a data provider. The message contains information on filtering and subscriptions, as well as other key data. Refer to the below diagram as we consider these elements in further detail.  The returnAddress element allows the specification of how the data is to be returned. This can be used to request data on one channel (for example the web) and have the reply be on another (for example by email to another device). When not used (optional elements that are not used are often simply not sent rather than left blank) then the response is returned to the same location as the original request. The filter section allows the sender to specify five filters which, taken together, the returned data must meet. An empty filter implies no filtering is to take place (i.e. send all current data). The location element allows all the profiles of LRMS to be used (an area of the message set that you will likely want to limit in your deployment). This is typically used to specify a geographical region by lat-longs, polygons, or administrate areas such as counties or states. Landmarks and pre-determined names are also supported by LRMS, and if your deployment supports these LRMS profiles, they can be used for filtering as well. The dataTypes filter element allows you to select various types of messages as well as sub messages. These follow the structures of the response message as also the major categories of ITIS messages. Categories include things like all weather conditions, unusual weather conditions, etc. and can be added to with local grouping as needed. The severity element allows filtering by the gross TMDD severity category. The issuing agency element allows the user to request or filter information coming from specific agencies. The start and end time elements allow the selection of events occurring only during the specified time interval. This is typically used when requesting preplanned incidents or estimated forecasts of future events such as weather of pre-planned events. As an alterative to establishing a filter, the user may submit a series of eventIDs which refer to the specific events they wish to have updated information on. Messages and events which pass these filters will be returned to the requester. The subscription data section provides a standardized way for the requestor to establish a period of time over which the request and its filters are to remain active. Omitting this section implies a one-time request where the then currently known data will be returned. Some data providers may not allow or support subscriptions, in which case this section would not be used. The message set establishes no limit for how many subscriptions can exist between a data user and a data provider. The subscribeID element is used to uniquely identify each subscription as needed. When a subscription is created, the action element (made up of a subscribe type entry) is used to specify what sort of setting is to be established and associated with that subscribeID (and that user). By this method one can create a new subscription (or change an old one), as well as cancel prior transactions. SubscribeType ::= ENUMERATED { new (1), update-replace (2), cancel (3), cancelAllPrior (4), ... } The next two elements in the structure allow the specification of what period of time the subscription is to be valid over. The starting time (which is optional) is presumed to be the local now time is omitted. There is no requirement that the data provider be able to process starting times which has already occurred and the result is not specified. As a guide, such time values should simply be ignored and converted to the current time. Like all times in ATIS, an offset is provided to allow coordination across time zones. Finally a frequency element is provided to allow the data requestor to specify the interval or rate at which updated information should be provided. This is simply a request on the part of the data user. The data provider is free to adhere to it or ignore it as the local deployment sees fit. Typically this can occur if the data requestor has specified a rate of updates that would be a burden to the data requestor (say every few seconds when data is known to be updated only every few minutes). The success (or failure), with one or more reasons, to the subscription is returned in one or more status blocks. More exotic control settings can be achieved with the preference setting messages, however this is likely to involve custom extensions to the message set which are not expected to be interoperable between deployments.  For some information requests it is necessary to have additional information about the user or the vehicle involved. The Parking Request data structure (which is made up of the Parking Request Details) provides that information when needed.  The vehicleData element (made up of VehicleRestrictions) provides a variety of information about the vehicle (mostly of interest with odd shaped vehicles or commercial vehicles). The types of restriction information used for special permitting needs can be found here. Consult the standard for further details.  The lengthofStay element allows the approximate amount of time the parking location will be used to be specified (which can affect both cost and which lot to select). The parking type allows for up to five instances of the TCIP types of parking to be specified as well. The radius element provides a means to limit the area (centered about the LRMS given previously) in which to look for parking lots meeting the above criteria. When an information request does not involve parking, these sections (which are optional) are not sent. Not every request for information should result in the return of every aspect of data about the events which match the provided filter. The overall verbosity of the data is controlled by the setting of the verbosity element. ReplyVerbosity ::= ENUMERATED { terse (0), -- only the location, type and id -- of the requested information complete (1), -- the requested information types only extended (2), -- the requested information types and -- any related (linked) information types ... } At this time only three settings are specified for this control: the terse setting used to provide a minimum set of returned data; a primary ITIS code, the location, and an event ID. Typically this is employed in order to determine what active events match the rest of the filters and to provide the ID for each (the ID can then be used to request additional information as desired). The complete setting will result in messages matching the requested filter being returned with all the optional data elements that the data provider supports and has information content for. However it will not result in related other messages from linked events being returned. In order to select this ability, the extended setting is used. A good way to understand the difference between these two settings is as follows. Consider a traffic accident which has occurred during a period of slick roadways from rainy weather. Each of these three events can be encoded as a message in ATIS (the actual accident, the slick link surface conditions, and the rain). If the setting is complete and the accident is being returned, then additional information about the related events (a link conditions message and a weather message) will not be sent. If the setting is extended then these messages will be sent back (regardless of any filters specifically related to them ) as well as any other messages related by the linkage fields. An important aspect of the filter request message to bear in mind is that a user can have more than one active filter/subscription at any time. Data providers may limit this, but the message set does not. The message header (which contains a message ID value) is used to pass a serial number for the subscription. All messages returned from this request will also have this same value in the return. Note that this is different than the subscribe ID which is a part of the subscribe form. The action element of the subscription (explained in the above) is used to terminate a subscription, however the policies of the data provider may cause subscriptions to expire with no further action. The message header and tail, and the local data sections, will be introduced here and covered in greater detail in a subsequent section. The format used in these sections is common to all types of messages in ATIS. These areas of the message contain reference numbering values used to link dialogs and messages together, as well as allocated areas where additional local content can be added to a message. A variety of administrative data regarding each message and who issued it is also present. As covered in the prior sections, the Information Request message can be used to solicit from the data provider a response with types of messages meeting the filtering criteria which are passed, as well as establishing a period of time and rate during which this information is sought and nominally updated. This message is the principal way by which information is solicited in the ATIS message set. An example of a very simple but complete information Request message, which requests all the information that a data provider has at this time, is shown below. MyRequest 05212003 The information response message is used to return data to the data consumer. It is sent one or more times in reply to an information request message. Together these two messages form the primary dialog exchange found in ATIS. Another form of this message, called the Advisory Information Message contains the same structural contents but is used by a data provider to issue information without the need for a prior information request message. Said another way, the advisory information message is a means to send out one-way broadcast information on any topic the data provider wishes. This message is typically used in driving web pages and other constantly reoccurring data sinks, it will be considered further in a moment. It is useful to keep in mind at this point that the format of these two messages is alike. The message is made up of a single message header followed by a sequence of response groups and a sequence of status blocks. The response group (which is shown expanded in the figure which follows) contains sequences of the primary message entities of ATIS. Most readers seem to think of the response group structures as the primary building blocks for ATIS messages. Finally, the status blocks allows sending back a set of status information messages as well. These can range from simple status reporting to error messages with supporting data details.  The information response message is used as part of the two-way dialog exchanges between a data issuer and a data consumer. The advisory message (shown below without the response group or the status block sections expanded) follows the same structure but is used in one-way broadcast applications. In deployments where the data issuer is routinely updating event information by placing files or messages with current conditions into known locations, the advisory information message will be found to be in use.  The message header is a structure that appears once (and only once) in each message and which contains (inside sender) numerous administrative information about who issued the message itself. It also contains the messageID which is a unique string used as a referencing system to identify this message. A timeStamp relating to when the message was issued is also present, as is an optional rolling revision value. If the message is in response to another message (such as an information response which is in reply to a prior information request) then the messageID of the prior message will be found in the responseTo field. Otherwise (such as found in all advisory messages) this optional element is not used.  The sender element is made up of the ContactSettings structure which contains a wide variety of administrative information about the sender of the data. A variety of information about the agency from which this data came can be optionally sent, items such as the location, an identifier number, an agency name all of which follow TMDD conventions for assignment. A user identity allows a unique string to be associated with an operator, as does a user setting string. The person structure allows for a users name to be captured, and the contacts element allows for multiple emails and / or phone numbers to be associated with the person or agency. A set of address fields is also present .  The diversity of information in this section allows the implementation to have a wide latitude in establishing how messages and events are related back to the agencies and operators responsible for maintaining them. Observe that all of the elements in the contact setting are optional in nature, and therefore a deployment need only use those that add value locally. For example a valid fragment of a message from a deployment that only wished to identify that a message came from a specific agency by name might look like: CalTran_Dist_7 Reply123 Request123 05212003 In summary, the message header is concerned with numbering the actual messages so that the dialog exchanges can remain simple. It also has administrative information about the data issuer. There is only one per actual message and it has a scope over the entire contents of the message. Do not confuse this structure with the head structure which is used to establish complex relationships between various messages, both those that are current and those previously issued that may have lapsed or merged. At times there can be more than one head structure and the scope of its application can vary depending on the presence (or absence) of other head entries. The head structure and its uses will be introduced in a moment. Before jumping in the response group (which is the thickest part of the discussion), let us review the use of the status block, the third structure which makes up the information response.  Each status block is made up of a level element [providing a classification of informational, warnings, or errors] and a specific notification code, followed by optional text (built as a combination of ITIS codes and free text) and a relatedData element which can contain structured information. Finally, a furtherInfo element can be used to point to a URL containing any additional information needed. At this time three related data element structures are defined, one for subscribe related event conditions, one for route related conditions, and one for general server related errors. Typically these data structures provide a means to encode information about what went wrong with a prior request, often parroting back the offending data. Not all status block messages are errors. A typical example of this is the below message fragment which might be returned if a data provider had no message meeting the current filter requests for a subscriber but the subscriber was expecting to receive a message at that time. information noMessagesToReport Over time, and as deployment experience grows, both the number of error code entries and content of the realtedData element is expected to grow significantly. However, the basic format of a top level code value followed by an informative data section is expected to continue. The response group is the structure which holds the primary structures used for most messages. Because this structure contains the sequences of events and other key messages, to many developers this structure forms the core of the ATIS messages. In this document we refer to these key structures by the term sub-messages. Each of the ten underlying sub messages will be considered in turn, but first a review of those elements common to each of these structures is provided; the head, tail, coverage area (location) and local data. Aside: A word about the nomenclature. Observe that each collection of messages in the ResponseGroup goes by three different names depending on where you are looking. Consider the weather area. The outmost item is an element named weatherReports. Each actual report is in an element named weatherReport and the structure of that report is determined by an object called WeatherInformation. Observe that overall the response group allows the data issuer to send a message with up to 100 event message entries, 100 weather report entries, etc. all contained by a single structure. This enclosing structure may or may not contain optional elements from the below list which pertain to all of the enclosed items if present. head Used to provide the normal head information which is then applied to the sub-message entries that follow. coverageArea Used to provide a LRMS entry which applies to all the sub message entries that follow. Typically this is a defined region of some type, or an administrative area (such as a portion of a state or country). furtherData A URL link to any further data relating to the sub messages that follow. If the messages have been collected from another data provider, this is a useful way to provide a general link back to the source. It is also a simple way to link to web pages and other complex information that does to fit into the ASN and XML encoding of the message set. Such a link is probably not machine processable, but can provide value to human users. tail Used to provide the normal tail information which is then applied to the sub-message entries that follow. localResponseGroup Used to provide the normal local deployment opportunity to create structured content and add it to the messages. The choice to use or not use these elements depends on the organizational format the local deployment employs for sending data. If all data is self sufficient and not related in any particular way, then there is no reason to use the optional elements (as will be seen in the sections that follow these same information elements are present in each sub-message). It is expected that smaller deployments (both in terms of coverage footprint and in total number of active events at any time) are less likely to use the optional elements. Larger deployments, particularly those combining information from multiple sources or over wide geographic areas, may use these elements to organize data presentation. Consider a multi-state deployment providing weather reports in two adjacent states. Such a deployment may choose to organize all the weather sub-messages from one state into one response group with a coverage area element set to reflect the administrative area of that State, and place the sub-messages of the adjacent state in another response group with the coverage area set accordingly. Time for a break. Youve covered a lot of ground so far. You now understand the ways the primary dialog works in ATIS and have seen the master enclosing message itself. Take a break before charging into the rest of this section which deals with the structure of the major sub messages. And remember that this guide is a training overview, if you want all the details about all the elements, consult the standard itself. Each sub-message found in the response group follows a common template pattern with common elements which will be explained now. These items are repeated at the start and end of every sub-message, in the same order and with the same names to assist in message uniformity and software reuse. Note that except for the location entry, all are optional. The inner elements (marked as Unique content placed here in the diagram below) vary with each sub message to suit the needs of the application area.  The head element (which follows on the next page) is used to provide many administrative elements about the message and whomever created it. The most important of these elements is the id element, a unique string which forms the reference value by which this message is referred to and linked to by other messages. It is a string (up to 32 characters in length) which you can think of as the proper name of the message. Notice that this element is optional according to the standard, but its use is strongly recommended in practice. Some suggested numbering practices will be provided in section 7. Following the id element is a sequence of reference elements which contain the ids of other messages that are in some way related or linked to this message. This is the method used to connect between messages in ATIS. A message is linked to another message by having its id used in the references of that message and is said to have a first order linkage. In general, the messages linked this way will all be active current messages, rather than outdated or historically stale messages. A slightly different data concept is conveyed by the pedigree element which follows next. Over the course or life of an event it may transmute from one type of event to another. It might split apart to become two distinct events, or merge separate events together. The lead agency may change or be handled off. The local policies in this regard can vary considerably, not only among traffic practitioners but also between allied agencies. The pedigree element structure serves to reflect the relationships of the message with prior messages when they occur. The event element provides the id of the other message in question, while the reason element provides a code list of why the event was changed (relatedEvent, responsibleEvent, previousEvent, parentEvent, siblingEvent, mergedEvent). Finally, the event-desc element provides a free text field for any additional rational information. Taken together these elements (which are borrowed from the IM work) allow the splitting and merging of events in any conceivable combination. An element called language allows the specification of what language the textual portions of the message are to be in. For most US deployments this can be omitted. The ASN.1 of the standard supports several hundred ISO language choices. The XML expression of this has been reduced to only the choices likely to be required in North America (English French, German, Italian, Japanese, Spanish, and Vietnamese). If any additional language codes are needed in your deployment, revise that part of the XML to add them. The character set with which the free text is to be displayed is also provided by the charSet element. This has value for deployments with messages not encoded in XML (which is provided in a UTF-8 format). Finally, an element called table is provided to denote what look up table set is to be used in expanding pre-ITIS codes and expressions. For most deployments all three of these elements can be omitted. The element called issuingAgency follows with the name of the agency in the format defined by TMDD. Note that this is also a string up to 32 characters in length. If you plan to join the issuingAgency entry with the id element of its message when combining messages from multiple sources, make sure that the total resulting length does not exceed 32 characters. The next element is the updateTime which provides an entry in the normal data time pair format. This is used to describe when the message was created or last updated. It is not the time when the message was issued or sent (that item can be found in the messageHeader in the timeStamp element). This is followed by the expiryTime which follows the same format and conveys when the message should be considered stale or out of date. Note that for some messages (such as traffic conditions) this may be a few minutes or less, while for other messages (such as a constructions alert) it may last for periods of months or more without being changed. A final element onExpiry conveys what action is to be taken regarding this message when the expiryTime has been reached. When the moment is reached the action found in this list should be taken. This is in addition to any restrictions that local agreements may also place on the use of the data itself. Actions include renew to simple seek the newer more current version of the message, and discard indicating that the message is to be discarded and not relied upon past the expire time, and destroy indicating the all copies of the message are to be deleted in the receiving system, etc. The element confidence conveys a general purpose indication of the confidence of the message itself. This, combined with the status of an unverified report can be used to indicate conditions when there is doubt about the message. This often happens with agencies that have a policy of sharing unverified traffic events during the early establishment phase. An element called urgency can be used to relate a relative level of how important this message is in the overall collection of messages. This has no effect on the priority or order of transmission of the message, but can be helpful in the ordering and visual prominence given to the message when displayed to end users. In summary, every sub-message has a head entry which contains the id references value for the sub-message and an id to any item to which it is related, as well as the issuing agency and the time at which is was last updated. The head section contains data about the sub-message that follows, (while the messageHeader contains mostly administrative data about the collection of messages that follow and the ids found there are related to dialogs). When the head element is used in the response regroup the values supplied there are presumed to apply to all the sub-messages that follow and are within in that structure. The next element in the sub-message structure is the location element which is shown on the next page. The location element provides the location information about the sub-message entry. All of the normal LRMS profile entries are allowed to be used. Deployments will certainly want to restrict this to some degree as makes local deployment sense. Note that multiple profiles can be used at the same time. This is the method used in ATIS to refer to a point location and an extent surrounding that location. When the location element is used in the response group, the values supplied there are presumed to apply to all the sub-messages that follow and are within in that structure. This most often used to covey that the sub-messages which follow are grouped by some geographical concept such as a state or region. It is also a useful way to let underlying sub-messages inherent common administrative area information, such as the State, without having to repeat it individually in each message. Aside: A guide dealing with the various profiles of the location referencing message set is now being discussed as a needed part of the overall OET effort. If such a guide is developed it would cover the use of the location profiles in much greater depth than space limitations allow here. Each occurrence of location instance allows a string for the name of the location to be carried in the locationName element. This can be used as a short name to refer to a complex LRMS entry in subsequent uses. Often this allows efficiencies to occur when providing routing information or when connecting local conditions to a route. It is a useful way to name a collection of locations or a region or a set of links in a route. An element named databaseID allows referencing instances to further distinguish which of several databases this refers to. This can also be used as a simple way to track revisions of a dataset as well. The remainder of the structure is then a sequence of up to 100 occurrences of one of the fifteen possible choices of location profiles. Each of the profiles were developed to serve the needs of some community of ITS practitioners and offer widely varying abilities to encode and include location data. In actual fact there are only nine different profiles, the choice structures allows the user to choose from any of the nine profiles (the last nine items in the figure at right), or to gain access to the profile by way of the five basic type of location expressions (points, links, areas, groups, or routes). Most deployment will want to support all of the basic five types of expressions, but only with a sub set of the possible profiles. In this regard no general guidance is possible however at a minimum every deployment should support the linearReference and the crossStreet profile due to their wide acceptance and use. The geographicCoordinate profile should also be strongly considered, however there are some weather related deployments that are successful without the need for any latitude - longitude information being used. The grid profile has several benefits in displaying and populating small fragmentary maps such as found in web sites, but can be difficult to implement and share with others. Returning to the form of a typical sub-message, the isForcast element is a Boolean element which is used to denote that the information which follows is an estimate of an event yet to occur. This is common and useful in weather and traffic predications, but it can be extended to any other type of sub-message as well. The next element (coverageTime) provides a means to denote periods of time over which the forecast is intended to be used. This is a complex time structure which can relate simple arbitrary periods of time (often needed for weather, such as rain expected until 3AM) or reoccurring event times (often needed for preplanned events, such as mowing operations every Wednesday and Thursday afternoons). The next element (forecastExpires) provides a means to denote the date and time when the forecast is no longer to be considered valid. Further information can be found in the sections dealing with complex time in the events sub-message. Most sub messages are not forecast types, and in this case all three of these elements are not found in the sub message. The specific content of the sub-message then appears, a combination of many elements, some required and some optional, that can be used to describe the event. Following the structural content that is specific to each sub-message, three further optional elements may be found. These consist of the furtherData element, the tail element and the localData element. The furtherData element is the standard means to provide a URL link to any other web-based location desired. Most messages will not need to make use of this, however it can be especially useful if you wish to connect the sub-message to a related camera image or some other type of visual content. The tail and localData elements each serve a similar purpose allowing the local deployment to add additional content to the messages while still remaining interoperable with deployments in others regions. The tail element provides a way within the same standard XML schema used by all parties to add to any individual message some additional tags and values (in pairs) to convey whatever message content the user desires. Because this Pandoras Box is placed in a known location in each message, others can cope with information received in the message that they may not understand by simply skipping over it. It suffers from the limitation of only allowing small atomic additional content items to be added to the messages. To overcome this limit many localData elements have been strategically placed within the standard. Every time an element with the name localXYZ is seen (where the XYZ is replaced with the name of the structure in which it appears, such as localResponseGroup) then the local deployment has the opportunity to develop local data structures, of arbitrary complexity, which it can use in the local deployment and provide to others using the same XML schema rules which the standards themselves use. This requires additional effort on the part of the local deployment to modify the local schema documents for local use, but it also provides a very powerful way to profile the standards for local needs. One other way to extend the contents of a message should be mentioned for completeness at this time. In the actual ASN.1 listings provided in the standard you will see the notation at the end of many messages and also many lists. This is the ASN.1 way of stating that the contents may be extended over time. Ambitious deployments may choose to extend the ASN.1 (and therefore also create the analogous XML) themselves as a third variant to creating local content. Further details and examples of using both the tail and localData elements to extend the local deployments content model are provided in sections seven and eight. For the present, keep in mind that every sub-message follows this general form and can therefore be extended with additional content when conditions warrant. The Weather Information sub-message This message has the distinction of being the longest of the sub-messages, although the structural format is relatively simple in nature. As the name suggests it is used to relate weather and atmospheric conditions of all sorts. This includes, besides the expected rainy / sunny / overcast / hot / cold sorts of information, also pollution conditions and a variety of specific measured quantities such as CO2 concentrations. The weather message also makes use of the ITIS codes to describe many subjective values relating to weather conditions. When combined with the forecast elements of the message it can be used to provide a prediction of future events. It is most often cross referenced with links sub-messages to provide the weather associated with road surface conditions. More than any of the other sub-messages, this message can be considered much like a giant menu of ala cart items from which the data sender simply sends what data he has. This can often involve simply reformatting weather content readily available from other sources. The same message can be used to provide metropolitan 5 day forecasts and route by route hourly winter road conditions. Some data providers use the message to issue general weather sub-messages for large regions. Others only forecast storms or unusual weather events (such as those related to winter driving). Still others issue messages with location references to local known named cities and landmarks, while others provide weather conditions linked to routes and segments of the major roadways in their state. As a consequence of these choices the precise location for which a weather message applies can at times be vague. For this reason two additional elements dealing with location (elevationAbove and elevationBelow) are provided to be used to denote the area which a message applies to. The message set supports these uses and, like other messages, a style sheet can be developed to render the information into various displays formats to suit local needs. The information of the weather sub-message can be grouped into several categories of conditions. These include: ~ Temperatures: current and daily highs and lows ~ Sunrise and sunset times ~ Sky & General Visibility conditions ~ Winds ~ Precipitation (rain, snow, ice) ~ Pollution: Smog and Particulates ~ Driving Restrictions ~ Pavement Conditions ~ Pavement Treatments ~ Miscellaneous Other Data ~ And free text fields The above groupings are not reflected in the XML or ASN.1 structures, the elements simply follow one after each other in a flat format. Again, specific details about each element in this message can be found in its entry in the data dictionary standard. The message itself is shown graphically at the right, split over the next several pages. Some additional commentary about aspects of using these elements follows. The units used in these elements match with those found in the rest of ITS and the ESS work. For example the temperatures are given in units of 0.1 degrees Celsius. The rainfall rates are given in tenths of kilograms per square meter, etc. Bear in mind that it is a simple process in your presentation style sheets to change these units from meteorological ones to more common ones such as inches. Also the order of the message has no relationship to the ordering chosen when the information is presented or displayed. Sky & Visibility elements include the use of several ITIS codes to reflect common conditions. The conditions element allows a gross selection of the current conditions (overcast, cloudy, mostly cloudy, partly cloudy, partly sunny, etc.) while skyConditions allows a selection from the slightly more complex structure shown in its ASN.1 form below. Weather-SkyConditions ::= CHOICE { weatherConditions ITIS.WeatherConditions, precipitation ITIS.Precipitation, winds ITIS.Winds, visibilityAndAirQuality ITIS.VisibilityAndAirQuality } -- taken from ITIS over range (4608..5503) The element cloudPercent allows a measure of relative percentage of cloud cover as well. Note that there is also an element at the end of the message to relate the measured or estimated solar radiation rate. Visibility is handled in both ITIS terms (dense fog, patchy fog, white out, low sun glare, dust storms, etc.) and with a distance term in units of meters. The next section of the message deals with winds. Winds are described in ITIS terms (tornado, hurricane, storm force winds, calm, crosswinds, windy, strong winds have eased, etc.) as well as in measurements of gross direction (from the southwest, east, etc.), an angle direction (in degrees), and in speed . The next section of the message covers all forms of precipitation. Precipitation (rain, snow, ice) is expressed over a number of elements. The perspiration element itself uses the ITIS codes for all the gross types of precipitations (severe weather, blizzard, light snow, heavy frost, sleet, damaging hail, extremely heavy downpour, light rain, dew, drizzle, etc.). This element is unique in the weather message in having a probability element also associated with it (there is an overall probability value in the head portion of the message as well). This is followed by a range of elements which have meaning during different type of precipitation. Observe that these elements are optional and therefore only sent when required.  Aside: The weather sub message is an excellent example of the type of message that will likely benefit from additional local content added with the tail and localWeatherInformation elements. Consider these two examples: In coastal areas providing current tides and surf height is common in weather reports. This information is not needed inland. These elements can simply be added to the tail element as desired. Some practitioners will want to add a measure of probability to many of the elements (perhaps the probably that a freezing point will be reached), and can use the localWeatherInformation element to augment the data with an array of probability indexes as needed. Instructions and examples are given in section 7. The humidity element is a simple percentage measurement, The snowDepth and snowPack provide measurements in centimeters. The snowfall and snowOffRoad elements are also measurements in centimeters. The elements iceThickness and blackIce provide measurement values of ice in millimeters. The freezePoint is a predicted or measured value in 0.1 degrees C. Note that the model used for predicting the freeze point (or any other meteorological modeling) is not expressed by the message set. If such information is required, use the tail element or the local data sections to convey it. More commonly, the local deployment has a consistent common understanding in areas such as this. Rain is expressed in three elements. A current rainRate and in two accumulated rain fall values, rain24hrs and rain1hr. There is also an element for waterDepth and surfaceWaterDepth (useful for standing water on road surfaces). The element precipSituation is provided for backward compatibility to allow the use of some alternative ESS terms to describe the overall situation (using ITIS eliminates the need for this element). Two elements (precipStart and precipEnd) provide for the start and stop time of the rain. This can be actual times or predicted times. An overall yes-no Boolean regarding the presence of precipitation is provided by the precipYesNo element. After the various precipitation elements, a section dealing with pollution and air quality follows (refer to the figure below). Again the message is made up of a combination of measured elements and phrase elements taken from phrase lists such as ITIS. The smogAlert element provides an overall status indication of the smog status (no Alert, increasing Alert Level, active Alert, alert Cleared). Pollution and pollen related event alerts are also present in the ITIS codes. The next nine elements all consist of measured values for various airborne items. The defining ASN.1 of this section is shown below. Note the use of common data elements with the NTCIP ESS effort here. airQualityIndex Pollution-AirQualityIndex OPTIONAL, carbonMonoxide NTCIP.EssCO OPTIONAL, -- in parts per million carbonDioxide NTCIP.EssCO2 OPTIONAL, -- in parts per billion hydroCarbon Pollution-HydroCarbon OPTIONAL, sulfurDioxide NTCIP.EssSO2 OPTIONAL, -- in parts per billion nitricOxide NTCIP.EssNO OPTIONAL, -- in parts per million nitrousDioxide NTCIP.EssNO2 OPTIONAL, -- in parts per billion particulate NTCIP.EssPM10 OPTIONAL, -- in parts per million micrograms per cubic meter ozone NTCIP.EssO3 OPTIONAL, -- in parts per one hundred billion The next element, uvLevel is a set of phrases taken from ITIS codes (UV index very high, UV index high, UV index moderate, UV index low, UV index very low). The airQuality element is also taken from ITIS codes (dense fog, haze, visibility reduced, smoke hazard, blowing dust, blowing sand, air quality good, air quality very poor, pollen count high, fog clearing, etc.) and is followed by a further qualifier element, airQualifier (falling, rising slowly, steady, likely, expected, high, upper, unseasonably, etc.). Beside allowing for automated processing and filtering, these codes can be used to create natural langue reports of conditions as needed. Next, a section relating to the current driving restrictions and road surface conditions follows. A much wider collection of link conditions can be found in the link sub-message which is commonly cross referenced to the weather message when used to relate local conditions. This is useful in creating winter road condition reports. If the link sub-message will be used, the duplicative entries contained here need not be sent. The link sub-message is discussed as the next sub message. Most of the elements in this section are only used when the report pertains to a section of roadway, whereas the prior elements were useful in a wider context of use. The first element, levelofservice provides the normal level of service rating for a link (A, B, C, etc.). It is followed by the status element which is made up of the ITIS codes pertaining to closures (closed to traffic, closed ahead, closed for repairs, closed for the season, blocked, blocked ahead, reduced to one lane, collapse, out, etc.) and is used to convey the overall driving status of the link or route. These are followed by the drivingRestrictions element and the drivingIndex element, both taken from ITIS lists. The first contains winter restrictions and recommendations such as: winter equipment recommended, winter equipment required, snow chains recommended, studded tires prohibited, four wheel drive required, etc. The second contains a set of six phrases used in some states as a standard set of public phrases (driving conditions good, driving conditions fair, difficult driving conditions, very difficult driving conditions, hazardous driving conditions, extremely hazardous driving conditions).  The mediantype element provides an indication of the type of median found between opposing lanes of this link (concrete-barrier, guard-rail, open-grass, open-sand, painted-median-no-access, separate-roadways, etc.). This information is often useful in determining what snow clearance strategy will be employed. Many more attributes about the link can be found in the link sub-message. An even more complete summary of the road network inventory can be obtained with the use of the ITE TMDD message set when needed. An element to relate the mobileFriction of the link follows ( a percentage value following the ESS format). The pavement Conditions are related in a sequence of up to three entries to relate the distinct and separate concepts of general conditions (impassable, passable with care, danger of hydroplaning, wet pavement, slippery, etc.), of roadway objects (mud on roadway, road surface in poor condition, loose gravel, etc.), and of ice and snow related conditions (icy patches, black ice, ice pellets on roadway, wet and icy roads, plowed snow, drifting snow, expected snow accumulation, etc.). The next few items deal with the topics of Pavement Conditions and Treatments (typically a winter driving concern). Except for the pavementtype element which is taken from TMDD, all of these entries follow the definitions developed by the ESS work. Note that the treatmentWidth is given in meters, rather than by a strict lane description. Finally a few miscellaneous other data entries are provided including pressure, solarRate, and dewPoint. A free text field, other, is provided to remain compatible with the free text found in ESS. A second free text field, furtherText is also provided to allow sending various national weather services message streams intact as received. The message concludes with the normal tail and local element entries. Congratulations, you have just survived a summary of the longest message found in ATIS. The others will be much shorter and the graphics will fit on one page The Link Traffic Information sub-message  The Link Traffic information sub-messages is primarily used to send roadway information about a link or a node or set of links or nodes. The information can be current or predicted, and in general refers to the link itself rather than about a specific travelers use of the link. Information affecting classes of travelers or classes of vehicles using the link can be sent. Often instances of this sub-message are related by reference to a weather Information sub-message to convey current environmental conditions on a link or route. At other times, instances of the sub-message will be found to be referenced to an accident or some other type of event to denote the effect on the traffic network from that event. In stand-alone use, sets of this sub message are useful to convey the information needed for color congestion maps and other thematic depictions of traffic conditions. The structure follows the normal sub-message format, beginning with the head, location and forecasting information elements. The location element allows all of the LRMS profiles to be used, however in the context of this message, the linear offset and other methods used to denote roadway links are most likely to be used. Exceptions to this rule tend to be cases when there is a need to refer to a wide area rather than a specific link. The affectedLanes element allows the message to focus on specific portions of the link (including such things as shoulders, connectors, gore points, etc.). If this element is not present, the information is presumed to pertain to the entire link. Several elements provide basic measures of utilization and status; capacity, delay, density, levelOfService, occupancy, travelTime, speed, surface Conditions, nodeStatus all following the format defined by the ITE TMDD effort. Several elements provide basic descriptive information about the link or node itself; length, medianType, name, pavementType, roadNumber, restrictionAxleCount, restrictionHeight, jurisdiction, speedLimit, truckSpeedLimit, nodeDelay, etc. all following the format defined by the ITE TMDD effort. Note that some of the statutory information may vary with time of day or other conditions. In cases where a sequence of links or nodes are combined (which can be determined from the location entry), these values reflect the most restrictive condition along the path. For example, for a route composed of several links, the lowest value for restrictionHeight would be given. The normal furtherData element is present, and in this sub-message can be used to link to any camera feeds or to VMS signage information that may be present on the link. The message concludes with the normal tail and local element entries. It should be noted that this message was developed to allow the transfer of a useful subset of all the possible data about a link. It is used by ATIS and also by the IM effort for this purpose but may prove insufficient for some applications. If you have a need for more hard core data consider using the TMDD message set, which is in development at this time but is expected to contain all additional data elements of interest. The Event Information and Incident Information sub-message  The event information and incident information sub-messages are very similar and shown at the right. The event sub-message has one additional entry called repeatTimes used for complex repeating times which the incident sub-message does not have. Otherwise they are identical. They will be described together. Like all sub-messages, it has the normal head, location, and forecast information. The typeEvent element is used to define the major category type which this message is and what single ITIS code best describes it. A severity and a general status element (unconfirmed report, confirmed report, rescue and recovery work in progress, traffic clearing, incident closed, etc.) then follow. The three descriptions relating to the event then follows; the cause, the description, and any advice information. These are made up of a sequence of both ITIS codes and free text to allow any possible description to be created. A summary of the affect this has had on lanes is given on a lane by lane basis as needed. The total number of vehicles involved is followed by a more complex structure providing a count of each type of vehicle that is involved. A similar structure is used to related a complex count of injuries grouped by a triage level. Note the dotted lines in this figure, indicating that these entries are optional. They are only created and sent when the event requires them. The times of the event (start and clear) are provided, and finally the normal end of message elements appear as expected. Refer back to this figure for the remainder of this section as needed. The element typeEvent is very interesting and worthy of some discussion of its own. It provides the top level classification from which the other ITIS codes all come from. There are over 40 code groups that make up ITIS. Not all of them make logical sense as the top level classification of an event. Those that do are placed into a category called Event-description-type-event, shown at right. This method of categorization is used by ATIS, by IM and by TMDD. This is encoded in such a way that when reading the outer code tags you can readily see and understand what general category an event message falls into. The choice of categorization is still in the eye of the beholder (or encoder if you prefer), but what has been encoded is easily understood by the receiving party. Consider the following fragments of the typeEvent in use. Obviously the type includes common roadway incidents and accidents such as Accident Overturned vehicle Multi vehicle accident However the other 36 categories at right are also used in event sub-messages. The types themselves are discussed at length in section <7,8?> where ITIS is reviewed. The incident and event sub-messages can be considered a very flexible form of post-it note. The typeEvent gives a heading of what the message will be about, then the cause, description and advice elements allow a free text message to convey whatever the sender wishes to say. Consider your own daily operations and what typical messages you might have for categorizations like: Crosswinds Work in the median Movie filming Snow chains prohibited Detour is no longer recommended The free text parts of a message to go with the above examples can then be carried in the cause / description / advice element fields. But while the structure of the message allows you to simply use free text, there are lots of reasons not to do so - and very few legitimate reasons you would need to. Again, the ITIS codes form the backbone of the answer. Most anything you could think to say in traffic operations has already been captured in the ITIS codes. And if you say it in that way, others around the country and around the world, regardless of local operational practices, local languages, or local vernacular, will be able to understand you. Machines can filter and sort on it, and complex message filtering automation can be built in ways that could never reliably work if only text was allowed. Go back to the page in which the sub-message was shown. Note that the cause / description / advice elements are all made up of a structure called ITIScodesAndText. This is shown below. Note that it allows up to 100 entries of either an ITIS code phrase or free text to be joined together. Almost all uses of text in the ATIS work follows this format, allowing simple and natural sequences of either a code phrase or some free text to be collected and mixed together. Note that all the ITIS codes are enclosed by the general element name, (ITIS), not the specific category (such as accidentsAndIncidents) that they originated from.  In use, this looks quite humanly readable in the XML. Consider the following example of some advice element content detour is no longer recommended no suitable detour available Second Ave. bound traffic should follow local detour and westbound traffic normal traffic lanes restored It becomes straight forward to take content like the above and render it into a natural language sentence such as: Detour is no longer recommended, no suitable detour available. Second Ave. bound traffic should follow local detour and westbound traffic normal traffic lanes restored. In filling out the event or incident sub-message, what information is placed in the cause element verses the description element can be very subjective at times. There is no hard and fast rule in this regard. In general there should not be information in the description element unless there is also information in the cause element. This subjective issue is less likely to come up for the advice elements. Often advice is skipped unless useful data can be provided. It is also acceptable to repeat the typeEvent element entry as the first phrase in the cause element. This is a bit wasteful, and provides no information that is not already encoded elsewhere, but causes no harm. If you are sorting based on ITIS phrases found in the cause / description / advice elements (and not just typeEvent which data providers must sort on to support the filtering portions of the information request message), then you may want to always repeat the typeEvent element entry to assist your sorting. The three-part way of breaking the overall description up like this is becoming increasingly common in Europe and in US standards work, but at this time most legacy deployments do not structure the operator data entry in ways to support this format. In legacy systems which are translating a single section of descriptive information containing aspects of all three elements, then it is acceptable to lump all of the resulting content in the cause element. Helpful ITIS phrases such as Advice: or Due to: (found in the qualifiers group of ITIS) can be placed into the data stream under such conditions to make the result more readable. Again, because all three elements are optional, only those that are needed are transmitted in practice. Because the ITIS codes cover most any common event, there are few times when free text is, in fact, needed mostly the need for such text is limited to local nouns such as street and place names. Combined with the typeEvent element the reader can quickly determine the type of event and read the cause / description / advice sections to determine what is being said. A typical short fragment showing these parts of the event sub-message is shown below. overturned vehicle confirmed report overturned vehicle blocked ahead reduced to one lane follow local detour exit at Second Avenue Notice that the above example also uses the status element to provide the overall progression of the event. Most events proceed from an initial unconfirmed status to one of confirmed, to one of being cleared or closed. The ITIS codes for status provide for a wider number of settings (the actual ASN.1 is shown below), and you may wish to decide to use only a subset of these in your own deployment. You should be prepared to accept any of them from messages coming from other deployments. These values are shared with TMDD and IM message sets as well. -- Incident Response Status unconfirmed-report (2817), initial-response-en-route (2818), follow-up-response-en-route (2819), initial-response-on-scene (2820), follow-up-response-on-scene (2821), confirmed-report (2822), scene-is-unsecured-at-this-time (2823), -- Caution this has different meanings in public safety use response-scene-secured (2824), -- Caution this has different meanings in public safety use rescue-and-recovery-work-in-progress (2825), extraction-in-progress (2826), clearance-work-in-progress (2827), body-removal-operations (2828), fire-or-containment-contained (2829), fire-or-containment-not-contained (2830), event-cleared (2831), -- Meaning that responder has left scene, -- not that surrounding traffic has cleared to a normal level traffic-clearing (2832), incident-closed (2833), -- A "case closed" meaning which can differ considerably -- by local agency policies A typical but very short local profiling of the above elements for a minimal ATIS deployment might be only to allow the following values to be used. unconfirmed-report (2817) confirmed-report (2822) - Map other values here if needed traffic-clearing (2832) incident-closed (2833) The remaining three sections of the message to be discussed (affected lanes, involved vehicles, and injuries) all have application when the message is used in describing accident types of events. Otherwise they are typically not used. However the use of the event sub-message is much wider than just accidents. You will employ this message form to relate all sorts of non accident events that affect the roadway and transportation network. Before we continue, a few further examples of using the event sub-message may be helpful in this regard. Consider the previously shown example fragments using the typeEvent. Here are these same fragments expanded with additional information showing the types of non-accident information which the event sub-message is often used for. crosswinds confirmed report high profile vehicles drive with extreme caution Work in the median confirmed report grass cutting machines at rest area rest area closed to traffic movie filming event cleared movie filming follow local detour people on roadway herd of animals on roadway Descriptions of an event often need to convey some knowledge of the status of lanes, how many are closed, how many are open, and the status other roadway topology such as ramps, connectors and bridges. The ITIS codes again provide a phraseology for this use, and any survey of current deployments will soon convince the reviewer that lane information is often a perfunctory part of the event descriptions found. Most often this follows a language type description so that the sender and the receiver do not need to have an identical basemap with similar roadway attributes to understand each other. In the ATIS event and incident sub-messages this is handed in an element called affectedLanes which provides a complex definition of the local lanes taken from a structure which was developed by the IM message set for this purpose. Besides being used to describe portions of lanes, the structure can also describe various links, connectors, and locations which are points of interest in traffic operations. The structure shown below matches the IM developed version with one exception; that of adding direction to it (an improvement the IM committee is now considering adding as well). Note the im:. before the LaneDescription - this is the XML graphical way of indicating that the LaneDescription structure comes from (is imported from) the IM schema module.  The LaneDescription structure provides a much more structured way to describe the conditions of lanes or other roadway objects than only the use of ITIS codes would. When used in the affectedLanes element up to 16 unique different lane conditions, each affecting one or more lanes, can be described. The first two elements, laneSelect and laneCnt are used to describe the overall lanes under discussion. The lanes are presumed to be within the links specified by the LRMS location portion of the message. However, within that link there is no information regarding how many lanes might actually exist at the point of interest (and we cannot presume all parties have the same maps). The laneCnt element is used to convey this. If the link in question was two lanes in either direction (and not divided in any way), then 4 would be sent. Implicit with every lane count are two additional lanes, one for each shoulder. Even roadways with no appreciable shoulder (such as a hard guard rail abutting the road surfac) or an on-ramp are considered to have these implied shoulders. This is important to understand when considering the use of the laneSelect element. This is one of the few bitstring elements found in ATIS and it is used to select the subset of all lanes that is being described. The outmost bits, the LSB and the MSB. (with the MSB as defined by the value of the lane count plus two), are defined to represent the shoulders on either side of the road. When asserted with a 1 value, that lane or shoulder is part of the group being described. A value of zero in the laneCnt means the number is not known, and a value of all ones in the laneSelect means all lanes. The elements type, location, and direction then further describe the lane (or lanes) under consideration. The direction element has values of one-Direction or both-Directions and is used to provide an indication if the description is being given for a divided highway. The type element is an ITIS category comprised of useful lane phrases such as (all roadways, through lanes, right lane, middle two lanes, right exit ramp, hard shoulder, right hand parallel lanes, express lanes, inspection lane, emergency lanes, service road, cycle lane, bridge, tunnel, overpass, etc.). The location element is another ITIS category and provides generic locations phrases that can be used to locate the event better. This is especially helpful when the event is not directly on the roadway itself. Examples of its contents include: on bridges, entering or leaving tunnels, in road construction area, around a curve, in the opposing lanes, entire intersection, moved to shoulder, in low lying areas, in some places, at high altitudes, near beach access point, upper level, baggage claim, depot, at rest area, on the right, northbound traffic, etc. Finally, the actual condition of the selected lanes is given by the condition element with ITIS values such as: closed to traffic, closed, closed ahead, closed intermittently, closed for repairs, closed for the season, blocked, blocked ahead, reduced to one lane, reduced to three lanes, collapse, out, open to traffic, reopened to traffic, clearing, cleared, etc. A time value follows which can be used to provide an estimate of when the stated conditions will change. This can be used in the clean up phase of a larger accident or an event that requires notification of when each lane is expected to be reopened. Omit when not needed. Finally a free text element called furtherInfo is provided to contain additional lane related information, such as what is the critical path to opening the lane. Some IM message set deployments are expecting to use this element for internal tactical operations, so you may wish to consider filtering it before sharing with others outside of your own agency. In the prior tradition of providing a short illustrative example, consider a link with three lanes of traffic in each direction where the outside lane and the shoulder have been blocked (say due to the overturned vehicle of our prior example). Such an event would be encoded by the following fragment: 000000000000011 6 reduced to two lanes blocked both Directions As a more unusual example, consider the following which expresses the concept of a rest stop being closed. rest area closed for the season The elements dealing with number of vehicles involved follows next. A simple total count is provided by the element vehicleInvolvedCount. Then up to sixteen counts of specific vehicles by category type can be included. Refer to the diagram of the EventInformation sub-message. Note that each occurrence of type is comprised on a set of elements type and count. The inner type element is selected from an ITIS category of vehicle types such as: all vehicles, bicycles, cars, vehicles with trailers, vehicles with double trailers, abnormal loads, vehicles with odd numbered license plates, LPG vehicles, etc. A typical two vehicle accident involving a car and truck would be encoded by the below fragment. 2 cars1 trucks1 The injuries involved fields follows a similar format (refer to prior figure), however no single scalar value of the total injuries is provided. A typical example fragment follows below. Keep in mind when using this structure that deployments may have differences in local agreements and procedures when fatalities are involved. Note that when the unknown injury level is used it serves to act as a count of the involved persons. minor 2 major 1 The information for both the injuries and the involved vehicles have more robust representations in the IEEE IM message set effort. In the IM work each involved party and vehicle is also tracked and additional data such a names, addresses, insurance carriers, and responsible parties are also collected and formatted into messages to exchange between centers. Here in ATIS only a summary of the event is provided, however it can be readily derived from the IM messages when they are used in the same deployment. The event or incident has the normal startTime and clearTime elements which are used to hold the original start of the event (when known or useful) and the estimated ending or clearing time. Like all date-time elements this allows both date and time as well as the local time offset. Typically this is set for the duration of the accident or other event. When an event will last for several days (and presumably being active during all of that time), then these two time elements are set to span the entire length of the duration of the event. The key concept is that when you are within these two time intervals, the event is considered to be in an active state. One additional time element is found in the Event version of the message, and not found in the incident version. This is reflective of the intention to use the event sub-message for various preplanned types of events. Following the start and clear times there is an element called repeatTimes made up of the ComplexTime structure, which allows the capturing of complex repeating time schedules to be conveyed A graphic is shown on the next page. This element allows for a very complex set of repeating times as well as sequences of arbitrary intervals of time to all be enclosed in an overarching interval of time for an event. The first two elements, start and end, provide a span of the entire period of the event from start to finish (and presumably including both active and inactive periods of time). All active periods for the event in question must fit within these two values. The two elements, weekly and occurrences handle regular repeating events and arbitrary sets of events respectively. The key concept is that these entries reflect what is known or planned, not what is happening at that very moment. Finally, a furtherData element is included for those times when the time schedule is so complex that reference to an external data source is useful. The weekly element allows up to eight entries of times which will repeat each week. The day of the week is given in the day element, while the start and end times are given by elements with those names found inside the times elements. The end time is presumed to occur AFTER the start time, so a value like 1:15AM would logically be presumed to occur during the next actual day. The date element may at first seem superfluous, however it is used when an event continues for longer than a single day to relate the ending date. This structure is useful in conveying concepts like every Friday from 1 to 4 - the encoded value is presumed to repeat every week on the same days and times until the interval of the event has passed.  The occurrences element is used to convey time intervals which do not fit the model of a weekly repeating event. These can be arbitrary in nature or repeated (such as monthly repeating events), however every occurrence of the event has an instance in the entry. The starting date is given by the date element. Again, the inner date element is used for events that last longer than a single day. As examples, consider the following three fragments. [To enhance human readability the XML dates and times in this section are encoded incorrectly]. A roadway closed for the winter season might have no need for the complex time and simply use the start and clear times as such: September 1, 2003 May 1, 2004 Some roadway repairs that are known to require 6 weeks, but not known when they repairs will, in fact, occur until the moment they are occurring, might use only a portion of the ComplexTime entries: May 27, 2003 2:30 PM May 27, 2003 6:30 PM May 1, 2003 June 15, 2003 Another example of roadwork when the times for the actual work are well known (in this case three days a week at night, each with different times) might be encoded as: May 27, 2003 10:30 PM May 28, 2003 4:30 AM May 1, 2003 June 15, 2003 tuesday 10:30 PM 4:30 AM wednesday 10:30 PM 6:30 AM thursday 10:30 PM 2:30 AM As the above examples show, any sequence of time events can be handled by this structure as needed. The sub-message completes with the normal furtherData element. This element can be used to link to any camera feeds or to any multi media information that may be present regarding the event. The sub-message concludes with the normal tail and local element entries. A complete example of an incident message combining the various elements and structures discussed in the above would be as follows below. This is a multi-vehicle accident involving a truck and a car with one minor injury. It has closed one of the three available lanes and the shoulder. It is expected to clear at 3:45 and this message was prepared at 3:10 and is considered valid for the next 5 minutes. It has no prior messages related to it, and it links to no other messages. Event_1234 CalTrans_Dist_7 May 27, 2003 3:10 PM May 27, 2003 3:15 PM renew Some Place multi vehicle accident confirmed report multi vehicle accident blocked ahead reduced to two lanes follow local detour exit at Second Avenue 00000011 6 reduced to two lanes blocked both Directions 2 cars 1 trucks 1 minor 1 May 27, 2003 2:52 PM May 28, 2003 3:45 AM As a final example of perhaps one of the shortest valid messages one can construct we offer: 123 Some Place accident unconfirmed report The Airline Travel Information sub-message  The AirlineTravelInformation sub-messages holds the distinction of being [in this writers opinion] the worst named sub-message of the response group. Its scope and purpose, contrary it its name, it to provide useful information on all types of scheduled transportation including buses, trains and ferry services as well as airplanes. It begins and ends with the same elements found in other sub-messages. An element named serviceName provides a free text field to name the service, often this can be used for vanity names of local runs (the Orient Express, Airport Rail Connection Shuttle) or for the designation of the service run (AA Flight 244, Route 488). The originAirport and the destinationAirport elements transmit the three letter abbreviations used by airports, they can be omitted for other types of service. The departTimeScheduled and arriveTimeScheduled elements provide the date and time and local time offset in the normal formats. The location element can be used for other types of location data such as bus stop information. The element offSchedule uses a definition from the TCIP message set to provide the number of minutes (plus or minus) off schedule that the run is. This element is most often used with trains where the estimated delays can be predicted with relative accuracy. For use in larger terminals, the elements departureConcourse and arrivalConcourse are also provided. Elements labeled arrivalGate and departureGate allow specifying the actual point to board or to leave the service. A generalGate element is also provided for those times, often with mass commuter services, when a specific gate is not assigned until the moment of arrival. A baggageClaim element is also provided. These elements all allow a mixture of numbers and text to be used as needed. The element overallStatus allows the use of ITIS codes to summarize the condition of the run. Phrases are taken from the delays, cancellations and status group and include: delays, short delays, long delays, very long delays, delays of uncertain duration, delayed until further notice, busy, crowded, route cancelled, no replacement, service withdrawn, all services fully booked, next departure, very frequent service, regular service, not operating, delays clearing, delays cleared, etc. The timeValue element can be used to provide a gross sense of the expected delay, or the time until the next service depending on the context of the phrase selected. The duration of the run can be sent if the overallStatus is set to be regular service. If there is a requirement to send additional information (such as a travelers specific seat assignment, or the type or class of service which the run provides, or equipment used), then the tail and localAirlineTravelerInformation elements can be used to add this content as needed. The Route and the Detour Information sub-messages  The route sub-messages (and its identical companion the detour sub-message) are used to convey a series of connected links from a staring point to an ending point that make up a route. The term route in this sense is a path which someone needs to transverse, rather than a collected series of links with the same name (such as Route 101). These routes can be single or multi-modal in nature and can have varying degrees of instructional complexity as needed - from very detailed (from 1st street to 2nd street) to very large grained (after reaching London proceed to Prague). When a route is created for an individual end user (such as a traveler) it can then be used to create a step by step set of instructions, resulting in the itinerary sub-message. When a route is created for a general class of traveler (such as all vehicles which are instructed to use a detour) this step is not normally performed. The route and the itinerary sub-message are covered in greater detail in a [proposed at this time and currently unwritten] guide dealing specifically with how to use and construct routes for travelers. In this routing guide, the process of routing for individual users and for multi-modal routes is covered in depth. In this document the topic of routing is generally limited to using the route message for construction detour needs. The route sub-message itself is one of the few places in the ATIS body of work where a message nests with itself. In other words, a route can be made of instances of other routes, and this recursive structure can theoretically continue indefinitely. In general this type of structure is avoided because it can be difficult to gauge the size of the resulting message and to process successfully. Deployments may wish to expressly limit the allowed number of nested routes within route to be allowed. Five would be a sufficient number based on current limited experience. The sub-message itself starts with the normal head element (which contains the id element with the sub-messages unique name). This is followed by another naming element, the identifier element, which is used to provide a more complex set of name choices of the route and which need not be unique. Typically these named instances are used within the more limited scope of the route dialog exchanges. They can provide a handy shortcut for naming and referring to a fragment of a route during the iterative negotiation of establishing an acceptable route between a data consumer and a data provider. For one-way route use, such as construction detours, this element can be ignored, but the advice element can prove useful for stating specifics about the route or who may wish to use it . Note that this pattern of naming every point along the route with this same identifier element is used many times in this message.  The next element, origin, and its related cousin the destination element are used to denote the beginning and endpoints of the route in question. In these elements (and in other elements to be discussed) a three element Point sequence is used as shown below. Note that the same identifier element is used again to name the end point. The location element is an instance of the LRMS previously discussed. Like all uses of the LRMS the specific set of profiles which you wish to support will need to be documented. The pointRole element is used to convey what type junction this is along the route with terms such as: unknown, transitStop, roadIntersection, parkingPoint, stopPoint, end, origin, transferPoint, etc.  This same Point structure is used to construct the resulting steps of the route itself, providing a series of either a point, a leg or a subroute element to make up the desired path. The leg entry can provide a number of intervening points as needed in the midPoint element as well as a required startPoint and endPoint element. A mode element is also provided to select the mode of travel for this leg with choices such as: any, auto, walking, bus, ferry, airline, taxi, etc. This mode element refers to this leg of the route, while the mode element further down in the listing (see the figure two pages back ) refers to the overall route when a single mode is used. Both are optional. Observe that the final route is presumed to jump from point to point and that no specific insight is given regarding how much intervening detail is involved between the points. When used with travelers requesting routes, this allows the resulting returned route to skip over steps that might be obvious to a given traveler, yet provide great detail when and where it is needed. When used in a construction detour, this allows the creator of the message (typically associated with the construction event) to provide whatever level of detail he feels is best suited to the task at hand.  The above elements provide the actual route itself, all composed of instances of the Point structure. The overall estimate of travel time for the route is given in the element estimatedTravelTime, the total distance of the trip (in various units) is given in tripTotalDistance and the cost (if any) is given in the element estimatedRouteCost. Note that these elements can be used to provide the sort of information found in booking travel arrangements. Often a map is useful when discussing a route, and to support this a series of sets of URL links to maps (mapLink) and textual descriptions (descr) for each map can be sent.  The remainder of the sub-message ends with the normal tail and localRoute data structures. The Itinerary Information sub-message The Itinerary sub-messages is used to express the actual steps needed to transverse a route. Consider the itinerary as an instance of a route sub-message expressed for the needs and constraints of a specific user. The sub-message starts with the normal head element but does not follow this with the location or forecast type elements found in other sub-messages. These elements have no conceptual places in the itinerary sub-message. The message does end with a localItinerary element to allow the normal local expansion to occur. The basic philosophy of this message is as follows. The companion route message is presumed to have all the steps needed to go from point to point (or leg to leg) to cover the path and the user is presumed to have access to this information when using the Itinerary sub-message. In fact a key point to using the Itinerary message if that it does not (in general) repeat the full LRMS location information, preferring instead to refer to each step by a shorter name or reference ID along the path. (the identifier element in the Point structure). Given this sort of matching, then the information that the itinerary sub-message needs to convey to the traveler is to answer at each point in the route: What do I need to do?  The answer to that question is organized in the Itinerary sub-message into three major areas, those of maneuver instructions (typically when you are driving or moving yourself), transit instructions (typically when others are driving you and you need to reach the point of service) and parking instructions (typically when you are entering or leaving a vehicle somewhere). These three basic classes of instructions are gathered into sets that can be connected back to the route message from which they were derived (although this is not a required step by any means). Further information about the structure of these three elements follows. Again: the route and the itinerary sub-message are covered in greater detail in a [proposed at this time and currently unwritten] guide dealing specifically with how to use and construct routes for travelers. The ManeuverInstruction structure is made up of the elements shown below. The location element is used to refer to the point or leg of the route under consideration. Again, this is typically done by use of the identifier element to simply name the location of interest. The appliesTo element provides a reference number for the maneuver itself. The distanceToNext provides a distance with various units to the next maneuvering instruction. The travelTimes provides a start and end time and a duration value for the current leg of the route. The cost element provides a value of cost associated with the current leg of the route. The maneuverLocationType provide an enumeration of types of intersections that this point in the route may represent such as: four-wayIntersection, three-wayIntersection, arterialRamp, highwayRamp, stateLine, roadNameChange, origin, destination, or mergePoint. Note that some of these are not a maneuver per se but simply changes in the local names of the streets or similar items where no action on the part of the traveler is required. Finally a series of up to three instructions may be chosen to covey the action the traveler is to take. Most of these are instances of TurnType and allow choices like: straight, right, secondRight, thirdRight, softLeft, hardLeft, thirdLeft, uturnPastIntersection, etc. Others, like cost, allow selecting monetary values. In use, the resulting XML produces a neat and readable series of instructions such as the following fragment: secondRight 110 straight When driving, an element called outboundRoad is used to convey the name of the roadway on to which the maneuver will occur. Any signage which pertains to this can be conveyed with the maneuversign element. The general direction of the maneuver can be related with the direction element which uses the ITIS phrases to provide major compass points. The TransitInstructions structure is made up of the elements shown at right. It is used to convey the details of a transit route or other scheduled service to the traveler. The structure begins with a location element similar to that found in the maneuver instructions. The location element is used to refer to the point or leg of the route under consideration. Again, this is typically done by use of the identifier element to simply name the location of interest. The appliesTo element provides a reference number for the maneuver itself. Note to check: the transit instruction has both an id and the appliesTo entry, while the maneuver instruction does not this seems to be an error in the XML of the standard? The distanceToNext provides a distance with various units to the next maneuvering instruction. The travelTimes provides a start and end time and a duration value for the current leg of the route. The cost element provides a value of cost associated with the current leg of the route. The mode element provides summary of the type of mode used. The startPoint and endPoint provide instances of the Point structure discussed before and can be used to describe the location of the service. Again, the identifier element is likely to be used in practice rather than the full LRMS of the point. The accessibilityOptions element allows specifying various aspects of disability accommodations which the service may provide. The platformNumber, gateNumber and routeName all allow specifying various aspects of the scheduled run and where to meet and board it. The element vehicleLabel can be used for this as well as for other identifying nomenclature such as the BLUE trains. The elements agencyID and agecyName can also assist in this way to identify which vehicle is the one wanted. The elements scheduledTime, delayed, estimatedDelay offSchedule and overallStatus all serve to convey the status of the service as well as current delays if any. These elements are used in ways similar to the usage discussed elsewhere. Finally a link to a furtherData and a tail element are provided to be able to add additional data when needed. The ParkingInstructions structure is made up of the elements shown at right. Its purpose is to provide parking directions inside the scope of an Itinerary sub-message, so in this regard it is less featured than the data found in the parking lot information sub-message.  The structure begins with the same elements found in the maneuver instructions and the transit instructions Here the elements are shown in a more expanded form. The location element is identical to that found in the maneuver instructions. The location element is used to refer to the point or leg of the route under consideration. Again, this is typically done by use of the identifier element to simply name the location of interest. The distanceToNext provides a distance with various units to the next maneuvering instruction. The travelTimes provides a start and end time and a duration value for the current leg of the route. The cost element provides a value of cost associated with the current leg of the route. A lotName element and parkingFacID (factory ID) element are provided to identify the lot in question by name. The lotLocation (which is made up of the Point structure used throughout the itinerary sub-message) provides a complete LRMS location if needed. The cost of a stay in the lot is provided in lotCost, presumably based on a knowledge of the travelers intended stay duration and type of vehicle. A complete pricing summary for the lot is given by the pricing element. This complex element and its format is described in greater depth in the parking lot information sub-message. The Parking Lot Information sub-message  The ParkingLotInformation sub-message is used to convey information about the status and capacities of parking facilities. Contrary to the name, not all facilities are lots and the sub-message can be used with various types of parking including curbside spaces and construction and temporary parking lots needed during the course of special events. The sub-message starts and ends with the normal elements. The name and location of the lot itself is founding the lot-ident element which allows both a db name and the normal LRMS entries. The basic type of parking lot is conveyed in parkingType using TCIP values for backward compatibility. The overall occupancy percentage of the lot is sent in the percentFull element. A variety of details about the lot are given in the lotDetail element including the total number of spaces in the lot (spacesTotal). The number of parking spaces based on specific types of spaces and users can be sent with sets of the data elements type and spaces to relate specific classes of parking such as: auto, compact, handicapped, curbside, carpool, carpoolHours, midday, motorcycle, bicycle, loadingOnly, shortTermOnly, truck, semiTrailer, bus, outside, etc. The name of the lot is then presented in lot-Name. The hours of operation are presented in the normal format in the element hoursofOperation. The rates element follows the TCIP format and allows a free text format to send and explain complex billing rules. The element parkingFillTime can be used to denote the subjective point in time when the lot typically fills to the point that getting a space becomes questionable. In this usage the date element is not normally required, only the time. However, there are some multi-day special events when the date field is needed. Note that the information inside the LotInformation structure is static in nature and typically will not change on a daily basis. The prices element provides a means to send various prices concerning the use of the lot over a period of time. Within a set of start and end elements, which contain the normal DateTimePair formats, one or more entries of the PriceScheduleEntry structure may appear.  Each entry element allow a priceScheduleEntry to be expressed, and up to 100 such entries may be used. The content of the structure includes the price-DayType (the type of day on which this price applies such as: holiday, tuesday, all, mondayToFriday, mondayToFridayExcept-Holidays, weekend, etc.), the time over which the price is valid (in the normal TimePair formats) and two pricing elements. The priceFirstPayment element allow relating the cost of initial entry, while the priceMaximum allows sending a maximum possible price. When a cost structure is needed which relates price to the duration of the stay at the lot, the times element allows sets of the timeInterval and the cost element to be sent. Time for another break. Youve covered a summary of the key message that make up 99% of the realm of ATIS. In the next two chapters we will deal with some more specifics of how to use these messages in a real system, and how to customize them for local needs. If you are more interested in managing the procurement side of this problem than the nuts and bolts of the coding, skip ahead to section X. The rest of this chapter deals with some important odds and ends. 7.3 Key Issues not Supported by the Standards The ATIS standard represents a solid starting point for building a local system, regardless of where this system will need to connect to one or more others systems produced elsewhere. The overall quality and integrity of the data structures reflects the experiences of many professionals culled over a long period of time and frankly will exceed the quality of any similar product developed with few resources over a short period of time for a regional need. In other words, even if you do not expect to interface to anyone - it represents a better starting point that anything else available to you. On the other hand, because it represents a National consensus process, some aspects of the ATIS standard are overly big, fat, and ugly when compared to what you might design strictly for your own needs. One of the maximums of designing standards is that any two motivated people can agree to build a better interface than the standard provides, but if three of more people become involved, the standard usually earns its keep. Even starting with a well formed standard such as ATIS, three further issues need to be addressed in order to successfully use the standard in a deployment: What local restriction / conventions will there be on the optional elements and message sent What local restrictions / conventions will there by WITHIN the elements that are sent What additional local conventions will be applied to the messages and how the data is used Each of these will be handled in greater depth in the rest of the document, but a few more words are suitable at this time. Item a What does the term OPTIONAL mean to your deployment? It means three different things depending on the content you use it in. When the term OPTIONAL is used in the message set definition it means that the element of the message structure with which the term is associated may or may not be included when the actual message is sent to another party. In other words, this part of the overall message is optional and either its presence or absence is a perfectly valid expression of the message. This term is used for two reasons, first became the same overall message can be used in different ways or contexts and in each of these ways the optional element may or may not be optional (see the rest of the standard - typically the English portions that provide the sequence diagram information for using the message - for the specific requirements on this). Second, by making large portions of the message set optional, the same message can be used by a wider number of deployments. If the optional keywords was not employed then every user of the standard would have to follow and include every element found in a message. Most deployment will not have every data element defined in the message set, or want to send it all the time. At other times the data may simply not exist for a specific element. In either event, the optional keyword allows sending a completely valid message over the system. And it also means that any receiving device which meets the standard is prepared to either see the optional element or skip over it to the next one without creating a processing error. The second meaning of optional is how you use the term to refer to the messages themselves in the context of your own deployment. All the basic messages we have covered in the response groups are optional, and you may elect to use them or to skip over them when you define and build your deployment. For example, you might determine that you have no need for the parking lot information sub-messages in your deployment and therefore they are optional (or even prohibited) from centers in your deployment. Some other message, such as the links sub-message, may be considered mandatory in this same context. The final determination of what is really optional in your own deployment comes down to selecting what precise data elements you wish to provide support for in each message that you use. In this context you are determining which elements among the optional ones you think are really needed in your deployment and stating as part of your deployment spec that they are required. The links sub-message, as an example, has an optional element called restrictionAxelCount which you might wish to require all message issuers in your deployment always use. Item b You men there is still more to do? After you have determined what messages and sub-messages you wish to use, and what optional elements inside those message you wish to require of those that create data in your deployment, there remains a final step to profile the data elements themselves. This comes in two flavors; adding further content and restricting content. It is a fairly easy process, and will be covered in greater detail in the sections which follows but the principal steps are as follows: Look at every enumerated list of phrases you will be using and determine if there are phrases which need to be added for local use. Look at every enumerated list of phrases you will be using and determine if there are phrases which need to be removed for local use. If this phrase were to occur (say form a message coming from elsewhere) to what alternative phrase could it be mapped? Look at every sub-message and determine what simple elements (added in tail) or complex elements (added in the localxxx entry) need to be added. Add these to the local schema as needed Look at every location where free text can be used in any message and determine exactly what the allowed set of textual elements is to be. Consider banning various printing control characters from use (values under decimal 31). What will be done if one of the prohibited text elements should appear? Item c Okay we have profiled the message sets for local use, now what? There is still the need to establish a few words on how the messages are to be used. This falls largely into the realm of interagency agreements on the use of data and joint behavior, but some portions of it may affect the profiling you have performed on the message sets themselves. A good example of this might be the common sense rule do not put rude words on the VMS sign which might result in a set of words or phrases which your system will test for and suppress in various free text fields. Another such rule might be something like: all traffic accident events with a severity of greater then X will always be closed by explicitly issuing a message update with a closed event message status and shall not be allowed to simply time out of existence. Rules of this type end up in the local operational concepts you will develop and also in the performance / procurement specifications for parts of the systems that pass the messages. Rules like the two examples given may also affect the user interface design aspects of some products (and area where the message set standards give no guidance). 7.4 Structure and Interrelationships within the Standards Framework In earlier versions of all the standards the relationships to other standards was vague and tenuous at best. It required expert knowledge and time to know what the original intent of the document was with respect to some data element being reused from another standards efforts. And frankly this effort was largely beyond most implementations and often ended up in a dead end when the data element one wanted to use turned out no longer to exist or to be in a form that was plainly not suitable. As standards were revised or changed with experience, this because further muddled. Few deployments were able to marshal the skills required to assemble a suitable set of standards from which to base a deployment. Thankfully, due to the efforts of the SDOs and their work in the data registry, this has changed for the better and is now a thing of the past. The practices for documenting re-use have been dramatically increased, and in the case of the ATIS standard users no longer have the depend on seeking information directly from other standards to understand how to re-use the data element that are shared from elsewhere. The information that is required is presented entirely within the ATIS standard itself, and the ASN.1 and XML forms have been extended to fully contains the external data elements required. If you examine the current ATIS standard you will see the use of modules and namespaces which explicitly document the relationships top external data structures used from elsewhere. Every such data structure is then defined in Clause 7 of the standard itself. The reference work from each SDO is cited in the normal way (showing specifically what revision was used to include and create the final AIS work), and you have the final result presented to you a complete set of ASN.1 or XML from which to base your design. The cross linking between these modules (which represents a considerable effort to ensures that it is entirely correct) has already been done for you. You can readily grab the ATIS schema family and rapidly transverse it and use with commonly available tools without having to expend any effort to integrate the portions of others standards which it uses. From this starting point, there are predefined areas where the local content can be added ad needed, allowing you to adapt the national standards without having the actually muck about with editing them directly (which could introduce local errors). The mechanical details of how this is managed are presented in practical examples in chapter 7 while a more in-depth summary of what content is reused from other standards is presented in chapter 6. 7.5 Issues and Challenges to be Addressed in Planning to Use the Standards The primary challenge to successfully using any of the standards is know both what they can do and what you wish to do with them and then to balance the two. Sort of a Zen thing. After this, life becomes a matter of expressing what you want and recognizing (by some objective test method) if you have it. Regrettably, sort a drudgery thing. You have already achieved a great deal of the first step by getting this far in the training guide. Undoubtedly you will need to consult with others who are part of you deployment to make some informed choices, but the overall concepts of using the ATIS work should be clear at this point. Now you need to move to the details of what your deployment needs and the details of achieving this. Much of the remainder of the guide will deal with the process steps needed to achieve this. Besides the local profiling spoken of above, you will also develop representative test messages which can be used to validate and sign off on major components of the system. Completing these steps will significantly lower the risk factors in your program, allow you to get a feel for where the development risk is, and is likely to result in a much better final product. One concept that will be restated throughout the reminder of the document is the concept of knowing what you have built. Only by keeping a firm grasp on this will you be in a position to advance your systems over time and added new features and centers with both depth and breadth of data. You will have to select some subset of the ATIS standards to deploy, and over time the reasons and rational for this decision may become very difficult to recall, especially after it changes a few times. That matters less than knowing where you ended up. Said another way; Know you baseline, even if you do not know why you have this baseline. 7.6 Relationship to the National ITS Architecture and Other Standards The National ITS Architecture serves as a reference framework for the development of ITS standards. The Architecture partitions transportation-related functions into subsystems, identifies the boundary of the overall system functionality using terminators, and defines the exchange of information between subsystems and terminators using architecture flows (also known as information flows). Various standards development areas, including advanced traveler information, incident management, commercial vehicle operations, traffic management, and transit management each concentrate on the interfaces and architecture flows in their areas of expertise. For example, the TMDD standards activity concentrates on the architecture flows in and out of the Traffic Management subsystem, while the TCIP standards activity concentrates on the flows in and out of the Transit Management and Transit Vehicle subsystems. The ATIS standards effort concentrates primarily on the interface between the Information Service Provider and its subscribers, identified in the National ITS Architecture as the Personal Information Access Subsystem (PIAS Personal Computers, PDAs, etc.), the Remote Traveler Support subsystem (public access kiosks and the like), and the Vehicle Subsystem (private vehicles). Additionally, the ATIS message set also provides messages that are used on the architecture flows into the Information Service Provider from other center subsystems such as the Traffic Management, Transit Management, and Emergency Management subsystems. Since other standards activities are also working on standardizing some of these interfaces, the ATIS message set complements and reuses many of the data elements standardized by those other activities (such as the TCIP, TMDD, and Incident Management standards).  The ATIS message set was divided into seven major groupings, as shown in section [5.1 Introduction]: Mayday Tight Bandwidth Preference Settings Directory Services Parking Data Trip Guidance Traveler Information Each of these groupings provides messages that standardize specific National ITS Architecture interfaces and information across those interfaces. Mayday: This standards grouping provides messages that address the interface between a vehicle or handheld device (such as a PDA) and a mayday or telematics service provider. In the National ITS Architecture, this interface is represented by the emergency requests and acknowledgements between the Vehicle or PIAS and the Emergency Management subsystem. As shown below, the Mayday group standardizes the emergency requests and acknowledgments between the Emergency Management (EM) and the PIAS and Vehicle.  Tight Bandwidth: This standards grouping provides messages that apply to reduced bandwidth interfaces (such as wide-area-wireless interfaces), and address primarily the interfaces between the Information Service Provider and the PIAS (personal), RTS (public), and Vehicle subsystems and is therefore mapped to the relevant architecture flows in the National ITS Architecture. As shown below, the Tight Bandwidth group standardizes the broadcast information, traveler information, and yellow pages information from the Information Service Provider to the PIAS, RTS, and Vehicle subsystems.  Preferences Settings: This standards grouping provides messages to support personalized requests for information from travelers and drivers. These messages address primarily the interface between the Information Service Provider and the PIAS (personal) and Vehicle Subsystems (VS), and is therefore mapped to the relevant architecture flows in the National ITS Architecture. As shown below, the Preferences Settings group standardizes the traveler profile from the PIAS and Vehicle subsystems to the Information Service Provider.  Directory Services: This standards grouping provides messages to support directory services, such as that provided by yellow pages service providers. These messages address primarily the interface between the Information Service Provider and the PIAS (personal), RTS (public), and Vehicle Subsystems (VS), as well as the interface between the Yellow Pages Service Provider and the Information Service Provider, and is therefore mapped to the relevant architecture flows in the National ITS Architecture. As shown below, the Directory Services group standardizes the travel service information between the Yellow Pages Service Provider and the Information Service Provider, and between the Information Service Provider and the PIAS, RTS, and Vehicle subsystems.  Parking Data: This standards grouping provides messages to address primarily the interface between the Information Service Provider and the PIAS (personal), RTS (public), and Vehicle Subsystems (VS), as well as the interface between the Parking Management subsystem and the Information Service Provider, and is therefore mapped to the relevant architecture flows in the National ITS Architecture. As shown below, the Parking Data group standardizes the parking information between the Parking Management subsystem and the Information Service Provider, and between the Information Service Provider and the PIAS, RTS, and Vehicle subsystems using the traveler information flow. Note that parking-related messages can also be exchanged between the PMS and Traffic Management (TMS) and Transit Management (TRMS).  Trip Guidance: This standards grouping provides messages to address primarily the interface between the Information Service Provider and the PIAS (personal), RTS (public), and Vehicle Subsystems (VS), and is therefore mapped to the relevant architecture flows in the National ITS Architecture. As shown below, the Trip Guidance group standardizes the trip requests from the PIAS, RTS, and Vehicle subsystems to the Information Service Provider, the resultant trip plan, and a confirmation that the proposed trip plan has been accepted by the requester. Other subsystems could also request routes, such as the Fleet and Freight Management subsystem (FMS). The Information Service Provider may also provide the routes selected by its subscribers for paratransit services to Transit Management (TRMS) and information about special vehicles such as oversized vehicles or motorcades to Traffic Management (TMS).  Traveler Information: This standards grouping provides messages to address primarily the interface used by the Information Service Provider to collect information for use by its subscribers from various agencies, as well as the interface between the Information Service Provider and the PIAS (personal), RTS (public), and Vehicle Subsystems (VS), and is therefore mapped to the relevant architecture flows in the National ITS Architecture. This information could include traffic conditions, incidents, weather, events, transit information, environmental and speed data from vehicle probes, multimodal information such as information about ferries, airplanes, or trains, etc. Since the information from other agencies may also be in a format standardized by other standards activities (such as the TMDD, Incident Management, or TCIP activities), the ATIS message set and data elements are common or interoperable with those other message sets. As shown below, the Traveler Information group standardizes the traveler information requests from the PIAS, RTS, and Vehicle subsystems to the Information Service Provider, the resultant traveler information, and to some extent, the information collected from the Event Promoters, Multimodal Transportation Service Provider, and Information Service Providers in other jurisdictions.  Relevance to Regional ITS Architecture Development The National ITS Architecture is used by cities, states, and regions all over the country to create tailored architectures called regional ITS architectures that represent existing and planned ITS system deployments for the region. These regional architectures use real ITS system names (e.g., ADOT TOC Traffic Workstation, Aztech Traveler Information Kiosks) rather than the generic names used in the National ITS Architecture (e.g., Information Service Provider, Remote Traveler Support). All of the architecture flows in the National ITS Architecture are reviewed and tailored as part of the regional ITS architecture development process so that each regional ITS architecture includes only the architecture flows that are of interest to the region. Although many techniques and tools may be used to develop a regional ITS architecture, one of the most commonly used approaches is to use the Turbo ArchitectureTM software tool that facilitates use of the National ITS Architecture. An example of one of the diagrams that is generated by Turbo ArchitectureTM is shown below.  This diagram shows two systems, the information that they exchange now, and the information that they will exchange in the future, represented by a tailored set of architecture flows from the National ITS Architecture. In this case, only the most relevant architecture flows for this interface were selected from many candidate architecture flows. The selected architecture flow road network conditions has the following default definition: Current and forecasted traffic information, road and weather conditions, traffic incident information, and other road network status. Either raw data, processed data, or some combination of both may be provided by this architecture flow. Information on diversions and alternate routes, closures, and special traffic restrictions (lane/shoulder use, weight restrictions, width restrictions, HOV requirements) in effect is also included. The architecture flow is related to underlying detailed definitions in the Logical Architecture and also related to ITS standards that support this type of information exchange. A regional ITS architecture might be made up of hundreds of interfaces like this that interconnect each of the systems in the region. The tailored set of architecture flows that are defined in a regional ITS architecture provide a starting point for determining the ITS standards that are applicable to the region. There are several ways that a list of relevant ITS standards can be determined from a regional ITS architecture. The most common approach is to use Turbo ArchitectureTM, which provides reports that show relevant ITS standards for each interface in the regional ITS architecture. The same list of standards can also be derived directly from the National ITS Architecture web site ( HYPERLINK "http://www.iteris.com/itsarch" www.iteris.com/itsarch). Each architecture flow on the web site is hyperlinked to the relevant ITS standards; just click on an architecture flow and follow the links to see all related standards. A third way to identify relevant standards is to use the SDOMAP.MDB Microsoft Access database that identifies every architecture flowto-ITS standards relationship. This database is available on the same National ITS Architecture web site. All three approaches yield the same list of potential ITS standards for each architecture flow. For example, the road network conditions architecture flow in the previous diagram is related to the ATIS standards shown in the following table. It is likely that that the LinkTrafficInformation sub message would end up being used in this case. Architecture Flow Standard Group Doc # Standard Titleroad network conditionsAdvanced Traveler Information Systems (ATIS) General Use Standards GroupSAE J2354Message Set for Advanced Traveler Information System (ATIS)SAE J2374National Location Referencing Information ReportSAE J2529Rules for Standardizing Street Names and Route IDsSAE J2540Messages for Handling Strings and Look-Up Tables in ATIS StandardsSAE J2540-1RDS (Radio Data System) Phrase ListSAE J2540-2ITIS (International Traveler Information Systems) Phrase ListsSAE J2540-3National Names Phrase ListSAE J2630Converting ATIS Message Standards from ASN.1 to XML Since the initial list of standards provided by Turbo ArchitectureTM or any of the other techniques includes all potential related ITS standards, the provided list is only a starting point. In addition to the ATIS standards above, this particular architecture flow is related to a few other candidate standards including the NTCIP Center to Center standards. Some of the standards that are identified will not apply to your specific implementation; it is necessary to review the list and cull out those standards that dont apply to your specific implementation. Consult section XX in this guide for guidance on how to determine the specific ATIS standards to use in your particular deployment. Chapter Eight  TOC \o "1-3" \h \z  HYPERLINK \l "_Toc44832458" Understanding the realm of Related ITS Standards  PAGEREF _Toc44832458 \h 60  HYPERLINK \l "_Toc44832459" 8.1 Introduction  PAGEREF _Toc44832459 \h 60  HYPERLINK \l "_Toc44832460" 8.2 The major message sets as a harmonized family of standards  PAGEREF _Toc44832460 \h 60  HYPERLINK \l "_Toc44832461" 8.2.1 Using the ITE TMDD components  PAGEREF _Toc44832461 \h 60  HYPERLINK \l "_Toc44832462" 8.2.2 Using the TCIP components  PAGEREF _Toc44832462 \h 61  HYPERLINK \l "_Toc44832463" 8.2.3 Using the IEEE Incident Management components  PAGEREF _Toc44832463 \h 61  HYPERLINK \l "_Toc44832464" 8.2.4 Using Physical Devices and NTCIP standards  PAGEREF _Toc44832464 \h 62  HYPERLINK \l "_Toc44832465" 8.2.5 Using the ASTM ADUS components  PAGEREF _Toc44832465 \h 62  HYPERLINK \l "_Toc44832466" 8.2 The use of ITIS codes across and in the standards  PAGEREF _Toc44832466 \h 63  HYPERLINK \l "_Toc44832467" 8.3 Interfacing with CORBA and DATEX systems users  PAGEREF _Toc44832467 \h 64  HYPERLINK \l "_Toc44832468" 8.4 Interfacing beyond the realm of the ITS Architecture to other systems  PAGEREF _Toc44832468 \h 65  HYPERLINK \l "_Toc44832469" 8.5 The evolution of multiple standards  PAGEREF _Toc44832469 \h 65  HYPERLINK \l "_Toc44832470" 8.7 Issues and Challenges to be Addressed in Planning to Use ALL the Standards  PAGEREF _Toc44832470 \h 67  HYPERLINK \l "_Toc44832471" 8.8 Using the National Data Registry to Track Changes that Affect Your Deployment  PAGEREF _Toc44832471 \h 67  8. Understanding the realm of Related ITS Standards Introduction The ATIS message set standard does not stand alone; in building its messages it frequently makes use of data elements (and to a lesser degree, data frames) from other standards. This is done to promote re-use across the various sub domains of ITS. It has the practical effect of making the software investment developed for one application more useful in another. As a result, one cannot actually deploy a system using the ATIS message set without some reuse of the standards developed elsewhere. It is best to procure complete copies of the other standards you will need in order to see and understand the full scope and intent of these efforts, but the minimal information you will require (the specific data definitions and the text of how to use them) is already included in the ATIS standard itself, and the provided ASN.1 and XML listings. In this section we explore, at a lower level, the kinds of information which are reused from the other major message set efforts by ATIS. We then go on to discuss various aspects of integrating a complete ITS system and some of the other issues that need to be considered. 8.2 The major message sets as a harmonized family of standards In this section we provide a broad summary of the contents found in each of the other center to center message sets and the information in each that are of interest to the ATIS developer. 8.2.1 Using the ITE TMDD components The Institute of Transportation Engineers (ITE) has co-developed with AASHTO and NEMA, both the Traffic Management Data Dictionary (TMDD) and its related message sets. The contents of this message set covers two distinct areas. First, the messages needed for the control of roadside traffic devices by a remote center. Second, the description of traffic events in a format which is largely duplicative of a portion of the features found in the ATIS event sub-message. Other supporting messages provide the means to learn about the inventory of devices a center has and its roadwork network inventory as well. The TMDD messages provide no form of interactive tactical message support, nor do they deal with any transit related issues. The TMDD messages are published in a form similar to that of ATIS, comprising a set of messages constructed of data elements also developed by the TMDD committee and published together in a standard. The ATIS effort (and the work of IEEE IM) uses over four dozen of the TMDD data element definitions for traffic management things such as link speed, link restrictions, link owner, etc., and other attributes about the roadway itself. TMDD in turn uses the ITIS codes developed by the SAE ATIS committee, and to a lesser degree, the SAE LRMS effort as well. 8.2.2 Using the TCIP components The Transit Communications Interface Profiles (TCIP) was originally developed by ITE, and it is now being developed by APTA as the TCIP II effort. It deals with a full suite of transit related issues from route scheduling and run cutting to the needs of daily incident management and vehicle fare and payment systems needed by many fleets. In this respect, some areas of the TCIP effort are duplicative with those developed elsewhere in other ITS standards, while others are very unique to TCIP. Active coordination has attempted to at least settle on common data elements whenever possible, but the deployment who will be heavily using the TCIP standards will have to take extra steps to determine when elements and messages of TCIP are best used and when elements from other ITS standards would serve better. In the area of ATIS this is less of an issue, however differences between the same data elements still do exist. ATIS uses the TCIP data elements to describe a number of basic parking lot features, the features found at bus and train stops, routing (typically walking) directions, and various transportation amenities for disabled users. Approximately two dozen such elements are used by ATIS. 8.2.3 Using the IEEE Incident Management components The Institute of Electrical and Electronics Engineers (IEEE) has developed the Incident Management (IM) message set as the tactical message set to be used between coordinating centers during the handling of an event (often called 1512 due to its publication number, much like ATIS is referred to as J2354). While ATIS provides what can be viewed as a summary message about the current status of an event, the IM effort is very much focused on telling another center what your center is doing at any given time, or requesting specific aid from another center as part of the response (i.e. we are rolling two sand trucks from our North depot that will reach the staging area in 10 minutes). In other words IM is a blow by blow and minute by minute message set and is much more detailed, and perhaps contains information that you would not typically want to provide in an ATIS message. However, when the IM message set does issue general status messages about events it is well coordinated with the ATIS message because it uses the ATIS sub-messages themselves (incorporated into the IM message set wholesale) to do this. The incident referencing and numbering methods and incident filtering methods used by both message sets is also essentially the same. At a lower level, the ATIS messages use several data elements and structures directly from IM standard. These include the complex lane description structure as well as the injury sorting counts, and the pedigree structure for complex event histories. IM uses ATIS structures for time and dates and complex time models, as well as many of the actual entire ATIS messages in its work, often building on them with additional information that only other peer agencies would wish to exchange. 8.2.4 Using Physical Devices and NTCIP standards In general there is no need to manipulate or control roadside devices within the ATIS message set. This is the subject area covered by the NTCIP standards which are developed jointly by the ITE, ASSHTO and NENA. One notable exception to this is the area of environmental sensor systems (ESS, also called remote weather stations). The data elements defined by the ESS effort are commonly used in ATIS (as well as other places) to describe a variety of weather measurements such as temperature, dew point, and snow depth. In all, over forty data elements are reused from the ESS standard in ATIS. 8.2.5 Using the ASTM ADUS components The ASTM Archival Data User Services (ADUS) standards deal with the processing and data elements to support the archiving of various types of ITS and road data. This information can range from being ATIS messages themselves, to many other kinds of data not of interest to ATIS deployments. It also includes data that may serve ATIS needs tangentially, such as daily loop counts that can be used to create and maintain ATIS time of day traffic flow models. ADUS is a bit unique in that it forms a standard that often captures the work of other standards, rather than defining the intricacies of the content itself. Much of it is concerned with documenting the conditions under which data was collected for latter use (so-called meta-data or data about data). At this time, there are no data elements reused and shared between ATIS and the ADUS work, as the first set of standards from this group has not yet been completed. 8.2 The use of ITIS codes across and in the standards A final set of standards needs to be mentioned, that of the International Traveler Information Systems (ITIS, SAE document J2340.2) which was developed and published by the ATIS committee of SAE. This is a set of phrases which are uniformly used by ATIS, IM, TMDD and parts of TCIP to represent common terms and values for short phrases used to describe, sort, and classify ITS messages. The ITIS codes are integral to producing any ITS deployment at this point. The ITIS Codes themselves are a set of over 1200 phrases grouped into about 40 useful sub list categories such as accidents and incidents, precipitation, or traveler group affected. These categorizations allow the sub lists of the ITIS codes to be used in various contexts of messages as defined by that message. For example the traveler group affected is used to denote what types of travelers are affected by some advice with entries like local traffic, or pedestrians. When used in the actual message, these terms appear in the transmitted messages (in XML) or as a specific code which is uniquely defined for each phrase. In some deployments the local text for a phrase can vary to suite local conventions, for example local traffic might be expressed as local drivers in some deployment. Because the same phrase and/or code is used in the message encoding, different user groups, deployments, and manufacturers can all share the same meaning for the phrase code. The ITIS phrase standards also allow a wide range of local phrases and codes to be added to the lists to handle unique local conditions. In the ATIS standard (as well as in the other standards) the ITIS codes can be found used in three distinct different styles. First, and perhaps easiest to conceptualize, is that in general descriptions of events any combination of ITIS codes, interspersed with free text, may occur. In this form of use the resulting XML rendering more or less forms a natural language sentence which can be read directly. Note that the codes and/or phrases are still in the native ITIS form, so sorting can still occur on the message contents. Note that because there are no rules regarding the syntax or order of the phrases, it is possible to create message content which is entirely nonsensical. This form is used by ATIS and IM, but not supported by TMDD. An XML fragment instance of this would look like: The rules of use allow you to combine freetext like this with ITIS phrases like: accident involving a pedestrian and a three headed green kangaroo follow-up response en-route and normal traffic lanes restored in any combination you wish to create. The second format which occurs is the use a subset of the ITIS codes to create a general category for the type of event that a message is. This style is employed to create the data content found in the top level categories used to sort and to filter message types in ATIS and IM. This form is used by ATIS, IM and TMDD in categorizing basic message types. When expressed in this way, the category of the ITIS phrase is used to form the outer tag name in XML (or the outer encoding value in ASN.1) and can then be used to determine the general context of the inner ITIS phrase. So, when the ITIS phrase calm is found to be inside a tag labeled winds it is obvious this is referring to an aspect of the local weather rather than a light day of traffic flow. Two XML fragment instances of this (from the event sub message) would look like: work in the median movie filming The final format style is to simply use one of the ITIS sub lists in a message where the specific context of the message makes it clear what the use of the ITIS codes are. In this case the name of the XML tag surrounding the ITIS phrase is often related to the message content, rather than the name of the ITIS sub list itself. This form is used by ATIS, TMDD, TCIP and IM. Consider the lane description data structure which is used to denote the type of lanes or the roadway object and relate their operational status. In this structure the ITIS sub list of Lanes and Roadways is used to denote roadway features such as ramps, connectors and bridges. The ASN.1 fragment from the Lane description is: type ITIS.LaneRoadway OPTIONAL, -- the ITIS code for various lane types -- such as: HOV, left, right, all, ramp, bridge, etc. An XML fragment instance of this would look like: middle two lanes In summary, it is essential to master the basics of the ITIS codes and phrases in order to create messages in any of the center to center message sets. 8.3 Interfacing with CORBA and DATEX systems users A number of ATIS deployments may need to interface with other ITS systems (often TMDD types of systems) that have made use of DATEX or CORBA as the underlying interface method. If you are using DATEX or CORBA as the connection method in both the ATIS systems and the other system, then this should not be a problem. More likely, you will be not be using one of these methods (perhaps you have chosen an XML based format but the problem is the same for other choices). In this case your primary concern is how to construct some form of bridge to connect between the two systems. This is a topic which is beyond the scope of an introductory guide to solve, but some basic guidance can be provided. The first thing to observe is that this problem is going away of its own accord as the world continues its massive trend towards adopting XML. One facet of this trend is that you can readily use XML over DATEX or CORBA, and just about any other transport encoding or middleware protocol you can name. As a result, more vendors of such products have some form of ways to create XML and encapsulate it to be carried over the protocol stack in question. Contact your vendor regarding this; then contact your neighbors to see what they are doing often the best solution to this type of problem is to understand the migration strategy of the adjacent systems you will need to connect with. Other deployments are already wrestling with this issue. At the time this was being written, one of the major CORBA-based legacy ATIS systems (the Gary Milwaukee Corridor) has already successfully created a duplicate set of XML-based feeds to lower the cost to connect to their CORBA gateway. The I-95 coalition, a major multi-state DATEX-based deployment, is redesigning their system to use an XML- based set of message flows while preserving its investment in a DATEX-based set of flows as well. Several other deployments are also using duplicative flows in order to maintain connections with older systems. 8.4 Interfacing beyond the realm of the ITS Architecture to other systems The need to connect to other systems is never ending and the boundary will soon take your deployment (if it has not already) beyond the realm of what is considered ITS. This will likely relate to multiple legacy systems of some sort you need to interface with, but it may also cause you to become connected to other CAD and messaging systems such as 911 call centers, Police and Fire dispatch systems, or the need to connect on temporary and ad hoc basis with state or Federal emergency services as part of a coordinated response program. In any event, the process of managing this type of connection is the same as connecting up to another system with ITS. Know your baseline! The key is being able to succinctly describe what interfaces you expect from each other. This has both a message structure-content aspect as well as an intuitional aspect. You can use the selected parts of the national standards, complete with your local adaptations which were discussed in Section Five, to explain how to work with your side. However, you should also be prepared to provide complete and correct examples of well-formed messages, and even a safe place to test and connect the systems before any integration begins in earnest. The other parties should be prepared to provide the same. Start simple and keep in mind what the value of any new complexity is to each party. In general, this is much less an issue with ATIS-based systems than with other ITS standards, and also most of the ATIS message flow to such external groups is simply one of data exporting rather than one of collaborative data content creation. 8.5 The evolution of multiple standards The major center to center message set standards found in the ITS are developed by four different committees who each have their own work plans, and establish their own time tables, and process rules for updating and adopting changes to their standards. One of the more common questions that occurs when looking over a standard which is made up from pieces taken from other standards is, how can the reader know if he is using the imported parts of the standard from other places correctly, and how can he keep track of such disparate changes that will occur over time? The short answer to this, is that it takes a lot more effort than you probably want to expend to keep it all straight. The complexity which this inflected on builders resulted in much confusion regarding which data element or message definition was to be used when various revisions differed. It was soon obvious that users demanded a change in how each standard documented the work of other standards. Over the course of years the best approach to this was worked out in the data registry meetings, and at this time a religious set of documentation methods is now in place. Following this path, the SAE ATIS committee moved away from the techniques used in the first generation standard where the linkages to other standards were often implied and vague, past the style of explicitly documenting in the ASN.1 comments the relationships that were pioneered in the IEEE IM work, to its current format style of providing explicit linkages to the other standards when used, that produce entire and complete sets of listings. Coupled with this is Clause Seven of the standards which calls out and denotes the actual included data elements used from other standards, and provides any additional information and usage commentary needed. By taking these extra steps the ATIS standard remains tightly cross connected to the other ITS efforts, but is itself essentially self contained as it includes the bits of code that are references from other standards which are required to implement ATIS. The ASN.1, which is produced by the standard, includes modules which contains those portions of other standards used in ATIS, while the XML includes namespaces which contain the same portions in their XML representation form. Today what you receive from the ATIS standards is a coherent, complete and unified set of messages that include all the parts needed from the other standards. Note that the last sentence did not say up to date a concept often in the eye of the beholder. The reality of the matter is that because each committee proceeds with revisions of its own standards at its own rate of speed, it is impossible to hold up another standard while waiting for the first one to finish. The best that can be achieved is to state words to the effect that: in standard One, when issued, its use of standard Two is what is as follows and then provide documentation regarding precisely what was used, how it was used, and how it was defined at that time. Then the matter of periodically revising each standard to track changes, brought to it by changes in another standard, can be dealt with in a committee process and the developers questions of what definition am I supposed to use here never comes up. The developer who is not interested in the debate of the committee simply uses the periodically re-issued official standards with its component parts, when they are published. Those with a greater interest are invited to joint the committee process. 8.7 Issues and Challenges to be Addressed in Planning to Use ALL the Standards If you will be using messages from other standards in conjunction with the ATIS work, there is one area which you will want to change from the schema given to you by the SAE ATIS committee. You will need to replace the ATIS-provided schema for that other standard (likely to be TMDD, IM TCIP or NTCIP) with the full and complete schema which the other standards committee will provide you. In a similar way, it is likely you will use the full schema provided by the ATIS committee in place of some smaller ATIS sub schema which that other standards provided. By doing this, the message sets in both standards will have access not only to the parts of the schema which they use, but the entire set of definitions which make up the standards itself. 8.8 Using the National Data Registry to Track Changes that Affect Your Deployment If you want to track the changes between data elements used by each standard and see the revisions and proposed changes to a data element, frame or message, then the IEEE Data registry is the place to look. At this time, use of the registry is free, however you must first register to become a user. The place to start is xxx. The registry forms a large database used by the standards developers to exchange and compare their work and to obtain the most recent work of others. The long term future of the data registry is at this time being reviewed, but this much is clear: the data registry fulfills three distinct and vital roles to two different user groups. First, it allows standards developers to coordinate between each other to produce better standards. Second, it allows deployments to seek out existing data elements and enter their own to allow reuse rather than creation of new elements to meet local deployment needs. Finally, it allows deployments to obtain and order sets and sub sets of the registry holding to extract from it only those elements needs for a specific set of functions that a deployment wishes to build. In this last role, the registry is acting as a giant custom filter to expose to the deployment only the elements that they might need for some applications. Coupled with tools like Mini-Edit, the registry can be used to rapidly extract a coherent set of elements and messages from which to build unique ITS applications. At one time the registry was to involve a concept of allowing users to comment on specific data elements and messages in the registry, as a way to gather comments and concerns and issues which needed to be addressed by the committee in charge of that entry. At this point in time these features have not been enabled in the registry and such comments should be forward to the standards committee directly. At one time the registry was to involve a concept of allowing a way for the user community to download sets of data and information from across the different standards, which could then be merged and used directly as the starting point for a deployments local needs. This would involve an equitable method of payment as needed back to the SDOs who held copyrights and other IPRs on the contents. At the time of writing this has yet to occur. Many of the features involved with this can be performed with the Mini-Edit tool in the data steward form given to the SDOs, but not by the form of the tool which will be given to general users. At one time a concept for the registry involved allowing each deployment to register that they were, in fact, using some messages or set of elements. By this registration process it would become possible to automatically access the impact to other than a proposed change to some definition that it might involve. At the time of writing this has not yet occurred. These materials are released at this time for peer review comments by others in the ITS industry. Comments should be sent to: This document is copyrighted 2003 by David Kelley and SubCarrier Systems Corporation (SCSC). This document represents an interim work for hire produced for the benefit of the Society of Automotive Engineers (SAE) in conjunction with their involvement with the DOT FHWA and the cooperative development agreement. All rights reserved.  The Grid profile was notable for being able to establish small working maps in which one could describe many roadways and lat-log points in small (<32 bit) qualities. It remains a very useful profile when creating small custom maps such as those commonly used on web pages.  The actual ITIS codes are widely used in all the major message sets and are found in a standard called SAE J2540.2 ITIS Phrase Lists (International Traveler Information Systems). These are the ~1000 codes used to describe common traffic events which are widely used in the sorting and description portions of all the messages. The J2340 standard itself provides a great many technical details on how tables comprised of any set of needed phrases are created and manipulated in the standards.  The route messages support both restrictions for the vehicle and driver as well as preferences for the vehicle and driver. In this way preference items such as can use HOV lane are accommodated, as well as restriction items such as overheight vehicle types of attributes. By use of the additional attributers which can be added to the route requests and responses to the message sets which can provide a suitable place to create routing systems to cater to special permitting needs for providing transit information, as well as for the individual private driver.  The routes of ATIS are also used directly by the IEEE Incident Management message set as a way to provide directions to emergency response personal, regarding how to ingress and egress from an incident and direct them to the proper staging area. This is typical of the type of message reuse found between the major center to center message sets.  In ATIS, events which are preplanned are not treated particularly differently than events which are not, other than to allow more complex time relationships to be expressed. Therefore, while a simple vehicle accident may have time information such as the time to clear the event or the time until a specific lane is again cleared, it will not have the complex times found with a known pre-planned event such as routine paving operations, which may span many days and have a collection of active operating times, lane blockages, alternative routes which differ by time, and other complex time information.  The traveler information messages and other groups of ATIS will also be able to be sent over DSRC, however these immediate danger messages have been given a special high priority channel in the DSRC allocation process.  This is further developed in the subsequent sections, however a key point is that some deployments may elect to use the top level ATISMessage as the one and only message they support, parsing this message down to the several lower component messages that make it up. Another deployment may elect to expose each of these lower messages as endpoints that users may access directly. There are benefits from each choice. The underlying structures are the same regardless, so message reuse can occur.  You may also find it useful to such documentation files for yourself when profiling the message set for local use.  As any new message types are added they will likely be added to this top level switch statement structure. Note that other message groups defined in ATIS, such as the Mayday category, are not within this message structure.  The filter sections should be considered to form a series of elements that are logically ANDed together. Within each element items represent an ORed logical grouping. It is possible to develop a system design such that the filter elements can be formed directly into a logical query using SQL or other languages.  Supporting every LRMS profile in every context of use is complex and cost prohibitive. You will likely want to profile the supported formats to be a useful subset of data. This is a major cost impact area.  This can be very useful for requesting the information about a location by name such as a filter to get the current weather conditions around the city of Rancho Relaxo.  All events, or messages (or utterances for lack of a better term) have a unique event ID associated with them. This is used to link related events in various ways, as well as allowing the establishment of an information request that translates to a direct request for information of THAT event. The event numbering methods are covered in detail in a subsequent section.  Data providers are expected to marshal and run data processes on time boundaries that make business sense to their own operations. The frequency element in the message is simply a way for both parties to exchange desired update rates. Compliance with the message is achieved by being able to send and receive messages with the content correctly structured. However, no performance requirement (i.e. actually replying at the precise moment requested) is placed on either party as a function of the message set.  If you need to perform operations with actual hazardous goods movements and require proper DOT manifest documents, consider using the IEEE 1512.3 standard which provides a complete set of messages that exchange various shipping documents meeting the Federal regulations.  A reply to a prior message (regardless of the duration involved) will contain the original initiating message ID here. Therefore a subscription that caused data to be returned for 6 months would still have in the ResponseTo field the original message ID of the original filter message six months latter.  And here we explicitly mean message - as in a complete top level self contained chunk. The term message is often used in this document and elsewhere in a natural language fashion to mean any useful sized portion of an actual message at hand.  In general the limit of 100 items has been chosen in the ATIS work to provide a large but finite bound to arrays. Builders concerned with buffer size management should use these values, however local polices may create smaller limits. These limits were chosen to limit messages to reasonable package sizes, but they do not limit the number or overall size of the messages one can construct and send. In this case, note that while one could have a response group with as many as 10 * 100 = 1000 underlying messages, the response group itself can be repeated 100 times in the message; hence, a limit of 10,000 messages per actual message package. There is no limit to the number of messages that can be sent. In general, this allows organizing message contents along other boundaries, such as the source of the data or the area of coverage, or the basic types. In any of these organizational choices, the head portion of each sub-message is still used to provide whatever relationship information is needed between message entries.  Further usage details are given for these elements in a moment, right now we seek only to shown how they fit into the overall message format.  Unique within the scope of the data provider and the messages which a user sees from that data provider, ensuring uniqueness when data is being merged from multiple sources is the responsibility of the data provider. Often this can be easily achieved by simply pre-pending the name of the source (such as the issuingAgency) to the id field.  In many systems this is designed to never happen because a new revised set of messages is issued and sent more often than the expire time setting. In such a system only a user who has become disconnected from the data feed will have messages that stale out and reach the expiry time point.  In many drafts of the standard there appeared a primary location and a secondary location. The operational concept was that the secondary location could be used for a coverage extent or to denote how far an event has spread (such as traffic backing up). In the final standard this was eliminated from ATIS when the same basic features were reflected into the LRMS effort itself.  But unlike the localData structure it can vary in what content is used between each message sent and each time it is used. And it does not require any sort of prior schema agreement between parties.  All of the localData definitions are contained in a local XML schema which is provided along with the rest of the complete schema set. If there is no desire to define further local schema entries, the file is simply used as is.  Note to the committee from the author: One of my own ballot comments is that these two items should be enclosed in a choice statement so that you can only pick one or the other, or neither never both.  ITIS codes are covered in greater detail in the next section. To conserve space, only a representative portion of the ITIS codes are given in any of the examples. The actual code set contains additional entries. If you wish to look at all the codes in any of these elements, use the ITIS Code Pop Up Utility which you can find on the training support CD. Most of the weather related code groups can be found on the Travel Environment page of entries.  This is one of the few times when the ITIS codes, combined in a single list, are required or needed in potentially three different ways at once. When this could occur in a message, a sequence of the ITIS codes is employed. This happens most often with the description portions of an incident message, where sequences of ITIS codes are found mixed with free text.  If these two keyword phrases are rigorously inserted in the data stream coming from a legacy system, then it becomes possible to use parsing methods to properly divide out the three types of content and insert them into the message as needed.  In fact systems that relay on all parties having the same basemap have, in general, been deployment failures. So ITS messages, and the LRMS message set work in particular, have devised ways to unambiguously refer to the same object on different maps with different qualities and features. This remains perhaps the biggest obstacle to achieving compete interoperation.  Because the ATIS standard is provided to you with a set of complete schemas, you can ignore this fact. The schema set has inside it whatever items you will need to re-use from other standards of ITS. However, if you start to merge message sets from across the different realms (TMDD, IM, ATIS, TCIP), then you will likely need to understand this module naming and learn how to assemble your own schema sets. If this is the case in your deployment, contact SAE for some additional tools which can be of help to you in this.  As a ballot comment, the author has suggested that this inner type element be renamed kind.  These are the times of the actual event itself, not of the message itself, or of when the message was created, updated, sent, or presumed to expire. Those types of time values are handled in the head portions of the message frame.  In the world of ATIS, the 8th day is used to convey the concept of a holiday.  Also covered in this guide is use of the route sub-message in the incident management message set. In this context it is used to provide evacuation directions during events, driving directions to responders involved in an event, and command and control instructions to mobile resources from a center.  Commercial services might also wish to look at using the Open Travel Alliance XML work as well.  Consider what can happen if you get overly zealous with this. In general you want to make the element a requirement in your design spec and procurement spec, but not remove the OPTIONAL keyword in the message structure so that you can still skip using it when you need it practical. Consider an array of loop sensors you are trying to send back which also has an element for imputed speed. You would want this element optional for the times that some sensors were broken and no speed could be returned.  As a general rule you should always specify that your builders create receiving side software that is capable of receiving any combination the optional elements or not without breaking. Whether your software processes and understands all these elements is another matter, but well written software should never break because it received a fully formed message with additional valid content that it did not expect to process.  In general ATIS allows Latin-1 characters to be used, but most deployments can live with only the ASCII character sets. But also consider banning control items such as: the form feed char, the bell char, tabs, end of transmission, delete, etc. Consider what you system would do if it found one of these chars in the middle of some text?  LRMS is the sole exception to this. In the ATIS standard, only the top level LRMS profiles are provided, but in use the entire standard (from each data frame down the least data element) is incorporated by reference and the entire LRMS collection is included in the LRMS schema.  The National ITS Architecture uses the term Information Service Provider to refer to any provider of ATIS information. This maps functionally to the source of the data and has little to do with the organization relationships involved. In other words, a TMC center sending ATIS information to other centers would be an ISP in the nomenclature of the National ITS Architecture team.  In fact, many deployments will likely be using large parts of ATIS alongside parts of the IEEE Incident Management and the ITE TMDD message sets. Common methods of numbering incidents, classifying events, invoking resources, and describing events make this type of integration fairly straightforward across the message sets.  For further information contact the web site of each. For ITE  HYPERLINK "http://www.ite.org" http://www.ite.org For AASHTO  HYPERLINK "http://www.transportation.org/" http://www.transportation.org/ For NEMA  HYPERLINK "http://www.nema.org/" http://www.nema.org/ In each case there are areas of each web site dedicated to the ITS programs and the committees that focus on ITS standards.  This has been an area of major discord between the two committees for some time now. The TMDD formulated event messages come from a legacy of early systems developed for rural deployments with some improvements added to handle the requirements of more urban users. It is a fair observation to note that there is no technical reason to use this part of the TMDD effort if you are going to be using ATIS and/or IM messages in your deployment. If this is the case, then the portions of the TMDD effort, which will actually have unique merit to you, are those parts dealing with the remote control of the roadside devices in other centers. ATIS provides a superior set of messages for event description and summaries of all types, while the IM message set provides the tactical messages needed between agencies to coordinate the actual response to the event and to share data between agencies.  In this footnote I would like to at least tell the user where to go to get the TCIP One and TCIP Two dueling standards, and give some pointers to figuring out precisely who has the ball on this one.  This often happens when the event relates to roadwork or construction or other preplanned events. At other times, it is a straight forward matter to derive ATIS messages from the header sections of the IM IDX messages as they use the same ITIS codes, descriptions and status elements.  For example, IM builds its road construction message directly from the ATIS event message, but also adds additional information like the home phone number of the depot supervisor for that important at-2-AM-call you need to make. This is not the type of additional information you would want to share in ATIS.  If you need to send the same message to a variable message sign as you wish to be displayed for an ATIS message, then the way this would be achieved would be to use the IM message set to encapsulate both. The ATIS message would be encoded in the normal way, and the VMS control message would be encoded using the interface exposed by the TMDD message set, which would in turn, map to the NTCIP message set at the center which owned the sign in question.  And in its next revision the ESS standard will likely use the ITIS codes for most of the subjective measurement phrases, such as party cloudy skies or freezing rain, that in the current draft are comprised of a unique (and therefore slightly disjoint) sub set of the ITIS codes.  For further information contact the web site of ASTM at HYPERLINK "http://www.astm.org/"http://www.astm.org The ADUS committee is organized as part of the Committee E17 on Vehicle-Pavement Systems , designated as E17.54.  The document in itself is one part of a four document set published by SAE. Standard J2540 itself deals with the rules and encoding methods used to create and manipulate all types of strings and values, while the three volumes (.1, .2, .3) all deal with sets of strings used in various areas of ITS. Of these, Volume 2 on ITIS, is by far the most important one. A complete on-line database of the phrases in J2540.2 is part of your training package, as well as the utility tool ITIS Phase Picker which can be used as a handy way to browse the codes and find entries.  And deployments who wish to build business rules predicated on the automatic sorting and processing of the message contents can established such systems with confidence.  In general the ASN.1 code values from 128 to 255 of every sub list can be added to by local deployments. Also the XML schemas can be extended (in the local schema) to add local codes.  A subset is used because not all the ITIS codes make sense as possible categories or types of events. Items like qualifiers are not part of the list. Categories like accidents and incident or weather conditions obviously do and are used in the event type list.  One other reference to mention is a white paper titled Advice on Using CORBA in a 1512 deployment. This was created by the IEEE Incident Management committee for dealing with how to use CORBA and XML in developing systems that will be using the 1512 IM work. It basically calls for using the native CORBA services in conjunction with expressing the messages themselves in chunks of XML.  This type of dual flow mentality is a favorite method to upgrade to using standards and XML while still leaving a legacy system and its formats in place. The training materials provide several tools to help you export data from such legacy flows into the standards.  There is really no content of any consequence in ATIS that comes from these other groups, so it is likely someone may need to develop a processing step to reformat content to fit the other centers model if this is required. Consider the data elements found in the IEEE 1512.2 volume of work and use them if applicable, many of them come from national standards used by Fire, Police and the Judicial system such as NCIC 2000.  Yet another group (the C2C committee) works on the center to center exchange itself for the exchanges used by the TMDD and NTCIP work. The ATIS committee and the IM committees perform this same function within their own committees. While there is no formal relationship between the C2C group and any other group besides TMDD, there are ad hoc attempts to keep the work aligned when conditions allow.  The terms module and namespace are used by ASN.1 and XML respectively to describe the organizational units of related sections of code. The ATIS work resides in a module / namespace called atis and other portions of code from other parts of ITS reside in other similar names locations. This naming was developed by the data registry process between the standards bodies. Your own code will live in a module / namespace called local.  Note that it will contain only the parts of the other standard which are used by ATIS, a subset of the whole. If you are using the complete other standard you will want to use the complete schema for it as well. If you are using the IM standards for example, you can replace the IM namespace and schema provided by SAE ATIS with the one provided by IEEE IM, and then you would have all the definitions you required. In general, there is no issue with using a complete schema, the provided partial schemas are simply smaller in size.  These changes are expected to be minor and, in general, to refine coordination rather than to change prior work. This is not always the case, and often participating in the committee process can be your best hedge bet to understanding the issues and potential changes that may occur.  It must be said that at this time the data registry is still more of an awkward tool for the standards developer than an easy tool for the standards user. While there remains high expectations for the data registry to be the place to coordinate coordination, at this time you should remain engaged with the committees developing the standards of concern to you as well. PAGE  PAGE 1 ATIS User Guide, Part II Page '5745Ay{|};<>?  GHhi  U V b ˫jUjk Uj Uj' 5:U\j U0J'jqU 5:\j5:U\ 5:CJ\ jUCJ56CJ0\]5:CJ(OJQJ\^J: '5674>JK9$da$9d^9d$a$C:Kh  U V W X &  * *|s0/d8$a$:9d V W X Y m n o p    ! " # $ % & ' ( C D ﷰ̹ﷰ̹j_Uj>*B*UphjiU jUCJaJj>*B*Uph j0J'Uj5U\5\56CJ0\] 5:CJ\0J' jUjU6D E F J K          6 7 8 9 < = | } ~  j>*B*UphjAUj>*B*UphjKUj>*B*UphjUU jUCJaJ0J' j0J'Uj>*B*Uph; # $ % ' ( ) * + , G H I J M N   #$%'()*+,GHIJMNZ[\uvwyz{|}߼ߦjUj>*B*Uphj#UjB*Uphj-Uj>*B*Uph0J'CJaJ j0J'Uj7U jU>}~ QRSlmnpqrstu jv>*B*UphjUj>*B*UphjUj>*B*UphjU jUCJaJ j0J'Uj>*B*Uph0J'*B*UphjUjb>*B*UphjUjl>*B*Uph j0J'UjU jU0J'CJaJ>%&'()DEFGIJnopBCѫѕj:">*B*Uphj!UjD!>*B*Uphj UjN >*B*Uph0J' j5U55CJ$5\j5U\CJaJ j0J'U jU:CD]^_`abcde+,-/012δάֈtάfֈj$UmHnHu&j&$>*B*UmHnHphuCJaJmHnHuj#UmHnHujUmHnHumHnHu&j0#>*B*UmHnHphu mHnHu0J'mHnHuj0J'UmHnHuCJaJ j0J'Uj"U jU(234OPQR789:klmɽɯɽɽɃɽoɽ&j'>*B*UmHnHphuj&UmHnHu&j&>*B*UmHnHphuCJaJmHnHuj%UmHnHujUmHnHumHnHu&j%>*B*UmHnHphu mHnHu0J'mHnHuj0J'UmHnHu*;<=VWXZ[\]^_z{ѿѿޗѿѿunkk0J' j0J'Ujo)UmHnHu&j(>*B*UmHnHphujy(UmHnHu&j'>*B*UmHnHphu mHnHu0J'mHnHuCJaJmHnHuj0J'UmHnHumHnHujUmHnHuj'UmHnHu*{|}012KLMOPQRSTopqruvDj,>*B*UphjQ,Uj+>*B*Uphj[+Uj*>*B*Uphje*U jUCJaJ0J' j0J'Uj)>*B*Uph;DEF_`acdeghi  XY$0CD$ H!W!x!!####$$&&))&,2,..9/E/m/n/00.1:13'344S5b5e666677^8l8=OJQJ >*OJQJ j0J&U>*6 OJQJ^J5 j5UCJaJ j0J'UjG-U jUJ XCH!&)&,.3:'?(?*? $da$d $dxa$ 2 ^ & Fd==(?)?Y???BBCCCDEEE#FFFGHIJLLLL:L#O$O&O*O7O3Q4QQQRR?S@SGSPSTTTTVU[U`UcUVVVVHWTW8YCYYY6ZAZZX[Ϳͺ͵ͯͪͤͤͤͤͤͤͤͤͤͤͤͤ 6OJQJ j^EU 5OJQJ j?UCJ^J^Jj0J&OJQJUOJQJ565j0J&OJQJU\6OJQJ\ OJQJ\ j-U j0J&U@*?Y?CDEE"F#FGGH6HhHHHHHII^^' $d%d&d'dNOPQ^ d & Fd$a$IDIRIII,JnJ}JJJLLL"O#O%O&OPPCWDWZZZ[^$a$$  8^  8^[[6[W[X[````aaabbbbbeeeefLf~fff.g7g$a$^X[{]]d_e_```aaaabbbbbce7gllssstt,t0tktnttttuuzz||||+|||||M}V}H~Q~|~~~~~~"ʀЀ jͨOJQJUjӣOJQJU jU j/yU 5OJQJ5joOJQJUjyjOJQJUj`OJQJUj0J&OJQJU 6OJQJOJQJC7g8gllooqqssttwwzzz|||~~~~$$a$$$$a$ ^`^˃,T?@BCEFTs^$a$^$$ $$xxa$;Ehp}ńƅDž@A-8wF^i|ȍ֍ҏ8EɐאTf()+7ƕʕ5G  5OJQJ >*OJQJ 5OJQJjUmHnHujMOJQJUj0J&OJQJU 6OJQJOJQJ5JÍč ޏߏjk+ & F 8@ ^@ ` $]a$0$$d%d&d'dNOPQ]^a$]+ƕ5  $d]da$d]d,$@ $d%d&d'dNOPQ^@ a$ & F 8@ ^@ `mprt$&@I')6@<DȤФAF\^4>08ުR\NW~ܮ(2W^ð+5 ow:;Gj0J&OJQJU 6OJQJjUmHnHuOJQJ 6OJQJOJQJTɪʪ˪9:efˮ̮˳̳9^]P]Pd]d9:+,RSѽҽ89:;<KBC ] x]x-$d%d&d'dNOPQ]^GO,1ƻ ҽӽ(7@KSW7@Ucp{x}08'5 OPQjkl^Jj0J&OJQJUjUmHnHu 5OJQJOJQJ 6OJQJT Oj$?WX ^ & F$%&?@Anx ghk Vm-6;Cnv{"  7BEYfqv7BS\ OJQJaJ6OJQJaJ 5OJQJjUmHnHuCJ^Jj0J&OJQJU 6OJQJ^JOJQJK kPU)* @ ]@ 0$$d%d&d'dNOPQ]^a$^^^N:w FS~>uv 7$8$H$^@ ]@ uvw&)"(^q{!CN          ?GINPWYgirt9?AKMQS6OJQJ]j0J&OJQJUaJ6 6OJQJjUmHnHuOJQJOJQJ^JaJO CD  abF  $ ] $x]x & F$7$8$H$F G     jk{|-jl~-. $] $ ]  & F ] $,], $ ] S_aevY]bg-jkouzSa;Co8|4J" * / 4         !!!!!9"F""""#5\5OJQJ\ 5OJQJjUmHnHu 6OJQJOJQJ6OJQJ]R.tu`anoVW$   ] ^  $ & ] $ ]  $]st  4!5!!!!!""g"h"""5#6#h&i& h^h $ ] $ & ] $   ] ^ #######&&&&&&& '((F)L)^)n))))))) ***/*@*P*m***+++,,,,,,*-0---........V/`/2 2O3X33333334"4B4g4y444445%5C5V555555OJQJ^J j0J&U5OJQJ\^J OJQJ^J j޼U6Ui&((((])^))))*(*I*v***++z-{-// 2 2A4B44h^h ^%$a$445=5n5555588"8^8889N999 :H:::;B;~;;% (^(`h^h55555688}=>>@@AAAAAAAAB)B>BMBgBBBBBBBC"CHCQC`CqCCCCCC D0DCDaDrDDDD G G^GkGII J JJJJJZKdKiKpKLLNNNPUPPPPPPPPP"Q+QQQ jnU j0J&U5OJQJ^J6^J OJQJ^J5OJQJ\^JT;;2<g<<<=a=}=~=>>3>t>>>>@@AAABFBoBpBB ph^h \ ` ^`` BBC8CYCCCCCDZDzDDDDHHJJJJAKBKPP,U-UV% p ph^hQRSqUzUWWHZvZZZZZZZZZ [:[[[[[ \9\\\5]E]]]]]]]]__J_N_\_]_y____aaaaaaaa)d2d7d@dddffgggg* j0J&U5j0J&6U5OJQJ^J5OJQJ\^J OJQJ^J6RVVYYGZHZXZhZZZZZ[:[;[[[[[[\9\:\;\__6_>_^% h^h>_m_____]a^aiaaaaaaaddfflhmhkknnn% b~^b`~^^ ~^`~AlDlll,m0mnnnnooooDqUqmqxq8rCrYrmrrrrrrrsssstt(t5tYt`totwtttttttttu!u0u8uGuNuuvvvvvvxxyy+yLy`y~yyyyyy-zCzvzzzzzzz{>{Q{c{x{{ 5\^J5^J^J 6OJQJOJQJ5 jU6Xnnnnpp8q9qbqqqMrNrzrrrrrrrsssst#tEafǠѠ =E",<ARW]^dw8B|Ȫ֪(3c#/7ĮȮ]cnʯڰ0ººº5OJQJ^J OJQJ^JjUmHnHu60J&>* jIUj>OJQJUj0J&OJQJUOJQJ 6OJQJI_vwêĪ#$cz̬լ\]]@ ^@ ]vʯ˯+۱ܱTUghʹδ&'de ] 8  ] `] xh ]x^h`  xh]x^h0CܱݱDL  lwҴִ+/isx au q}ZgiprQ\cgɹDMºúksûIMĽ!Ҿپpw !&;s~ 6OJQJOJQJjUmHnHu6[e\]ܶݶLM<=ºĺfg~޼߼DE ]`]. ] ]89 "]]]$ & F @ ]a$%]~6?z= YiqvES&+03WcyIV$M^27S_hl]^  1E j0J&U>*OJQJ 5OJQJ OJQJ^J6jVOJQJU 6OJQJOJQJRm]^_ & F,$@ $d%d&d'dNOPQ^@ a$$0]0^a$]]8F+*^de h  & F0^`0 & F & Fd & FddEIqu ^)*x}45PQ&) * + = * + , 8 Z[\i'(+^w###$$$$$$0J'j# U jU j0 UH*5>*CJaJ jhU jR'U j U jU j&U jU jZU jrU j0J&U6>*D/NOPRS'(  & F$a$d & F (' ( ) + ? ( ) * , : YZ\kd$a$%&')*+^^_!!O"P"''''''''( $$Ifa$B$a$d$$''''''''(((((b(c(l(m(((((((((((((&)')()*)3)4)v)w)x)z)))))))))))))**!*"*#*%*.*/*b*c****!-.-1-2-F-G-H-I-d-e-0J' j0J'U 5CJ$\H*6CJaJB*OJQJ^Jph CJ\aJOJQJ\^J B*ph jUK(((c(m((F@@@@$If$$If4      \Fd$~       t(0p$44 la((((((a[[[[$If$$If4      \d$`X`  t0p$44 la(((((')()))*)4)w)a[[[[a@[[[[$If$$If4      \d$ X   t0p$44 la w)x)y)z))))))))a[[[[a8[[[[$If$$If4      \d$ X   t0p$44 la ))))*"*#*$*%*/*c*a[[[[a[[[[$If$$If4      \d$ X   t0p$44 la c*d*e*!-- ...Q//a_ZXXXQQQ1 ! 0d$$If4      \d$ X   t0p$44 la e-f-g----------------------.... . . . . .(.).*.+.../.i.j.k............̨̾ϓ mHnHu0J'mHnHuj0J'UmHnHuj' Uj& >*B*Uphj & Uj% >*B*Uph0J'CJaJj*% U jU0J'aJ j0J'Uj$ >*B*Uph4................. ////////0/1/J/K/L/N/O/P/Q/R/S/n/o/p/q/v/w////ŹūŹץבŹŃŹץoŹ&j}) >*B*UmHnHphuj) UmHnHu&j( >*B*UmHnHphu mHnHuj ( UmHnHujUmHnHumHnHuCJaJmHnHu0J'mHnHuj0J'UmHnHu&j' >*B*UmHnHphu+////////////////0001020305060708090:0U0V0W0X0]0^0|0}0~00000000ѿѿǿѿѿǿuj+ UmHnHu&ji+ >*B*UmHnHphuj* UmHnHu&js* >*B*UmHnHphu mHnHu0J'mHnHuCJaJmHnHuj0J'UmHnHujUmHnHuj) UmHnHumHnHu+/800112}23333333P8Q88N9O9s9>>>  & F  & Fd & F d8$ & F@^@`a$01 ! 000000000000111111111213141518191g1h1i1111111111111111111 222222222122232jA/ >*B*Uphj. UjK. >*B*Uphj- UjU- >*B*Uphj, U jUCJaJj_, >*B*Uph0J' j0J'U;32427282[2\2]2v2w2x2z2{2|2}2~2222222222233 3 3 3 3333+3,3-3.313233333333333355::J;K;??@?CwFFFF6aJaJ j0J&U jUj1 Uj-1 >*B*Uphj0 Uj70 >*B*Uphj/ U jUCJaJ0J' j0J'U?>kClCCJJJMM6MPPQRDW2ZdZZZ[@[k[~[[[ ^  & Fd  & F d8dFsGtGJJJKK MM6MMMPPPLQvQQQVSmSoS|SSS/TGTUUUUVV@WAWdZ{ZZZZZ[[8[G[b[r[u[[[[[[{\|\^Y_Z_k____a bb5cgcccdgg*l¾¾6]5\55OJQJ\^J OJQJ^J6 6OJQJj0J&OJQJUOJQJ j0J&Uj0J&UaJaJI[[^D___Ybbbb5cgccd dSdgij,l-lwlrrru & Fd8h^hdd *l+lwl2n8nnnrssss{{+|3|5|=|B|I|||||~c~׀؀?@ƒǒ<{4DTU()"#%'():;opij|}HU^`ijd6j0J&OJQJU 6OJQJOJQJ j0J&UXu{ڀۀ+q23̋͋RSÏƒT% 7**]*^*  & F@^@`d("'(:oi|i߱ȲbԶն̷CU%dh߱ȲɲbcfԶն̷ֶͷCDUV¼*+:;45 567UVcdjkj3 Uj2 U0J'j#2 U jUH*OJQJ6 j0J&U>*Q*:4jXEW7 % ^ `%%]+/<= "#EFWX78450J#mHnHu0J# j0J#U0J'j4 U jU j0J&U]664 7**]*^*"$]a$"h]h"&`#$$%/ =!"#$%n,mPasNx׵PNG  IHDR - PLTE`* IDATxK(-APpLԠЫaYwHKGJNE+%RŊ=1M Dzw%: !q=G"ZEz!.}ѐkEjiuwoR)B=31׋{ ~#&WVM دaTKZtW?3. D;ԧ1&A\b93YA(K"Ȗ@a{@,K};[?f7!<r<j.aM?A_ӊq>=nA5 cmʭICGQ(.$Mak(bP>QĞ]sF0bof^" 2#@#u>mZgʌB0Sۜҭ&k[.# D8!XXDi  ߕw5#&w%;l(V$wSZz ZKc)/ 23/VqI:@+#@Q P|ѯB2yoM1ָ.(̜aZQ6bUo"" X2"b(OAF"ʭ@"-Ď%:*#yF{jvrL~O jzq-zP# }d71}rE`91QM05d$c3Д3#q [ lVK]a ƴgU EmY-9E`y1T}I'4qt9n_ȵgUapȫ0A'* 2 +w7Fdw0'mo .7W/XzzA(K"dLHĚpI+*YBS`((-ح}`<3!JǥazE0Qh QpD0,`|`~{ 7FB2ڙ)a+$b+{˯#'"P-3!e* D 3TV&*#Z ?"(Mлi: KvB nRGioLGpNefH~U>m\d t8F`+VlWl,VqI~QeKՍd[BTt=8ߊ1MRDp~CTڃMO˭O瑭3*rb2 E>2QhEwGݽf@\n: ~Q38!lQWDh`:h*a`0 ^6_>,!c=*R4Q\}F!x^_Aʥ0o/xf'^i]X0DTv4 B| Bc+4ߠ}LQƣ; Gw b?RIVQ@_"fqB .H18SĝWaA* 10,26 ܊NŰ 2E õMMҰ O#"ަ "L% TpAHTi" rGEwCϨbXRsu*+7&"&"vGAfDA\&G> b.aDzxF10} UDI)D/&U3j"a|10rAHټ;JQ@,X <DA\!*̗0)> Gp+8D%* ͏[rj{{MA9Va2U $|\Wg#2w"L6G39_#]q:d ^\(sVqEZi-:6ⶥ-7 (0Mȱ&K B&N]՚0005ϟ<[0D 3"E/T^1t% sH_+@\m: Dl*VqElUVN- Go]Xa&-q bFѭ4T[P%LD\Ъ0Uk""'m(_t&"*)wԽ(B!)Q_!$Z͙yA(K"־"־B#VVa6k0X14b062R"02n wynUjڀFP6iNu oYIH&ކL .8b F..9a+$b'#bY0mca읯起[aJ-Sjbb Ie.B}[Jֵ U*[Z:[7Svct]]BCmlCx }IZQc5ewWU*[F;MDܝl|~ E ƨ_/_JM{ DA\[m&a\xX00Sz+<4| x0x_3/3VqIT!lXH@K"$w͙yA(K"DaBb*a4$Ok '"D(1֥HZg(/ ⊈ČP`$1J,Kbe]]Htk|=g#-4򐑬0G 4RXt+He9E^piN n5삈uՂX̼ @[Af$_ߢG[A4}'~M<>&o|O:ƎqhdHNߢCC||G jXK!cHwi0|wCpȏ Nq6Njo\ZS7@𡫪iY`/#~ĉ5/x."KR^0 Zghh?ⴜ鍻>w t:ݧ[\*Fiڼ%ɀ࢐LDyoc12%b1'GUqZ8:"߱&1/خ/6_a[G-?Xt1ic mqÞ[#.l㯚f,b7hAՌd?(Ōd ~g/P9>-gz ?(&cT6Va`1TVa^d_>ѵ"yF LyAC+̱Ql$Cr:xގ( 8u~>#xFϧErL0AGCDpD :LjEm5E 1 Eͼ@gTT=Q,w KcZ\ܮ2F #)+1x"{Ex'~ DnGvh$ 6 p10chi {c,|p|XnC,nAXoI, m\ T\}_ Xv}:3! A ⻙ledė+V(B" V.Ne,N4>NӐ q4{Vb"HS Rx:10.W?BDVd:JA鶗0nA,s(aS(tM5"O4befEA`<֭^4 B.ٞH&jF2h=Zc+ |` E AMA8LlUE0AGP,!BېAm(wG6[;ۧ!r BpC"mefDPA7enyt:.`(4mlF, Š,aLGZ&H}y &+pպ6#b\ݦD0_Pjk"s .#̀]&[UtBp#am{0"~7K3jbxr1JA 3j3P0G{6x@egڊ%aq^8?d CV$M1DxΆrbB "NR8٠[dy isG_tI9&!~PǏ oI⾊Md3DQPw]Wdܽe 4/ݰ};Q(_D1QA|7JE8OEK K[#4Z3J֦Ȳ-4ˈlES cn93!TAf9^4 Bt0[0p +A[-K[řFD0V[/%auLl3M\CB.5#5Bm!.7F #hCaX\@!TAf:^4 d$ELW,*1iD$O@fDBTsED`qF{:H[Be҅M^:dպܽW@NA\%#ٷA{Ѩ jm CF,68d -T}N'; ` 1-:ƙya ˯prU{`,`=B=uURsp,Dlx}Q/asDXC&Y5 L#r+4k ݷ䛴L 7PBm I 힘oTUTd{1JVpw?8befDPA73-)^!!-aHM% m !p+h y [Ef3/z ZX_-Oxt61B8uxk"v1JAnjQeefGx~ě"htq0&ί*9~fzxF$NκoĖE2>咷{*k<) Bmj8ˮnZV4 m^zy,oֵAGDU{5"e=#XAAΨzGܝ>ԺQZZIMun3Kշ6%cnٻUo(mu-PU F@h% p5m<FL%vLˆ!F ]extnXJ[3j -$LQ%BF 10@NBB !Yײՙ9Q gTd^F ,"ay[~)`D .H䷳4MA6V z:0k/K im0ZT9R]R}F(DUgD5* ]c@KmKL16+ D}!X[}#Vg8*׌p7؋FAlCӁv˺09KHDnQF2"F3b{l:KZ38lw23g $LBZy덁Pd(sNs9 hpr!m#.6F #v dQ D1QA|7HUFm{ Ƶ爷w 6}DH rL%L`bkмPCN^1\s0o"g#.&QnYѢvemA/B?Cƨ_?2xz~/2#xY ^0z.b/Tʅ+0"FI8w{E,ZQ s›Ӝ/0, 10ܔ, fIZ;И.f*a""$DU?7Q3 *>6:%v.a&UwpTDws7%82w<={_D/\goͩ A ^N2H^¨d]#g׊3^2[)(w9si-#`C W5Q p]"«TzBZW;.>rDPr0Q$D.@{LjE*KB(kr+@'2}GA(G;s7EP^<3ٯP/ {~r~wGYD3c G(S.Mش' ? Wa&&WG"(N$ Gw13j*aA\ǃ驄m(шå2CG X:6gSAw3p~gqU_[Ǚ-ZAE3-6E/X1?ajey,Ljm$c|x{O{%%οcBKHw GQ0G{6mKjlJv6rN+@%L1֣~/4zl0XDw oGDL,e$QGKצD9pf 8_D1QA|3  _9¶$"lx0Ems/ap`0q>kK(b&a;'&#CgLdOڙ!}(50>"^tK"B"Zc0v@wo}Dl1UA ^4 bs?-n7ى0>d=uz0&b8.3k+bi<3w<'"Z \RK$^"J As !'zZyc0BU׌ Ԩ % TVa^ߙBnEXAC&e Ȯ>ǥ+D/aB'#ΨP#n&2Z!_5K%BYȖP7E{.լ&XIɮl0RTE4] >-:%TU k0<%""Z߄ z[|AH6N}0b և'D`D3CQgk()v7xk$"NC(Q:!l(u Ԩ ɕIF9"alE\0LdWcb0u"gzpUry5HʼnQ!^hN$v9 [,ـX ^3ވb/!L3xm@|',a:I-H#|!: : xu[qBN1#>3;` 5J~#F2GD1QA|7ۮ  %-| E['O j ^\;&ua|]v|~GƟM^97Yp;6?^I 7ۜAؿ[|8 !~'Ԯnؼ3 [1 X,: )vZ6>uTt ^\x]/UBv~+Un W˞m/IENDB`n $ c?Y( gPNG  IHDRr8,PLTEZ IDATx :E 2_S[ Rxng{e/Ac?<鯰m7̅["Us5 or3 `thsCip.ʘѕmu2swm0BbN!&!sT0x[k\ sT5*!`n? ߟf[:qga3~ Q9!o4k'`.cm~.~FsTh'HxuԜH^DDFWbu `@JDL$=.JAze1s@,9z6Lik{-ME"2+2\&sC Q9*0GŚ[9sLi*sT` QI-*0GsT` Q#zC?,82l;hmn `.Ěb*w,̅dmѪȆ60JSZ?{ '#DT 9wa0|KU>șZ"CpCf=2=eg#v9񜾫Y 0M"s<9) MsT`sT` Q9*0GZCD<`lRy =/L77Y֣N"rrD% TtU1&bK\`l2$23Yl*G}d(-e;\\0\Փ̳~NTChG_ٱ sC Q:9k?ix&sT`'sT` Q9*v/ZW=Lt(sT`J_egSP_$wœyNs9LZqhj-\Lyhb\NPkb3'|k`N6GssAs mB?=d=7HD?s)0jW?x.%2Er 1R9*0GtXO~ՍsT` Q Q9*0GsT\:P?GŚK@[W=biLh۷\Ne rDq%&DNE?W"ɢ"l(/| s9QCD"Ѿd4Ad1:n5\Naa#uH6i\a.ge h\ƭTf6a.樴XO~msT` Q9~*0GsT` Qq"谓6AXQ"@?Ge) L~t4NH9kaМ 6dF(0W!<4MJ+T+ӑ6;>[vU)hkE?W#C0S⪔C,:⇹ Vf\ !9Uhe00GsT` Q9*0GFs<#_DDnIosT`Jg9k2ݮ>?GŽznû>dNͽhs e\r\uVmQ/D5Ё]gn҄5nԒzETfͲ9"/sjN6+)37椝x slzl!-CB=Ĝ!7q+\0sT` f6sT`S͉0B8̭E#k6W\- s6s ma냹6ꄹD209k.Ts5~P!0VŊ1snsC-`6h\`unjڔң{s/SsS,S%"/aJkFgUC hw5Whnv3gnIؙ_u3Z?͝9t>Ntjy`.9a':Ha^8[nsM\8PݜJB]7oʐԋ~*\\@67ؔ@mssoEK̩lŭusadEl6xT[899dmN?(!3L<ƭ~ se\ɔCac.cg6X)37`!ɡ-d9?ѤNCͦ-؛ _6whs/aηlr m5UۜxTyc}'uK#4;Χ؜<Ktx~L\&z6g* l\yUi?Diz]eOs$k_Vփҷ>$1a̎L+œ> ngWK6UsF27e s9skFs3̥t]?*)19y0EG%EQFڜ ~/]{ ~ qoU,q/̫ȼ)~"\:֞W-2dcœq:sshNڹH0WZͦn|=!${k.CbM5s0GlhG%0GZ `Qyc'f~c'}C'f~/Fsma\Cre+~$Bu0W#N̬1U^*ݚC?6=Q fӋJ)j? 5P﫴B^ V(5TB/aJkfn؉qSb9#z͉͍77- '\!usrQeݩI;S#UYZdޚJGPBesr.'߯~*?p${Q5'ߖe暶9>\a1mWJJohs1/> Mbnx=xJۜ~PC `Y|y.[@زɚSn \2?rsCDlS2s#D\tB5\;+[=E/rsmMoPh7ho7|ܱ SȰ7Tz&\SG?5Ͼͺ%z\͝OSl\%swg4-o5%mnl\y(G'Ut0g ~_nZj\N/aX-m!jN;p6sSfE1ˀ9*4s3=dwEe 0Lyr] lz0st` S BesT` Q9*0GsTZ=a`<~Oz0sT` Q9*0G3̵s)nכ),K_t}e|T}tcڜkz/])is6EުYjz_.+֑W7qyS uc]nkegg˫ySs1^aN\94'\Kf+lfS u`k QnB=5!d襘[asT0IsTkعckypclйc{ m.\[ekos0d y\_m5c^h.`ds=ypPՈs/+sL`kUWCiaa6tT0s[k/1Vsz_y/kPUPi {TR_`*s˪g涘{` o~|Jj|d2s77ܴX%xsHMT-}Z49\zsh NSN*r|`.݃9J{lmydEZGޚ;.o4OOn8ʜ9e^.k~N(9 )T\T˼\  ޚUCUSLq;[`tsLLusweNLMwK9]]/\}ӧ2H^(CD꿜[8ۮ9])\_փ16qcf.Vs-ge.͙:ѓN)-nks .UG4%s,7(׍!ZW =:e";nNC8syetm8Wbͥs%点vS-2p͵Eu6謹dS9'ܙ _6AsF{s`.X,z m0+38|NG)?O4DGG.]Y/V?O9;sy̙#˰YÇ̱{+cM[s n.[#fs2?uٜmr\4]יs ʜl' !s%Ѯ۔^ܰvwsz.Vkz*YWC5ePG>f 0e<ϧ!|;5GHomW0i燾?0û()-?sf]5}枃&ΎpnԦC] 73q{Ɏyo.pnng ꞹ^`<LJ;*LT` 9*0Gdxk1$?#Jw(s8a #EF#d9}e+WꞂGq+U h.Y3hկ kN^&/RWcM\_ͫ/M.V%բBsPk m^uh .\xe"'SsX`c"ˬ1sKQYuku8eP\[#Bӯ|}& !{=w:9y2眈~ Q96ηR9*08:P>x]'r{m Q9*G5~=S9*^g97>RxsͮͽHwv哛|sݴOf/95wo^FV>Ԝ~>̽dfͩ6s)&Wek/vKjk}=Ɯ 6C(sbl s0QͽsT0I{=0G\̭P5fmD9ġh4W獚{=9kis}0mc*c3q\O3\_3T͉{=+msmK e׆s:bCBs g`͜gd,Yx8m~O,j]e7\2kɛÜ﫣ż8_W=z.){=]7E6s'S%>}/>,{M\謹y~o5 (l׽z+47մ;6 p8 UXdN-عJl̩>Sp`e0L zdLŕGusMl\qx[@ 1E"\u[sQylrcGr5~6ՇslМ_1ݹWfeNFͪlA/{z:HW̕{3]^΅qר8?\>Wh0WrUG[7WǙ:%sVq9SX̩dN-R=qrqwy!pbpils̤X¯Ù I&)\ԜPeȜI7l4̹ yds6 )kZy z9fj͕[k9vkvgNNS` Σ{sIi*oc7sۜ/9s?n6g'ud.jtj7׎q*])9?V?9&H_D+,/(Dv:=&Ff_IOy}q{0Gxyisz'XG17)fC(bNr3G"Bs;:*92l[d@ZnP剕m{0G90sEg]rysC<` q+c+t"J]o!2\Q9 Q99{A4tͦ\NSkh0 9 WYiUe]W*_MЄz "-d8rIDAT \Ry$f0EⷲalNk~n[Z͙U[kn[kNyD s1V!`J#s]Sn0`5@?U` QNp: Q9A?G9CD feauFb\!!넢BC(BI4!KjHM*rɇF ćzDMOqC6I͹53v S{erqLЖVIPNG  IHDR5} PLTEA2IDATxOn:Ivj3GUl@ww9,} U6HJlIUiZ]폋f$~U*!~+da)løsU}'F?x~ KE> i-, <`2{](!]aWzIJ*u][Zۺ?`U8d>@w{.ж˲UBx¯:|k-4KQc47Xa?7^hF#'N9$I2 F՗_ k+MEZl#vШhi 4V. "u&&MxL.H r3m> :kZ}}BCEw65ɀi4}_tgH,4jf/6zJi6荠1F3шӇC4gDBK{B^^&z54.-)Z52&:GA\pxm;͔ӬofkC_(MFo1ьFD_\ƈ/D-P FЫz} Fa}5:il׫U\Kn mGѲQ &NҲe2)FiD xsAC‡*O;ΌьbmF_Y:hF3=РD DU|;Z{Ma뻉hJ4x~|ta_.(> ɾE {s5Z{ hC>yޙf6u*L3J1A͈ЃM:hF3=t0=# 3?PгAU C=Aq8XDt%,r9N|4* WBZo /AiJNCwp>~{J@7Ҿi[T28>dj#[KHtk/wT, W2&C?;fNC=!EM=m{RFgpsR0zuьf4"z/꤉<"SҞ!o1ZV.HE':6 :\(U Үs Z'EyZPM>EA+Ex}ңc}D-E~` M5@!U [?豵I1F3ш+ø~z8LFѫz=$2ek|t[! ,v ymc>6KWH;e}E&}[U]:Fil7>5l}B}3^Q4 \Oz1ћ@ptћCcf4çIa/zPӠWz.$!?/}ι' nmIA]_D:֪?tӆxH|k{e[O:E4 R )f4zxmFQ"zc42o: !dcϢvAP@/th|Qpݟ,eԘmK6Q+lM|m}a5^ rVP'͎-ϞU^J|Q>V<(~k@+իϚh+J]ڧbQf!F(HW84Ǎ^&ȹF_p(~N,PdYx7?|H.0Fo=omWՍћ@cf4`}}qD [Ҟgz 'а!?5;PO)ghraGQ J@}mcǭeFַzX_`%:eSxgyeuQivffk3`}}4Y:hF3=|e]ߏ_GWQ{^=T֨V 4WUUs; Q-7}2Bw}DW?n;J6Mِ1[AD[Dcf4ѣ :zTG7Wz?z[骕!A^Gh: q}]^Je= :m 7qCxw=4wDߵK ^_f_T\MvEnϦ&F9:hF3=r0葓&zDSWz)܅¤k !BwVd¾T¾4+]Vd¾+}mtQ ީC="a1*2a;D(cJDcf4ѣW5޾ =]FS@{kTtO!dmلgIr|;<ԦAs}mћ۷:^wuNvu(]p=\l*]ꁔZs r4Fo 1ьFD'F'FgSӁUhZi/Q{K/\A[];k[TJ5*-%jSV&Fg4K{F3џ@'F'F7^^)}>TM|tw=dB;+)/ ZcT!?n}aЅAqW~-Ҁ7MX,KK7{Ha4 ,Ҟь-j3?}+CUwFOQs:}sP/qޜQ٢?-3LcKY~ &xavMx=[rV3I$C{-Ї3 9NocNuzDaCx !cި ѡ yPSв4_ +W"uױ+zVNo ۛ_T<:5+6uוOh_Y-hobzq]8NH&܃cA-롮't]GemTlY ]߈./mow}Ѯ6fdoc2u32N3魟1Ho9s9s:5(U (c k?oѵټ}\#,RF;mhѹU>f4Z~}8OJ{b"^?w[]ipCމ^>~zY. q|=Nڦeg;qxq{;/Zk(n3ðxڽ4n8zעOq-m1Ǘqfn|8?_eMz 4/2>aKRࣘHh0&}ۿwoooǏyd1a43_1|?>>#O4b^G_~{=>_>6l>^'Ѡr4?ep(}{}?":ٱޟneXFB_^(}{| ˓׷{8n~~|;|z}Y};}8t13|_yc233ws%~ h8܌w=! eސR|whhB wV8Lt: ѹZ~ژV-umP vN:~LNqYC@D^dk/N m Ç]N3i4S])c>Y7z㮚}y=ķx e41 =#譠1F3ш~~?ҞOFA?xy+yu>zj?<%ڗ703[k*7 <EvW)^~קVFQ6N%[oyoLg;<10fȕ&&^hF#7}obb虹U]>b!1=>qHZ|$׉ݝ{LExtP{s,Wzb}^-{yƔ;]^ =DA;hBREFW/R|AC'6Z4Ab^h 8|/N3W4L3V)F4qEtt[}1ѿb蹩c^hF#o9}eѷ4F"F/VFOI{-"ǥ/(kI{_|O/}MeˣJ="{eJ8ADAϴe;߂^RFoY-Ii2Fcf4çC>i= zUK렇&A?$3;IktP?eE$ЄZͭ]L 1KGn5$ڃNјЪE 豨DWG_ز""4^G&^hF#Ǯ /n=v=|o豨=zU[qz;4xmMҋq3 Y*zU{ yP_ChC6װ\||3kut>nB蓾6)bnenk&je j  lnw 2^hF#O4術AI{"^A?HT)Jk.R|jm$}^eu٥1AhJћDcf4cWOfhhU*~FCG eΥ%vM^G=oN6zVAoy *C{SW(w:/S}՗9^蠡GC^ˈ>'4ʏEK jP(w4zfiˀ6^Z=.lo>3Fo}}m譠1F3шm?契rI{4^_}ZaX6jښNN۟tھc/6:m߉׾*ym>?UN۟4t~B g荠gͰs1z#uьf4"zCz4[^*N: {F@vET L"HzE͗MFoJ8ïzbo A+?|Ҽ^ F^&PkU mzdހ4͠_eS+L z^xH}ivѣ_}laMk1F3шӇ/Oc2-ѫz=EF{K7rS{ Oe&Gn eԞݖAs~o&.rS{\4X"?7C7^ xByf.7@_ 譡?iy(APIENDB`n0LhŨWPNG  IHDRv@ PLTEƄҙIDATxn:҆p͹2mM}h)\¹U𶁾 0lQR*&"8O(i.eII8E}ߓEwSkEK;HO,+d!SH˚q6$-5*~2ԒXB(ъݸiߤH,%e{iOxGR\+ёǜrWw i-FBrB3I<4$?/Vե*$5XQ `H5$HHm'nSw" "rR_T[oKyi5@9IQHtAN,6A$ 1B9$őm'ƎR<{}%HmZnR|"`R3j$%I֚sy  t. P2W&a?qVgMJt$n %وq=?}$nf$QAJդ(JDҭQ_8"ᦼgDb$GI !19HLhfȍ[cyCOyPdؼ!1 韢bBa'|$sQ6eMDd^)ի ^*(]D0F==mSGHcD{fnM jä<M^ =HIQHtզsj泐05c$ ua;JH%;=7|ّ. 43 {fjj m4ڄZ)X $m WK5$0W/kxR]&O&j s"$1"X^Dy'D&ؤtEHAJ95$Ԕr?U+3hrH"ɠTZ6r]e򦟞4Vʈ6Mi@ k>'4-27$O>Skц5 \B]Jå$hsj}"RP&Z"](>HlH{oO}j$Aܷ}jDEFbԵI ")~IL^KZ炖ġcibϩe(I?A: $^ EDD)&eY:R[.UD2> >&وP@'d1 qcHJHKDJ )&_(ICFI#jz?t$1dO^rBFKr!U?"*IJZ)tzE(F?9EH"4FiJJDJ 7c"sjDOٴ %'#EQ"%}RkHb~ !FC"1^c7{$$&{Yů''RTR%R"(I<8iN͉=~H+:㵉b6"kH:Z( IfY2HIBjdv騒(+oԸGQs!FDUe` '_'u$~ͨEmJ(>#))DX$PqtN =~IWNIK*%;rjPU=֊VC f7Z",<2˩G[ё4}h"J]L٫GA2Qҏp7,"$&H$~ '{؎#V(>HUJmUi}I?ᑼ|2Ӿz,ݍ&pΤ9n-~^^*GEŤƷL3f*C|&j'bWa$cBqݑ0H=yR2Կz؜L3-En"‘ QkKF=8}^?"JLzF9HQHt+Hq(R^dSC#͞|}{";5˜',`c$ӆGuju4f?:oPi©}rxM#N\̑iܩaƜ6"R6+/27F7hqo^##45P d$jR%R"i0dRXؤS&ѴS?$-6qjMI^SͱS+E^B-H ҵaÚ4 !A]95WmZ4pjREDHH>iF)13(>HSkIxO7CXG2)O-C}ӝie̩fln$֩lN*jctʩiM$Om`:it#lWs$~ze{IÜRGXaW#ܪxf=GRxODD(JD9gaA6%XӦpEO}jВ[Ae"}%M~+AhOĬ̢kSIͱՏ\6*HgMf?m|m26KȢJjVkP!ҍSek=EuINY-|5r@Ωys V$(?SfteԘnH0ѐ685㥗TI7z!]=XY &"FINWNMCab"9 胝U{'idU'qܳƹv߻'GKRlE$!Ϳ_͹Vm~$?FtK6HM/xퟚ/#n gW H."{~_DnRR\}zI{51O yҹuI6S8`1;\ҵS{cv<^._|=\NycN-; x9]N?ϧG~|˯WG+$87P{IrȾI5atyr; Ffy@o' s#jMo8NYZ'9S_SG軵56 <ȱՏƩL3j}/痋ٗEQ?tj2?|<=ƩqQ[Bz54y@Nm*6$eMS[L:Mvvt/Ըk\c>TFmnϨBZLz<$-9 F^^ѼI~2gc;aL+iM~ϯ%{~}jM |y8sBfnx\Цu{Z@K{tZC'FśaN[yf!b/ 9K8T`Jޮ{ r_] "}jBIG'I쉆zW("S$'+:҈b/){" )4$jik`DZ=:5=F>5Ԣ+yj 2O lA졒}M4550Saj=H>$uȠ46.}m>2VkZRF\h6Z! _1CEn Ai,ߘT)9L,~$ͣp`Oc9]f͟sUWڑ |WbMoe`գ'f^+GJŊ;}$iAnDd0ȵWFf"BLSC|#6I >ߴFSs@&1r1W!I~^H$' ٥8P/fMHfUf %?O H47ZӐIgv`$qp d"%VMDʖ$ #mw4 $~"&ؤ)KڣH^ccDvѨVN-dW85Gqk'̍4jfWr07$;ʲwWkΩ9,$""&W+^PFs֧[VtǓ_)1G{" )K?ѭ SsQE{1H٧ m5w7N #+H@#"SۆO nL~8$ ^0}j^Щ~sjߧާ杚E{,S[O-pWF<5ujL6HN)OFjrj9aJAVX?yjީ)O{ީeXp#)gީu㝞Ex=)͏{" )#@N$6ǂVb]|ҠXSjt$.k%#Ԥ$aB?|N HHN4ztǩو+ئFHt3n~4PGNFƲB,Vh ymh O}jT.qsi|'́ww"/sQܗ;AJ* - \f Vh]MN#Qe֚ZMD&fIę5Dj'54>m3kԵDz'L$jk$Qʩ! h958(-?l+'bʜTp5TdWR*(sj`X!deN͑!Ie˷)Puo=~Ԛ#=dye9Ss4D\`eğjrwj̓*ԸO6#٧C@cLj{ eW$Z7i7񄉔I{Ik4V1rGk msڭyozjr8>+vjQ،W3{| \:{Zs vfwYXO*̋ (k⺒Z簉)f g?p !//oJRO92\hIBIR&WC%ADԕꙈ0^=n"L^Oo1bb{O{$-GP@7\|]{IENDB`n#,`mkcPNG  IHDRrPLTEƄƲ IDATx :EQ^@UF/#55$ qOexϗ0aJBo{ֈl|4pi[Tl Iᲊ=wn>.l|Mhػ7mɸE#.~v[$\nB۞rcj)b$1#\8mϟw|wmt/t q.KCL_ˊk\sY; A=sIK덒a8\% L^K4_B(RpM\1uٛM܋ 2{-\Nrw.'R6W\㺌_K4PrO.8=>] eۥMh(L ?OĮANt|M]>-VjV\}Oh岨[] >.;F3ۅQy3 !m6f۞q]sOX;Qh偿_dF]zGHYe?~-27^:}2<;sQP'\n\t%K:l.8q6jƩby+QgOe䲳Kgق&]Ò] Nr͘|[a>>ľҋ0}Y6h AA>GRy벼l,ղDGT=.UP /'G\ \dQVڥZV~B6*C֒|"ˀYR(|]wo&tx=Nbu\*%IԢv9]z>,XeOvۣi{S2쉾_.Bs~qȢG (7r'8NoN] 6..%Ž{r_] VICtwaVu|9ë\lƥ)mW1:wWҲ<7YIBav u?"=kmeͲsfpf'N,-|8 Le{.sP*%N4LY.r"e"pI\0}^Vj-+J<.S.k Y;sixKt%pNx9D'ZK%pI\@/ט\n i|cCec%\%ݺ..u͊xxi?%OxZ*ă'{K{\f&"1˄.e2R]6M)xK./mNMi9tsO;tlqn]66^>>vK:N=4pIG h{fҞIdᬃ7OV#^.oAݹ_.m^vťLiK$fv<lЯJ<_Ao]R֛+ԪVߑiwQhj|QqHbJZYv9vRgR=/8j8?Sy^g)DV3. @۾K/C|jy?i2N(#^ŨV߸KWӪvviSmjE.hXS. rĖo} ﹜agzv_3 2&Ca\ljr[?>.ye놘?orO.3\7|hK|O~rcE٘&+>:wY1}Ǜ. E.+b>|^tJ^eEGǙDe.1Kaf6cH9(Pt{FK0f\~ݺPLu̇[>C!3Ht%Ht%p y`.K3Ww91>䲻s;15.1^tek\ Rhv|GόʥIh?#]Ds<>.㱕%r<6\>3/*#/.=5Bl .81p.8p.lZ3i .ժ8f]OcE}Gs. 1E}G.Y8.]10pUGs.Y`TYRSֶ#}p9O ]qQ.VvI2͹KQ ]&Pr8&jvy=|`R؄\ 2c.yTO]M0'$]Gs.mDp98ti"@*Σq"d[D̡ h%3^c!4q_~Ow"{8Gg8 .){b eo6_±8GhTJ\y<>q0..<8qu]4ΣDz\<3\<=5#ΣUk\̽끯/ޥ$Q,hΥ!%sJg] o?"eYG.sQ%Q㺍Lt"p 2K:ᲈQzlsKy}7hGu["ɣ9E.\;t ߉(=. t%p / ozY}N x[K:-,.[/x[K:-K^š_&tO'C^wYƥ1z֤˧߆.e9uQ&smN/Kp&.y{s?]~jԥMmr> !\tS.-eN|vyR~x.omOp}.xˀWRo{^r=23EV-\J /rt/,.?\ҁDteK/q.)9Ku؟.,*$.'2k1$Y6#%]Yun]cKo٪w"]Ƣ#êU IKel:âryt %yA< |xUM̥бIqȚ y.ŗ]^] DD>hdÐY|8KCl]_63ߥ@`K7w.۟K{s)}~slg.'cB""#mJ]˞%TDJYZu.327.ŗ]ݹ >$ssrK{Xp.M㩠 oWd[&xuyacN\3O][]8N34'l]N/#y~jc.(ĵZOwn,=]LLGߡw>..tWKY(]wRuiQxp\_֡ץd5Y\G{.5qVǯI>2^^ǫd"%G~_{o{>u"uz"sYqǸL#/i~a/=X0g!1H6>겢a/;.+l.8K=^.${l sIXn\Vm?IK[Kg.Ra>2J ,'. 0. ~fpQ+h(xG&rK+,̪ەxނΜjKqӿK%s9.Nd.HKCKol.ؼsBEtͥڵQ y0{84uR&]p9Gt˜>,//]ꂤr.?e Cg.ur!x ǯAS&+}24YKa^281ϛܯ˥=eIq4ҰxQ_=e{?]2./øRfy:g}fkRV1tf,;rRQqC.Mt"'qYN/te. ^\$.KT{O}j%Rq\t2%=:xI\K:vr\fjN%pIG.=^>ys%pr9#urM.ۮn|06N2Raڔ`Mp"V~^LBKi 5 ˞Rcr% T|D$\NH[̖ |$פf.m9q>.ĺOpKU0陕)rM)kҲ˶>J\nQ12ie43>lIМ)c놔3sie/R>4}hyg{6|hM0k |I?W. .kR>|}I\8}q(I\z"(C!74 mYGgѥ˝KCuʇ. ).]V) 3  \ \t #Dt%. O]LˬY. (6+.zXdY.{tiJ2g,T]*|/}IL^dJ,wd27.Y˶ [%ILdz*,_r $+4W7=|`=,TZչUR~@q9p|.mLq98}tmC]^:o6}ܢ_:/m䶇^&=:\.{J-,pvEK`sDFE=8 6D \vQqWge.{ 鞹wj\.64jzFx_'v&8IY.{ wܾkǙ\?^>~.ρ Ha"N\!]}Snhn[x.8R/呹}\|:1pp50*ᲜK[58.>^TI5pC]e8L\t%pI\֫=RG\Y yyXZYY .yWWZ§[\Џն弝+~F@ ?ۃ,`~,~L՜f.-y.mySdlDt1Qʯ% \_$F& ͺF<%r ˢЏɚ^6.\P泊1 Aq#fk=ˠ]:V'Ja5Aoڥ"ik,ltWۄ0C|LH ;cohrYNw1,cCxjQ~O/.~,,7~$h9 XЏi8 e]G4RgkG@LYP_R\mkY .]~NJv@(]V~q&*@2c9@Џ=in5J풖Ӻ-a\R)#Y]n HZ 22t?q x T+K%`d.K%pI\kIWwZgCRRx5}=pi|$sOA˭.K:n\b./4ns4N{ KK{j,£SOrKe>~i1xk%AzG. >\$Y2a> Qrtx)^6?/£.RIT%y 2J-K\; IEuPryuC.MHE K&N cbTB.վ T†D!ɠ$;q"9V7Fx4ގ˾(>|!MrauK{Л?|~s-ti#7nsG's䓩IC~\Y#a }p.IY""I2R3D6¸zG;.K0..#<pYUjIDATqWֻ\he%0S:|O~GC. *\nZ҉Fa[\Extr{ՙ?2]TK#(]Dx4r+_7DP\VMT`,KKMЍNz!8\2}^U ~?D{6LfAfV.=pK:w"hst%p y`._g I!3̀6)C\.Qq5H[ 2O砬e]p64G5W=\rMr?2RTYRy?e|\~ To>1^.aи.EA. .~?nKq (~e6>nx/Ἔ%>\f Kc\t^`:X\ww|G._.\=@\>Wk@-K:Xȋ7V{͠x2:7+VZV~٪R; /]ewpY8_ҁR?^L#e>kǂ25:O ׹\Y.-pN<0^t%=ٸ%5p)(\tKuTLYe .ˑǿiDrQ?UUUgD<4eͼQfK:7UQުJ;C53aKg}VW89KNjv90jhh>>|+\=G/cS7p ssz,~tP%qt%p 8߃Rέ{t%p JVsrIENDB`n Fn=PNG  IHDRq PLTE`*IDATxA&!5dS!hU}ڣ*"G)r,)el)}GZW݀ݺMS<N_ İGp\0O^Z gᇶ pܕ0qcqn"դt3n[⬗[* gܸ߱8H5N㺽Qǽ[;s`7 kh\\J^"f\G jҌzjc4J 8a2W?p4NL-JtC\tx nmUq>*n*`qP{\C븎븄{(mt2\Cc{{"MŶL;kS׏y;ţJ!4.( g'xaå D_ΚqVh`L+]*Į%Unܸ3ߎHdܭ:2u\u\ݫ5= nH;b1x('ҏ"\r:%N` R+)))Q1Ycu f^kp$GJX"v2*sDWfW Op8WYE^c1P$} ۴s*0% YʸqqbLPntz*\uV,e Sm-NU0lO8w MrAZBTwKhR9֖khR Ğ5.xI}AIhɌӬN )d}2)^U,Ur- Wٲ}fk\uL;n{m+*Zu\lj| Jںa2,]i *7E$mJgȫHtFXxgCB14wK8vAp%"KRh*Y++m;L YJq<[se]`qߎ+U03(nCu+Zu\%• | rkh%'+PdCV6XN-g'd - v9ٵ]#λ8U(J±2WwNp-&P++{\C븎8''OuܮUNbR<\C-99ۿq'Džq|.'½ YƸJw4gx=9cpzxᨚյn~Y߉H#n ˕qr\7B*JW t![^{"\*N~f{f\C븎8qJsx2j=CgUKθy? E'?HlZ{ɨ&SrTW+|)Xe"p,}RH"*'qƅqqQGNb^+߽2Xϊ# ::.+p qdWПAW g6J+⮚WRLCpf 2YZO^rg:EfɁ^>< GsH9H2q]XW ~饵6r* *q*Ka=9^ZӸ#߮'}ö8Z=}[xУ^g>m*HEOY'ڊ@(o+\|s^.<&.ŋMυ(cxٕq:=M筮OP.8g°-8pMTƍ~ {i832xm{MM4tT\Jq͊+WI!.Vf"v6zڇ̟c8}wF!ۅ;oĿf?XqG/|/wdדK'O4Ogs'ZGqk:R"|qy 9r95o*dW;9R\}uk\bn4ܶ o2' C". eE6 U7eq9ٕq6[*bU&f"CΫR)>mag]p=Nn.eqtz\4W&YǬ$vA/X'ʛ@'1zF:oXRt2%tP}XOy5N:rkZbh]ɮAǭBt*W}'<8hǑ]S@54nOiq[;ތI󵛶!'iW(\!:֌I ‰btyvdP@UnPr1Ǜ$eD^I虅$UD)\Aip>NlG'AM8:=ku+(E'F$fGd>:'PpdГ }tM[@Pr58>:)GdLgN]`mG;oǽxPr1$WP@'u\4jkJݱs'+Z6]A7X[-(EP~K)A [%jUPB.E' J0.U&\P&}&A ujJO<}m`ŀ)ptz\4긗yw}HlΝ$ nKNpɮeJZd23YpKkz&Wp9c0-JYN-BV\-B<t_ (#*W\Lure<3EMyѫ_<3X wo'3ϋ#9Vf~q :S59-Y[('13Iht9NwNQKp l. .3)6h8n%.h11&\ ɥI*O)D'yIMC]bl28r'6[̳}y^[q WV@gq^Ө^IlWJ`q//9W3˧UA 6dst"MKRr\CT)xЗq>nWgFȫ/TҦE] (zMbkõ>3}1Ɋ>veeKN)_ΡC)/V=]]\T%-yI=-8/iw^O^:I2TzL:p*w?0IENDB`nd-!h˖t"YPNG  IHDR tCxPLTEZIDATx rEN\]rxkzVk@#+1`Y4n 35l%` %`tP},DB`z}``Xoäia'vik089OMDQ0) B,?j6XW~O )M(^j+v*[RSi :22茶w  1{oA!6 )zmӟ9}wy iH@: e0<Ro}ofA\0Ӥ0<;3o/*1ܾŰ61x>1x}b0d 0!M!~1<nr1 &:tռx<RA8`ةb.iZ[a/ PGƩMq?! °%bX:c͈&7\0q+]d"*UD ba!d(YE ec? 1?PwsK&<V/C&g\ m4 9ɼi9L1*%~ f'=| L>c mV:-ZlE>č@U-^*j=WT6b0 rz1w i"`D B]z=;3nSPcz}").>Eip u308c|W~έM`Ej X$ n"˷ (;_i}F X'] ]00إK:Ejâ>jĀ[Ig70a] ?=G[]GZ>0m 6,xiúmQŠbymc])ĝ +1U$$<4&1%>YX4I/F?h[J`ah?c܍>): LG.i|v$0[iЧ-* a3W".0.`1l000ÊN.]1t7O.]04/`  H@0 $`  H'`RNx!`  HP̸0 $` Zߞ1|:q S1ߍqO^buЧmx" OOxfKB0t.$`  H@RY+c.n CPmyN`ߒ (OIÖ<_y1\_?7Pʈa~$8O> nyca2Wa Q>4Ff+ܸucs4G:1PA/O}Dh0s4ʂR#L{eZUe,  |Ԥtx7gu}WyP}bo/*pĕ~rSԓbP6jRǠq0Ld`nSä.Erа: j [z tà^=Uj'z*Q5C`_Z%0 a0/\UbBC){}?XDLʭ\ ОS00'``OAyp $` )_׊~IW;:/q0 \N c=L~Ix}c=ny`  6<'(>DVuKY)(Cf000CVG3/zY5$ a0.n1el%1T,A \N2н 6 ٭^0d#)n(߱0LV~3Ěg9@awLLk|kތ0Sl6<), D2kⵡ f.շ2a+O}\AH cPZ{Zǐ z°]Ua8PN`16C %LRn%LҋV)r=KFkCz7 R@r᪺` }Tg;B6 c:ə|Bw al4$g: 韝)GmV^15D'f&9Sf(;_i}F ߎQ5)yb . v)tF*İKs 5bꤳJKن]Rr*ѤmX =?>0 gZޏ;$u6ЋAP+A9oU1 4&Ӗ+ .`n X&@ oڨ W @n IQ#()vQY3 Ý؎R9viEӊܥ4 ST!nʱ \  $`  %`%` = Eنt7s.Y0@Լ`H@Bm IݣUIh7U7o|7eF SN0HAc ID3pUsK N84 fc '4I LdH@Zۀ> LE1tb_>##{c}^&` A!a $`<kkFFeLWsTeh5ߪZ``3a ;;bWͯfނoқQ ?"7ԃp'1J:0*yf㜼N``w,7 Lc< TSY1p_-Jɉ}3o1T̮ 0x  Ucs ?q>)DJ&R9mC40ƐOU))Hc7Tm&Pd3zc9r H@FI@Bm xת%h Z_Y0Q/"dM3HuMOz*W9:[ b'Uo;ŠgWvo&A,3LXF865qqkcf2T֢ڐJI!%.}2Q2!/alD mhnڂVOARv۹0l Áwyvzg0ښu-` 5L+mzLHRS^v^0k^y2f^ #Fb>& K<-A0gMaX50gc#ThbZ[9M$ccVyJ VH b}V}mZ~f-ccMd8p\y}Z{> h5c8 -`b Z@Ro0`H@*C>$f-߻Vgc(6gaN006yRVQs/l'0(&LrƔU>A"\"0iu־TPhҌarj0c<W`x| ZIWIYGEOW cЭ"uSD ۺQAW1&"YzB`vζ؆ь ::z7]cܽX[1g6Ӷe`VB# b0Ȕ2B}ܘmےJ!CMy(*˴m/SxPiМ H27 ͍Y6<$e6]a68Z钄O o }< t/ilX(t,s\޸* RiE6"KО>ާcbGÃzt Û;Vkll{1 I ]1^z Q:9i l[GOVQzrȕ# i0u g,+|m#5 (7\&`V߮ >nPR\.N3iRC6 :8id[<հ#PˁӖWP~)9qK1A\˥rkQ)ʵlв0'"kr<2S'/:Ckmalڵ 5ZrZo,nьZX.g1ߍ1`Y~*w_ 9Wذ\ ,scqcpXF\.e8o92,s{2,s2,s`,Srđ2^ dqPl x -TeQa.?vЙrv(klʟyBʒ"9QFEuO)jrZΦ ⃎ÃN,.O0ǃi2e|J]v۲m9YZ봖1j~&5SiOZFWBLÙ Η3X\/cpPl `rA}? r>Z,s2,s2,s295)^JU-qX&.>UK[F hN;U3`B'F3D#+rXE|Py2\VE\&Aڥ*"7,%\E\ ne\d fX"[?0-l٫">8O b1?"˹ˇ|=;2 ˸#q `*Ȯ%R5 D>`HE'>2,s2,s2,s`F56Ou7je`域C,?3_nՂoV\̲>eU 21UT[5,WWM- uv,:?X.f-8F bp~M~k]|\qq `X9 2r>6O,s29e`X9e`h+Ȯz_ @[i˴M2,ؖ, XlC X.˓T5`Y>UUV"OتNg#:a9/K\=3,^Y^nrKXgٲ1ɌQ̬Jdqm_ YaZ}<8rwtr9e`~OIews2r8e`X9e`XZ&N6J2aA[f%Iȋ\Z[[[϶e]˴9r>Eʪ2rE*گȊS *kq1}޶mXffy1Y=rX.#2r9ȳ\F2,a,r9o|9e`9e`X9e`sݟMsMd,2,s2,sp7njq j\oj!|pǧ|=nE}PkBGye"ծ{6pl[9ȶ|inOO31Ůƽv6X&ogK|_Za!Z&ogK|eZaV9N|呺;X^|ܖ D,/RۖKd~\}tP q:ҁH˺*hj,b#?5L>PAmEIVEsZeU/tW7LmY}q{f]kLyK\wPH`ޯV%Vt\9Y^qy呺;-ѢRy cPo"|G+Kr)Y/"`=e`[>,sp],>o crt#0 YoJXaU S9yF'8WloYg=NܩSa9,\|8=WqW`˜{2'ܥ +߾6c|{yL=C31 ,s\,cXbOp&e.㦹 V;XNY\\ ,s,s .s6 Mΰm\=Rqq`Y - O0qz:771EfobY4.wg- Z~O=IzIw9u;Fre|Fj<5Ev,^- lBdY7ڇ|mYr>RnĘ,ۈ:KAe1tkZ|n~rflc^*yӶٹCqT -?nOX>$|{ذ,sɣE_N˥^ ;DXE, ZK[C+ $Ж-/g?2[\em]xL"-/ŌL'Dz\O[eYmٔV׆e+5ֲsٖl2SS[,Ȳ,^)bt$92,RYߩHud+dXW9Xr;Nay ֊,~e{ذ.X^SώOp&Ǖa,2 ڙ\`Y Ɨa"gXNnOLr)2GZs~t`9u99bCl,GF(o9m.YN-w# :e7]Q,Kr8|ޟ h~(%ެ.9˄=c{Ď.o9%G[tֳa9;tl-GvtyˣTgiݧв^E,Gvt]˯nM|=׋|~}^V^M\;*|3dɄN~[rX 9=yʭ罺eYЏ-2S{[usIce1uh{Tft+0 ۖsٖGwWFeo5E[Vs!rUCAh7Z^>嵱HμNeymd]ؤx#o*37)~-Ĉf_Z^l\՛?ghVgv TfcXXޢ)|/--Ne6Xޠ)O=lg#;FݵSo˲=Gm5w/{inyZkt>P:?GNyͺ-Jj#j֯`n*7[,j\V9^\^Wxm-Y13q/ijy3a9_>,r X-瀸,s˥5.ְLdٝ,/C,;V;t{kc5[ rѸ|HNj4tav I\EeY;?.(ސAܫM C>pkQԞӖwӥDz*J ι,SXTyOOo򐖏,n;˰ܪ/#St5cMrG_co2mgr|kay2!-..&TZ>d\>er˖bOEse`9 9ƹ,..&P-Ӏe>1+#ær|n3UeNy3$?ϫ39dRUL!Z ֲ?[Ւ..byuֲ.X!-o"TS E$,o%˻rsNj41wGO~$qK8kB#B&t(NjW|+l͹*7rY8y`X.q*װ|4i2 .sP| 9v!,s ,wvT,spܥ qy|u&t#(^\LncX>ڈ37+p3*c9nwگr@c[˅<|L\vC+cnOye 9¨)0Z-6yID{4SY_8.6Cra9Ui,;IdY˥rV [fǀe@؏_8.oout#ȬZFF]t#X|<2*K=X_2&._s,n_k[C)`ٲeUʒ+~~l\4f(īM+?Wq@Fg`Yrˆt thdAF CsGV&)䋊YmA-5HKW|OSMhYn݊ ˚˚i-eOYW\۴kDޑЩOf{8\gg|y <-k*Nq ˎAOp2,[`C\Tg֦\ ,s|L\9F,sr)\b9,o7Y{OW''.R`Xc,sG|AF9GP2,e`XqyE凼0Wϛq9E`yKjkI MĊn\|6BZO/~{Lt\eRhbIM,d姵,,=~m0p&7ǵ3˪S}SwS]2\ql/Jqke`H2j=l,V/~2 .n ra,sPge, 07;óۻ ,֭^2< F -zg*#X;A]4Y~5Җ˿UҖq&7nN˖ڲ:UquTj"˰xA[w;ñeb;e%2߸AʙΗG~"-ϮF7-7qr5 !רrDɰ6a9 ,s .d ,sx ^2,%vh8Ը je`2,И!'uIDATF}4GeǻfG2,e`2?rU\e"A)Ko֠Y=nATdUx*Kvɲn_.bvS/ljkaCX3'i^ԂZ\{d6bٲ{)7YK3y'iٙA\2 .{D/]ٲFNK\ze;1Жc,bgُOcM7C[&|9˗Hoz' υqiCǗhQ8-#KxZƗed[c,{?,q(dٻ'2r?|{fS|-Ӳ/qGܲ*P)Do-Np!˶UXO?SS3rm\VC>odSw]O2P+`1`y7`X 4jk ]?[i,J,qYazW\,sPk#^2*PrAv`X&r n75P!*6qXX .s> * > Um1^X2 b] + lb,V7vz*O7qP`]O<3_rʲ.j~Nm+m`SReզj:eZ]sy` #h˪lTRRMp,#.Wr+KZL:a 6,WA\9e,#.Wޏ\\ɟ~$ye`8e`MbS:[mX>ߐlfO;ׅv7F=9*ӮEBkYt=]q1#$=+l/oD2x8ƆD,o,ڽ<kա`y s>>X9=l`Xc,s`h5r?n;q7˰;2p/K['_UU$u9sڤ4Ur rAVPm."Lt"iQz24Ȋz2h>",~5Uo5e+G*W\VE)UKv,#|yxЅnEd`u=ե ME_JWAߌo|طF&NM7>.^=ȹKq@9= օ.N~필悕)'ǚ|X_/y\+ٹwCA{kЍ FA+.}ݛCt- y%|0"j.x?XD";Iyy'X>>x\FaFgI7zSӃ;?T]Aѽ4Duae3>d{;X:2q6!yэr.&W.Ԕt/iU@W>Fd],t}=}(p݅F7Ajy#C[qN:e_#<3*wutﺯltl-ݒt>y-:YJD3p }9"J<#CZLHbGrNCV7SG7tp+I&qѕQק:ƒyd߶YltE.}>3ZOՌdϞsnotJuGk \CuN -]F f V_.|^7zW@_ϹЩ鋻 f;,j>}=}~Aw{;@u?ZEYJ|b=j p.@w# Z2Y] egijqKѫSI7zwwXx=4 1OtA1<8HW9+b=p"j5];n:}ˋ Qӗ>lWCFoFg\dV.΢L.ϓ?teB< ]sγYu7zrʅFoFǣ/cq>O@_'o>K_iKL!\<@ >;1}}@`}*~@NG׻<^ۥ聝h%wDnӟwʝ*0XR~μQ܍et{>O?my~y:FDP9n֦o?[=\IE_~*Rָ}76w]|T>/oooO&QK5ϋƾ ?>׹vܔw͢躛Eyブ/@/KϢ§?z~5~x.=<㘾˜1}ՄGc|qЇJ@Cпn\'?Qp p{pgvu[ߙnO oGr[w_ukMMC݃0wq;ϠD76i]FFŅ2nn }I,޸d6>,6by V0ҥXN%YDH}%7s> ]N'z}Qɢ 9}Ǎ]O#aq8Ix/HS>݁f!4WY0F8x qwtGb94nxK@a&^voh"0o# tqΦ_:vxtaF2ލCݛGs:Nяw}:^k6Orӽ3o.Vu޻1Yyׅ/I rBLtoVJuq7r8Ë!qG?7_MH^0FDY V9rQ:sܜ}C|:@H#v(܇|սҐOB_D2?C2zJC(5DMN`u\f]9z`#VFb?_}#:q~DE=t6it"yAFd{.ҹkb:՞ NOvl}]ѧ;+U =y콲칐 V:X]onщщgjOEHt*ًl>lJvli`zML|F텂rΚiL.DL,=~9q5EOVy KG1]{km>ltAIA9JmPZ鵋kŬ'']yvq_eoGR6jcx5;|u] ^dAGhR7O.j"d#a\%a ˆEzܹH+x]y "tcՍ'%a;&tL5ݾ9NKޖ?E>ʘ^'ŃI|?~B;M|?jTgMߕߔ/5ө׏ބKACon?ni0Ƥl^t+H_*卮"ӡ}eаtWTIܧݰt{ҧ-P^l~IE碫B'y@NAIMGhuK'8~@(y:Q\|NNoR/zb>;_@nV>d{L:QI^YKps<>7q&$zz0^ ݅gZ0j-10luU |^d|tҫ/Vx:E*VlXy z@$.ʃwi*@$@*a-2:M !vyt ur0t.{f:yϺKVtwV*Yy5k_N{W@Kwc5ћT'>lt~D~蓅Ӎ"v ͎t6kIE@AQY t0N\0@E ]U'OyBN q=<@а]$@7'Ny޸9A&@wyNC <=)$;G'GuXQp߶ѹOGxFhIENDB`nH֢)wPNG  IHDRk|-E PLTE`* IDATxAA3q#%`qS(Ys")Y(uWУegN~EMd?`6wkv˙u EͶib'y9Kd\ﳲ%jge}~6߫ffg؟mR1k7^ۿ(mm NhuyC)A B4{쇮L9dfbn5۽;)vp'^n|oٸr]O̾_oulƖeKYc7U~ إ(&ndv}4PЊJsXyeWe[3Y7qFy0;(d N&dS߉$$ חauaZc7K{cQ.딜jޙs$u7#v!U6[o3Tb`'. A zsė:=G9‘j:clvԷ;{>#CM>v*PvI>0>IlK|ҧ/ ]67{~Y. A~ U) 0ڻ_fEk3ế>]68w nfaY>HBd;w µ 5lOvΌۏMIۻwnv/!7ž lp_˱qe'? 첁%]ֱ-Ŗn'`ͥ%$dڈ.Re;Uݰߍ'X4cٕ[ѓO?Jlf;|׳̥ l>Գ اRurH2F/9BJ^{$΍1^NNb87ڭٝ ۉ>M7[-ڍ }>cT{ {4aO j74&{IXvp1n䓅dIvو5%¶r.;%;=З=(G}k'l@bڻ~" 9j7R؍ l٠7$:9r!` <2ֱ B[b)wl{˩~ 횝ul-j>]fs([ǰ=+wgOcr|K[oΓShog7sV5vc?{LNynNΣf?jc=X k߱硣ԼN߆yu9 Sv1M}7zNOيk`R~Et!x[#ݦ3':>ԗ/ޅOA'ֲUw4lyY4(Ѣw e&LƆyB4podːswZ.ZN;tVQI9ePKA~rzSl7~ՍEA%rm4EsY{6<_}9uAGv﹀PK8;1g}=vw}c[-ep٬qY>~vSӻlZH;ھ>o#. OyqV%m_;|Dv-M7NIKnX3^7xUYQ]SlZ2;!289o wMAOA_z{*4iQ@{:'kF֮Ni/]'7N0;XRBR[oï]6m_fn?_O~ }|Qc|>~G/#:dcއ{ϼ_-qtď%:\WGs'Ÿ1we_c75j엲B%e}ʸ*ҁsI 06-Pl1&L}H" o k5j[qd,' 18t'q⌳ƞs\OT BEUcoc7_/bE U#j>t霉R׸ ;ֻ=*+)!^:8bAaS܎lt8 #,>19֗ע}) 'Wl8a+av~ 'P=gd+C܋;o^<(ϴV KvDeCqڬ2hɱY{Z)6ݸ=1:jQ}^lktbvJ{ ./lOh݈e[;ji)i/uFEvuδ%8LAdεc8^j`׸gQæݤg6Iɵؗax͉8ڇi:7'2l6nȰ ./A㤬cljf0j2U+z!d ^, NOŽ.0sgK`ܼM'c06/b rSO\coZ_K{{cAO\ےeƉ8KLqL8ڝӥ\_cDZ{^='2ll8a0xac7Q}^lkt^:{dnKY?*Ah z^\ʆScd_W;:V1q^lktb`}I#mc8#UC>T c/.^}Z fS}\V{ kiq[mwtsy]݇& 6mfS^iV>Il-whBdd)pD1jLKz6gd즐le{ L<> 6Y#vAY̶V|{nG+YPNG  IHDR~sPLTEZIDATx a95 JnU0w2QC?#H$G$"*]5ELnϔv j]; 3͋P5`0M g |LpUxyq  @ ߈$MI]}!t¯ߎKpc-܈~$r76ܒw_v]U ;/FT`<Ͷ$]G.~~۫Q u7vG~Ul9,Tb(lKtPLZ ,SHFF =jӔt)@g^"W#ް?t I aؓq0UX@{H = Tjd xCnnllr\Ale8ׁucipFgovcWd2Y!ϵA o>h3x0RDsנ' 8a7GR^ۤ&=2[zy!# @Q >SH `l-jঌ uP!`Q3* ꘰˛<0CVWTY; i[}@6;X1 oV 5 Gp (gKJ`5r6د_52dXo[<"xyqu%.? W ɘ4;D0vo Jvz5;vbYĖ^Gȇ멭kf* $f\yJ{0 N@JXT}8)I ^ij_TvLr5sFtJ.@i(-PEJ@J~ţtq)JpͅjRDRV"@z8U.<O Yy*|}ˊpV Hbeg04<+6~q)*@;A@ }9c̆u /7k>YtV Xz , T̋fcyu^Opa:2ה0z [̴U]pp!C rlh4H ] C6.E e% SjRDRV" \ sO u%?Dno@ (i0 }$*G733$j1'Uup}0 i_/FAT 9H z0h@;]bruq)")+\@;Aqx1dHT`wd\5 HDߗIvSw t U`$r1/HeՀ ֋ sgؐoڰ|\|v Ywu}|y2:1A jUf̈eO j ! }~'1rʝVq0Q5Wu5i0 vXlX p!DԞ9֥|jn ~]lK ^kNPcg7^=B7l6M'm:S6c<pݧ(i˘nMp_tvCdhW@^ l2b Ŀ 9X?h;Ϊ%H_ xo$:$Hq$TĽaĜ&zHd 0'H(X$U= f 11 -3u1e}$D  d\m\@J"hK!ƥf @t?vNg%Hxv~ \vf<={[蘠{m|yI4  #.y6C` k<L`+!8d}8A + @O9.1@%ڸx$j4H]*]嫍KQ" PZtJ.@i(-PEKl?*::v^+b߷?(KՀ_ 0, y`=.Œ̺&sJS|˝nϤj8,pbn|-׬ÜӞY7Չ@>`O \@:(]" W|m;᫟Se[?RމK`!xW= 8oQU6f_}|To5yXk X'TrV ʢ,ۼ&BTրT/d-n&X~qi&X`"'h=jr/Jszz#{W\v гDe^71TZI/ȵZ2'lpV5Wq׾Oj*sowj,5Z[ '(JЇ2F`B0v f4U,6?,͖4r !QEK/ l2 xjД55+Je,LYq">0z:v|xOp.+w? mZ;2{E* %fX.4KުN~~^)*%{/(]TTpd#^o&3@ig[weSD8E:ۺud!,rӳKip9 y=8$ x>97n _;gNkf| xt08$@ Y$Haԅ~T! 11{wa{؃puX>8e m͜\ kA$*Rnd^M>K=@]M\U[ `\A5 z'8XwdhE[A;p%Z W;ȷt#vi+/.T|joNlTUtY0~Ei0JƖW~qo#ܦ0p:|4(;s&QrG+[e>Fq *cN"x[NYi \5ت[YO9Dkk] t ?P!5eàӅ5mKUBad,=Wow,[8 =j2}E1'f[AF )Bfz *o5*C B`oYA4ִ Y8Ae`+itAY|sb}uMoG0mY p[h |Ni@kD RUØ8j!B+)X$v dFнt#XLK ߏ% @ʳUf1V[gݢorT6.w / ww+gt+Yg<Eff*N`Q!t%xHiZ .T5%8@.w Wl xtLrɧ2峭#H1DJD"U>.@C:g^_iuھ@Y2| dY<pSz"!c.+ +xUjXڮdcY2|u ` O Ng92E ]Nt-*@ C`н80cT %{`w=?ke4|@RIVz`{fd(Lץgf1 |}5KJcX֪ 39`Z;`O%汓:`j*.jӠ`S N h@ viP>L{@W Cv1L7RX+ ?Ϟ% AQ`v pI !`!. PXIrʫ:".`2 &AB:==Z>TYP @tD &Ю0]JU  ]Kەp>CL+W?P!Q J|~&'HT `_3] Ӊ aP%>`o]6U*"Zj/`V6A\N oĒ(P=dƍUjgzW01MBa}h;@t\SRXԜwj3bɏà BB rᨖu|9@'.s5)-_uͅZoUfCMO;A5\ChbL6v@j#i וA;ԙ'X)CL_@<:\i0 cZu[P{@W C @bȟfxE]οg( @t?D$qEg$yYԀ%bQ].]Ow\;&HAbz5P KQ̇i432 $U MyF:*@!@04$D @M2D@L Cvv% 'G9@b9?F?$i l-x <_ϳQ eG^ ,c؝搰&p$Tr02r 38KeNFv qr= Bj>.` c]8A %>`  @OD %:>+Y8+LAvN Wq8%H@[2t|7:e$8EJD"U>.M\ @4j@ip`7r}p@iX8~@.4|%Ilw>j7Rgg `M75%<z(n^0jscpA` @~\+V0ĚP خh}ۍv@?6Z58Wx{ڿ7<6*@0 2u8[S ,*Yv08$P&F `JVEٕ`=3eֱVk(jy5Լz膚9q(J"햠N|0B+AB$j`kc5@V{J;lmhNi'SEO~k ~`{ Ю1%k[U;3?`zpP}~n#IK[hwb?W +: gO5l㯖z;>{ofl㯶_-Zt)գg|(w4={Snj\9eL{;ϟ*k89w-2ӵW]~ ڏH|vخbjmi}۱?\umղVo!_.HIsVY?*^蚼G>Woڟj4ƟF.]|~Oa?~7Y桴ZSz-Sf{%_7\+w ۏn~ ڏ ڏ WϟY;1EQ~+T?ԁZ~s]pZ ;eۢ;KIɰ 79_zdrthXK0{ .L.~_`r&ܝ{fhrl4O *!`F?{*~Æn;Ka/>{Js:b̺N&~  `_j=]Qתg|=٤r1&ŰᲶWkmɎ߰Ǧ-\ߛ`l]n0){UuI蚱py\*⍷`0__.Vj^切5ljUQ(G#;DHӑ2ᕧO1F_Ƞ0/7>--c?柴-_t "5)c_/?9Q%G5oKP?P%@Rr4a^6Cyn ?e㱏l6>+}?@mğ޺jS_g\;/34-Ml1oSܓ{{/C1 $?iSNui뺟܅`&h7/zȾ by_ op|':wUK^h|w%KO/g˲8;v@k(qxUP? W4WY ٘4?<? qDM.fPNǿ 䭓)X;I:3i3;&0rMcҺ?iLvE#q-'Gq1cFN9ݺn.lё<{= Dk)L? ۖ{8{*{4o(w{U_XE? RCcTf^y_e{- y(K={U35qPST o[`?{a b=tz*Go-  3i8md}ۖ{8?87|}wqGUj_?羚!JY/ *dqWЬG ?5+~xfEN?;fOH(y rt_2q9~)ka{IDIaᏘөl+oL5gƼ7܏?itQ+d0BFaFuo̟%'?__Fub;~oKI:[zi+bZ#PqU0 )O_y?TJVcc2}5-~fՁ5 wvu=?-x d~#lYCYQA2LbdfKx*}gs")qz9vq;_ \~~ĉ?dٟdK!?@g?b?"dCgz?kx<*xJ_27२,`?ʟʼnMo KS/Խ3nfPRB+'FЃCĻUwu_%aD`~4*/G=W˘BP-[G[dx:?@˘)ބP Wr h9~dSt_Q#cy,0cCX!u_ /wIDATx[rUE~ PM?K?cm]@K@[kAhy- A]Nuݶmm47}^[> cT3voGsAEte/7S* JGPr?)z/YP W]=_}8 pRzYG@C;d! Z:<@ȷQ@k@,Wlt؍!oz@@I'5?![Z e8 > D0_U7Flfn{O_-7o_34wG D/o ZF8@! ;(p x  rAJ)@U2jJvʬ$ `?H@C" P&^ejwM^ 3cjRnuMm7 ^Z~r!Qy|@ P&E47S20ZAP7n?[wB[M]A<kH 킹 E:!EUklv}Tu)t$ !H~gW $7[z@F"XX> X7ZNF#X7 (;Z/ewh{#.XoFԦAPm梌*odo U!H74 Q1Q: Ms$B0${#Rx")F,GhoQd {F"xa2vuAG`oT/ V,1} i6ӵ#`*  @ @ cY_8|UK^TvD"?^ 9[>5~N&(_A Ie -ӷjɾϤEJ_`T>w \Ы j6Pe 0aB7% pҡ|^Bz2t$ "r炈[,=zi'  ,@ [d<`ԠmRz(0EqGA@@ @&>;~xg쀠 eOb@PH s~1cMA[FEå@S!]!qP9M!0lOaF2G=`.Nfli:lukFPd~ A3@N>T.`n&!Q;w޷FguWjɃIݷQZ``RE傪=m~KLtXV[3t}#0)HݷeM ~QLK5J֨JtQsAm˞mT!l^!&uY~]Qpݕ(s j,3Fҡ-Pz60 SUӡ)킫#kθi`^s#gCf`RWG. v0)b<{ɃI]A\oqՔ"P㗇 F7o^*U >;0>ةnQ}vx6 @ @읍#`o#@wM;<ڦUӷG/#)kUk0mԍ4I5]HD\d7E!ib;F5%E U^PbKz@؈ߨ.% ϤCoj=C`y[֡IwLL殍`8~-UUH z6R\l !MdՈ#|ݫtz}gߦK8B#_^sidSâ`ՠr_5\HHzկ ^v}DUQUw;3ݙUuC&LRAA7t'kjUZGu6}֡:rـE~/IFjcI;##^P@7=B < ifIҡF`ҡ}J[7 7#QAqۙS/ M`6 ~ Ae2/tHo+]#||}mO i^?J _)~LM!Ta`Fd>\ dq]#k5:TF5ǝ33P~ve[ˮ6k ( ni,^ָXm&nLoc@f>Un@+ gxKF6cW;"- \@.o<\ ~;ȓSc?:{]:yqFmGѵky7A.W9L6Yyٯ-Ъjw{ϫ+_"Ajn0}6G>tU@?wu~#oYmg`F H??C~OY3LȏA/Mv5SojZzB4KM4emƍw]EE.g !?̆G2  ;Q ( ̶-AZʔCgᷛuɷ,jFHΞV Aap"Z@pؽÌ!0뵬O@AB8@x_7nJ_Au5szsmPkU? Wqs|pD(9nCGsSTIU_*w+cf͕U4A7m6љrb( q!nrAENzWM, e |ݸ)hm4@DB.HHxN*9{/0G #w!KnfqGYFA4[s+AS@'egZE 0^,]=U@F@ @pG% At9"xt(x#xڌD)04 "0j?F0A8T%6 ml7njP[SB@*^H9;> pE_!tvFn۲@J;:{-y?mLd{l_(R`L0`:@k6p ;3voG/0I0&=).2F D9 ? : Yo> ު?>JD:fdux X/&A+_4W" AoLT:-mOI9#Hxh!x?b?rC% 4B  |o%<.>jT%G @2 O ;HL,cg>zW rAJ;!󊎙ewҴiW@"sg$@WAdd[*GasAU7t9iGzy^YBf~iZ:5GP+\m[9>EuUEjN},fmJOPN #DAmսt@5F \P:o죬\~r X*(+EEyEGi~~p+?E"جx#X s@kfɟzE_ ZZWΠ:5eIGj %8"1YUj&$⣂$+<+hUUk=9')^WEeL A?mluB^9G@LGmι@˸atةbS0~:`Ҽy"Hf@z]s^"/8"rE0=:Y+׌WtfpeA=?~ #`M[@M#A @ @ȼ.Aеa񈏱aIENDB`n WE+ 5qP&PNG  IHDR/E PLTE`* IDATx͎QŬ2l)x%5nVWG18;JL/|o56+!C;f=~8`GgoANR*=w"qLyxxjI~K*_< 듬D^(g^ǟqʣkvo9k'| 2kz[Rޏ|/!/S7*0)Ny=P("AqIy{/U>31'Gp(,|1 piyRrv7Jm.k@˿5xY#,_MiAPBP@Oyi3,{20ZҸ~썿m\ ӌI(zѓ^#o9*L|@~'J~X%^/i*/gxw} ^~B~_:Zl茛c_D,kGb f-W!v@ߝvat' ^-ntiW+_B5v*j6xufq] |wUU kj3gO͜Aj6sS4,$Q[< ysqَ)Jss>B5^jv"8nK0c3ɫͭKN_kQ7 8`lZuO; ԃ)r9AA$>r{mwNFIAñ'{c7ywXMqc|yy6x?Wi?+6/!D'= y{{ѐ?+L`҄/뼛kn^MYiڡ,pPvuYZ~m}Yc~Vh b|W{YPܰk<^~y_=  D>Xyrk'jY5^]e}~_3,/߬j ڎ[NjKp$iat`yiFe#PMx.z U}jyڗA1\q}30%l]oJ^N5.xq=(g{p(ęw>ȃ7}w=d`6/b'ڤO7}2=,:~BםE ᵁf;vuǴ Zvx28:1ZfăMb(8ax:ѵ:#W:}+sK']иSOx_ЛG-,fo%MiG 4>0No2Ļag3'Ļs!ڞ͇:76^t=._rsalYxo~fF;N&x~Sa}~*o׼/@[%,Fۍ<#N ߍ.(óP#1<"7īCm\X˴uM뛌%lGty/&RxT|kKz"UO6E b7"`ܴ>O8_*a$/.'qZ5^-x9M5 ?5^]6,p 628MDS`7ŀ^,Z܌g#OOJ\o"a`+6NP> }}zl-;Y:;Y:ڿ6.feQ=o[k (SPZoU;`')p+ie 7OOZ^ԛ:z )MX+&.߂P1/OXܘg]_jRQ=o$孟GUg#I<yJrMKes}?XeBefy&:%iL7#yf&fXMdWsswV]fimvqzä˓ʨҴʾʹܼD:bKGDH cmPPJCmp0712Hs:IDAThC[z8u$X I\{YxGGq771Bf̌:ƘC?ɋK#w09W%ݜwV\X@[3rGxDZLn CA~kvݙZcktX*#}] W`zOJgYȲ.lh+t%xR$}Li2&Z!f Zh~<+q[2h@b2B(L M3RXи;i7RDk{b`x"~8k@?5ϊ̚&Z"Je}M|HF jڊhkʦE#BOM&^$. =:tYJP!/؁yK{W`O{'`mh>L!Ɖ5%Z39oA|0 ɳ(xַ-虢<ۏgqÝ}YU0N j+q AVPq6"c?lZ|B>gWq΂@ jBKW}Ƀ޶L$?ׇ=v,5?05V׮H[۩߃٧m Aʆ|&>qBT[oB"dz&i͖ "jD.{%~,b"Y5Q}lX~6;C)d ~9>pµmGL/^Ҽ)+u$ ;~&f42+h"=Jp`wp:ظN؉;gRkx}ÑN}% ,"H$0"rQz@'ox]0TE(LJ^ƈ`E=~lx]0Nߖ>=֯y9VN'`.b$ )IQ~X?l%kNKCrxJ'#t"޻zufË/cAI%7R7E\E`-ҥ<.540cϴk]>p 5lzC=SҍԘ=C<,%͸:b)kc]T!֨@7! R>rQPFͣ`^ض,/JuzR6s?}bl YX+X3pBۉlO"Et^H?=h ~`=4s^)gIUvs(J,kZ/~z%z9Xp,/~z w 6ן)p1Vׯ$0 :??XEE5#v5 ,j8+I`U ,:dF:?ʒmJZ~`KfߓƯntt=V61`ï`,X `,X `,?gGvx}u]h]ک:ͨcX;4(`gFv;ӟ&n#gB->," 6 L`6L`P8/;{Do#D1(f3Qci{ZB9GHNbJ iEf tN4gAeȴUn~*rX &Ū{;#&{G`-TQfe怍,ch`ʖbgZrsR\ꇙy|XF{6\a9ԖۚX NԴ`Y&`BN&X$^8,B>a 1^wakԍ7!?+̥T!Zkq5ie`7y%OJyc N_`Oe>Cv[16fe-nݘY|L(%kQ_&r632 sc!dg6:b)71_6`U̅:dF8s!32#32Wc޿읙/{$&9Za{]Ȍ1mOAs9sdyg91g0/ՙő,h|&gR3d)f/q&Ρ9qވ<"UĜX7uGs ꯯Z1'(Q # Mf~# t nt-7D)>iUf\y pe3gȋQYZѳ>U "\SmfYWV mlZ1~̖9aYX8gm\)s!ΪBEN1 #5v֭MlZ5ԮnhSkٺmp"{zd q0+46dyھ|(7?}^Կ"U92|P:dYVl␋[>gf6gFf7qfy ۔6TNf'M%uJ#{ȕ܂J <96c^ BVјE8&B}_QY2Άy͋ 2K4u^<i}fDnȬ :0c(Wm.1e+A27?Vf>=Ȝ}>sw2#s+B::dFfdnɜBmfNȌ14eM:4ΘWԉKeԥXZ08d鉥X0bXn3wYR,GoN^=s¼.yR,-c:K!\B_w7`yQdF枙 9;s;ddɿ(* ``O9IENDB`Dd!*  C AlMy Pictures\ATIS Figs\information_request_message.pngbԮ|ԡr cEnԮ|ԡr cPNG  IHDRD6#PLTEyjG+IDATx z(Y@Yc(4|]a*[2]hT;/ Ȩ}u^SE;(y]T<GD{h/SDEȶ=~@E#(;"7D>AE.HJ*AE "T@+?K8'FBM-)vK8@LOzlޮz@SJѬ}xf12tpS}nc E~ Yw YX8ּv;*YH$@'"#fTqQ~Dr(bei8_n'_&h\EƁ6/uhE:fDQB]d8E݀"a]/>[TrsP*AE %5*v"T9*Jխ"hc4npVoRQU'SEAYUnЬyZ_Ele ݞŝT-H&x ?+GSV;Ek*7NDW2Fa)|4i*1ۡ *zu ^]=4_Qwm^u*ZAEN"z`ET&~T)ڞ"_[AE )J*I~*STw]PQ'$2lu/O *N|*lR1D.Vw#C|DPFT;E T Tҝ"AE tvZOȶt Ơ_E8mN|SC_Ef^ShogoPEN}3QcӟX>3R޹TuHn"fOc+2B(p|: GtW<.D**UUh&;\ԁEE+Zu-`GT$Kkauyu Qbmھ"7U,|]+2ߡkR@x*d]wZͪj>[xy@Hlֳz|+\Uʶkߟw"(.MT܄Q {E3?NEK\MLyt8Wb]ۉzW$b K-~N+7̊(E"y5tȨPqCE+)&$,Xw\HAEJQ*J*庨>{PtQ~0.*JOk "hld2Z bX ugVOwayK4`5G3 %p*AE "T@PH*gil>-+J%qqvMaϋZt(rYd5 #):IcUvH6ҟY{؟})R5@۳Rԣ5$O5Dy9*b\ѡ͓ݡ"9-nZTcf1. UTLKQef -(Y,q9~W"$u(b!Dѳ*E*9 Sljekil646Le%EQ&V&mfm.ɻM<ԧ"1?0|iXٜ#E,E~Lu͂1Y|I^E'Ğ]?{*{u$${E=*uP@"T$QVG!m*Ӽ^!=aO󊎹iN^eZ_3l}|$E #*T3!|]zPQX Ea|u]WI늈xBnqE_D"lFEjΔH>IQ1 wAT'+;R]AE )*0^NMmѠ"T2]AE ~>Ĕsn;GT&Ex*r`!_ߏ"x:,T ܟQ 0ĥa}hH/Nb@ش͂>"mK#nSGW(Er,LJ3tWӧCUE 6pKEGL6KE|FK"隢Y E>fzү.HE(QQh[\{6"=)p]EuN"Y-")EnPHG: ɨ({"TQQ"T2h; ?'"gb+˗gUB63sEM]\3C8ۋSԈ)gV4 \Q{@QU3C`8m]1CEg@v(bVEL ){dPBg" *߷HW6aD"٧ޯ+۷\Nsk+T]ECg qX/+R{%E|)PRd`,E1NEEj+rJmFD)-;TuFEX tF;%Î" >3Cڡ=wݣE{ݣ=c\8H~F*g(QXXT 3C@BTJH=3X+=E|Z?Q3Ch#R83DԮ*gHQbȵפܵ^T@jj r Eek3Jm EODnBOQ4t4=AuQeD5)RsN5u54N_STSuD>%3EhHODH^QƠR4\H6sm 7oaumq>7I_ujG!#*:Y/*MQ = ~6a?p~47D>i_9TґB :T@:E@PHFE$' wYːR 3+n7$"Ak._Qܕ*%"1|F~Et!w,{AQ.bJyEBf1uaVS$ŔXb E,|Jw}~o64JBllxÇ_lWN͡18(c ,O qaiE{@cXguy5 }X%L {׬e((h;"q$EMj}(mmL3"AdHB޸ $"""D>XQ3 *AE ,;T@2*j ]"p=LfTD("000[Wn 3f{ټ̨sʼnJ}Ѩ",$"V Et/$lA2!X"hĚ "++HT$3O͝, ,“V]/2reuQFE/j?N $TEޣ"a]&^Od*BEFFE$"@P&-)яVV3"8;w)(j_UYZ]D/X):+GK3bwMLER T$g IFE/ÇQGdH. hȨd١"TQQ"TQɲCɯNCTx ݂lureʯ(7fi(<=KS>}y{=2,h2'q<&9 |[Z>MnIU(eeш\ ֧T~pa%oE"%͐Y܋&"Q"K`IO[8ʨH S<1E^Y`XCNK@S9¢Du򨱌ہ6IT"U,&ZQs%{+ru$Ť{gEE %ez&E}*Jr%eV~E>󣅀P*zDF@E "hL%y<"AN IENDB`c Dd  C hAPMy Pictures\ATIS Figs\subscribeForm.pngb >P`> _ Z`nW >P`> PNG  IHDRw67PLTEZIDATx (a&9VjUgZ ݤIńOZHkD"Au^)Z"fAN)GN%D] 7b{ȩ+2[Tl4>p1?TH2 Jō m5.V Rq9U{nBY} TcjX"*<Ꝫ'MEK ήcÖDvvsmPQV05&.*hS |T>l!dn~,vEC 0QAQIT(˾Fe3DL qJ9Q11w~?*d?s?0UDL-PQDH =\1C9M?W^W)j*)("**$QU-%S)` <]-'^&~{2ˤz<Cyj0\Tg~<埦REOB}j2ˣdsQrTi)\qeɷjdT31tєuBʋޒOlz7jḩxdVP[JN_SMmj_jXaT\T%6*JNS{UsԚb9VU0{~T\wG=*$*#"*_DUF%b-PSMt*!zS4E'*.*D5VFbSA{h̻nFufZ]hUvTRTkUbTn|gJXbãRk|LghwnW&-g:iLS)HvloTN wJ[.hxJb'iJm_)b+<QِXրs!tj 7K%; r݅qi٨-v&][9{qD ۗQM 4-ʧ Uom5{L-gM;c}bj}-|m Go L@r+imc `Lj433¢ZWzNe#=B:Pce$FTF4CTPe.(A?Tzq| 3ᦊjZl<=&⦲k_jjz_T:2 x@nT.&b+ '<ȇ*SC]P+ciT1-֣Z'TIUd.eTR)̄ٮ]~80숊RmktLk1v9R;*T.Ӷ<2f/=0Zdvߋ ۋTzG5'Tf @CBQtjʻy'tm1RURE=ť4{BtK萲Tעre?qJ->2|jQW\Kf8dGV~>xB vނm{Ti }kT9Unm/HTWo!Qe_ } U} GץKzd*Gg.*{ؚ*ep1 lc#æAm,wGUiy14JޘFTDUKT1Xce$IECPQPtT14$(={~ QU5QUy[RQ*<[38~ (խK[%R!pSQк*?2R *.e zT@JTETD勨ʨ$Uj*kR.>QuU!2*:=\~]PVH2S1jc CT14" TfY }P]xJ%L/Y bc^)Όt JW+f+Tgg@g--& FPp>UHШ| xT@ 6;c9՟M1䌡V(3.3(chj] ;IB2ID#D*If%革(che.che Me e1 02& ^$P񫬌O1ϬZA@f mC۩fnvBGjf TrI"**MDuQ}R%lWT3WDR튨H$RlWSqq@<O#U 3@d/9 rN+TBevCeev+% fyamARzpfV=*o0Z]BelżAHP@9bnWXV$gGJhfuG"B#*(T w-RXԺ"*<ꓪܡIENDB`Dd  C pAXMy Pictures\ATIS Figs\ParkingReqDetails.pngb%BǠxڢ~/vjnn%BǠxڢ~/PNG  IHDROs(s PLTE`*IDATxr0 @ !'%3nf F{ʩWV``׻Kc&dqvه,YHQKw NR9 }zKp JBEk Bhtk|l1AjZ5Bwk]@bkLQim*1n!L;v4Q4-2~WC!4B O՛Ae'8j3W;J)TDch.\MN?}-JRx@$k(׹5A-VUB&8buVgMρo,bTJ*AW6M^Q:ku"PĄ"4(L?fQKm>T]xM84\!|pmU!(:bB/UЫ&w0n 'Pjq'l^hzV|~I 5kZ1ſ5 GiAtj z=KE/B D1#T˚jqMCP}0`*;u譍eXCE3f94?n>#fޙ8}AGYt >h`ŁFgp|hkjy5choSh>chױ^Ƣ7b9^{g:^iRaޫ:p:SNCыwh~gC׾6Mfd9#0|v=AorYq)t<'(nKSZ_{ ލs=<28` %]~EIm0QN6PeF~.Z#_e+ag ~#Ah%%=@䌡 .]oq\I]OF%d6# 9t\{ٓOπ7IUȬ.PJȳVgY'$-Y܇ZޒzgBNg!2G.R%&M c_yw(2Æp?8")RETF\ ‹#,]75NwnDV>k[J9nFR]ٍ lF$5/xڹ HO ٫i3Ξ`JH>UuBzX>Dxx0X]jxMyB0ǿxyփ0r3/f }B>_F|.kXI=@*/>][}01^bj<>F~)v4cY"WT2wLj- ذ/XgY0:, dXqdQJuDnN d7RkahXHt,DzXĐថrwS":NzdY7%ܝ4RX,c7Ҳe2b9#FeluXYVӹ,,+ IhYF"<9.$8fP)cج8U6V!_ \5V<]fm,Ae>% L:3peK62=5G€\VbdX粒q68d,3" 2=pYppx*:rsMHp,7_aȺsryJD0ljpfY^‘ ˊ5XV5e5TC-f`dDɲZNe4Ծ²~rX4sA"-k<\ Q"eNPU{;RՐǨ#Zźtn{C eu u(<0e,sǿ$Man2"[c-8Tj(zA sO. P1c=!“:x7.!Sa@㭓@*uAIbjs\xBj{dsv"O@޴ u;rYǐzaHn *ʷb߆cyE*"'J7gnA_ :fYLc|7lY}Ff)V8DosiB:|#G׎8X:Y0< w7!߅]xQ\>~"/zs+6IENDB`k!DdV1/  C AnMy Pictures\ATIS Figs\information_response_message.pngbm fˑ)8Ĥ3I synA fˑ)8Ĥ3PNG  IHDRJ+\!PLTE0/IDATx z(ӆt%+0Y mG)}ɤ;'Ah:ׇӟvK ;X,q8K%[jޣ;RǸ䯏ժ>>3SZbc&T_jNj|R|HK0>I׎> UrKl=c2_aEvKHі>-KXOWJx4JZ[[S=K<`X,q8K%\d%SpTU"KyYSxExQ:9({6>Y/X_7t~X^h`DK$bݞtsz?FKrp0x̶4>n:Btf6/ҕð=,/%Yf{%aRߒX%s?k)5j"K"`)KߒVȖR#a/u*F|טt6&(lx|TLu:cŐ2#LHYf$DwClI53X"@~lnTrL'R#D[Œ> 7YZKGKj a =zЖ:,'ikrsy  z5hs ͶBח`)+$y&X"/`@rEl.,%{?$9N$7X"pYX%I%,q1D% l[s K/}K~gɈ!"PZK/Lx"j~w KC{>,4,B"'1,xiY-:XJT21fǨ$.R+9?A<34[4K- e&KhK*mIV,j|FoIBMmQI1*l(MhK٠[%΁0ƓFt*Ƶd!f2R6 ZJ{%J`ɢ<^,Z`ҙQQt6 MC,UL|.%*K=,TZ,*%X=% oK`) ̉% oK%$^mW KsX2V-,%)RR2X"@s4jZ͘eD/ɼA'[KDKsyX4 Y,E`Tj&0-<C_oK޹NڠdR ky8`@b. ,B>KĄ3X",#,#9"6\ L`d b[>q(&o ,A Jjaɢ\@X xɝ#@kQ+%9/ETj s,u+% IX"mi0a,RK!K24\1)'N߬.d{2F&iڒ=X* _e(MhK'@o:ƪ0z8乇K~`"R܃XPn,E[j뻿.f|aq%#@̘<+%O{$[[M8,E9q$mD$_’^;Ks.ڸ\6nŰD$D,H,H12H\.0 (2c!YA/-䥱YJ 0`)eIfV 1DZffamR,-!/Rx!"@~Ha6Ks<^%TK:3}1v1D*ǃ%KTJ-a",Ryr\Ĭ\XN*mD$\/% XTnX\dɗZ4p E1D Fa˷e&n]Q }"K [<,kKUy3l4Nag=zWnib>R4ދk=R%*-EKF$XwY/oo÷WӒWč1 ׿}߿RH`) $Xr-ٖVR'a-Kz MEz8FݮcFa OO1Dawo)|yr엢`,i.jiu^kYZKy9gTK˛"}RҒ/O+<3E=̖|oCdʦb|Y ~惠~0L ,}l}"-3S3rV_}.8[?3E.ԭ_60-ewY6sR__ޘB}X-ttj1?E͉TCT+ղܙ%I2K'/^qOK`M\1e_OK.K\,y]4V|SKeH-,gb gdj%lӠ5bdcnے/1WX:ůJ51C51G_`8V(dn|Jﯲt_+ɒ[SQ":,Kr0|-izҔR\́aI 엁rPߜ7;ZR9kig#ۻb`mIloR$ u %W*@K2({ VS0U[h9qTR 2%U͈dߐذT4% m4TK\xO{Puʭm`rE}^%9,E=5'^9yr."`aKK~JkTA,%[uuYlX,Y'R dK7િ1XKֿJ:@<^v^g!"xv K [ڿG ,svj,=a!_j%E-B`)oe 79!Yf2߃/4,md\D^,$\oXY/Y̶YfKђ~8N?%J,3-5d}q, xrȣ3l.J3F):K(:?~ɢyjmi|A`?R)-uR~ s~SEuzQuQ,$k,"/eI/Z 0Bdι ^q]n/ҵ\f,Y o (nc~R`4,`CD RbX"x^1,,JgKR<, Xd¸eef[/jK(c. \ ;ZR٘PfZJ)\KhhKK~ aRhaRf>/%$K)s~/Q(7(eR Rٵx6u-!9? D \XS,=aD$䦮9ʩ4,`$ARfBguYĜ dX"p%xkKՖn/尴KND % RŌ 8(mL,6`eX`[R;]2*6lNJɠ RI ]G}|2syKm~2EgRrd9-zdsT1! "0RF#R?vtܖ~4}g-U=\3=Lz=1]"7sD }!f1D*3Z ,`=T}}r2Wc..K`Z`IK,Ub[9K%M,% XҚ% X@%,q8﹇J%0Xs-]9{JחJ2,8R-tKy%Z%XK1?_TS4m4}Ky[(k K,}cnYM%xR__MҨ[93|.Җ'[d[ ymXʃ:Ybԟll3ޓ-#q9Xу~^,] b[}R ɖj8PRn`-j`I-%'l梹_m򋻩^{6Ͷp~l"K=i{/oiFK;rwOe-.̿KKs[:}7o?K ϟ`)`iGn~0ҷo~[F–n5ݒfav]b;U~K Q/˿4+pKCco󱖄FhK:K3]eCPU@hq.B֨7DKr3ڴ%-ݗPWΑy B,úqev%3U12%VK{R%1EdI4ZTcGL-I4#-Mo-&Xη-i̺߱KӁ oKZnKO-MԿ{N[LoX2 g/hsQ --aJi%p`v7jfK*y IF_ALA:+NFbrX-鼪N2`J[$%3ư7%44͔Re]M՛73I7pTO%pr~a)"d!|^SY=|`=,1|.`eK%͹qR.B#,] ,q88q`-7āKm ,/K=,wnuT 3-XK鿟E[H<,J q7q,9!Ez=Sx*UYRLSKKz\dkO7 xYf9T.e/ҙ}1bN .23-43X W[R M%K e`\@! .U4@uJRmETxT X@NKJ_R-=0X9?KҕÒXq⹁%dtx-`O{,Ol,}}h> <ϼϵ X,q8K%`X,qc: 3RI=.M#\1Ep#\1;5۰&`l-k[\3225B Kӝe2,㶞 m}=ϱ]J9{1P+4ėٴ︴Cee4<F ZQ {jFIIX"F00F͆kh[FMױ.%etva2"F.bJʨ^_ He& 8mf~#\WE^,|k,|J~=>vlG=ܔO0jQV%9Yenedf2b,f=133} ^y >J2SGo˼PGs 53lg_ȡ7:tF~vRF!M#bD2M,|J(O"F(-Dp#\1uµDp#\1Ep݉*b"F21 gҶoH +0a1(9%o%$FҒ _jmq7n\{{;leĒX0`4[6eƎSPf A`"?jh?pF}\MN>FcКj nlF$#1K[;عw\p2cҟ_>] G27b;]VŐ#? 5^Џ?Vmo_5@!~`ԊpW@dd5w޴qm榱ƒ%[ch+#P4I ku̱?8?r1v`lll0g1ـD#Yn}eC1: ڨOrF Gip/f3e8,E_?R#y\_s<6fݚd,cfFwh~$=sQ됌^IFk4^֌̍d!gr3bzl#Z+bjF}.d@FN!GOETF]F}vIk3 ;_kzaEx}F#=]R臗?^z%gd]?zb sH|㮃$u+doMk]|:?wa&ٕя6='.S( O+fiM&fD:55lzFбw *ȨZ#\G1UQ"F2:0TGĈaT.#j1*HJ<&5-Acž.B'0:fS<c#FX(xwíE1:Zȓpkիdws2Bg$%K۪Y=<%nFQ%wFݳ{63ȌF[AB/ƈŖXAy"' uQG1%orhuX@X c=CytfFGHͬ(6(أ{AFlw  '<͍A2 X4#)"c$udX"gJ2O3nW5(g]A]S*kR쭼2xBnVu7줌6yQObt~ d5ovQNFFb-uۈ kgț.W(肶.Uo[szv-NR1, UAl}&#mZ#9?QD9bt̪QfŋઆQ/\?nhCa40ZH_#Ndt'FM9j.L&#\1Ep#\Iѱ#0||RF$Dʭ=F-IENDB`Dd    C `A HMy Pictures\ATIS Figs\MsgHeader.pngb"?Om7#z_<n?Om7#z_|OWdGam_owvpu-\IENDB`DdW'   C lA TMy Pictures\ATIS Figs\ContactSetting2.png b4goe lRCTdBxnp4goe lRCTdBPNG  IHDR9i PLTE`*IDATxOr*ƛ)3YUf0@U=o#)(Y) $tqJlV~B/mX{?G:NǧO:ͮcG gr!9UE?)|]8+\Tc6X~8%hּo#aii{v/ȋu][.煌Ny|bc5_.AX>gL,~|ݝaǪc#[em?n[ԵBU{6=z61'h럩ۚGLGy)4okKa$j$Cz2? Id$|8%+?qKIeES*o=~yEjC8U{֢_b`#(r1#B(.TPݜǍjc#DB"lW.kG#aW\ I2a3*uR+~7k_Q=Rұ{dVr*CD) 3w_PTWW\Uֱ/O[jږ] jDm/[d> +ZMy|}9Wׯ6a\q'KpӼlJ33F\ifwKhҜ**" ?!4P("hyYiUeޕ\ 'r+*p:7t `ErVJoesVnÄBUI_CX|. I "j|_k Z|f-Dc!wyKrٹyu<`^>Yqn_S"_Ո\y(q<ܞ;Y(P0JOP|V#GTHQH=D#:/V6gϵ]$U(]aC_!]rR9~S:ctϾB\ҡSdjd{f~PbP+ϼ#"yMM}A õ::[! o*9d 9n=WV<0"a"&mj6 "dܥ4YMj=c)&4t`-#,L;Q> Cل-V {A*mk1ŗQX gyܥDյ~_dž8ؿNIPa1w9U{EK9'#N味S:A hW!3žG~O*#w/H~ҔyiQz92d~r^zD>qVGZcL9 wP"˳)J¬YVnt[*,&beů9ȧ־N:c?OU-]NB_QqR]"!ܹS*D~f"d"M3ۨ瓐G҃zi܏n^jL;IF^JGk]bG}ڕVjāl7riFQO~"+51}eڊAȮ/aF]%JPor ][n4{<_;<<.O8AHI$Q0/2 #C)k*cc6Bf>Ȯ`Cłv`\#/ʀ`\Mm9 G)Ul#/*&lzM;Xd!//E5bJ [u/TȵQ³"dBFܱ [2yPIENDB`Dd   C pA XMy Pictures\ATIS Figs\ITIS_CodesandText.png bR-*@<Q͓=n"n|R-*@<Q͓=nPNG  IHDR@D{ PLTE`*IDATxAn )tV3=#u{9EUWU_N3IdXQD"ۀA.k)L9$f3He/-#!ݭh;؃hqwP W -ܕݨ垙h;S C,Sҟ&:V )z2RieΜߣVӺ6Qb$Aw|\,5mO4Ј{%,HDJ'мGs- PNqbߝhm4RKc8)P u-GDA||)J;r^jL BDho#RWy)i9LAj+Dt^(lH>J8{:P ȹ'c։cuz([RJOgXw%zH'E<9sNKPiT2 .)W("˗USM9Y쿏aYJ=1jfQ-Ȑ^gT-{C;RυxM63.Ve~(Ѫ"zP2\ʍnA,sgxPrVA>=-IENDB`.#Dd/=?   epH:#A C:\Documents and Settings\Administrator\Desktop\lanedescrip.png b"({yN{ܦI?!n!({yN{ܦI?PNG  IHDR1W-PLTEƄƲ IDATx r8@XfY32ȺpNSD'z 6 ]/\@Vo3moQ Q,0|0ӌ0ۮ~.=uF1So>1Cg_|?SgsEgbG f402F#}F+(y3)~fHli`F_ dfV-aF +Hg`!eZRlLuϤA=0L3tb ϴ靆R'YD[Ѻf5} B /g'q5&2C:36Qgdk0b#Ȑ3 0 fZV0he03َ $@h3ZVXh3ZV0h3ZVMo!,Tg-@V:y,jLM3ms7fj23}NkW٥l0ዌtj0SČ]g\Γ KV!Cf2yGgFih1=ƜŭYwo0SIdt0pNjgv35V fZVIg2`&ٱT3ZV0h3ZV0h3ZV0LN\aN5р9p`3Ǔ(_WpyE;:LywmYn[%S%FC θg:f:$,o~Ah,NuH4BЌ suN9QM3fLGC8S65v2^o>s0s _8ʹ| f: @`@=0h3Za V0h3ZV0h3ZٳWM5y*gf3Z!ϙV!S0S:ӄ:#8~7`&5wm #H'Lmo.HsHT#1 5 fZV0he:Tdg,G}30h3ZKV0h3ZV0h3Z sC fڵsx v->0S<oجŌɺfG4u6zء`ĮB5BfHr6L> 3$c3EG4E3$ M`hrٵ0#֌Kl*f41Sʹw 3V`>=V0h5ZV0h3ZV0h%DP2 RDQ0#V֢4,Lf y3Bx's4I1gl,Sfl0Scsk 3BL#|@@7hH#\&f\ǃ!Y?Dڔ3=uFȦ5b40vl@S@M9o! fe~F FZ\`FXɏ`F+ f`F+ f`F+ f̄`{3Ȁl!TSA@fަ:l WP~5G и<.oC`F$:)`F$g 1c3i4;A{9Z3q&# @Qs93ob@ 0m3ag"9ÌUa5 hZ8̈p_4 $*&|~Ìf@1V U3S+L;MY&foJɱ`Ì4 fH`F+ܨ^5B f`F+ f`F+ f`F+9{E3/VvM%Wv;>3lXL?E`=~f:$ M=^@6y&?o0SdON+ǦZI43զkͰE`5=MMPg11Ck@g۶#Tfuvez4x`ތ *`F+ͰY%8s*l 2flX=GE`]d@Iwb@9va15c-k’K`F+[f"P-3l(EO6ժf`F+fZh3ZV0h3ZV0h3ZVb@3P *V2pZF 3T+vbbnbr&(Ŭv"D" O k0#Gl&Ag,inLq?J&f'3"L]hI춀#lWfv!kތ8s2`Fh%&3I3<. MfΑ-Vwb@A7c@9Ͱ { ,& f25.:a@,a@ḭo4 f̎P `F+ f`F+ f`F+ fG'S|30M(0M(0M(0M(0M(0M(0 f1s%+.7O)3eY3=ߘFb`"3߮ҿo)elK3^1#Ad5C/|ٶ`pv|sx,3k1`&M0cL3`ƀf6ALQ̿k[%L)J7Sa(yfndi|)H:3èِ$] )-fr3c̴]w5fˌKjv.Mk$S.4fgf[إ6B fJa^̸zcR3a/ws3aӲW3Gg3&j0SQsbƷfa(f4gRp 3EL\f)ʎ) f2=X䮝o.3sKM(0,r&S2#M(0M(0M(eFalL@z!aFDo%ntxŒ!olpNs-:syfVϜa2iE6}|Xo 3G#05vZsCر,9sfazIdSj!YqE6u."†䛮ل16"33gpljBtS56G6&{C( PYߎfV0s w̭>fnkoCL\f:H,fs `6 LM0cŸf J#p.3"`ƀf6~&pJ3Vj4/ff_8bd3|!:x̙J0wN3KMϚmyʄb9D O3~ 쫻5#pG̽i:מ_c&sO׵p55s\fma@L|?~l&5Rfz݅]\en#43Si[~7648>t|IԌ1D͌τPPg~Lӏ̘>hNȳLBKfLuoO@#fҷ;v17޼ ?fae1c3h073H?9el7[,;o< fs͟j<9\y3W֌$aJ̤4?#3x:3P}3f6hZ"^}p?рf4 ifgLLMW>edfDZ h3Zd\ fL\fDI W߬8_nK!P`S%ZΦXyDlU(#(gSd1F2Ҧ 3Gaf 8B ^̹4g[D.n0s {r6 i̫32㹙C3}fLa ;s65CT?3/b\ f(`UsU(3Z)qN3GϬ-(n&Sg2a08QfMh\3ef.년1.Es0cHk3z!ψqY/pl5ptf %60S9Ȧ03e߳wa^ďu-Ŝ}NsY33[^e=kfTi>fbdzf=af9fK; 0M#>33@I+ǂ2ZEfu;ncpY/0|`{8f8bn{0f0xLʬ 3\3fOq)k103{503Ee`F+*v t/ΌAE?33h3ZъF378W?#M(eFf6I 0h4!sfn3)evkx/"ӌ|e[׌l{}-Lf׹͜~M{tml2tA)mj&;1cMxl׻`5)ɾ}g}gC?`,y*a8vi,6C?S}άf).37G)IgJRr?̔3Z)iT?s;W^̔3sZPI rԀr`F+0`L@K, f i 30`Hk30cHk~p0f )g@Y?h3p$3ZV0/scgM |hśie0S0Sθh2ǚA<`|̑ eG` &}wl}=ÝW0fE.npw]L9|cw<96c̖~il{53 faʹu&Yx.J<839{m`m` e0Sfg1C?@)GڕbV0aV0˛V6͠Nsez&,1wnj*DiLm!1cW)W,cF.J#mrK1#F4l`mIFuܡȒ&Z3aQ(ct쿐W +}AYj9i7ʲ_as3B`F+gY-h3Ȉ9-h3p$3ZV01h3JlT3viK ?]]tn-3u}HdnjMC&85a)626`~0SQΦ4>V:#ȬZ3- f5@3|`\$`L+QΆh3rIg$?[`F=StV0 gC= f":0Y 3mxLow#1SQQ2ƛ7M%nrnV[o:r Cd3'I7QORgĜ5 fh cf_| s"0ǫ#3:s f`FX"V03T/Z  V0hg1 }z=Pg*&fjo˚4Ƚ[ }D@x/~sN0SQfpf:^Lm&7Iا[S0S4~ƅ1:1fS3fGFL] fZef`Fu3 [ fԃ85,! f8L^`Nu *Ÿ?@8V 6I԰"kff75E\#]:'nb}F]oJRP[}f$qplqMqxS#9ZZ@7N&y/|b szaެZ'T3gCfp@YPh3sjI+# fҤ̳YޗQ옩рZjASf>a>;~9UihXQalnf:Lua1:%l0k#]q1!zM䓜 qG֙PcjHКEfg3ĜԻ\k0Sc߼L= f^0JX߂V0amV0ll u,+fakfA[%ib;sAFy;  I,_gUiIDAT1%s6fH$ HQ(N3jHFݸ5Ìf| saL& 3Rl9Ì[fb+gfY-h3؎9-V5i3p$3ZV0̽HTNdBf85]r,:$31{rL_m L,gnjM_RCXj{6KCk/!qt&leS9 G4)Mss 'fH}S9 O5)Myor~ʹ aPG05[3>,35 QҚa C̙v},K7Qk60h90oV2fʃ1CX#Xo_V0p;-eIENDB`\Dd.C&  C dALMy Pictures\ATIS Figs\ComplexTime.png bDT%甍á0}<`\nTDT%甍á0}<`PNG  IHDRkPLTE0/IDATx r+7y+EgNXխz?UEUUZx7ctE7BC#'wܡ_^GrMasM熺vs$8_duqrrYT'pY:DQ@(C! t:DAuV^:ʶmBC/_ x?`dc^r!^ ^rQ"A!m8$w=G~˂{>ڪù^trGӺy:Y'HQ(>q!t:DQuʡ:8Q@(CT4c#!/t:Dq?pr:-ȣ4KE?БJcEː vW_tV6:݆pБQ:&_RGБQz7)C?MrGYLst$cutYh۲mʶhZ}{bMju);,4;Q{k=PqoT:cD˕;z{%՝cftWɊVEFg"%׎Bwu&hwq2e$;zt_Fx_' {u/GbUՕ?kt%1n^O@ v>uԱ$NPp?H`Y5t3ܕ ") lt}r::Dh :@G~5nT#Fq;;RXmQFЍY*B*VGcEː vW_tV6:f3CGF|K)w@=gc:$w4@NjItkb@Zii}25y[:ڦTS wt!@[7tHnҸ7MQLPzwjAG 鸱CY`=Aױt3ޕ'kGG t! ]9tFzE! Kq :v㫞d'tbm`ï |9:;U:t6Z: hǢ:ĉ g`vV:Ԯۡ cw>Q3Qo(C&?Ca$l :0{ t[:0^Y6ΌgFo#tve5/ w(/Mt1:0qW[w2 á}ۭ|Cit v𲠣ߡT6v@/:t+tΆBc 㼁A$:t9BfFㅷ~_F+';U tamCkq#?C! B< t::D ǎʲ5t!GRAt:! :bCWG:cd8Q4Q"Clv!_ t):/ٔj :Nξ:q(vgC rr}bcdn9(s8Td:_һڅC2t i2ˑGGLb:uq$WQ|:Dc t:D:G-vvEQݱ:DA4PǾ3D7Αt3u:D !@G::DA[5$ϮX!pX=IQ=tӣ)J-XaeCʙ ]C{ jU Ma#u1XRDeuhb$]4W7:TsTF^/·*g4ɋɟtlޞCz* WQ|y>̪6f]LG,vNí2) |m[0B1:ƚx'O1H1Kw. ʣu++Eh˘Axʬ^:Qo֑rg 4m*MJ`od#^pYGJZhɆ6mﵗt$ujI6{no﹗QH:د.Za|HQ*(#sG1mw f :~~=Bd{;龎Y[ ]w|tt*Fg Q39:Lp_Gt K^d1nQweoաV! oT YRKJjޑR5n\}:rt)|ҕrJFV9:Er*M'{ϼcQtdzGNk+'Î?\OV.t{(p1TH(7zeE.v`#.3΅fCtpߕH+C':^eV%u9:Jtuj>\"wl )XUvI]ZZa hiFIu彎h)Zf;rh|,cG E+?Bwt3:6V+뚽\zqox&бCb'83t?Ƶu!/҅4B8m@܃3? 㯿}}Gn#NA1O@G@eWm94vr>mUmq |[^٭ct4ѶRH^uC7ut!#Oi!! Q]h,q:&}䉎Im> b[:L?]bto:nc5Qt}#s1!ƫNVб mmzbCxbSV"vݕC7+ʬ^]B7:ƉXxtDб~j?cGummuD!M1$׶$-7ֱg vVH'@,?#fu٣`n[ b,! }9Q:r:Dψ6бËA/D6ȝ!s^ckK q….+7zHA焻r"4-J\fՏPf`EJ-[6&t7LA/8#1آc^:꟯òNǤAM(Lt$ԕ)8.(u呍ق#>3}k5ޯ-';QTآcJ`'g  މ-icżEW:TG3~cF[5Nx(igAG{f\++};DUm :x"rǎ6=3oT_Gg`n-,LW; CT$9mttWb>}W:D$9#v@G~'t݆_dN")^QO@GCX(5V:zK$;"m#G~:"kCG*qWm94vr6W-oy!Dt]y~:r7tH^@t;h{"tdn:q u63 t7>66:&Ltu@)b:Rt0Y %NGhH'z0&Zy#g :{-m E;@(_KnV#]9tpץo:Aqb? b5*tϷ37Y*txun;h#ZWD:u;E8QZ StȬ[ {qmВd+! :D+ vl^Lϋ6бQs6WCSbEpz@3+r4;G<-tƬp vXuie:,&wtL'+AhImC3q%C! V+ M6CtwJ@(CNE! t\ t:.;Uק•t\ b(C Q:J + i;8:;QDNz#M:њ04N.tб/v&JcK3E s#Xf~T=T> nt¼玢M7nG;Y :;j$ZHۘx*q "D8bt:D@8rQjʡ0ct:D g ɱ SIENDB` Dd !q%   s lԏ8ABMy Pictures\ATIS Figs\route1.pngb<vЦj1|p4u<nvЦj1|p4uPNG  IHDR4:TPLTEZIDATx 8{]3 tݟM% )~$g؊ EeEgGvB?ܑGo,~ S5Ri>)aTX=Bj:j JwdT#I/JvZH:ZMr jtf]XӷjDAMjb;9Я!a| P5$?jhjt >zˎ"&jH pOjH{<ۭ[XY=Ԭr5$PCrT@ Ԑkɻz>~;W}jS?M-jp<ϭ/ZU% kN<%jnPgj* 9[Y 5> h%Vc{Õ5$PCXC5$PCR_EϾV >5ۭJ.wh5wᆴESRe'oj)35@FiTjv [5@OtzP-m@ 5)q*5ŚOPCJjHƆOfX|5bf!Ԑ|PCR!Ԭd@jH R}D]j_v\zt˳; ?/{y֮ԣ>cڛ{5?zU3oPgгVOJ֨Jt0 g5}wWyԸsX,Lc[85'l5 )~gRfA ɜSŚ\7k(@P 7追Tf)5P#Zʪ{Xd+5+)ڋ5jH zTԮԣcbWTT?A YO\F{.Kjl3 3j҃0n6i9578 zY6HާR-V#W&QSlIgU3 V3&'MRtF7;UdVE5l(FV'U聯WsjTPgT#ΘR JWKj0|X /QP {PSqC8X(Rme7e5>T.ΉHZز՜; k"֜^ML6եnQlPlox55MBnQvzuYz k%~jȔ8`/ɯPdU5+jQk&А%CAM26TljP^M&}YI$M~MMl͂7lVSjVr9z!- Q׏%R&w!9cTD!KJj~95ysm6D}g-E O{?ZX#j56pKudKLTsi&^y0K}bnv}jnp@=uyz5MݞݜRznoѻӆnIyQPhy;:P# &faثI6kvjHwjHZLoe |P35$j:ZQ utJbG{á~ƴ.QClVS<6xGa@n52|sj" ]^@ŵ;>XV0VBj7~jnjVanjNmǚHM iR YWH5j~!JԬ2_b Ԑ@ xIN ;b Ԍy56R(5;|Ԩ RMlZMa&5𗮅?Hۡ|~[R0S5h5$PCN0 5ްJsה.νa\C@ Ԑ@ WC sWks}5$PC5$ zœKW|;/8~IW|[WivG_ љ-_6wIf@Mt≫jԄ{r'5W~A85>(;ԪF݀\<,FuӲp2%܊,u|B=,:wPu 齘I8°*!j=Ssٺ7<yJ~NTf50rRMҢ~R WUjI>%5,/m0Kl*5]Ԑ@ Wp S԰7Pq\s5Ӎ__PJ~)Zq _5>0Ԅ]_ '&i P## #@sЙ1RWe2F?BMDF@Mr5\S5$[1|396!,rGSpE`RM7vlA.&.X2VX6GVbj8HIVø__F{\C@ Ԑ@ R&`)1Ԑ@ Ԑ@ Ԑ@ Ԑ@ Ԑ8vs?\DNEjHV3:5Mg|jFڼ :d-y,PyfƫLդD_LMW2¤jbV\ԌZH&Uj(jY6V4oZ<5jHf!Y>6NͲɟ,Go駘/N5P5OZj Md?lY;^*$1ߥ,H`l+raȬՄg{5{kpj *˕;ak>&j5 )[M55BPj`k"1s|cM0԰!!'@!M-i ,'JX{/57T]cjV#yG ,geS[?HтM /M#P0/B Jq5i|}Mb5bHhNMzdj[MEjLrafPcDŚ|FêqElĠF"m5O4&=2F8\# p"q}h0lԐ4fb Hf 4ko ̔X-/ԯO#eI5$P (|Vn;L2h}ΣyВIdxh<£K  cM5a5/K II2Y ϲ>hx9$4&z1Y5v26HլBK|V3fxJlVn C2\a-+p|55j_P$PCj‘xWGWF[jH&%5$P5$PC//?1>lL[Q^KKU#q$-5UTXӒB&ywy[e+a'y5SUF\Ej]{SUlO^SArt)-5K*85v}dYZ(/Y&T3U&%٩԰h^;׼j(dkjY5 f"-ٲ~ @ {5 ipSjef̪nv-P/rCIE#fո\ei̐W=R2Dj#7ۓM5K5ZMfcjbb580(aM=&D&H zøՠ _51PC 5 2%ܼ*!7 hjjHӫ,uՐ 5w/2j$ޯ&\FD]^)~rs520EVH6LѸjYQfӫ 0, wfb>WH" /Zj0 5:cFR &3%اM@ Ԑ@ +x;ABMy Pictures\ATIS Figs\route2.pngbۃL4`Ϯvq\nۃL4`ϮvqPNG  IHDR<KzPLTEZv ,TCfp^f9B`"dAX`%I3w@Bb`T,BbBeBy(~~`OTO@B )!g,B›c;  'uK>ؓ!ĸ<;v' y^ۇoSXjℚre~}#H+2R^STsBf7!e@@1Q!h1#՝!!TCy )+! T2> $f7!~g$9ﺅ ͨMH7QFLFʅ;x8!@^e8<!*KMXeOeT8FȳF!5!m݁5,v{ؽp/d: P*SQr!eWx8@ȥC d$< Pe@BuC B`D;fBhF@5U!$^nBʨ0@v (!!!tFϼ~::jmBa-UݿT>R`_rv*04&<wK/fuStKFhB ]k1 ѥ}1?/SQ)sTM1evi%Ace.=h!|3S'Npqp )Q\B]E5G- Q9=/I5qx<", '$!8|R&nC}%!D)̃c!O;yo vKHXM Q1խE U~ܮph]]nSݧ[ħߺJo%B*/O,Qy6%B~ʄVwG:<WyW=zF!vaWKkzdFRBuyhuEEb ($ϮHonfdf>2,mWЁR+bBaVMbӹl)!+sZ!Q=oT&OĕjBlE<.olsQ!"22qTsB*l*:e?Çѕ9-ξ-DC5Au.ٌyg JuSZSB4@s%Yr{MUП!q.̮V!Kenj/ݡϕ8_W9!zAfԋ0WЫT:J&]D'G%J BWnSLҠq+!D+8̷-:LBZ}E$og,$:'ҫ4O.)_Э=WOjHH!BҀ ,2FpZM4ByŌ]*W0B.QٕB-{!ah tj+y N*a8>.!!Epϱj BB3BB@BB !0#ڧ|BBX,$|E ip!%!ˆsks2H}$DHu۫YdtN?)ڬęԯhABH4Ǝ. !*-dTBh%~%da(Bvao ;C!0XPSu^!I!6U&B&12B D!}!@k򞼘=y\  Df8][K䁺r)!;!sS'B v1Ƈ%|!a' R ;!s! 1b.iR+$yޝ  ! !-  vf_-3 i!UHc~Ag:P!L/4"9~/.>F lYJ0|}ֹeBuO~Mפ_.pǯ24I7ZB 醁y!BϾ$!11UFbH0Bln"..!zM O9:etҧL#B,6ÌjojTBhD~ $B!M y1!!: u`ak{hgZkچh|;u^I7OW3hm? C>%"!~*&;w~z f w` 7Jsc0& 3=bjlLHH#G#DA%$dJS&7# ]PӘI?n6Aհz=İDH55^!tCEU!z?O# \7V !-  n/Xv MvAL{ &sId? 3Ҹ-I0#b7Ə__-2ؤ:y5*d*(F~א۟j*ÌWI/DL*L߂ 3`)VYkfE˺Le1CidM rXkTZZp/CцhLm #]FB!@`-܏  UI!3eV7c-f܄XB{dC)l6(Hb1~Q.5[|XHP4]6`TKց`5e0Y(0i|?ӡB4EdIENDB`DdX 3}  s lEM&[ABMy Pictures\ATIS Figs\route3.pngbD)*qRNXY, $nD)*qRNXY,PNG  IHDR(h nPLTEZQIDATx Ff+ ?۝Ut~Wo x~] A)|) ?کI)CR$F7bk;R>Z)PF)HaG瑢qR>F Eav輠 2/R{ } R~(Ŗ)&ھz&p.RH|0 @ $(S>.e C >ߎ:-S͎^ ?GuT!G)̓ R~h̽d1rY Wu_⻮[4Hl/RV`A#'<%vTA۟bzfQJW5Z }|!R(iNLt űܓ R EY%p0(S R*ԃq$Wou[z줡He)\ƤxgI=0K*Rz[)N) Eu1u֫JI驯B)qA;0]BJpJ^>)T5k.FkH!H!0RmJup]@ tW[R R R Rz!-RH!r@ @ #G^%?"RLh'o EKy_-=JyIZ Ro_ -O1)__EAs0@J R R Rz2"&'7,%wmRJ +6\'\R@!CeFMY)r8PPYgSP{(TS&e%ћџ!%wçd=ԀE7`vlXJ0 %?=R-)AQR\\loRg/G:R \6G) ϛ,SIIRLRBϛy.J~@$T>)q<ڕFmwRF2ߐo8 )PW)ANڑI}!e,B)B)]<_H!H!H!H!H!H!(%W H!H!8UJmB)B)n*-i֞DI).)&w{]J٩H AF#)Z*h|w]JYR R(D)B)B)JI>C(r7O:)ͣ{'w()%Z͒yHr7R撻ɯFh'̥" Rx(S(31k9[7Rtn*M)ZyHI6JɊwgJJ`'RLA+j2H?y)S)3&5FP4͓ͣyrn%;G6FyiO&j!GY)oHJ(J B%vҤ97R R RX@ @ @ @ @ @ A œb 6KvqHٶǐmH!H!H!T3Ho~s)rZUWLR^ⰑNJ->Iy4ߗ5J\wn+cӮv.:XǷR)j!\}#H!H!h\Jm䞤HH)(e@eR^Bg@J0),ƘZl,.%ʎ‰Yf9TJ 9L)̞_%E,%^߯}?'D-dMV\)E()Z<)Fy ;R)*@<):Rd 5R6RXl)Z\yݯ)RLAkGgSRELb\*晽B2]%o hOm:R:7j-J!)!gH!hSJР">F) R<)!%ܐfntKe*)՝WHeOꤔ֬#[RdzBLo]HYRhn*%+QLoHNWۧuzdHɥ)H!H!#kȟRH1@  S2pJHH{3ﻒ5@ (U=_;yc)ŢmלA)C}cR@}͉Yz 6& WN溳{RtBDwR_ )njR:d~Dyv]KeNl){MLmbPGRXnBRDRF|dϮMԾKQmtVL?wDA5V+A99rYJb[O2)kRuyr>sa5R_OpI#Sb*YN ״fD_?K/M4)=;BZ),K[HE?:l)>6/%&H1c(e)aôz{:T'afmpqͿ0_'fؼFO eJ3VJPYgFKZ) ڌb[gvV)#'PT h3x֌PTJD=+EkOq')3 edР"OJ:aYІnwBJYhAI) y`pQJVJQO"qOx-=J +zZ)Ʉ FC$e\-sG)vkHy7) ABǍⶖ Z Zmt NLr}楰I)Ih)m/RD@Req[&Zi?Rd.*٬5i)Pvdъ2eFKdkFM+%OTu n]InWM~RJ;R!_"&Ͱ@C(x@ *J;H{-\(m|9vI><)[)/'7G&!R RB6JħTwJ*$I-'SB)B)B)B)B)e2Ei)B)72о@ E͑)Kʆ,HYeS!RVfNWצI@,mKlH )JٗetJYR R))2R OJ*וR"6jˊj2Z]sdy)볌V'e~k7Hِe])YF/h RgmD e4)1zk=J3l]KIѵ:bH2Rk̔F 7_RXRVc\:r2]JKJQ˔(R$7K))Iɯ()G7\R eJe @ ERRM]K\ ));B)BP#!jBRPJ//Ť4@ @ @ @ @ h)<#I>FJ3H!Rϣ6I&b-6ޙ{D!&4YqTcBw\wՉ &nU5 Ec)m_$RoH?|: Z " n,I=E} R@ A~mGR5<-={~@ $_mR pq~u.9zh{&f.~׹R2k)Q]JI}_Kn,߁֥H.ERçK)QO&6]C ARLڇR|Z޺,SlAh[Jׅ[w5B)@k>@ $(S \%;Zv(iuڹ.ulP)N1xv&iHƏq^ 6qQ$E3|/ВL&.!0n>Y)a>28YFSCJaBCRN;2L"bFNRdIQUʔ+<D9)HhVJxG(>|љvT>/h]zÚ*S) I)wiPkHIS@JCeewmRzJ! @ vۂB)]u{S %|[ 'شȄw@M@^~& vq?Mv;ч!KZ#bҽ.>: wQv摷;bosK>:Ѭ8N(E S>86(Ň7Z9)cO0zƛ5,e.$??kLW!wl.ӎz`zVʨ3V;C+Rr39d5?k,Rr3XcR|2uI[:O/leJzۆɛe)KIɷ]jHmrл^8oYm4x)&;'d-bjR:;Θ+_uJ*g.9.9*0 U-[CPzcC&bT+=*0\Vc#Xe(Ŧ&\K}L['+e&BJs*c%[ReO" giՓmnǢZ)#6IJU]Rd<ͫ=]K.lMM$FX_^u&˔ꥰH2lb"#l#-GϿ;CJ0aLTvoBq!FG_) ~)++ML= cE*{luT{g`׶RsXЪ/*MRT.E}7[LsH']/e ":•"ڥJk)^oJ-|H!6SORB)'s|.XD:BN Ȼ:vî7;i§8,7[=bGou[)~o1O\:WUFz(5o#D|=#e %'R|lwMTʤ?wWjrz&KJ5epC)dIkKJ>_Wo@ @JR$IENDB`h Dd  rb=ABMy Pictures\ATIS Figs\route4.pngb~ gMXOqwhUZ >nR gMXOqwhUPNG  IHDR & PLTE`* IDATxKn8Ɇً@r j)fS3^ }a!Q;T8R}.RXUoFH=D׭z[_\7*~ ND ZZ4]OeW9ZVh|2; =Ɏ'OKzzrPB{Q08z/*ˤO*C1Z֓ Un7>C *aH~A~1Aƾs!t8F'8.ƛ74mF ]~Ht+`0Ѩ 'Ƿ@W|$>hYOb9z2PB{Qp@$W qקcX|f2$R4 _pt yo?! D'9H 8D?P2@R0W5N yFg(0p들 &Zmz20O~a+çg Ve ^%Y}Z!*2#9Ѭ\o[eBRօKJ3gvp°5 j"r;8zҋhHeH'r@ loS {".  ݇ Fsryy\^ XH&fzD42BH5WJ֜NSe '{Z2xUUJa=BfMBa>P WǞ K\.a2!/ 1{Fz-ӭ`qٯeq6UD崣<eA|R,,a&g'W* D $2Cf&ye(X2xURso ?ˊZ!1Kbx vP pT\1T%| >) $UW8<=[ r;k!sz8?4^G1dbnD? ɳ"(/ ()PXKp?dd B{a1y2z ~3 Cnp?,"g{{})w]G'ڋ i ݼ spٯ  .PF$0z5Krp肈.j8exHӜ!*Ü%Kfs s : &%٭Q<vq T|2kD̓=}>V +ٻ q՜`k3`3G39J`278 a|2EB4j\Y4'mY\{}&'i/~ JocRU V CU1 jPUW0>[P Z!˛#X;e5?|BK;y{l_vr iO`l{a쫍 Wvta BX^4&,@4`pCɱ({ k8k},S5 h Wa 71TCU9**ä^5!#̶`uIdž€=5ŁxCl^+NWQjegVx"\6uxkl-(CM Ye,+:ih/ϐ~ bI( CS{;M^ algel/A^0cxzMZ,C<!#0 %2> cO%&;޹1|Y]%Ԅ.Ӭ?opTN_gNG>y9wZ1ÏV N+`deW{ׯU OS/!adQ(d5$U0lC]г=No_ [$ww @z$ C^Qݼl~ MiI}hfێ=~a} 93=C%3[R=O@2|ay|J`*G[@ ~.g(A,]_!}A\?2#CXa ;:u3 (`a/VzbTb/`Z4 4Au Xi@ COVza})};L![ٳDe GdE`S}IENDB` DdF  C dALMy Pictures\ATIS Figs\Itineraries.pngb :ix8Z/:^⍑ ;Jn :ix8Z/:^⍑PNG  IHDRZ^(PLTEZ nIDATx ;g ȗ Uf_ӕ_Q38'cAhZBP( uhGO#+BիY yqeJ! v[)mI.Z! x͟G0na ـF;:U~`_Z HOص gj?zDp}]|JH`? KÄ OkAς!$Y53+($P(`Q? a"R}.FAE#;PXϙv=ҍfn<ܓ'|t! _NA%`K)tarY'Ԩ8|ޘo$$=! ?BY I"bl0&=a|O ؊!E!lQ -;*]+%C fP($"C(FQH)cD0J(Iws#yQ ӇΜXL2mDQ؞P$*A!O(:~f@ـ 2h*eya4EAib}B/H= !)Ä$?FH N!$B ?}kn\C\$P@H TF@8-_l[$05SMۏ#m^l Q8M7,o~S[v ޝ0_~rE^[ 4a@ItrU Ֆ:!iUP@Wwq_OBqn>!@@H TD@t[a5Ksg} $%7!1L ?3n"ewmN+H@@!`5:r}@ 5cD?abgc˕T>.^b"dX%3Ue.BN)h\W7?D2S*$?;rWX@%& OoT/NO ,݌:"ս8T&03~[z3 @Nu sX/x^QͿ@ #A?^q9 ~qBC'& ,K]]* zh(&GD1x(J$U6gN@Pz`]pUN`J_A`a6JZ.W)Uj|vh`OS{#(5l/y{ 0w~vҔQsN X &&Derp<?LY:,!l"6fjc;!Щuk*󼜶$-j^AuE XlU*A/_R'ҶaSq}Œvkǔj;vo*@*i^PVpLj^-}r֧ {4v$Y(A`ὒW=U#xJݓD}(!eHahX`mrpmfF{}yW#.e$TS!s @ U`'d[>$< ,=)X@w%R%!;mr萦-_3إѹG2X;eI:(.\LN%$;=,Dym p0 Qy$%\9 PTޘyI v4Gx9?BDqDBt2 mTܪcW@s-&^ 5uN힝S4Ke.شn׶jQ~`j/!$h&):{Ó vg!>r. 3 gӪB_d6$qnjAB& "@ݷOP&M+o߬3 Bu DC@|3&ZC? ' Q.?`ZCvȑ1")NgN;#1PHYxc_~UK@uy< .#P%{B$2*ٷᝅp @BwoRM`>gV(@H>zB$p ;$Wg%%tyVt:kDD+I$ӎ 5%ZD7J,8NJbyJP@@DE TqD *I'K@}eEz"Ĵ "T ϙIQ5wǟ3+"4B9"FH w]\@4S>GpG'f*mxwetb&@+pv?pPb{pv\Z|\a u`Vҝ͔D0QP@̶S->3;yH?Zs#%8ƆhNyXVȴU>*;$tMPѴ$RyMj:K"3L@؀|&l`9% (y^n*J'dHI*KOo*FP  O}J ( o| :E~ %S:;)QU(@( @(%>O'+3MH`ǔ+HCdKW!$fڛIENDB`Dd~6d#|  C XA@My Pictures\ATIS Figs\Price.pngb1Y?uưJFϥ. WnY?uưJFϥ.PNG  IHDR\9iPLTE0/IDATx F'`Fp WL/~ [7MEvA@O5cUAUA000FGU63: 7aߔE_瀌>卞F0z~ omx? zqo-ѳ ?77JnA(3H,no7CQT=QF/q›A|Gݓրրրրրրրր2u秓F'0Z;cM2/=Bqr,ӹ'Ha|! RFò;Ha(Ff~`Zx=QzjF'1:hLS?SPv</='؏SGf*7-JѻJ}GQ0D$xdM#wLmfuCF5`rTRvh>n(Gk$lTFgT'a_݄ 5UFGV>arsQsmRGգiFʨ1ψ2zFX]BapV}! ٨N0ZAQ=D|3"`9ea|ʨ= ѨOeԜ0M3x}FO_&#0.0z8+>ъl RPF u(\mx"pրրK1z~W?00 lhkhk(B.)bI!snQxF1hv`5`5PFFԑrne}'aU7Ю] qэG)7K=Õ|K><{{wmTp=ij[/:RP%RQ’=(A-ѺQeyWBFOnT?Ⱥ{ hFQ27# ZFF7PVmtaTHyrtI}FGhki&6ڬGa0m ԣqe:2HŕzZ8Y+ף#9FR FQ9Of/AeFdm,,+xfW0z$cTAm`I]hcrbYֶ߯y>jJd߀Q7)K<=N,ohRFE'aTTF# 󵍮޹}UGye\^i誝O3W3j:jmX%/qF䖑%^|wKz&U&ګ^=,ΥQ̨1/1"Fp!Ϲz7h<1hehIjqwSLJ0:-JD=ʍHSr:1?4E3bk%;`4`*J-RF`$mT ɨ$ҨhQ{hMGE@(7Ѵ0:Xz1JGfk0xϵF;c!F_"$/+8u/t90P5|a4-+Lęm)Q5{@щRFe|yǏ"yzFc# YSۮQ~X6gl29wԅќ8{}-#q' igި MKxF`Tp~'{GQ{um9ʨc'.9N30`tIUF}ӌf<~y4gi 軮LQ0}F|Fŀ`Fjg/;)gW3Ō` &a0Z;6gh1`4?eX)SĒJ8`4?eXr.ds$FFm m m m m m m m Sx.K{ /j-MF{ /j-M@UFKS%02E,)b4껐3'ܖW F)wG@Jgƶ]a4!+zl[$.5J7%"+1Fm Mj~Z{pu럱-s.&Z&54a{zp/o[A涏ۨQ-Ejrc`՞O*byho>FiA>,Lk]h?:VYet 1FّF1tmݺVgC-7o"mߋQqitmz셷KDn6JJuzgĂq;6m"nۨǨ2H1Ѩupz31J-#n25F^Z2f 1hqb[ѹ(]Euy]_:[7G|E3@KQ;H0HFf%b3ިOI /jkF~i7.{Η6Ppa|Ư2uB ݔ>P| =Ggi]a\w]g@FiO6kvi3;Av9Q, ݵ[;5*a2G_t{vBiQ !OI:{U fumxfDȧ>jtG<I]yY_ĥqR6牏 -e 4+ FU^giK9-{jRS4Ϗ0BԻ@}6>>M%Fz6x;1X1-b4I #0z> W]UqEGրր[R6Cz~0#a#m0-OzFQ8PA=zG~`5`5'o1yfm.,-2pPy=q>'GI#Ѥ9Q];f`t=Qo>vMJƊ4>h 7?pn1eg/e@˨ѤhkhkT0> Iր֨`|Fz5b3Lk(k}~{zWsk]t * FU{m "[-ett,$%Xٌ>}oZUi<.Ul+"n#Y-4djȲy9#+u٨ўbTM8{IJx.e}Tgs~3xO<FGKxFfvfg)kҴ/T0Z>ORGO(kȂ{dF%Q߯a4q}FlM({5t hS-@|/uFG݇٨0j}[Jbu^F}0^UF瑳}F0G"(&%ߢozh^x+290&%Qs'f&zS592hRbgwn#.S<0s`zFg}؋Mh%0٨˂Mh%6ngqtg^F"-2-O"CGGxa|FGmhkhk\(z5`5`5Gc:<#<) F@/arхQM FȊaI6ܩG T8𳐪p6(~?6^\ey {nXl7 Fo*;_Boh, ɣ!iZza3cIiP1*OGYuԥJFTf>pT-FuaԦ>#&F[z40z0ÍfFm0|hkhkmb17H~řcףF)ug`4F#wFOct}htT$QGf?YK(iHȊ<+FiHȚԃh6^\O=ڱ4=kl,m43Q.j%\Qb+7*"FIQvTvQ&Q_0J(F tFG]hFVFa9 ԟNo{Wo kGuBmv6Fײ\5Zѵ$3jZmat-{&Oi֦h̶w<#lqV}0mtmF{k+v[]K|[wsż/ɞO4:Nt[h6Oe cƞ=W-m; ]Kix,'<v&DMblTLFײՆ'i{rdwY{l5ƕ On1jѤ٭ֈuO ma41q3eg6^}Ci׽9} {iԖ>0jo\èM2gƨkiw.s~7 }H5jnLg>ӌ٨1WG ٨9 Fe_O˟7ǫh4|U2*^F5ԟ r`TPlGhR;È22xitG>5>#wqܮ~6ghkhk$4{ &&s9cWm.,(4.,(4hͳMH&f{y$6> `410000σF[F[F[F[F[F[F[F#gjϏ.|6'(IENDB`Dd5%rsD  # A#" `2-&1%U^J`_ s`!&1%U^J`_p`Eog]x ,e}/UVKuS *Y<9WQAPkc"I|\'.oj5FDDD E(nkkd9y:3]ֻ]fz|G;=ѻq×/=C]O(}1z+]--||.z/{feL\ϵ߲%r=av}\.3d4ײ7ϳ \s+;|`ʎ1ͷ٪{q#yir͘fw#93=8D}}~2^oM\G:q_N_rNGy/C@Z<S~ ~`.gsrfs_f1;<7𩽙ﶷKq Ÿu3^[rv3\v?8}]ήgW7fW.>?!ߑ]Ŀ_)oZOw :_뿄/']_CC|4kqߓqAǡGGm(xs%?`̾a_Ⱦ>}/ev{cyv~v-;;$;)]>]ΖKY-}qs%b\oaS[qVܱQK1໼ৼ)灻ѫnQxacx+E&}:", zZ)+~^æuHoaIz's{}7ߕdoM~c_<>?h\KYw 77r7'y~Oӏ}O]v+~vz/>s.IsU;7ڹ;W}rgU8y)Oij;7+ܭZ6G8~ƝA:{8u?0-X ו7}kѷ^}w辥cۈ8/"E}#š]N%>''s vzx8;!|{Nx,;*v'CSzx{r2v`r7أأ#ײJz-|3ml^b\\Wkqu܍m((.{ʿ> ;LQ k~BGsÃu0~Ix*|)<#<{ y^731YUѯwEƯ~˿*?=>)~ ~EO߈_Ƚx^"4]>>|]ƮNnd$ױO'ײkg&~17s_rGy%aO^ޓur_)ɉ&{ckW%_I6Iɓرɣؓdʤf^2`߈1`s΋tzݥc{vZ7>GXnqp\-/rEME\#MӮ͕Վ {T,6e)9XV8Zx E ؆bXd_*8$^ͮ-]YNx'M7\q ;G|-.cg+ٙt)RYv"n`/uq}߇KO>?SDe"g 9?GT\1)&>ub?fvqb_.׈#Mh5,~??O___26U)e| 7pu,ӂ_*gp6HpbLȗ\w py\_-C5y|܏_)៖99_Afim2ˈ!}~tW%þ&nuy߉v~ }E^ewO'mJvA^ƾ Oi7JNAvn&'؅ثdy.;V.b3R3G<}$838!8VlvZp {k}g2ǃr8~aCEpңv{{Rˀ.ҥOx=..^K_şXd nolLjmgW?{ .]]C߿~_E˫i'r'hTtЎ>T?g@i_VzkpUz^o.|{y%ƦOpћ9?Zmz2ލW3IuF6y{q?1*wz-Q)WC?/!MubFyzƞC{O=33߯V][yeܛ>5knS|KN=-4|Z[o:IPo=c/~$p^z!jfwL{?=iNs|O$;f#N}މ',N}<ƉrhcW I= nRJZoؕDo08sw ~vv}~C|➓_p!ok򸥧DOz縥CC][3)[ڈ7r~|~|>V>Q'w~C_D7Y♷ٷ#rE6&Y/ʾN*YOI!\^!{ry_~o䷃w{woou!: =9= eee3ųg>~6@oEOGWW-T{wv!9O{^@PS 9S^0O]{?׽~}q\|KǨ}[zz)KgROZ:G-:xj犯_}̥?P-],N?Rޟ➿3A.CA3>g}ϼϾuzTy/O,/?lʏ,!/[:DҺ|Ny˿Xzӥ}!}qd\{qxqn|`|v e< e2ggg>~$@ȯlfe՟,MNsƩ̓?ӻ+_] |{oeߋ|w;w(V}3m׻ }n{_:Q]_w7wyn@7t3ʾśn}Ͼ}>/{ԧzZ܇?я}wŕW>Og>'>\ӻz{}C\qEh~wK/}{o?z?W{qdaZ,\O6bfi~YJC;2҆J f~Zhx!Rņ>t| g+)L1,jvIkUQpd4SBtoI6N7ZpXT;)~)t;ERƮ,4w47cS8hl(0>n`T\y!<ai6`W Cjh  OT2MSGmmIxety=dV"5bI0b kn obf!rj^Xh#LS6  ÑxNPdܚEx> @p5 mPKȪ٬`Rk'D@ma=xٮl:Hc@Z^]L &M GWj+x=aB.bYTQ/[-M)(1 VdN$jABoT^2ݵk ƩvQOdQux b8CPvs|VI7]_AKP h`$~\f)Sr(@8PtĬp<E :vfN]QM[tV Capv1kF`<;Hy׍hQ=L; p:.5qy@N1Cgu r*E4# D4Cx*71\@HbVFC\]j9j Z Bc"!^HMU9}f F#p3RC^L|S`b_ .@YR1Wi$ÇFKzi$xZ4s@5ȡu/Qu=qh(U~JpuXCc x &`9BvAU ox]1O6>]=y0ƛؕPFd60xj` HICY= .G%PYIA._M (ƃ&q0"Ձj04M)>zez"my @lI^=De! ďfRC> eTA؁S] -[$3!4T-X`<@Ox(1rpMLKF,( yqә-2 l^G: Sd燮# = :Bwwy?C[&Pr4 d(tNqc6^@,Mjʈn))*4R@8$*F~/Ib6p~?b9̧dǟT"K9Sluy@p<ɝWG[SΑ{(S2=JЇ/!#!!| G˜R:47$.c: $B2ýh 2pJ' >1]00½ռփCaFnnV p54Na\@'Bca ~</b`[+ 0ĨA"S}#b*Ԑ@BիV3+LѲTMˆaah>kijl):4f͑$Q,_K ! B>lPmid>$rQ-24j7\$U/DD@L)IBmyÆRM `&!:(?.d|&x좂\Xp9S2@7IKr8`cx+ @AA*ڗF.@(jcK!<.;" j#?)x6TJ{: PІZTBs'ktlC^-#npd`ʤnaZ_Բ~l ds( d"|i0|>% Fr\'yF `tޡKjFp<82 h"xiVv(Ș% 1}h1 vvͲ"obVJhODv:􋧷fɞDJ(5; OC;%DwRbf5\5A!͵q@X !  ]>r9 Oixh:`EZynC["1܎,LS,ad13׏ΏxZbO Y:gyѴISFw$fm Ѐ  a=LɅ(rF VY Gz*PR+ ‘ vFM!CIeYܴ2#6 yI>"&- ?uDcI3M\:4X-[Lo'1Ցrf H!IA9C 8F>!*4f4෶"i. i$!K,sPŰM@ӾH)U2iPW"8ˈ'I乀 L@p@\ "<{ ~(I`@CB>Hd(&b'-T־E6.gVh4,!x ZL_=$-|HPtL*vA ~ ɠP225A5ɡv3d"RNyYE Lgp. | KKyCѤ #tsA hs4 Bc#2ti Sbtiic9*ֵuSƌf"m>֒#TqB&QR&l<#+FQ;%^"@XْD;6&sdvf)=OZlU!s |-Y6=CKHE ȟ{Z X{q"4.(VM@8䕛"W4MS}5Pze1V&HR_1;q44 ມ@UNFS.LI ڋB%q @.X_hK(#*rI*`/\\W 8Zt@=a\J`48 hIbv' 18) UF3,&D +0L%B'|馻9i2r\lfi v3o9x+E^IĦ4Äq=m!U[}%vj$,Ez;@"dC651,jMәgv hh=C@>Iɐ,%9l34KC_tOB^fP:ᡇΡƯph[fM WBh| Vv9!b8\kN~fYHzD>aǣ&1&$-ЇEj`7x]<&U$cO9?AYDU't:]B7&h4 J-9z>A?hSܤY9xL'0_39o-sqxq2B VkM>*`9DShO0-4pgO+/P8`MQtwYkdHUWC'ncnFH$/LK/ZB7 3o,uFP6qkଌ44-0_FX 熦5&cYZ@1R5HBlwIʀIo$ޮ-!LX6-ÃViak<Ӥ/*d <qWmjmZhnTH|P|okRP6T )$]  &Vi5vxIc,x0F5@CH"崪[r 91)i)؀DP-ML&IH`D2`Jj񻹓o"1RW0S8pd;8*/8;JԢUicP4Y#F3j``\˫1-fÜ6A$")}| "[#r~Z.C{"q7d44p ''EAN3V&\J-Hxiy37ÑPnvvy M'h:-J8Ff)c4#RqoTOGXóXv^FQQ 6U(DQO C E*M(6aW'QL3R^T%6NڐEU䎤%Az:jH`9n!|1`<t`!MX#/~U[ҚxL`%GZ@|A,#WH |Ri_17'H]xlGɗ+KH d'}čL¹C\-"JhB;sڌlG 4ufB[lT*8#ץF-:?J+u8-5 ˼mlnLB(C3?1K.h4*E>ԍiٲ pg k Q fhPD=,@[ (A+Ba!Hֵ@!jrڟv@ LMZ[egx$&$YG yHxNiL:=IR:ycw4)2tN҉omxW/xr DKӤ_d)0tNIQ:IB* ӡtzOiP:JHD(ӠGW{ɠBcq{a:h3hԀeJ;,qfB;[O@@HBMIA76ktN.Zͨt&Qw!3*V}2CmQIRŶ3/]if g,k^7 ,bSEV//[Tu2ᴞ>UUiUz"645`NINڌPqO0!F ()SaM4Y;dcʠY2M׏M@-HDÀdmM9v2WZ?axRŸ|A qDZfPͶiV+fãREf$q=MqI2y yBJl24XC328+@ EzQ2GuVO +M[|&ߡh;i_YOt(D]eEK+@BG PBS x(ݱ'Se,AdiJd v_e:jO q+2gE #lꗢގ:Ǣ! C煐0<(Ry7I;wf},jĝ֔R# xluXa qRa' ju^OBs"0 `=K8f褲8z=0)w"֥GȆxyӕ;Va]t8(Nh3:y)|g^:  !X;j*Ct#E+Eźec yZƞVRmqDt2.M M\Dl_1Y#6h %3d2hi\)u@!r+BD̀鴚4"ܧidȶbľqÂZ7H[ ġ+`q$#"pyu#hjg?]x@Hv ݋%~3\Ũ&ӓEMk Xvyyn68O,Q'3*w?_g^jƷZ Rd2@ oĦ`]9}U }]ofHܑI,۠H vEs'x:YY_郆"~ WӮ2vdj3D _0Q$f!~\v+1Λ=-$?T9x&CgXr_˧@{j)٤U#@ݢ]Bgi25Yh)"e:*0 v?hdGFB{db$;U唠8JE.ٰimgmgd$XR@0UѶ"HDO|ҁg{tN |q/>R J5C@y4H0x.'}x) S:R,B yмnNxEekϢc]:Yf2m,"^oLI9nZ HL 616d  l!3 Na=lڐr@{YKu^^,&Kvl4]!@S/C v+6O0S+ 0pgf.I2PU© TUoBLdɔ4@gp k8m Z ,B?`48[E3x=<ܶeiQOڸhGp̨Ҷ t5;>#m=eH& '"+dVB/BCC#QuEr:o#Qn/)$f(2n[zPlg@+ 1Xڒ8Un0N/4t'+b'T + o%VF>0D=2У^7vT2\rE%96f3:K5lq> Tp=hp3 ڧD_J T*]C)<=eT4Fjb|<mALЫ!H& +iB`Jʁ.fI+"zleП م/0p}[*< Tn_=p9ԩrHB:D?78 6lXm1鯬$]oCR轝y]2"(ߴC̙ppm||-H[6\=hmGZGI͉ןeu%%XAħBFSR} !a*#pp-r[4BwᤵFMGJL,3`EDCofl_[LUig I[VI8e0G~- $G6%3Mk` 2u::p)_5jf!w )z᠑L E0V&@nӜ!C[Ҕ2f46]1MQF@v'Q$BBN!~h'80]DTΚ4A[N롇yQO I3jEQY@}zp+ňf&бߗlb }&z!=Ym--O hh:Bb::S!ЭY i!C҆@>F V.dKyG˓TJ& 9w*m32eIў%tX6-q'ۗ05*pK@7VR;w>HO߸f4$lj((;r%TW"fpR^@4HP)!lB!!4v÷dE<B=Qie8pZxDM`3eUšp+:C_=*qR/t.YDa4kB stNB.AvbԢ"e:ع` hWC&Be;q 'C\0p*EsPuZu hXM8PD7FIt?NagGeI'i.)^M3#ICvx+;i A&Gޜ|O ͈& DHK& &Q+Mq\?ۯtz՚昇:̪YU BWk}ݽmooNwXvoK/ ($ FDB$O 'Fg"""AOݻתs}yxtd,.08:fk ,'wP*v4mvrvR1K3B鋡Viբ<4=ŊvQ2A9*gmhEyi8W=1z^Fym4Ǧ[Yu.(99Ca?Yvm%.Y=MVu`SQ4mҮ"fFNEmD(⧼d kC`cfOys28 (]Gq_U^h#N*ғbҮhcfK1n_AV?ڪ#|J9u-,:o0WbWiW uS~ !^Hь%XDě6Юu VbF4 p :X}#u^ e2 17M.-V,K Hzڋ,nN2P)-sUsj%Y3E.6kbK{k0:V+iWݘt1juZ[Ҷk$' 8~^@xf/[IY1 }PW9EpH~)+PX8.j慁M=jmO_8]9,Jz8R;Vxp4W>$^ם8TQ8Eip`̡<*";o&1UP 4GM.2i*qVx[~dYD|z`Xi!vϞH}푕 ݑ:vx^Gm;$A.2'z} # XWҡh8ŠjYi<Ғg Pi<~Ownx9i$PXѻw_Oqu84^٧ľz1~?ͩ?Zo" " UA\VDMcPۏ<c خRKW]YjpN]l@Y-b-`]ߞwaڀi"2َO}̜hGMZj >>,hŢb67ELo֬P>$"rXw5>'pIӅQ/y),ZpO) ,Z0MUVl W' hWydʍ\~MέT}vaّZ.*scSY%KXskq<:# -yu0k iJ'u}5PY~Eiׄui?]}YGPS.Uw ])Z:x K?dIyugy#k @~d/y$/fDr:ćr|r˕c! =gYH'߿ 7V7vHdY<5!VtS\DTqלOrJ:@pNg8r1ttɎռSt^s=DF2-u7:#wg_f[Yj|XWo}'ߎUV9$eO~=׻#$sS㬠$ȇ# F\w zx99)ja_w9I\Cn3tR9یrZ5SPZ9?z}tKlӓmm}tDj*PI`:&gRЪwi֮z? Ela갌v>[=Rbk_]xyːTT;NA:v\WFp$>8ŐMJMTZt\;^~J%qښ `,6e;vvB61'T-GKKU5),&XYVUS'qi>ȆfB%UK6)BXH?#|ԅN"؋Kr9c^CVDžt0'5V'Z07vzir%f2^IaIӹiDɨՈw@ vwȞU% +FpEh]zfr]`BIu1Sv7۝]D8uWט3yhh!qU&2>*}{SV,Oԛ#_̟uA3ίx|. /Ο.ko~>^?}S?şX^'tw<Owtw<Owtw<Owtw<Owtw<Owtw<Owtw<Owtw<Owtw<Owtw<Owtw<Owtw<Owx'/$?/;ӛ(r(g~~;?_n|{q;J}/}O.=E? ᄃ{{{{{{{{{{{{7ӯ?ZK回ڏozSћ/wܿ7>H{zs=O}OA'1{{{{{{{{{{{{|Ou+f{~7ј?_/N$S{'ue0\06:1eWFvX'ewyDKb? .C NѶUkTq{nj|8ͪ8|>Ye lm(\IH*_RkNS<^63Sd|'Nr:^i|F ](udNS fauXƗIu\p)ņU3}z.Fѡ%p!C;U|7Zk6=;umMN릅^/`{U 63@lE]HCa ;rHUh %Sٴu%V pWgiblbVLnuFOwc# c;kVߓ+eR~m&Fۿ;+ԉ%ܾNe*;(?P8Zg엤pѪRY22iQ2uȳ^R1.Ʊ *&__[GS؎6́X1ueerwI h\vcӵt-c3"m~RyytyExPoGB%[&"C 6|tg|ks\C:].ƯOq{v%@D?%Sk~AT+n:;yrdڲAea=hg _p6&|gîjƾ.8m2!! V2D  8 ļEہFDZ@)"$/ө|5`VNvΟf5qnJ4pъ͛" ĴYZ!R+,㍮0.~[Wm~lN3v*D~U~XE]KǾ"<ƧC^߁(.S;jM&!sO)p5zj"xQP9m9J[b" mQp3)* L>a@< 5AyL`䙥gQx9[I;N겺͉丛a}* 7HD1rFiΘAfgveԙo8:0i[%&V >ARx<ҲBW؋bݎ&c[B!:9mM/~{!ûLu<7.qu"Ȋna,ԩHȥx 7KxSO.1hۇ j΁֑EǿFEcrZGEje0qWEp҂~y9G !^DԳcwxJrvg 5I|ڸmkjJh0YZ**'M7m)t@<vچv#Aؠp8jTaZY="˱.?f& !`cI%D=8"S/srFD6u[zP`t53!-\׵$Zě<( +JQ&;fpw=':$cZXkI8x^1x\Ȅr:lJBZ{v C/-kz^tr.](ʆj@Vw> ZyPx7? ƺnMq{}AQ`Q^3i xz;~$;ƌZ8pcVaSc8TլL >zVx=d}۞#SFHf$U@Fn62IOXW |Lrc/EG'nF; ve|N><]b (4kP5Z+,M. Bg7QA8QYK2 אo. wͩ iЧY6eRvL^ ؑ!E(3•l6S^]5- Z>?l늚;# *,:**C pﳺP7E88|x9 5o*+)F#G5rfEd=,\\͈E)|bCݜy|]J qOS['4ͧaBy,(a{d^FD~N16|7gԅSqILpSI}$+m("#mQ:BU^/׉,gdw!U}K.Aѯs)T?e:l$HS>(lpC 2a)Qo:xey.j6"D2֨c9G<7mCnj ֢}tF]eĚ"{ѵV#(ѝP;8= XOK:SBag|2cC wai/HaG`R J)b!3_+͚߄AA0h;|ߋಋۄbtT%WG:aTgyxaKNپꬨQ{ N]v]R:-a|u&:a]F%. ȓ!rQ,֩,S0y?=> :UcVU " !"_(P-Ӌ1)Kۈu0/\ AqC: Kt{X0[nu&H+j^$*? ^PҒƄ5 F[Cv;s68Y DѿDSBm#^7qL.Ru7:E>\Oe Y{ Q!<oᚇX% 1] !+ 7~9 a<>M^?cvrv.XHg!ͳ 74on} JKeϤ\,/'tt+=eYei]*)xN M`#'\Йa.T@HnB)v<jT1F/w@-Dd`5SXRGgٛ O)ekWe(߶D6@U -:i?N7hb6y蠷MNPO5z>EeNz1FH\muv@8%@ 88OpAʀ4EQ*sfFhI•aEQ\V<\Ӻb}a5RvUUޒof,O6BSc2ߗaK%L-|C!05O|e(ϰhq/E=LS^QcGfy\zIv(ds~.'f b4N9\RxR[_ժ}vdՑ,QP8WݲiciנmPL7_49:xp"dH&2э6|Y;%Ӳ8K!20>]Q;8I  :٦*FdvU]>ydscuBE&6Tn~L&vŘfZ} R}ܿ(gԱ-wn+RDu֒n&S؃⸰_N>jihSO )*"oG%CK, .ENWYFyy% tvwړia:|SoRx^zjU/E\]#7ʅQ |qAkJ0">A@Uܪr 9[Sc+>\ȢpFsj|H1?F穆S`Uj%uCu8?w,_.Sі]DHYw|h#ZFc&t/peW+Rw✔JnPcSF,,.\N퐈{Ś[E;4FuzSQ(0{KEKo>\%;`?DPdu\9sWTдBr=n%zLV|xWm0/֞0DC*lN^VN(%i8lͫcͩbF}\UrK1W6812OU:fx[հ~d5K>YMô_G۫zs>8{?m}lV_\FpKx;RmMT&*ЮN8\w݉c׺:6 H}%MJIAP׈0n1_5h7*z/N|dC{e3K/ Da2e5rRV'_p~!.APMW_PuKb>Š]jPШnr"j ,:(Fyw~3Uh2 >}9V1HP6c&)cx^w}ˇmR"G[Yt |VWrzt^ %PiG<0÷u G'y{T5y mxBkC rM!b9g2u2xC E A8c9N!,%`z skw~Yꑩw.kNҢ(ݺNL+~|оi Ј;q|%6YcT+@8,'/[Ҿ`$NJ0?3}S#I7MntPBQ$ 0es\z6ә8mWG^N|}[LHD{wZYe wcszQit2P pEyR=nqNxlKGqT' ˠKq|nbc$qsy/NrZztQmqwz^5c휬aڼE" B\!'eP_;Gt]z?xZ9ˎn}R3DpNzC< 1nw`S$F`NF\k+Կi|ߟ9NI~<_7es/M߹|Cw~Ҍ?~~s߽}|c>ư_|pv}#7\n=t߽KN?x\qrɍ&ǜjr?f<ϖMNy'%} 'ǜpۿ8o&[7:_ɯW:|#O.<ȓM9䊓{~Orz/\rro-θ5'tr z,xoO:mW1NjQGDIpPG]&D'fT<ئ3dU0T9iN`N _u&CMe‡pO)Vtop~wdyqKaAi5qTj ][aP^aަBi=oC&/{ғϲ?'mz+|2>ܢi37znȟ="iΟ4~ބVu) 9H -]o[}~gd;'ۚ:;+_wu~qfRI绦8FWtBdNE4ޛ@S>+owhE(K\uյ- y.ա1z}D1E~6UFPP盦Z'!P+yۭFq5{ә˜?Y\>xUlAMoj^#XaGB12*>anOb/-<0c32l#Aw!9`, 6'ڌy2'eQ ھ ̠[`hәY$Ȏ/98Fj< '[,T?v ޝLj4ZC}^me>CNƊNP2b.>n׷n00ԟ=<`!Gl9[zHOz_ojp݇o]r~|yG ʧYu\, (?2ysΗ?Q=xK[jX۞=MϷu7Yec=`ugcW9Wz:m(8Vq{4~֋}W* >:7 o.]{Cy!KY sԷqMly3i%r X1MyMa?6!J}h2Uݞ}u~;:QhfCF s ~g y>E5rdZQm05TmcDvB,7.o83NWȣsf/`Sְ [^<* "=7Gyg=p""(7q*z~&aDOٝm|rir&^_Gil۱i:CYv*SG!0֤h_T$|P7O"_<~I>/gS?ɧV}]$U 1r٫z`n=±̅^ڦ"n_7d8JvoQu]{,@Q"_fU]-fD)ʎkL(fa^I-'2)zo77`R'Nd<4]XS}[*Qgp-1{mnfD%Ƨh|Z$p@ڏRX]{.eWEiB#BnU/7]#RŔX_b:yP@9 ]/JHwfՠ܊&עnDMׯrQޯv^f*GIe\> hJ9`!iѹI ˰ yTO( 7Zcu7ml{B EyJ3+zF+4l#d`&) "`9aD,zR\l\8aQRFǔ?zQkA x~\@DoaXGmzҙoԮU붯veE!gyAj9!wtո{nuO =,Lrz;Gi7t@ ^7Od]AkiBZ6&yND[pCe Y[3lpF)GnAK/Ԇd<}[{j?>RwU'OOqָz%TԷxUf /L t "u -WAuRVmhmA$﷕K-x>"Rh䚌jًS`m BYj|L_jGĤOC^QO w^(vE>[f;DMqLjmm [+!&yNjc<[L"?mOe}9@M֗k =[eSˢk k<4AKM\eW먦(fIpo¢'^',ClCxpU43|!GaE)cȡRU:6`#!1%5-{5FD$sd{?'֯ckMl$OZuTFҗ/uTF@Dj,̿|.!?1wa߁ S~X.f92Ü8*Y.o.@&&ܱ۬W[ۢiC& =jWmv^MG*dEJj`*tpi T"j.}sc,yU pt,te-@fMv;'ƲnFK#&+Tѷ+Ɖ0˃ s\Bǭ#$Z6YvK/Q' |a1chuyoꙂ ᖉ.p<T!"3g7W'~≽h\Y [Eiwm"aAGۆΪ˶ZsFOǷ= y ggtIJ̚&oD RZo}@YcpcKF~VE{P5#CE&/`bߛd굂OITn/mJTc@~RU.:zzn=:]G0[Ĝ0//nD;zKH;z7DВi\҂lٴJـN~DQP5c,9'2ȃs,R8A ЋXK}CX$fIޜvq&j bvECCӉ^kϤvhLԁl&$ N_ u$|O=Zw&~s) WǷV9vA0HDow귫 xRDdNv_`ť(늡ՄJ^d߽B>ŴU[ÁPA-=54J:,> ](@lLJn|HЅ^DNOp> a=5۟l6 dx\r]q Y nԹ.mYu(V戜TDaMϬI-J_X,.wuu\rFOnY]!O~>ufAPM:$ ֣6x>A/*&ɛf񞖺σ]MS6qvy j_9d]uq1#UQ|ud{K\UhOypY8쵳3y (<wsy޾X!8D6<EDŽnFRnV߯|3ؕ[L0d&XS2ʪ*U}ړ I~oNW}g*\;U}oκ_#}\mdf] 77O^ y)9Bo\s̛kOW/kTirօFm8*m{8 TyK͞Fb^{{o*t ?t `F"z7'+CzuQU&Iz%M"`ȒW㣃48OtSNdGfqP.ȻJ'dtqP V ƩF+V~J :;J%Zi4Q pFNadQY*ԢG=nmM䦄KGI#xMjڹ|S/QMS7~%M9oˊO@x8T`ȼ똱.żO7L8+biqV.u: Xm۞()nHr/oR,iث\]~p/|%6x$|7`չ0~5}~ 54b,#$C…T~ݯ7 o.:Ou]OKiN)R| syO#g;X_=Sw7/+׳$O,t<3?3=v1b8@;iAYQH~˝7oy-ǥxjStݔmj1M 2n$OېQUj½60 ^/ge/TMܖ+OWQmFdNOUoo;^\Cd6fٗt5 Qdi*ܽ=!bs$&#n,)I>p#2AqAv-2Ͼ<62D 5il#+ǬLAlq,6[mY^~UshƊܣz4<gޝb0`#b2Yqr_7M5h: Ӛ#-g]SxTy M2QDLmx P9}o![Awpj?-m'34935͜[f)34H%3nJmd " }Qr5Gs^pnl,&ΆB,陵|DK1[Ľ#Ax+  `g cl(: 4"[`<r7R6#zI΋I]]<ښ,^Y_ǂAe˶(V/373pM磷!} {O~fiH3x( `!G'1+C?'~:qR\ȃq>| us} Bd3nƉ|fŻ/x`)h"✏ &ۭ'I|i$vn.Sln{y; DHGb4eP!OPc:Dgw}Z}f3L sIܶW@e%bxθchy}Ang@؇Px]Dwt8Nj~H)ľ@QP>ϼ3j%jqwE|8h t'H yk>fޜRL)@mٝc 2ЍNx7IWb׹VGtKRۃ&1S?raT ^J0m:aIp#~xTj -B#cb9$mhdI oB9 &=Xƶ3 ףR(w)*=}kAs{Ëa:^ K8S8x OeС\9䞒RXI']Cҋn7m 6iGpz->ğ {#ڪ2Wn[ T6̌5qsngc~y'r)A3xp!vЌ)X˶}ٜ/ Byϓ=Ug?fv,AL@' ^tVOۋ5cw}>Nܐ$rTB|Oy 'Dq $,zۦ !Hg>o>1f6c6(L+Ь; Xqfdeڜȟ8Gcw~qh3 C|2 =P˽%LcՆmKVrfs;y)6ᤓ^,gu[sʤ6fl3k갡I’0'xn ˶&@M)z\b# %-CSF,rXrZY)A$FBrM!2\տ :Y aMvc4< Ƶ;ǂk\nL=r]5@quϑLy+p^~ m]eLk[2`jP-ni߸>o}rC)SEޞ$fWԿ\<;q|^}_|ZOc?Oei6ɅMo5 o<6d/7^V6/Ư1oX'}^+χ0{ߊ~͏۾_nI1wm7}>~{?/}54-fs.?)nȷ|疏#|duoȷ|[>-|G#oȷ|[>-|$Y|#g|[>-|G#oȷ|[>-|G#oȷ|[>-|G#oȷ|W#_'▏|G#oȷ|#Lc_QI{?)~wz{=Ǭ̏o{?C' k?;{_=z~n٣lo޲Go٣[-{=ze޲Go٣[-{=z;v-{=ze޲Go٣[-{=ze޲Go٣[-{=ze޲Go٣[-{v4[-{=ze޲G٣) e-+BoY}}n0ߞ?kl/~O|KrS?NZ=g>]{|ploB_ U>|m߅~Jw*/?~O/۟{_w\qkӸ~\4?Mj~Z;O?U?E5^oaCxw3pW۸s\{|+1q 쏯3۞;>=?8_1/3>ޟ}aˑ+?p|a&)^}N_i\~W+ |x%69[}^nxW_gFO}mhegAmkۿ8NJ+|P*~ b*r|UXပX倕 Xပ XIXXaUX)ߪ+_\GXUnU /VWKU-`VV`V+`V)bZZR+*_4k4DzZ&E#AڇIZةRIukHiJE*ɮ\\i<a"Z\)Sz{7-zHRw'y&a0a]:0D7 7w}f[. ]Cܬ1ӌv{8˲`zqF`ͦ=.O:xUkq'bDU,Ox\~f4wjKRf#[ ͸6eYt=vG'X iqﯢ;(D9kLKY`Zyhhxt)0&%3SZ+ lJOy7|U[<ƫX+,\\dS/ō9()$iu30අU*ʭs{Ga OK l;L-3|Y~(hGi[%QڳČnpR"& A#:q peZ掳"al2q^tE`-zSgmXZ(-wUߤ/圸.#vM[8K`"0F6qVd+up7!0uJ7\#%R%Da(H^@y$bq4Z\J 8?:C: BCT krIԈ IRcL&y] Qk A<\21*J`'D Hhb(]S\ݤ) ~ORkt5@ xYjUwkB3umUIxDf͋2L[l-S 2^u3.E `U 8Z06wYLq+ |BX| cš AOW0n/sSDX%@  k$ІW@?9ޜ\xk0fAT/@0i׶;ER*mD;e15MRGgp(eeb؟ XB 1I.kk{v|j$  1^s9ѡ1f@S6g`RX~ f8! ?3D_ BpĴa]T zƔ'Y2ϓh(v4#~No˄ xtiK?1e0&M[XɖH D\4Y]| 0/+y@e*V\ xi %d7nԖ%spnF4t bL^A[; F ˚<ĭ!$G^ @$ |KJ}>׆Q=Cɝ~q8/GEڃxk:19(XyA{Lx͡e*чɄK eiXE+@-e@[5np#$=nit1haL2n?GJˏH5bOg\j/ eNU|l f!r_G"0 n!HRaArr2M%py^*Ɂl [xQd}:d ՚_@e>X_bԧHz C]%bFL\AӉ/eܚr폳>8$\MW306`{7a~ NOyPyMLl;V q=3.#U[N6r.A?t$TokD.:Ǝk 1PC>״xϓDNp?o2pl;&h|s KyqM։/#w,Px\n䡽%!nd,W8!P͢1{с@L,DwQvJn<\!y] .G˪[ ԗQԶ]Z^cAΈ&PWn^!Ӿ`&o3TgBd9*ia4qŹd"KсAZ^k]PsbE:^;rvSа- Xvt?,tC[~ ! qXVdӲDdl kEZчӓݿi-p{수Pvh*'qO1pNNȬXT}1'8 >JR0C)vҸnwche.L avZu lzx3$)r?ݛ;kIЮe!42:@pc#rx} Pr"Ĩ' sº1hY.,HԈVi|=?!Oc(5B28)0}60{%@RN(*F6 Z+Źy)BV)E(8_J9dm;!f E Y@<3q3'RyaJSD\Wܦss%sFPVq(Zd n2hIxUYU]ID rSaJ,=>p택jVpg‹UšY*pO+9KǴDXE5vk@ǀA }\b]Е63vaN/RC4}4oɿc鮴Ϛ_>kxoч+׿;&?{~ut mV3g]Օ\gsU+\A`+p׮s5+\j8Wss\9Wй+a[=ڕss_ 9W乊ws+\us՜+?S[~^VxfzuݱSN񌸑f'ƱN}3i_uoTV\.g^/Cʲaƒ<#@$y`!7uJK\da_sE :w2cWy"}?=XAxA<>"ɜ.;/Ddk] %a|]VwЮ84\mר̬q`ϓIDD"U$&LdHUj7rpyI^޿|,{7^ Z&du/f"_?UMq[ZZ/6?*Ր9ơ8*u_Z9'zj˲֮ =h=b&3K'xF֙cI`T6O]'_"s[< j^4;7sH re)^d^ɠak3geHԼf\fMyzVmH4Q} ԝ1LF^ĽtI#i>GzN,g[iŧ@a E)@FΊ> 'ΦGGGS4%.ĉ@p~ IzA7M&B!",_6'J&|xgX[Tg!Qkz;4'Źr0Cǚby_T9jhYquf inf Q$¿fZ3z"z]'tS,Fbšp.D*o89̱~G$ySliחE'~|x*Ku7Wl2kt ȸTLa Q#\YO շ g9(pbi|A$зWYcɚ.ZD n{ׇ0v"/ӺϟWs}^k Ss$֝&tR6J㾍EV bf塟1:>igv50z gF,gr>YxDs\8x>`Ua[;?u0D:F-4,yZ63FF/]!\?s<p9gDzfM< (O Ͳ* r}6Ĉζ(g] OYtiC[.ujA$!{_Y]B?:M<6Y"=?-tF8h<:J"{ _+DʬaYx޼c)W5hsOUS`6AaFqlf᪃oHE@ jb8g:a%ppX[ nDZdjv۳ Sq~jzA8Sx{y][h=1Iת贜+?{QWS/B9N6=WY=2F?cԳj=$.K̈a{s~ycKϛ]0d60Jt?\ڊ;! #p,ׁ˂IwL[6u 3*+7M,G@m u$w^Wc|Olt\N*8F+i0"ܞ>B"4bD9ahWBnBUb*=U $1esQ",<ͳd:l #Hİ89(TpzrDTB]uQxJ/KG?μ;¹l6Y?9lܓuw LNzX9V{@@3LDd6if0q|Pe1.3o0l(樋&&C&y!jCNe"'ai'yݤr:>L:F4Jif5>L%rU T/^'FPW(úIJ2s2Z~u9fg'@:_߇}%h+216}}{9"F k+UQz"cVl`Ix_9s}߭ʂ jQzs4YgT0"!c%Ƈd|cL -F(be@3e9kƗ~{'{=$#?& g;<9/miXC8|bۜၫx]ػ_P,^&ڮԍ<"ru#iZQ'#oĜYXb*wVϞ;pE&61 eEt=t \Lrp_NJb.*@?f$C}Ľ|Ywʋͦ5B<"J$®6f`w`":Q0etUy< ',CTDZ1iw ~ wܥ议OO:ZYIM>]q_vXtr>SHO/V85w&fEeW+}CO@,wˣs8vCl%`+Bw 6afVyiFwTOzDpV$, m@:}iB:" /c:{x(P-.gpߩ$٩Wy)F$Fv!q"yf0E_^|_ 0}']`^܀B K˫-#syb"m?X8?&A PcP(.+M3`cZ'o uu B P|dr avh h$L۸b9Mcx^X6U.SL{Ewb@C`^( x҆1 ?G˳h ^qRMr+s, #†UP@z0#MSh3*KҠIQ'Pm/ Ct<5<7lg5 X|\e0`?mE`ր5Zo3TJ0qޭ38f߮{D45v gzY4Uw+ Aj9;Nj!x⨯g"Q3E9,ۗD' , d@qˇӭ{lqjb9=AGEfP5?. ['}Ed!A|g=@seFh sf@1;#4b3ʔ : ӸVƇUq.# pW͜Ojgq'c^pST^atU E3$=rM)wʭT 88 wLp5[lin] F2 + `)*wϐ$}҅&znI PֶhEGƇWo?s b%mԂx>^0u+I^}zc2 #>+.`堨/!l,QQ$LxY >75yq{9Y FdvS^Yyl}S#d !4*0Lhiu6x0`PdΊk=mI=IVo#^ffTC;)2[qBq_t| !cMO{L71W[GkkA1 @< y}93` >/8tʖQzblÁN&2hv'6x&IwҲa4O>q3 r\+O+ls@l\5=5sU`$hu3X Dz ٣>䜿2,b8Y8BO ϕegI*"  )^CUiN;/qjNp90qYԜ7qۺ2Ds=AEA1g0\Av54_dSxΪдjph 7j"9Py6F 5^&sZaPkZYb#qK LOU/Pgt][?IcO댰Ur.ӑʽG1'<zޜY.CB~%Y{z29\`~u8iv<J4'N 8ZiYۇ=mpы#`<<2{Fq2}Ʌ9~$=#ч0I 'F,ls~Tv&ډ$Ŧa`O1 O+z,D=MKv&4`lVYc-8@Ko.hnCs}_KHଜ` aIi6 |P9te ,+ߌ^zD`m{D8t^9pQG\͘Ƌv(+)E |~Ja*r@^m0Ws܊[Z{EmaaAipgADЊʋ/8xEOC'Y)MqߛmtJ_"FNs8ƻ0gHdeV"v{.4y2zX }@P#u$gFQGg#}SKǬQ8/ى_ fWyAq?v5t -b=Ef1- /g=x.,-LnY8gzq18q#x-M3x6ӨuR'$Sp A$ ˩iUOD^EzyvS+U#Uz,%'%m&hrS2{kķ2>.+l"1$c(8+%\jfu/ dO\^reI2LQ~[hGrX*(#Qk[˅`63(_ y 32fTdfEʆ.&jPUs[gԝAҳv-\mLt:=kle"귄f.( ?󷸏 o}wQO˖?xEQGs{_[&777ENw]l+: }_z juVw$Iy3mL&f;1O_[+O_[/Qjb/ou:2k6+PrbV3$f?}P'(fE155Cіmߨ̧_ڡ?61OzbVl'f=1+YO̮b&3>S?oo[[V- U "( Q;Lގn~(Ul< &V鉤M@b+Tvھ0[u+Ew,Cx*Rbȡ<az}RzY'}/*^]Xp^v̇ER'E]< d?XOm=;w}T<($<ɥN82es+񶬇1Es}PfzSHƹLSSWOP]6T8 ռ+U߃t8̥yMtpY€KCgrף^ҝήC O-*;6CyuZ|2o`Iз[ ^(*2&9E<<4}/ v!7ʢ9 BVu.{h a`BV G!$aG"TC"+вpǍKzyIxz=0W!\KcZxC2.}#+P +C.Ё^ktn?0f`eb\04e>mEΘ$(Q \m-4yMbw~j<aVrQyJn璁5qs\6x8"2  BBa}njRڇafęLUw(H`vHu5^÷ ,bym.y~gxM~ggX W4Y'U~cNj{5DC |WI,䌏'X/ׯ;Ö' 9ǍN:Mujx|; 8oJl4cjO4Ð$^*5" e(Ez:b\<>?/FrZv,lӸZð_EKQpWd0VQ?na)r&*(貰7{c۶wm5kle:{: 1Gt˺J؎V@4AtH"+D$D4J$GN As_'$q,h>v\s9Þ/S0rc`Ƌ#^@['⿃3 m$ F܏"`M-< q\j=S/FI(*g9?xyӝUdEFXAay^1l){![{}IC6@*j| v4G趏nx*?.ܛdjsKl;7\s֦z8`rBJxJypӯ ha~ _5YogvwqX3OTmTIkhNe.}Z@> 8WCE8FX&R hfC?i[c1ɞ[Bp0@nS/Lu)>8 [G^&  >j,Iv6AUt@^޽9yمb`-y}s:Bm0Mf2!JiS'i)Vi_UQ1+pUo1RT_޿L`Зq2,$ đ7P ɏ=5* 1_ݐB/pY;&,0-**ʻ p P24p!-ӔѴ+FC,.5{Y[0(pz8u ~Kzic:\&[큹]c).6tW8P,F,& ?\T/κ@^h%I(LW3D$vͫyCg47*SqB/nn[anₑo9ļp l2i4He΃w}yy' /JRtH#M Kg-nAsA|8iIǍPE!Hwr=+qWmP/D)Z'XH0UvXn FT]fQ}l\i]Gh[Ά8t,t7A?q3q2;Uvruk}ޞ!$ulbPy~/4Ok7iYa7&IU}\h2 `e;]wsOͰ%0vp,eEӊ2;wE偯lmW1ܾWm4~ʏtj$!,/K芝Ge_1bsDFf8qq-6 !`f)Rt8>f7e,+"ql& ъfJ*#E}>jM^*S_z,_)NSU2e*p!Үӹ4PcnN~Kizq3!8Dmоj+Aľ,h#*h(ͧe&J+1?0Dz'uF 0#tr==A2o1gTAڮTc[(hA{$8MP2.OuGt2]e-Evv\ĕi d=\[{놞;r-N8bVk)rmb[jB1"Q5;BsC9#~)'N7V EL[\Q}VdLduE.9smF }֛B\ʑh} 1G*"&Er 73^/O60ujt!R@no^ʏfbhIvpqDQ 0Z.^/;Ge&ta*@IiBȇ iQfY;"E:bĶ+4rerNPM>d pځd{  N8gZ=#ׁvvPefpڃUsN.dg#>rWiU6Q)ut#8N^q7M)b:V- )M&4+A%?&ΣnemmfλPYP|Y :14Iշ_kohލkOeUؤD/+N OAlQG*gh!ZDя;ղ9\T:mفY/'E$406iRSD goK"݊'6uRV;Fsxza`yYt\YDdwU.)p&LQfr;GW/G,wxisz7ʋfU%O3}_CF f+chw_W,И[ i3rqC\bUlcd-:LstUhhn ViE]UuiXcԩ7χ54@z2 4-jc҆ve/;_8̘gARVBs56Ǩw.9W#WL BEb\xP{&]?/`=y]> J;Α ry #W#U#J~ǗS6=œCN/a Jӛ*nyzi<ܒw Pi];@,( U}vr[bIky+i|~}j@*"z>MiqKsx 5ܫVDM*c/5Q|.OiB)-WIvf{uVO w9b`]|g LsH$|7'?rCg0X;J*Yq]lI>t hDK6t]nYo;F(2q-]I_Futcԛ_ w;Q;y}ymD|fV8VN.ܧsh6tnC/ئ¸[m ]) :?tڴ(AkGxM?AW6mh!ĞN@xjt(th#ϜNK@MX6DjZ }gaYW;F`Vڻ)\۔VЏbqb墓j1JZV4q)#]jNFlU7\ rx:I1D\4LhzV 5^9~Z6*scY%[Xsmq2Z% 6 9ZBCI$ߵv3u;]˼p]}YG$t~35ۃpr[v\@mkNՒıi u[>&g'QDaJZPHWI9(wA'XejH>G _1 "7?fp~҉ķVW0A0M;n90,!q6fϲZ:@rNk8R1t ѡPjE1rSGۏY_)(NGQ__kGZȨBxޜW4Nnhz& r7JK͚(`9op= &Cζk ak}R?bkqٚ nAcuyb'9Z͛k8Ő*MBI8Wt\;^~Bp;mZ,g&e4;tvB6>3mOa{b{{RI`ѓP`yvU-H4 Ɓ©bݖJP ttC%UJ6*mBX<z-KJS_Bm'HQ3N`:7G%"y3դ0Ĩ8ڬ}Ļ pISn@O/dE6ix?=C)mη=U7uӶZM o$7P[yJ^YHQ;yq+kЉy=_t̵sd5u"2>zrм}6*cן<<>~ߊ_L'WoE?DSW~Ͼ_5?*^h~釿훭IM?t?HӟN'*[urU9ݪnUN*[ӭVtrU9ݪnUN*[ӭVtrU9ݪnUN*[ӭVtrU9ݪnUN*[ӭVtrU9ݪnUN*[ӭVtrU9ݪnUN*[ӭcӇɯY?uU6_ Ϝ^S~sv?o`xkg~?֢}ȟ߾+*~}݊_鷌4^_׬xR*T*&U6GNpQu*T&U8IUSJ'U.IUSpRT (U7"IRzRT!j'U(\UI'QMzR{ <mh?~R_wU9JKpR%TJ(U4 JORe~oWoƫIUQګV~+}i%NO/P1Mz^4w-/n$2qcYc}_tx糷C5Sk5Em0sY%u%' u_Ÿ,ͪqIܺvZ+$nS6n6}KIjfmڭSNl?7!*7XZGiUt lDw\W2 iO߰<\д{Hv$8òʻItvn40Э(Ñ4_ݚ8| RӄXeZ#òkp1ykz GMNĉZ^GN$0+P:(4p mmczJ+.osd՚x ̸-'F?zXvЃ}:]ǕX ʪʩ)|B1FCR;q2<y?iAtc]~u}i[+nOo[ŏ1-LL ֯ya:=q`S$jxCO oX6]Uf\:4#8] gz¶CZ/_j  l\xIB>]yi5P9Xb-`~0zujehbhTY{@Kf ,2bUaKsnCձ\| r1 /AB;49==MWNqGO-,i&x z74?v1Xz[Lf9)%_wƸK?_Gv 'NVeWI&iߒU]צ aLL@MM;c!#~vj@2/3s9~rS;* <2 wh<=Iհ& Ne:zs' ;6_c_e+_b^mh FZF1oDhs^;v|ö]^ĪEUzh  QqmYfC:B#o2Y.e.ī>K{: hL+C6<\" |A_ÖNOOqcE}Ft |3@Y&>#,͸0U 8-$*J,W-#-aQW݆6ub}G ݤ*l H`p8ʱKsMl+pgzk{hgt}Sޑ /fp;b2 ;_}񝻼+8u.( mҶi};O&^>_xg^VF1k"UcMa.O€`G,-Inڥ^0uӢ٘ CR|:|umkac,&YV.D=>8M+qz.|g\2j\Oa03WhʝLjHtJx1t <X1ܫ<"20KoY2bXOQbYf78py84괈h{Nߗ0ДfgCևF,w_}8Fݳse}kUe]ZhdXq26&5p5Xܪuz\yەbM׆+WӅ66tuTdɃ0wwUEkzk LFr[/8wt>/ilB@쪵 ceǮ0h361OkFVXaV&},w}Ј6}d{H+,뛉ٸ -y @gqzo- .Ȳ JepY헿BJ[;p88y/BuLn5"yrGh|A痸Hȧէ Νm K%`8rƦ@!)iԸ6 `yw(J%J\;]c*"b#j!Σul} uxgXa+4m!=H;1fF1l7e2fP:H+A {AUDUh*Axr0wAieBŏSh9j2ی6QodԀYw4C;;>i,ު8`VV&uҀ8 cׂ*D$SDbꤨ ,p oUdj \Q24a1 dMM:Ux x#ز[b8a,"V{ =oZ&6. 'Y&Oiu-f+v=QN;EkQ Q/ٍP#N35 U-(. pe|@$mcb;4Up |:$BM@AR !^Z@`F|ƢB^Ŵ63IpE%[~qt K_]\FDk⩳qwgY3w[D gů>iGe%Fc]MEM¸Z /J8 axF`L#}!Z-Q`%xtf 'MgzbfME0ҳft5h[Ւx0^u-l`12|M],~`Iic,Y#\\&+ku XZEZ߿9u 7450 G|tD5M5Ɉ8Eџ ~>5VjXw}3ő8 dz:y'*ח*¿ ec,,5 qpM4U7u_/'Llo΁O?ƳUi'_iTI6Hќ\%/5Q5)sׅbPp>%hF!#+Eq8e _c‚A6YyEy[6Ox?28ޣQH }Nv:lQ'702pJ3UN[KG˻1\+)ҁU7A ys ld-Q\`9>O,r\*Ua*,*0q_:Mgaj>QtFVʖwrZCGč=FO3Ja! D_0'7E i}ׁ) Ki ֮f5&p+H1Ux>>V&Ch, 7\OSfBxYV<3|9Čd\ dz4`I%* #lUn+\%Z7r5ẍ́Ջxtv2q[kǵq ,)tĴr!Ӛ ƶ)l1p՞^k 44Rm^_Ge١Ë1(JLOt1Jۚ:ֆnL=WkOWhS\whiUWN׺˰qJs)O]RT2zЦ'VGhvd]msD)ZYX%n:+ܪ&/LD0)qojg\yq_b6X{5Akx06aEg_&||O.^dR4OW_@L&BaEzڅ;ype*ǝ/Ҭ˿ UZ $J+-XU(T 8?n#f1#R44zB\{ǧ=@N(cra:+a"soNp4We˕1 'NTi"i뀇<8a@ᷱX6bl>X(iLŎ̇h֬b'˝D}a a4_ swp>ï ㅰB$4+Qÿ񄩇XZ8)R{8iڂ})ɅxOr YϲVNj Ķ50HlFh;P n Q>2)6ѡ[¤;dY2zg @fnok~-טw6J4嫯jB&RBm|>/lCB%.k"etg/abÔ"I X0i5L GĞ/r1  HHwZQ2GRޙLyԆIʗh` 2Kۼ^ar*bQe⢦ʷ]OrʼUi G;MUJ &ð~"kR% p 2(wZe'[.I&Mr=˚EgФ\3eɆ%bxxzР$PAMMcY49qMƶV T8֢D Tt0FMphWec*6)O(UӇ޵^+%>[X%Vuӥka8c(@?-ǯY "nrVW;fNjFSUn'"8,s*ņ(Huyjm:.^t_U-FUyjhdwKJ`ͳJj β ~oTb2V~P +aG=6>mwV"b|iiz>jlYu@$n4Xٙ2o@mzVT+.0?]vE{&] ~ug?^~pպBav*!+|5iI_ew[zDgr$PZYq>iQQt)L2laûf qLnpyڍPviǍ@3qLPb_?xnUKm߮Mk)8~q87wLgOv5,0Q+{}M:]y] G)bK'4yַ֗Нw%@1dK,eL{Pl6v ڼ3LjⶊΏ#e0^0*~g)O!H[z'A^UI->FKROS"fG;sgoͷZi8 PuEoD*^۸P:Ax1NihGD?SNhv|BZ͗͝eZw`[5F[+c:4Aai>v`e]CpMK܎^~Y,/bWԘ0I]"V8mҲ^y&,W`kOOi|G+xwv6HV]*EAQK5q7#uT/Ĕ5l}bZ4Z5~BNPfu"0 Ik;SPT Z85ΕМM4JbMO+<޴0ǯB):?ܰF.]曵jIyF]%}TڦP0@vmTrT&v擇GO?Y{o[ 6K?P?)Uu[YgiKWS~jWO&nZf?Lu6ٿ?˿+?8ҟ_Z^}_^q~qϦoWϿ]/Su??C{w~.> ~We~o~jw귿7~;HQ;_s]kOO~;Y{ҟqܖ~AN3º$w;Iu$w;Iv$Irn'N$w;Iv$Irn'N$w;Iv$Irn'N$w;Iv$Irn'N$w;Iv$Irn'N$w;Iv$Irn'}(˰leɿ*>8S?W=~z}_zwZ'8=OT)9I5NcqwR-jT''#9֏9@~I귶%PJ5NoRݒjTZ+4I5N9qqR=jW&wo}33"OOr@UډCtӝpʌG]:2ʍBLR0lnqSG%i?>Nm L[M$|c2n&qU vڶ;Yن}4lxrdIWw->y~9qމ/6nMӄ0"2*_^MZξNn$'!_px2{^V,dzcR< ) tCo]5vEi!ȓ[̱ Kb3ͻ2Ńӛ7Myiip-xeɭM!-<-ںh&@4J?}Yo?!ܤf4 $<o߮]]JMZgE`9 nb4u3HXYKKFxHC [LoАj_?Сsdf5h52q Tl͇#h2i2_֍Fuma;d! \8e ^c7֥s1־XqRnڜoMcӦBlH6L3Z],> H:9i]dm'5[atIamg]{`Wjx.4tfZZ: VL s&eU82n'!p& 2VN\֘C?)ɫMn,m-sjFms ӊ\hyDЌ-;ɛ0&#haZ/  kr\:ڲv)ۀѤv87k8RV7օu]ˢgBߋܙɵVxƣ:KIWUp\ O0s'.Deny؏rtA!mjh#PLܞ.1q=Vno`M [-4\|z7~fӏ}Շa Ӽ?6,J:d ZEwĝ]8A7EΉԪtje-(KMst$NdP61D;`qڱJ+Que EM>`  n٦]Vٙ//ϟ׶d4yKبSD,.`Vܡrr`|gҏ޺\'4'i"i5"7vJ7s<`]ݦiV/w9MX-.0VֵS9BN\Fܚ `f=k&M'D6Ζ5HȝzEa' %6@K+DZfbNkFs_2.sjf&ؽV.q!k' jmYlFOc+0ϯ;|v2\HXG.g <4'8투pb&]Md!x}6:xb/)YPچ?n׹'fgScmg7㮍8);dݟ>3sSE-l˲5Ї ȺLkVk :S V\輂*JS~@Ufs0%%, k^vz{hs1;,ܦsC,~;MxhnquNw\{yUHw3br{iu.6#A 4z:Z Rifh8ZϾe4"Ѳ^~SWD#?qfHBw o --1AFz*l^c0- ,TcKYG`_0LqbB]9hËR}m&BZȁ8!0ag M9xfX,f1v{ܹHX~ؚFŗ)k@5X޾]EVޮAtxs:Q+tFjڝ1$&mFj;f`gN^&~[j0qZĝSɍ_â4]}WKxȠm'bwva/r!ePc˭|za@6.5m5icȳ͖Nj!/V#<ěC?7e<ņƝ !em[lb 0KPc+2c#(˻n%{p:ӓ؞aE>9d VE'!.w(Tc'XRxM- WF/h]iqf`VV᎙h57!1r;(82 DMF-2QE|0T(.Ξm zVGF6c&@/M¹@uql|!$JHU_i<  ʺ 0C0C\ON5L U4wywI]f7fͅh@(Un {\#vDX7-w(2Xn.rNk0;i14_Ew% RrD$4GL;A4GhcdhqA %u6|q6`$>S W>fƫ-a!زp7c$Kf hSn -wtڤx(4iLl<`cڕi@-tg&emaUadڑU-U蚩߯L**>Ipl:_ ʎPnj]hJm35,tH-01&j<5]Pqxפx\'}6hՓ`͈<RHVs{0޸iP T&ׅUkT`+V ú=CT[2AdgL۹]@DX^".ɻ7iCAF,뉽Vv ȃi (@&8ӇFdoQ!zAH0_el;O$\M1zS8IQ]UԹ^%RTV<Dm;f,^{ ԓ~Х>YXj֧/hѡ Ν}}v +lFS̤[`K`F$)|4uRTKr;pjįoOMc}~ꨐ +QQUm5^cZo6.rrUna`X,CC|&XXaȱ&Fg:BxӵHuنjT)׬,°L&{ lY*-ac]̋= uQ.+@x X$FhZKtIMҏK`sy>}{9|NM9Z-lPxoe.k O+ʢni' bhr_/ @)Bg7j N 蔗K;a'> 5t]Kps$o1ڴB: * {qk" L| S@6bLRo|1@Y3z\&q[8V^֠ΥtLJSXKg\;ӝgDt12v ͐) IXfoW (0k\##W Fq2}3&YY@gt60-L a+Bpt7r.EŽV)j('*4Z~xHTz W̾#%7~vn'w&7N$&4\'(;NDE?b=ʡ[?itåf?t.ǷI} B>2%rPyț6WIܐEQ\AQGQD,33?mo%2sN\:9 ]Nea5.Kx=7[CRyPs*gNr0+%تNIm le Jȥr_1k)W@qXs0>,As*2VHs oi.CQF\uS! l1Ϟu)ԁf@SM:GY:Ca74|I*4ԚG 5;@7L9n%㈓IbZ;TZ|@t7UO=J17K0 5~!0OAtX@ rZD)@b @v@DlrQj2ES]hȼ,OiNG|ՂnQUd"fA#S-pOEfZ~Q~zNLͣĐ.ua욆" P/dSPZ02 B+78(:L(:Ys(B.3hi MxHyv 5 + Ʊު)Ajlp歐s ^+[Z!Dvت(黧4$]lb̏r(t=ʃjmeAizqC(֛͊[n5/<8FFWt,.9)a/,K_pH+ Dx̩.%uo> E^TK(~U6`l0: 6}3xܑ~%<,prCTի.ukB^b8? !NJ 7*S|y &F.2jR庭*H"`1%Y zKj2l5/(KM͗,\DìFjF5fDr&ton( ay#PGA 0F%u '.PAe˲q  *P&5slA߷ ZgD,=l:̈O8",gEt0?A)]\e)2aoDdV>hJ$sԠ 7@7 }Ho/4}JQ=fԚ mWT&܏| 1eKGC=?X)[4ӽnoqQLϵb8h "[zzU)h8-ILjBf'@)O t77$gh2ݡOh)i4@cm榢0<0 IR!T_5BVW2Qq\$, BomHcyCM!%fh`J*'AG#Z$l^?R8I\+כ[ݲ[tF3.^~SҋkNeU`G#({iX.&9TU4"ZR>9C|UDA@wvSf4tt0 HiD5d [nPkncvDwsOW}t>ZMA@GB%.z*3wiD40AHmNEQ[QT: U7И|M"C|,5 ^ReFY|x)Y -\ O3󢂸23m%ii,|+k`VdiPTG7\ʏl òFˏJM"RW@j[mOS=t\:'޴d\\vQ$ӕϜzVs~d ss 6cytst $xfs;`xڔ]`E X"[eww +76۳ Z5P!4X$굒TB3գM%ikyLVs](ڏy:#hB?OuGZl9NBj^OTxb ǧVM ^'}K/CY5ż "s{J2־oQ05X[ (t1tCQ$qU֤ e{8!d"m0vץf9 N=\:s`[BLڪz}ЧwCf""bp&SIV d;]݉DWAgsP^أN\,%{nS%Uh= x`_KYv PtIy@:MQ'3M5e^*0k8TZO{)LSWB1Un I5Y. L(Di<)nڄ 1BBّBC' ;sr֌7ԚY!Yx2lce!eјip$.?#3| qTA|N2/Tnx&ZMCӵo'şfl&Ĝflu.!o gk;e8)|5{9^C:G& +Wv T12Ĝ)yђc(S !@]i[77hRlG=o=cγ08_E^ 㓨k4 ^h#;_ԃMDv)B3i!lC!CDuDURTZ>9V 8\N*#{Wڠp" {I:S}p+Qza85|Ч)".ՠtnBd+j,uxT/Y1;VJC0<㈘ߨP }M XzhQP_}oX0:\mʝ 5=]n480Q/l;O<rJIPI BXO쵻N]El.eEΐ8<>[igvCFrMM^馛?jF_w6xX~(>š9q~ceO}V|K؆N7:NݥNN?K:::::::::::::::::::::::::::::::::::::::::::::::6t:|{S3tmGs?{݁G|aеO}ʧ:^u;]NߙnxiW:s:n#NtuC=DNDODPDNԹDOԅDOtu?QWNEJD]O߾>ەG1yv==9C駘#?}vF}s]>>\ýݏ`]c:ۊ:s]gmuIQuIQuOQ]R7| ˮe!uFF>}e'=^ &=TvJG GES8䳍$ܱ ]I=V6Z ʠvoC(Y9 'pb)TSvA E2uU3W +zw!$J#9bTqRC_=AL9^R59k[8ETI6sucʆg* YYsO&/]@GhRQhd͢,-(+fJ<C$1'I@ú=T) _xhiUxy57-0_pR,T5ZXf8M;nF5洚eNAx1}/}ԮSMZaX2x~w.;vh Ӄ|fj2쎣\1/B* Y+;k6QEcs }Km 0/Aq5qQl@}D#LhқcRw&x9l9JqYTMFE]Ƌ#]6Jd^iڋJQfVD 5ScwYl|r 'Na&S#%j !v%ws'b)j0j|SR5S2sRۋ]hư#*3놬;0JFҗ˘ʍT!ڵcWe aa"\lk*paE?O :EmFi#M\zRba sAXo'"YaYs{PB/ %%9Z2iyv)P ˹*ѤPZWК.j?]E"&`q#mQV#ի#Hb5>_)%Y!fQ*͛n){>^ϰՃ~ة}3|$}Uu0EήH]3+cYJX#Ϭh$25Q8I❱kqe=912Yj],hհ=Z#8$,g]+Dj0ymh)EE0,)/Xh5 +A  R6DaLZ7,"ρ=1iPބ$PpŪQPy)XЌ)PܥTL+m³L+RkU'6ɺVm@cVb|p5(O{ ( @82雦@EX\&ەySO iK1k2//[GA[x -U׵(F .PYƄ,^I ; n})Dcmdo4na TEՁSnE09;#*Pu'f+Bj (A.80h |!*0_kry`0rʣ]D o%=X&bJUaݟqqysehn=0gx :M#@390N]q3`7Q~ ax'}L4n{V6w^.ﭪq0H,-sl06| ;1DeQ6Ԙ9]3v^ʀ|)SUV2լ vk19.$ &ST#`KguS1}VӋ3aDҟLL3C'mj)n6AAk /btAqNX4Ќ/j h}\7K)la]V54=E8|g6u8A.F:/P=Lq$ןL& 6E g6aέDĻ{YCWFtx(BQoqB]O]սAwdI8v`[c|.@#[jysRbm=cɊQ-ZYZ~\n!u%F:RS(W+h&D$M/~2Qxl**b ip pS2bMYJ\֖aנVq{|5%YL!ʬ2 6@2 Q rxwt?!Pj3l bQj/m` "P4ɛ1.*wj]E@{͆M: je6Xn7YL#ú׍Ikam9d38 5T[#DHF6`xO( anmcb:{ "P"C(1%)TI46=w^ K`C.P콪;iP K0f`f&T^b܁W_t&ތ p1t? Ws8w:1u/b 7&έa zTX,bS1 ^U$TI =%!1~rQWpxPnw}Qh[bҁj,W eV$ʙqX$S`'[rF) SWCzXL˦^R ybj5K$+^ᕈA;rL^<]1/bܜ+3lm.uw: *ҙ-2^# {l6$& }9jG͙e<7!PP` QAcX [ZFXOz1D#UYwa1xI(. ȟthbAU>6H]8.gغpg;3Ը=S横BP4"aC'9"ikU4ϲFb@`͙!YWi؏*I@H_8QivD?8Ř`aT;%9OobuY! gdᏢ|` @qFCMzզ1!AkࣂWV hMg{u{$pގݎ$cs-G0Px#T$$"%ã<!wg6 +/W AYbq _h0+Nkj*Dj?NNj~9>,ŧ\pOGh#'CQ>fo]̐Ǡg[; ݅B 5#c&TMHͬAoRDwE@xPJ  jB%TOD &l i(p;P̣:X\SY2,t/m zZcbS#.<>xo%AH|*)hf5 #FyL$ZZ?$O)ca 5nAVimDjB(vvQJ۷<(X6Nj-R'+ʂ 0R"X)vЮTq!Ov#m+qߒJ ?Lv n<:3^^hLJA + E%j F^>m ̠"*R~Ra<tO;XU>mrZeՂ&||0!G1/1"㌃}K̉J!s[X܇K omL^ XzaFCp?K5Y==ZK^ѽ\:,f`:# p0LRDl/X=ݭshb"eN(B ainR;ҙZ13/UXZ6&^3طvBDjEqNY+^ѽ $sQ,;!(dIzāNu[D=@_Rh hsX00&0$W6@+Q) {M~$?&W wX PCSeM{ x`f3`tb9 0 E$1a Nz5:Ʒ _hq5L;Ssx-Y-Z/j-fgSo 3@]I#e9|aN#6vX_;ޱ&jKf*r7jV1*DP?֞ G1Ӥ[ 0lCKUT:nLcs2:b!&0/"D{U6W Ҍqҍ54$EA|ʘGJ%@茼Ņfr` a @qI|l&|pjÜ)+N{%q`nO=K7Մ>лt_E 䘑)gsN(WCK`nhK:sD<ёw^F@!OIWDp4VdV(`FWV`BxoJ&%eՁ\&Mz}URRK+`M ,|2TAQ0je^Мt5?>͖hElhWxLk` s\W[p"Jlea=TpWBʪr4q3FH<:_p6 /Mlzϐ롼 =PMQ{ne,:;< Dn;-(0!xGdg/h@#:@,ccj\bA7 4c{ +|I\'<}P{ ♆p,Јt1i{Bc#0[x4x6(]b\o9 $':6[kzϡ8k]Lw|&D'u}pfʞY}3Ԭj{aJU˨*GE/bB0[eAeVt|ʈ*xN^2RZ0XAY'{d~3TtlGFXVbİRꜲcDH4-%nTPbݡEqCRJjWIQQ5K`1 u#VnTLM_Cij*x!qn Q#LCtOTNgtq7g=VwĊ_f[;|:2v5܈N(<5 ЭѤLT@?P5^Fy"U@:$+SlFЁxikF oսGu~jף"4*ez J2E'7{^Fqf pa33N\2T;AH ODy<[i, . tXt:@ׂ%1*KE072:Ԃ\oc$hs3f yd&G0գ~*,o4 5"7x1fiCU2J˘S]E lEf#zHT̥8cXw(+ m!qYm0%21_Ey\aIWpvھAЖLڎ+[QJg1t|Hdd?J'+A۞dӭ8c!<{E|DM=kB!v:9(M}aQOCWXURցزu9j`ñ%N"²\4*;;C(6&i83X"~j/u<>9jۧʻ˦m3߯x+?Ia?|ikk+}ڇݏ}k c+mx~1?g6??ֱp7rM?ŹLo|YՇ8w99gx}"Ugc}Ď{Gʸ?Svz{Z^ݯʥ) 4*;~buZ}O}7R?t#)hwGwK{8h|uϣ3S+#KG7{GFa)ш1gǽhFPn)~-A?oX&Z<=~^Q{{߳z_6J?EMdr'I4Q3~SpMa;,ysrdkdڡ$y37ێ;?<_鴒w;?s>?َKyxK x ;G̻݇(>Ҏ4W5^b~|Ď6?r6{YfM Zk֘Gca̻_}]=w9*/Gkv|GMAh7\Zsj+mjWz_sI5vInFux: v2|f|imn'˖y#~;=vZvXhG<߹G?"wqN;o;gWYg[)`yo!v򷎑?w62r Ww+_K/^ѽ>Î^^> }2ovGޓZ/<?bpw]pvrNG=LD!;/Fb OH?׿+7rN#tv|)~>9yBƧg9uݎO u~g/ϯu__0Fe !Ko{vrvvWy4sEoѿ?ǎ?Sbwv?+ŖA KŦ{xWb۟Xε!.M8Q|Q?/n?ďwbʙ[8Dáq!vv~<1b;{!|B=-qv|w2xɻ̎'ރN=(qgw?fm&4]=˽ʎtwWsaϺ{|ýAWӎhηݸF0CO~9W _bǎ;-1Z(w})Gĉv|y9VsxF<(RwWx^l6K]-vu/V4fx{E7_yWOyy7{W=;{w7֎_^mcs{zgrr /;v/>X\.0+=H-v&ޅY` )Q2Cv|{Xtb}wN?㿅4~{0#˝=}Wuh-΋O9;'ؿܡ_\F^n˟uieݟ vo'݇WbƻCĻI)j7ψ˽˼IV; Q b8]ONjebAq8ƎoWbo%; HZ7;[O9q?+;F~"ncWt_z;?^ h;{{]M-σy"V`yfGM+gieAo^mC՞֓gпe3)ewg7o_foɮed+ng*CwoGo77oJ~<DhD7щ&ѫhj7ڮqpqth85ڪqfe=ыE+hq93_xޝx=xݽxw>?=^zE^XjlNlm_4vU4QlJ}qqvw8;KU9j?ORWoS'oTG䇨'WGŮ.UcEZ[P;=gPڿx"zuuwË{#{;[ccLt\)}9¿_ߟ?;hhbhbhb]2ڢ$ڸE# z"_$7T~5X^? ȿ%gw[nIy:矕?ݐk4yNn2d%\a=ؠIE+gd^ym~$Vv9v́Gz7(?PNogeb 9Z DxV6=`~7XҧRV=e/ga ;#՚̺C| vf>ef,>(i|fzs+v2VRȭO_ɫ?$oOҎߙ._ O$'%q:9%?X^?w?xc긖/!1Vfq(v#uFɐ513'|/:sO/-s]ׇ͎_П o WCa/ã{x{O {pgf;:*E~E4:ȎJSRW *eZm69,sT'o{ϱ|=˾ox?Nߠ_O+?U75ҏwĹN~}L_*牫;gF}>T|U/Gܫw#z[KF<c&7cU"1[l)xM-Ykh;^fw 8/3qDs8żCi1癫ą NQsyTagLÿ֌J&ys9տݼ x8a^nn3{_1n1'7E3 _054Og{Lx4<ŌͶqf0`p/sh9"\4Gk1na777 ,5=x}Ex9x!^KW84Qτ*+ek Yt}Vp>!8Y:8Iޠ_ яfɆXνdKv]78_f9rڟOxϬ4[';4~GIuUs>zpU SpOq8 7R B_!^)磋s [":<>Zsp$;~qĥiGy;n9y\-o|Dx{ymv|jZ7"\\\a;8gDh90y/s^F/o\Fh@.o#/%7rE.v(;K^"η3$v|7lNRo{7eh\X<^ٸ?ʏ|m~(_/mؓowc{"~ϛ[u+>{sC|y= {}3 ^vQuvvv;1ξ[fͬ}~m9F6YNKvdvqhYK^,l}| g<~Q.sݜˮ3e3%2v;\^ia:s^`* 40m~\ {\;tKoƿ-/ߏ߈睂矅םs\ɵ47|ɷ0u;|71?y#19ߔoN_oޜl~^zv^{gCvZ;!;"; 4\5lJ6H>ƒ2<=_e簏b|,Uw.ylhɆbmObԥ~|w-z|_GX~AE^~x{G6gGDL>aiv|Bn.slYnÎ;ly Am+ckQl"g[JfOX(*P("N<Jz.[7w;ӟÿ_O >|{pzgK lϦ6Of=ؿMeߖ'a7`צeIؗkV-}L`$ g?h&On7w%{17OOQL#n=q}O\Syqjs ]:?&Iׁ G.x ^=F=M;DZ'EO`Ďƺ,\~'|{|{|{^d?$}|'wɟaϑ`ϖ%_Þ)_ϾE=C.Ξ&nb;S^Sx}?#sx 2ϐ gJϟ%Kl%.Qދ!2`M^'?!FE7.zI8?:zR ѷ_="Nѿ=rKx݀m__zz&V) R''kM)Gq`~M^WS/oꆿW;u?!Tϱ?bПSG ~~~/~~~;~ S_WF>W_?ޤZQg/˞_]?=E?ݠ]꧱R?IS =q&Fuw16_z4BX6?pOwt{C E/{O^?tOXpb8=V|+'9'LO.w卅ʧ~eً۲{U&Wm&^_柒$H{6zɻܽc7~<3_nܣ5lz]|r, #n~O'_[o{mO_Y?mCd`nxJI;ݱʏEX#^/3ߚ)g||yw/W}["lc.UߔF)gckw[KHq~_5FTwYyŻ]v~>~#͗4WgWήW{^^rk5\~_?@Ol+ /yYo|z+Փ'P7OΩN.&G&ԣ&רO|fr:|zDn9x=?{!~bg^Ͼ \Oگ=^{ |5k&z5ѫW +.z:iu}r'ԣD/U7F?z\b s"~M xgg/G\+q/={mbvϘݘCfvY?vMݣx$wozSn>n}Sqwӟx-Fh>ف15&yO{]OޥNzɃgYX,./>gW'|nr睸hÝ+z_ߡ;>~;t߮~ z_?^XCSb^w߁|t|V|ɸ7Z5oµo=n| /姨$/ _Quzx=_voo`U 8_S,䟏?|_W=p2{}oݒ=3޳_wƽ7}_5}B?g/~xO3/gy\5q7{|+V{K/=Fq{]~ٽ {?U}}O{g x=G=_^\k~}~}p{Fh5_yoѿ--oOU<ݕ2oSZ]F~i믇r_*M@C񥫿_{.o[nzJgv#/EԽO!6*Kl =SG{nﮥغccUO~;&wyۓߙ&g''&Ї&w~}#??GO|SO3oM~=;1y5y׻=_G>ɻɟL~)Y磓k~?ǝ=8O}'OL>'?5{?p佸{~\{;p_{;'wM~7s_ɯ퓷گ}oO>/7M_~[&o~['wN+2?[ɛ'y&&K4y/^+^ϿUWal_OsϟHi|ds8v[]B̦iY~xQ4S.AW&SvVS k*BWO74ˠa\UimBYYleL(r) %}ߨ)Z4EZxX&e( vDYNL drΜj!aw sd|g}UzUrYeRnaQDu"ઠF<x+mTeӗbznz$-DXp㮬MťM-^[mmIm4U}Ҟ]ܳLgW<9>n+)z.F 9D+ @`v)!z?RKX 2,0Q`$C@DoCLčwGGvtSDz& RX܉,v7enE= -6rhw8V>Mj Gf$-#u,Qrb}53vhA|Mb_2j"<uņ5Dc.<4m`Ry2@:.uZ1tVa>òaU)Z)̦`1ZctFpW&vaJASyPӀ| :lǍHK`~]֝,ax]Hߔ J&j8oҫ086ƱIEj^d?,n)7X#v @JNz}|q|@F} YtXC P!&- ~|uIxrh{iuژgƱ*@9KlPf$rh4ج;<GF^ŝ x hȰ؀-+c xܮwH#;E1ҏ]IRfEn(88,D1^RicYښK]6lStzf$!]|Uhr-lhuVݎ(E!y&Ch0NSD;d y$#!}94·]y 7 $ "ԡ$@)ମfEfD֋C0N`pZ;݁YdzcfY, 4Wib: YFN"exU[3F޵ Y26|i'HжNIi\\%$ Gʂ%*Ø  Wt1s:Sg6)$@>^)\Α~XosZ/;TsE fMF(⥬SKG|Rq (x! !  U$}e[-Fz B>EO:|%4S6,լO~j&tJ3@ ]@GŪKv/(jBq )TFIM/A:L10h5~9x7lbiyKCDK%d(!UӦ@PmMMc.A +r*D1  D4Cx< \RʡiWmď(VjGK=G `Ch/!M֊A፹d;ȒaI7f n rq!J01 r|֙y6%I~!pB+BFc%!

9i,黙Roh$!ca~T: =ܕWQ,/n")EUPER@j] d-Z{a5ʵey(fP&; X#^HgWlИN'dY/!Elec"!faњgn{ 57"i-z%⡌$qqnn~\罸x!ܺqD+OvY9lqZrkw>Z 0LNep^6vU(rr6==@EG$҅RO+a@%ƄkHT<Am0,qb{JY QJBXutE;@o@w"u 8 nǖJе6aҚA &XXQ0;xX7^%ԉ>()ЬGwTQ .ziS-9$/ya9,Xƒ$@lU2h?xD6MFX˦]9C [{cxih;/bL 0J/A ʁgс0rYJ L7eP" \{jeN͒AsfF v6j5&@d!\[=u45LBҸeD&Jcq{8=2s(au(>3ZcOSx! BN,iaGEwr+ crdC|Գ) P*b@!F1"X iq,!nbj9.2"Ȃ=6S nc14bUV~0+-ގ,̲,iad137Jo{QcFgay *SN㿑 :* Ȧ+xZiq\ @NNh0>50pDE EVP<i]js` ʁeA|nm*Eq>ҥKjd'*4Kd r UzߕM0e7.T9-1g@lm狁tF.x#ӦAJ1Q&O&`\t'tVV5ZXT|)$* 8aT|TCY>\sOazrL3ȚŪ|p^$8(,4G &xtlE?M_p饾fQ;0sSB=`\`FtSykddS KjgRX0:HGNN zεm)M] iGSI&2-\HkbAE@ܐ@QQR0)Z,֚!ZA9}J!!P9G !fV='KTjIX2fTMK0g aHh duy@^m_/GtzExy^34>!gK&Za]8D@$m2@{U1$!| K |Y!D&I^'ЪaN+̃{Z`$TM@^SvҬP7kZ!s/ beR^k*%=ՉIo$S>P&G5p!dɱxc*B6i oTca7Dn;pfBꁑ+멱8lQ2r!uB y,Lgri#Ƭ)x0F-@GH"[jBY_upJd9VN@A&0#2CdAOjJIEc@5f j<T`0+-N 3.iuEmUUic̩/ Y#F500P"\+%-fÜv*R`n܇o uq?]XD!C h3V6prZVd!TQrT aKF( #qL=2d %B*H˒-8C8`d:R%ƃJT*0D]Ióh#\U<M<20۸DC8WQ,r4U/ZVr 澹dlfD/\t.'b3ѿf-}yLdD@'Đɠ\B85Ʃ%^ǘ!j}fpZF}-t;s9xҎO(00iRFY88]]iKK9\.+o$ ,Z@mtB# Z=$f5A, =i дEKӵ`)CucEPI^IB 0&6h+CZ*00rΩr =j{ڑLJBAq-AFR:N(:ZeS 5k~;A7Uk8Gm4z5sDAhp$K^;YrT_;͂jܧEJe9b Ld% ĒQa^eX=V9?ZZѤ>*sZ:hi ۝k𢪞NuL* p0W dgsJŦt/\X(j|lC8V5nh[!i͇fA)/Ip.Ɠ%DcFh|-`cݘN;q+KDހ*%`7f5dk:l@q=aPppy@< tE~N/W '?e j~TJ!qwZ%""ظwgABM^` z]QRCBִDuRลyOslm^.MRTxZ%: OZ+9MS$WkA6 x ݂HoTwIk$S2F?'?3C|rBiwe *6̜`j;xtxҀ S1T>#C Q"+!}TwA뺂|.]ƸjmРRFVq^!Vk LcxJ(Gd)t 9rBȮO.nT՟ iL"荛F%/B ph-},u>a:y`3 ϊ#K+}Th טԏrAj!fF{F<:Q_Y·TSQ!QC͏,yX 1 Рӂ *uND9l6OkET3)iBO>5lяDhrvm1/xvw4Ձ Ns,ȢPx].',-p̩,DϘ$!'h Jb( LL1Ha ^ =>4c6E$07t"F”C  W.FA|l5 Z4]VU@ 㖒gb<3E%-xRV)0U3/s}+zΝC.2Goű/rRY ҟٓt'HDvNSt'I)Ƥӣ?IJ'9k<4)2tN҉|ѮO>}>v^hh.G~wx1hխLⳋוNQrsI0!noL<ʪOPFM$i!$o9wߝICM^JPX:3Ma2&I WȢՆUV5XA+- Dp1Bؗ"j{$1&:@W6th3MuMYIT&6ka.1:jȚ;mRYs\I90gXq4f#<4],`zZkM@Dҹ4%B:YBԖ Yq.": ŘVӅ26$z}Nm Ȳ skW O9+5 ڢ] U+)Z=^U'QTPD$L!tltvyxs'IvLF*Yx?KMQ>8n6 9?3$.HA2iZvm6.SU .0<Ɣyc f21@-Nw5­^tBXv4ϳ'QȆOLLsSW-kY Ti`yAY@ucm!jógcce?DXfԀZy@ !ذe3BmTd6 RtvP%1N.P76"2{ 4kAiUblS-b&^@&SEpɑ֦byC{4YFK%P`0S.4#WBBQ s,jQ ecVOP lJ`:n}* N2} Sg:ZwUCbiX!$CWD'D q_E\h~4; }A.6$DjsmB- ,ZZKԝ6)jAwXNᓼP}2ɧA6 B4)3P3L1,-8B'! i}MMƀY0-< ȑ 1,==)9̓i b~lJpT8>(s<& PBaC=Ls\ S`7P|WĦ`]}M9ƺMErTBn;Enl8ԠܹG(͛ S]Ax] Z0 <):?P@\$r 뮰FMǮF.A$b R^D5=țANJ]FET@Ah?B )iOyzc0i BziyZbZhhFBau$,d$^O G="Z@J>m- EE^H:6і1!!(%URvk`@Ss}=9ZY74>)uğf d4j8Iₔou ߐA^t;s #p@m&B* /[9G*$љ}6A8Մi%mI% dU4ZC8iD!=H ݬx/E%Z*4uC;!ʍ R}0O˔. &U*Iש~h DMXL0dk3 /gUqg4 ȟz3h!h eϥ- QnN{0(҆@j>fC6Ȗ0yZў p^ͤс3兜Э7 @YSg jdG\"ByJE#yYZ=nVږΞ} .ra-8ђ +~PJ[ B%u@vJ aubj@I:2BPĆ} o)*V<B=0je8pV &rޘX7_APypevӉ!h3$!1D:=.An1!u6pPZ:,@D7Ms]c 9z E6yeva֌LwIO U"%|@o'B#LT~m"t[\S6@L63&' Y: .P APyܒ#oN̎uxjJu[P!b*('bZ2a,Mm, @# 0r%I(0c}FZhfhb -l"2`5r~Z!5`-$"s4 Hv0@N)*R=K+Kd?腬YOz w i\HYL hXTA)`٨Üu^ s긨8NA>dh_1{ 4 W)I< :>ھz4U8a#F@ŒIx }O-=\*i23+t:> 6IT$´;qIXB \ `d#p V557 eed@5=CJH̃ .<ՐrK4}VEE{,(ԤZQ-=2 P1W"+~OI jmȁ0=(NkЯu^sB\Kl҅!`z\f!46Gsvh0GUa(-1+i̦5%kNF超nfD#)0I $ڻg͚NET!fF~PɍOYZLM3$0^?rQ09g1"֛L':"z؈U 2HNO3Zk']/+KOQuXϊ*o 'NvSS!J*BiC3Rr{hazTlv˨]]0I4z44W^1A~8:@=ܿn-q즕<*(r ACbe3K+rsszղUl ,DrZˢZ BA!aM&%U&-q_ } *|" ĽsfІ4)\\A&<[ ]ЮEh,VS=&8;;ܪ0=r$47.P` 4cYl9GL4*Y6yai1-qɄ28pAT+%H{7AݢE^zx@O ֔#rܵӣ'.o#ͨOѪЧ汪RDGІCD=ܭ"\qQ&4.h":> sIv $D8=KЪ ۇA6dw 䠯k=o5U^ ax*ݲS,ySt]OU.M6k8r.j#=sjJ͊Ng`@QVEhm Em+7B'֦f& :&A^ 'eѐ_Cv8Vލ"zgziIV}Of.%aS !@Qa^VQS"AzlΜ[ zEm[L7ux袗М*v{}x)k"!"ih9zEfxj͈rX J -NsQw~+x-$MMJe}{I@Z'zrH̔Vcy?n@ÖвCz:EP7JC =SkmI h/ꣴ }V]i U\IH h8n'g }@Ӱ]h1:)cX=իXծ609~PB -@K@鈞jZ?q!-waTj'˃i@I9iq iDSУG %|c޺u7ٮzE^H LfpT1S!WP|QIKR|3{ TƮ(8!'9jܹ20MP#-SL3 c 3 i*Rt_H" >{`ʐD-=X4'˼N31C&#1N :tTc^V zJ# ulY->}泚;&Y`cݹW= .qrv^S% mPk(ˀr4c/vQ7e;rvxg#H<,b ߷v%QO2k"^,[ͺymx7VKWJ` liy )K\BZ"-|B@©NB|E^KX02z3<ݤ@YyQwPTM͆+Eق,ohΓ]YF xWF!񤙒-ށDrތzT.aFK8 /8ce~(E>sN8FeVJMԳ">w}>=b0UP Is|G~O/~S}ڧ}'—?;_(zEiV/O;5/MO9*~g(cלg'*E^uR_W;QDNT.QDNT;QDMT$QDUMT>Q-Ee_UHwT3xV=}_w/^[o;OTM&ʨ_9VT6QDPTJ=c=ٿ|<viЀnxqQ /o^8 B5JH"4›EmFj-*UnQI)>\ve$Ш0߃ ߭zwDzU*%"?n9k {8$^)=Z+?;d]4'\2ڤ^uz2~vI+'2v}=]FfR߈Plz:-`(}@Dyۄa47Қ&ȕ;F]Lf\[Y%)>!A8jMjJq@"ow)%R*X5D݊ `]+&0=)9t2o:qTYXbsg'E0 ކnS5m-NDHZ,F5*ul2-Yf),OG.fcVa`Vci,~ `R%6HoY$2m-pѶy(7fY5AYcSEDfIEiqW&hq9$qH$Ta ̎9ŽCXl+O3"7!²{{m)3xxlm  w #3D2d̏oB*|S S1z oTpEbއI1!yW>R TfI.%SY|ݼu,I-h٦Zfxct7CGBvc5`c";'mjCa"Cu{IIY?/䮯14M50=ֈ 2bXAtGL6w] N>1`A"\Nx:[mÀcw6y$7|QY8c[`/n2LꞬ,2u;Tb ^_ނ`MET#U1fVNa^_9vĿe0I/!Johܓc7+ qEu~5^MXa.{nRc]Y0YxL5-]ʵmIW0I6A²N aiW59G Vum4=}*i'%ۧ;xF|VX.eV~\$yȽ-f2F=Ϭ̈0e+pSs_iRx ?Xs_+?ަ?yE hCo9VI|$cC$77Mt8VRU vh3'=AšE"ڥ0[eB|CtY05mmXƎRA#aCj,0@\)?.ȃ+[e$!h!?C~2~ߜ馼)UgRC,r~\eE.ǚ~>ri7rdO!% q sTCVk߭zdXT@rj}@- <@4\|>8GY2{p5aV/ û qacKp_΢@@kq\hs36#ߛm?B,NTOB䱼 7/}h|L<) knڱs/$ؗ!A0tb%N7]],rݜ0{-]!G|̤2{4lŘ-|`c 8@Nu14^i SJacxMwՁ1n*& qَ=sЂNY|쩽0%{ "a\@{U xo#F Kx!F TT#C !sW DP$2<\x+dAV\N^YAc-pe$,dQevyLd`W]iA|2OF`:kΒ$ȔBQB")H0H&Do f!)-pf8*޾.+̢fX{`,^Ef t8P%q4 #ch V t`e $!927 b 5e2uG:rXm<aߕ+`pC.(LSQM(7< Q"+}Tz  :b5lG1)$͢ Cp bQXk/w>@)s g_7a6n!*}yYH Jdka_ylY͖dgo1#xí&Elcc¡LtQ|,Ʈɦa( N@;8yz@!y{zLE8#1vKMp0xr!-vߕD|9W^1 *El&:m6̋6G˱tȼNEyrrL&Q\+*^g*˧moDSPFeuԏiP.N P]*3N"ODa]Y`voIX|`x[ b; 0[d~F\'M"@Y#&8.oxdc Va5WvooZ31d\ zSa 5Tḱ@%0mp0"oY., wp5-ɑ{Z`!Ú"@{}ִDz=KmC ^TQ& k*a=Җ; 2oW,ݲtF` #quo`4!#_~dyxEnxs@\ڱl/(XMT>8n'l~ޙkDoAnˈ`?@!f1[SDIfyfw ]5%Qlr|b.oU3y?_Ix{rp5r x&haa)\5Aer8܁h $Rc!HƒDM%+rzjMZG`?GM~7U]`AsJW, 8H$EzqXȪ0)0 $@yъ@`S@Cqq&hcExTC2=q;gvJe!*(ɢ kެ5%>,+*TTPB7 Eh6>XlWۄIf=Δ o і`EHka5ݾ)xiSXK'glBk Lyuyȏ)z.`]94I Fy`e7G̫>/ȱfypjk228jwcU. .2}#ٯV' %*DDGZX f'&XWu Ҝ@opF Q0D1GxG _]&sCwyb9\vv$ .":uh4]P7eXu=Xgg<琹aS!(L5FEG&H=@Xs{D).YtiuKоPmoy0l{2 }|#Z 7̷H {%H#&v"]A.\ L !? \|*,7_ Uy> ^N\sN->߇Tn?X<(v:e!]KˤSd k@TwuFB' Fz10@8!(^NbN}F<^"/A6TqCЬw@~A ` Oǻ7~<y Ӱ"$,~gܱKjPW۷0-;Mdo*!uP^ lx h6Joc$- w|Rm\O/A "D79s^,a2sh+fIwV!scd9mMXI/١$'6 ZJՐ,2̐R+WٓwDĀP=X3`@\G//NuK pN>.AZL&^lN|p?,l. w;U6\R}2VU6=},Kr-*Se|:{] 79E~:MPK`B;/oOYsS?j&fXe&]>=zriϏY1{6H@E{`k_O,h: . ,A< A1} oY.oqq+fw~zKT_J8Z0tN`mIb-.g':ܮWkKBL%'Y{g5PH TCeì^ꗷX !?yuFIH$qLRW3e)A!U% XV=2ne@wR[t2YV3XxT cs$YؤmLRYf_O&9Ձ.$U  `Q>gݚrDꖧ].] i(j\' 9 X V0\kVU.MUoX3bdц(4;LrvIEګN4lnnݐSı2 e^ﶷ80ܻZgQ)2@u_f/RN^xu_>3 >ft.#aj*f- N$n: 0D<[>N F6a5}r4p(*@dg h3i{`MX  w8S*`}IˀXuAX#cl9D+ [vʐɸ[zY\zoJm!R2uz{=֊"'3yٰn4ꂕ`GY@Fj~®p{l:&>;z` p3BD[<+״# !LfͽJ ``V"Yj)T2MYZ]o9<`i^/XBpȐewD]_`Jg5>{*\E@0'SIC< &ƃg>ec.o (Gm\njT`w+sNz`V=) hU}2#8rsHQyoF)j|^qAZZQ\󏈢②)B^'9l`UEdfDST]V|;6iVoc`f5#y/˘6ܰYxsf`e):!zΕEÆ)JTcd+։eWc!bwx@pb n< e|/1|*فYVc\ n e͛7p>cfBJ&BD {p8}Y^!֑: CawE!.#yH`55J$ۋ,MJYW1>#N`sB2tTW\B^܁mH! @$qtP _chN ^{y f)feKirjd$YȖ3%4b iE;^<Cnqyޑvyؗ\ <0O</ 2y]K8YY^=<.]9NAÜ4s$3Zx(ks9#}`G@[<4j= k6-ޮv|wύ26"y 0C"zpQG]}v~iaPg0]CWEk^cmPyQa", "N#3_[\j?pXӴݤUtYwVYMa3 Y&HYsy& D3̳+וƽ=&yYࢧ`K)~Nd5 镙у}\r{)EDz܌`֪`- YO5*}b7(`M.%w#A)=şӋX8 ;6y?]~'__FqN^/op׃PR ?D5tf_8*Fb 5*b^+/~ _ oTQGuyTQ!GUqTQ!{?[)9RJ:_R5\<3z[Ns2y(ͺ7aE7KYgbJ" 3:aGM׎UOԯL֪ѫ\4'@_lS:Ç`MޅOd@"7'Њ.]Op騌ke/mmVBxBFRKEhl.;oda!0ݮV1 X>^rn(y݂U(֤ øn#Ӗ|41%P0u>6CP 6f̛Urנ^i'/\MZo UtTWi;/ ,>6}x;k2ϓ)T67K3}"ǶkvXg"4HOʹ]-W-8+LOGХQK=W[-SǸ*=q[ty W.m~CauMaaA36for kŚ[D: _]xrW"3ir2nK<TSY?$xH Mtcz8֘ Cinٳ<ESu7Vӕ%\+G&UQmgI 6Ѻ;rQXT֏:+;\XGuM® #4\Aسv%Ȗ)xJ3ϡzF/6N0m#Pyd 7;KRK𪽓(ӻ֛ρ RwH쁌W?<)shD(1{隊gUhZXvrZ^k%F yUw^cⰊyRGNv 7 oҁ"׏~b+r,':l1FcubI0jqzAX9!\a?$.i?X,hv}DOц^u}{Sj<ܯ}e(,o! *@+[ghWU^Td9QmajQYnɩjᵩ($Zw+%G Y56 Jʖ9ry@c 73`W, ח >0M+}= W)eQ P4^te^|{ZOi 2`UɈyd__*w'"QpiYOOW~~0cj:dN[]i< 2bSD{Ѥ7"vG D`ʧaT ĆD,+q1`9ӕGMW> ZQ)ӏ7^T$ח5Sgfoeƈ?+^t?T!dqUIQt]m5f(\g 2|'A>(W3eC)6-n/( @0J=@OaE ǺEl b7Q֖L)$β7|W@[8ra+P c|3ۤU|"RiǢn䖗j;A~ kSi [@k@uCpȖq'Dv5y)}$SOC&@<t΋r; q+ٮV1_T!;/שf;Wd2[;$kϩ(zMOV xnQ2lO_I3C_ֹ≥ncm/RxEۼ}y900Os y= )2H0/FBBDX)1$N_5UJ f3TAc 6)c @ۘ ,ԫ6!cLq?X|N:21\ VtP\;ɀ؇ulJ%Zy9l "bJ Bq'L0VY#Z=wLq_5fNE؂42Xؤ/{.(lIdG.K6OD\4i-i(,bRE_B7mNC{0qZ%sO AEMq<,cD޵#n]VT~^- ^tmJ,Zjx <'!""3 ˧!jkلDn˨H&D'uEn$[e`V= Ͽz~+!>ua #!gu!9#ՅnQ;LfInD Ad„"Nz nˮk O]pp6bymB:+$HSEvҐcS"£\>p3aԉug-Kk5 3GrIbo\Y`Fy>+@9@R9Xܰ~:NkjadTZA,~쬙x@9eC"'D"cΐ`+;s~KdXn 11 -qJ|W ԱnkSp9H{60r9[>&2QĬQGW*S?+F)./xP1r9ԣ=uӫ bblxTYb :! "C/Au +ocm,'=㈦zZFFy;5"zfWÿ9B@`}&؋5cazE2S#zYXu7*mھ mNGD;c(s'2l`|H @  L+z"x 凎8 Xge"RS㔉ѶU4D!8 xeF<ܡ2 ټ&@W\Ewrl3!rwӕ}9I뫠B'p匷;Th<)Hdv^`&R$ ОsBEW`QdwODa ex@TǴgIMd<`]fkbUۉ [3Sy0I²x||:X{$쟞R$SVgB+P֘"m26 SHX(+LV+naM-@`Vy0s)7y:F$hD&') J3O]Y'^9N=+N ']$$Ejx?x[{fpsI8x!ɖ9 *kn%e^x&"Aze رl4˩"@:>y2àYjcRS{YjV&Z4~=M($\ E=sD "bU`@@HU~͒ ,0Sy-q&2xy^qĻO>RF- aI@c@h}>>Mp$a`ӀvQ<77X"eS#t#UJ< B='Ƙ!|GxB̓#9.kԸʛϭbw+0%"6XaFB#]d~#wgˎĝY|kMxH!x7X6OS:"#xMN(iyG*%ϐ@yx]BF Ѡ,#]uN^3w|x1ru&l,!u*h ήZhX^ ]r,+{H^D#ƾ{&3F$m(3E,T ,sՖ6NHӟşx&fgLj-YU#8}8r,`6۟yQ5FjB>y8|! N0ρc2MDKx36d!&qr͍.}Kn" \Kś=yn}VM|Tp5/Ы+r~b_mӱU[䚈 $ >ly 5RN GN'58<!n' Kdă*5i]% A yjQP"GVJ1rJ붉u JTVT%ivᤧdrwŋL#U``noj'gVO5L*(e@W>o#(ݚു\##*ӿ O=Yei\NO}}iZ`t=lψ\/Y>^%i@ɀ< XbxP3_~ǚw׏  `@*TtE?[ q׹1+ޠZ!,,Ek*.'Yw:3]YxLY伎1mf/΢W?D q^YϤӌ9 |  {醡X~xlYHOXO}j.ߧ2"f+"FP`5Vӫv|zzD˴'liywSas4v;TYOp`v(!gq7x)O1bۄm3[j|A SJ%Q"J6 p~蔘sJ̦q`N#2ү!Z{K=3^V/ %w?u|̦ˆOUTr#p`7 bA>Z:UE Dd'>FUX2Wꚉ`‚btNf egUf8@3&Y%rBm6*ݧQ8>爙+{0guN`> YtvZ=<=lS T={?d2 +Oܭqp9-ܶJ[(4DC_ 14۟nxLP!O g i6;҆<"ިhٟu!PvbmQg& xp:1,Vց10l4H}R ?* zÆu1 \މl j͑n IEz1+dEh"z@<2bް@){v^u1! aɭeẽT9/H݋gD6aY34Cf5᭢0, Y3zj`l>R ۞75\#yp<(7ܟ L<WO*>?yu :4ѝ,;sZb7aYGX ѩ8ua2 4rs;8]U4< r:0A' )l|W[קER`0ʦ";a=N^{!Vd]vZdis/Z=UeGz1 d?NQP.OWȕ3aUU,VV1"Hv xؤa`9|fsc/Huԝ!!h,B7VY"IWm:f< -/0f?LsÁ(104Rw6 M@cެ*ɫR B5ϱYJl:*=݆ﶈғL*Vt*M=BDsw>GqKTpȎ.{G\BU)yc|i|juQMwicW6y+ϼ˙u>06*C=̚:G j[FD;aZ#c[W͌;swO3^)hY, lTJ e!]IhtWu*\ީ;<~~2Uћ_y}w??V.޾7gW~+zoZˀ?ô ş^}GO:K 1Am5wg?cھDu9=_xz䟫f=GY葽?#zdgD,g=Gȳy#zYځ`ɁH ΄\]]}?ߟ㵿">ٿq_ĵK;Ž-ɯ'?zt|ɿ?vu'/%i7bw=/_HjW/t1'Mڿ>o?8M\s\ ׾?{ ߗ>[g|oُ~?G(T=z1_tp}9q͝_bn] w0_t.;pR]3w>.;'pdw;p}W~;pǁĵ? *}򛿵t[}w-. YpZ] ڱpZ w*ܕ[[??{}4[WEW6Zb#͋9B|(}_u/ +|dI{Nֹ}9A-BmdȠU[eqAP ,T˚E:EUMm.EGu ^LUCnM&mќf"c;UhхQU GsadaK)-+݋C*C^t6(>*[%D6/jods^lr{ 7l!5l(ɢ4K$DP㴖bAj~9 9*y fEz_ibU5 mV/z=>"ȇ(-8) OBj0OEݗ+~ ŪUz-N! y*^c>m·Ε`,ZBDi]em@7""8?dqWuk@.5Z{" wJԜ"k.Dt l`ՌG5?=ۮuG_fYY>odUoOQqC 2DJQX \UWtwIJͭ@x>#D]]WCeN uw1\@fscѺg2`k4<4=N3癗h*ez; 2eCgC xITAzuѲ&Z"($mLGT*U{NED !ԳG\nVE9:owGYW3bܺ,@DM4H#w92QrY,6iC\@[HePfخm!V &}Zff}ANs1tPt#D8;}C2( Q\7nS޴oB!dHYV5BSAI&J9%gzGMTH̢@֭I!3껀ʣʡstdٻ0j?Y B$M4 :g:|~"ʗC]oq"Y%ԃLG4ui)tKS|%ƻń5#;˚T/rqgH!yw_le3Zi?ڲӋK 12k14r'%.U+`SQb. ZBլ =! >6G J/'A+h<&nPF* ]ax%ȱNmI:H&J Lx#ݼ-4EZU۶ !zP0%zӽOHajWA{Nz>֬k͜zͲne2U(!0&o M F*gOZ"ytiD`r@ϋՎ6c=,+4:ˆB_ޝ INQp;ex`ںjCeP]Pd1q!Nw;0 @I1tΦ=1u A5':QYv6eO4("G^Wgg('p)^е}J,.m Xr_J:<6uPw`Ē>>.Quʯ[w>&lHGs! .9:^3cAnQ^B4-2tP=8\R2 58 hf`F]$ḤiBT*?܂Ȓl^z ~BHķ>{>W:͈"]9NOfC(>цO **3օiJû2ןMnl _}[\Ek#-PmS%?s*{rpW;x?\Ӂ~4v![nPʽ+nxB#jj !j!xE ECA#Ok8u~ڮ| cg1dO@ /N7dt%'zHjk ɧ+%=$FfӛW>VO]T<ǒ9j/BǠ9^ xΊPw/P-!`)a<4E>qDi3Phy^ZE`xdBemM^s$"ؘBWh+Yt H/ :1 ݚXܛOc.{kN_oQǭGP<pm<m ̉[)\5EQ T61zg0^A-)p{x* |<̕lΨ/5@ipV>{>v ֠5yCQ*_@Oow4+Fh͐qB͙@˶y(#6h{,*@} V[PߡIȹ,tEhy4;JdbQ f]5{7W `h rY @6%0=pp͜@K(It_;c br졹#ٕH/ $ P!5 ξmNQťj^k.]VtPal6#Pt*tL]:ݱt3>_.@yχib_1 jF@ (MkϞbH_%9|zˆ+D_϶:]إq'"2X c`.cmC@UA8DЙ̜Al>9 O/me(UUe[=~;aO 38 ͩCL8 z$W}oCV\Z gG,2K"7C9oH|_?W,(seYWocܵuC" ܆3>qO#asF,>DBTZIˊ*5{]%B$tSõ4az{=wA} 鶦T-/{PgФYCT{#奔aŋZE+L|HGLGX>r1;, \[$0R氅Re~n/.0>pB_x kIURuɮ0P Ҝiw=gHA%4!bLGIn> mX'ӹO`3,ڡB;m}K;uZ__2,NQa4*:SFwBSz3顷ҔeXX8p)2F%MyCQ<gBt/h^r(hWP&@)6a֋aSbNF[GZ< Uv!/КVQMk,ëm-)$׍ʥ([ʨk R'Օu%ÐLaQmmrSvQFIS.ōc.딶 hқ>qK֝nt2Te.X^ˆO 9EksaCCor9jLO.q;<4/*@>9Hyd*:96^媍# uQ^ a B#"8n_J&sxD[ږ\/#-Eâvxյx1bǚ3{_55j4͋X2a a3 ъ<ſVu2.*Dm3)E'qx/rm.7ʽ5 'm鹃CK׋z͐ajqq ̳daecBps%gl2|T]e֦bwק΢\ j(RԃdͩY}na& PNǪx4"0!@@4i/!naC=qjQ: g:gǬPŷUx~\:\ dL"_LtH/kr,LcHb|2[䎛6֚GCǗ@vJ \\ 7l9QMHPeytD4&Tmڠŧ`D$^rd\:cUzFC&f VY~h餅NxAhXoؓ)%$& /'gڇ5PQq2\$C֦=Ⱥ2Yw ZA/}.uX"Z$sPE h-ʠ}{ \isp˺F oɢ /WU-9+ܣ\s^<lջ Uw}V6ȁK| Q*F&Tcy3EC,ф<%RUU9\#:|gdHv9_6H>]4G;X78j dԔQ@6 ˦N՘MU/ * bSOٚtcSY_`e>>- 0`6U 8,AkM/%0{_My cùwZiTd_!Bl>BHҘ?[?MKnʤAӡUPT7];ABW\3$㘲(-5D!Ф*O/gy eDp=h<:ܴ1A$笄a4gR}vn-gl]=j r\:N'_֞ }\wąneWJZ W y0GR@-wE, 8)^Ȱ /B,|K/ N2e˔ +3Bv@T@jYUIZz@.(mƉ,w(EQ#NO\M8 RoEK Jmv{gt}.z͸"peH8#DvS0A>צ|;S1#6$ݣ۬h8qto#`G@ZNP%(,=$d46>BigsHQ䭁(sBK6G 0Xҕ*mFQAH$dPP_穖y9}{?1Ld=1-9K5j8}Ư8ng9!(hmH5 m<{+!nC(2kT(෗1;}!G:r6<Tĝa8xTBYZ;n/ j/%,# o#Iގ[qgI6s[Kz(A}ݏ_Pܼ#L&[q0~/W*F aNERT^v@97$;fiPp|zv|\ߎM@~@I\ʹ|۹FZF];jiTX&L6##BV`t&LUy> ; KNv\!IUIܦkmvDA@Lz9b$FX@fg)o3жVH!Ss^~Tr^ X #]kM̊4MALb! Ȼ%13{t auPEW_hU9qpAx{#":03 ] < 0q'NXy\59Ơtx(H-.g-q߹$Jwy-vuQCi\HAphq뻉' vIʋ!dy0bВ!!k8kc: !; |PPod>ނ_BE[4NW&N o'8Rkx6ԯڇ8 zL5BzHp\FgW0>Ǣ/n$o u F( DB]hhNhtm  $]cerzCyAWl-##M)ZAKɁ^%]_.bC6M#zmbqe΁X@ hCzP\,' *dwQe9SNj xNr2\1*nsf6al.9Uz !Y)g2vm=7E]vW_T˲n(:D)~7NʡY82PfZ>zԲ_>^k*'e&_@va4Eycmq18rN'Nl}iB4sF} ԎZpcp<:ɡap/~59ɝm29G (Pg_r<_E6nZT!n۲,1@倈)A̜TD9ORQ"2{ Cq.O4(qX-/N YX\G@[ Ts].x|=H5[<^^o/=C.yX6 T+Prc "$hkvڊsaxtW劢vMS10Q,L!xLt;6M-r R %=ߕ'ȎS!۸*SFYc *tc"C)uvy})?)Hr-ҲPcH#`,e~] rUyq,u#m.Я>_6U82]qmDO1b  &Syޤ-yx`&S>,QX0%qj6Kq (o fx` Sw%l1m38Gcr0x}NrJ]dكvD<hWZ͞ex`^| p:'4e5]d<zHbẩr1{0K!$U}Q5Xf$-<)LG!o~VT^ٰh ӌ(3`udAG8vɍJ̛kiͩXP5nM=,;g!c-qSE':hNl8X/4[L a-{ h7Is_ԕ~hx#oγX¨<:TlL,eת-Fk!::@B@ՕTY2n0E nr_a`fy~~hR xZ˽-yJ??۳ k)$܊7܇+'88rT j-PА ž&-N0*1_V<{G K94kJ>IFe<N {4@.Qka_+ "朔O 9%@ ;G;]ZBgC$Ǣ)==0 >bF" mkrhwvvz XN!sb(YiiBfiv<%8$R0ty l~J`0JF(2AP%f[πv%)%i=n[L%!N_`LlN"m]Wo&#i\RXBˁ8q9!JS|x ,qkXA/04usՃfm D}m7C;zuM]q;O E4 ihc*[v9Cr,g+RW3J*hj޽I Y0 3Jo:mv`> 4ɑòĀ la(ܥ9Ѩe/y9G99"|9{dsQ4Vv8+>/d_.=ʹG'|= 7%.~sv+/·ËmKf]^ ;Nv6׆}[_k3Def0gx_֭~Njv#Y*CMgRpN!+;n8qGH 'jM#*vzqX&8̌K 6@O vK{xm3msv|bzH[p:zi8j( Ld\ GFO;F ~Å Y P>l'I>BH9TKwuOMsn"0z6]G%${A?Bq4cn"YEW.w"I 8fTPIn%7Cd/rEϩ8l-mmPu }ߏ+ Ik<=169}eI?ʜKaض j|4NB*Qq {_"dEd~:v14HI:8Mr>r/y=o3<׹zfH{nT%w>JWM{m>v\x {t:BRRsEQ#{#=C3F{'6iUTϦ<&>@{!1# gA<}.۲.aݒسhib2s5D4wկ,:!dv(e?1tf(lNBc5 84"ϗ QuP{v&"DܥU='2>PI/ =!}'o}_Xd>BEjw\jRr$ؓX\!qBp Bd_/^''CrK:ΦSPZV4ʑn)a;>^E{,;L|YAm '~~s>=k{+9?d""pzԷwCp'}ȯ؁QEE;/%< CN]ɣHAv C4FT/=^X9w.TTl N>_3M,CIA}5 /./C=GPJ;pfu6 r9(w q0WP9QrͰA`ٺ/D+[q>Bw9 :Sη35,rcseu()Ib\ őMrE틆[ 抢zs"ruǔ5]PWSg8ҝ$gv+m,8tu{{]H-P6ye_[9m3}Ր_(}W~9_3oEQ(W,O??Jߘ}/XSM|?Ov =k]x+ڈ+ډ{r (jʧt~7뫢+ډ}BZUQ\{=C EYG~wP|woL\O\UM\UO\UO\UO\]ŕP\վcʯ7~o{﭂CnQ%,*ڮtC \fd:]ÓLjkPWáRSo\yi%:9R ⩂R*xm$Ǿ d^7LAA6:n!lyVɬ~^pC=\^Ju5}t# ,Z9)-A4FdCP T/WXSrhMYX-*Ǵ P XYxǐɡp| "VG}zU 7u|8,Y.l8ŹPŨsuZRVm(ml(.mYR714 j-g+:n'`&hZ"(+ç67bU:+秲ܨ#}ߍ! zȃ&F ذByD^d4+>)!E UT\ȒN~pЇNVvfUJFM5. պao2/Bt_08k #Y(gy$wOA=71Ջ34+Ϟ #"%04l>Ѳ S5620M5w`Ї0" 1ͣP )X~44-uSGC{N] ]!:[cF&g|\O䒇 0PR& Ow})BʊdS 7HӰŢQDdVJ:Lc*9♤ᗀEB]Uhˠ =>uPNjO3H)bn:ICʽ ')Hb͙,J'6k׎U|uU9OրUps:Ft=h) ؈GՇxITjm>y0.O}kN7M?e퓪hfMU*d4S*#E e#07Ȃ!J`hR >8 oRsVԨd!np9uVW,B6m=|+aAPV G%$a'9ƶPc DY +0'Ttϣǐu,s.$GWav*ɢmن!B]8tEW"ש&dQh9i:psk8eu  S`yh!0Z>|84KV,Z^kuq[4"C.1>ia(]y7*jCu$LH2C5b+u(NQa(!\tun'(wUf|H+e Z[hRGl9nK:ultxYKt1  ad*4¨(\MZ yR?PGB6OV5\'MV<3ήV0WJRU!>TcmѾwU}6oF+Cg"vmi,gYշCA"DffGˌBٽm,Oo6Qx ~ ٓn*h!Dl Q;vvwN41 !z[H0 &*\E?jCh\%M e`uEj\URr "M[7݈J a1#p;-tBd OU\0ZF ,R5Su 2~Qh_pL ],x<l*d'SG͝m{ iOK1*R[C Y RмaOAvr޾O*)F͢jTxn#*l=h[a!c1BW\ xf=5@Q6q,- - 1ZoCn9W[ւ>^E0/8 ̔^ L9~@!lQT A~SB1D2)&M,8{h$F0dE:x q 7e=GpSuUnוUáG +׎#08Q6ԅ?ؾIc9Bt5 TWʖTpr4^7viTi$l#Bb{|8ɾ{](" q\|JI Xyz?r,l`OYnEBM6(*$J"y WPy2Xq]> yJ''U}[&*'JJ@UdHLkS} \QWvCB~*nMtu9ӡ ٺ6D䂷HQ^1(?x&K n00bA a>zBV*r!WU{=e֔a1Ұy&Ssk`#hP!'1}z*2%ZG=)ϓy4xQg8nG%)"&,|E go!dDڊHGr'xmW!A =؀hP`,օEFy2u5R:4][8/5B!\qMS=(#T@j ]~R[Y=0G!l**gI.-L^B\P(eM N|r3@FThlj`g@xػA$+jڒ]4hx8Kr1[D:UBF@@IFz9rcz 9\&j)KxrpחKׄuQnٳ0MSz_Ά՛q7 HӍГ #3ϨEm4Ȏ{X`"$Ԇ@[p*6Ȗ۰ᆼB&קiNxN88ωс3sI/\P:FyP];".!JG^зPHgS- $'t0H~;_*ӑ%p! HTWF9r^@v͗$h[&M/P!arn4 rucI6,`epmHfPg*uUh7x7a:Qp+=H\ߡDzBmᴠ tOM[z@j&ZHޢ(wMI_{&*TC>s7k=׮(8G;׺H|6M[;e\`7/ x1B#!˪e;:|zf/"\0`7Ѳ{?<``?p|9#bL : D=^CVSmь`0G-%0r&"ոǏ=np0mj|~H< }]a8Kvղ?+9| ُIf驳5{7*PMŜ8d@ej,Id@1iYϨf;?OK-%\ 5=ضe*';Ahx4{8Fa'Ş BH)4O}/Ûr ŃaTd'>Q0 @ҤU칅B#N2b}@PgOW"q#lT~6WCj(:rRR\KM iAb>X%@,WWC}K\/DOwAE$[f]b-ݶ~[;ګ|OUBL]Dz+#E=Mh&]$$Ҁ 8I: đB1W I qZuUT^9c1\S^`Ɇ214ם644\rsE!`W96X%H8iw GPV*tVw[;6⤨"=9љv &xB&n76uRV;s$:5M %@"9%尭pSݺAQ`7CF۹?~9be>6CiVU9%ԹXa[r_hh26%=`僗NjGe)ӖJsHtU[?3P9[\JGh{X-ܭY0A]7Cl!~[қL P)qd4`\rAc>s #P6xWFjЮ+;q Vbܪ8@ɦw{>e!PR[MeBeXI_"43.rqC\bUlcd-:NstUhho VqE]UuqXCiw%4ˆhz2w -jc҆ve[_8=Og^RVB{51Ǩw.9#WL BEb]xP{6]>`9z]> ,J<-uy7 hto{-j/Nz TP?71f_kr>NNsX/F/ތch3 wA`8IYnMf^$Jm) &g|iowJBSB;ss8Xt z䇎yx9 hӃj 0KT>Z@i4y?lwºl5Y/[0k~3 -O+^@Qd3k'-iop;9v/)|/ p⺬Z5A^#{/_;h>3\ \%٥U Tc$1(ןDH5vyg}ޏ+0Q#iO6)B޸ 81P*PɢOu!^&axӥ6p.d2uf}t<;mY~pDֽXw%>,'qJqӕQ~) Rrx,B1D\Uh'PM4yxfm+{/P3kNǃw\DV2?\g.l\5*Uw&_KH"h>1N5zbnQ} ~sU~/ܢG^n)UyLJ QZJ0g?Wuv{.Vw͎ m)Z86a,1q:J#,7PɣYkx*v;vr"=<}M|2تҾϑ/eKlW$|Opftbm&rڏS&D|[bb}N;E"":7 {8JgY߿W G*JP] esvex*-\5Ͼζ?RPjz,( 9jJ'~M&E߄sݴwAW7NU܊]k*A/z1 T)HUkBX|-DU—y/6JSկPvdt2=cщ̪#zwk+7&!FUgj,&#XT%ޭA`$MvȞqJՊo|{!;P- HJhv9U55XD@YLjnw(z|v #Y"lDtA70ts01ƂFLԉ.Гwj]Uicϼ~po_/YL'E?D?SW~Ͼ_5?.^~釿{k~o۝ ]N:ܺn]N__.[ӭtru9ݺn]N.[ӭtru9ݺn]N.[ӭtru9ݺn]N.[ӭtru9ݺn]N.[ӭtru9ݺn]N.[ӭtru9ݺ>u9}L~1ZO^L^ſ~e5駿7ix6֎?_ϯ#WW~7u<񟦟x͎'u9I]ObRgӏ:~u73J]OlR:5NtR:5'u INRw:-'u?JRvRȿ+?W1I]Oxa|ǯ~'75W^dzO^q%u8JNR':'uH3J]P7ƫ7~W_k{o_~S%N.O/P!MzVRrϗlAphi`n$y3p[KMci nҮqI` ^.I[*y69'jݦ{9uL*毸烼ǀeYVAv/llkn3&`3{ Z3vGkrgfкOx%߲rjxf PѐNlF|ݴp n:۱Ru}i(n-O[ُ!)LL ֯y~:=q`H(5@$-d.4m"̸F=UuhFp&ٜ n: |/qyPeMK!:mknWVf]͆Vő$l0"a/!] 'V Qw0+ Y$3jJsT]?4xqye1ÄN솆n8sR{Xo)5؀G%C\Y S`֮ Iª*Ĵ#37'xtU׵)H=Pj\l!#Y~vj@2/3s>|r8mwǪ.*Jžxn i$XfOLT`1}yJTB OeNF-iuVxKFW;i$@Mb]jx'БaR 26=Uw}dvTxxe@ 1x,{$mWQ6wǹv{9{Uر̡[a2u[Xư0Qն `ڨeÃOgSpӭ/ 6ͪv4b),_ Q(m})SJf!'o8~M C7&Üg543D`oܮ:aN:nuXǞ\`1\1i98*:-L}VGsԲbMf5y34}i3*ާ 0v= mP䗰e҇ӷCAs Qʱ>#e:3,kQYfepZIEy/>[F6cM[f:~_v2'׍2.j"&`w_uld.fp۲ +P"YOP ևT]F՝n]d[a%Ζ[ce3Iq$]M|ߩYHņqO3x8RqN܀/߾]_YI'ο4i4ľ_&ܼ|ܽl*j Pdz^XƬT v6y<.D< +$aS|MN+h*z֍@NCge*,ihvb3m]s c6/bw&Jdaトc$qgolKVfZ 1R^fMxX1Niσ?.$ڰV w]%7Ne1'd(m,ms~qciHSi1/a)8^N X@/o?IKǗ,uW3;M2"Gakęˤ6ۘmk0cq6]SynW5]/<\Q A;FVy.b}3l 2Y{WZy}aNwIs)Np3}kh]u#xl}9,"4fmFT&qI \k3 *&./1upy6p}3q2a%OӸ63,Ną8 YvA N7Wf8I @!*[pH=_0%.r<)V>nis)d0C>9RdpXάܡ*`{xg5 c.6X]RI`&@؈Ztk][âϛ:r; ܁ ϝUZ3Y2MY 3wr[gAU>,6Um1` ?qR˄xQu˿?l3ۜOöF3RfYe,Alz Գx.rكZiWXU:=q X¦$ 4NԈMȺ!~LïĉCx5hK\,>qӠ@-lAn6[U蟪4{ ޢNvBaZPudL؟:)*pAED+v>䍢 LU^ skٙ<"Ն&,FU X /`e,4Nγmf^`lCT "{|M!sɷiZV &VLF:IgG%Dd;B8&VY`T(hNeI$STq9 ƃ'7qvJ#mjs^2bg4VW6X %2k ĺWσ :5 0p @#!ZѸI2{i &Y e‰G?Vd">}h]vp}6Nw5bfS}Z0D( y7/BH&fi5f yVmfH>!J!9o_4"j^Oyw90x{>Ep Kl06h^P1;xK ֨)]UkCAٻ\BoB?,ߟfKXs <$].Éɰ^k &"cad{ˇd% L@/Sݥf 0E-Xi;](.*@W%9XRژ+s,xC/p[":tHHu/Yi dw E0Qï7LvS :~{~DD&N$`  VU1XE@h )HޡcO4&G`,sn w63bJ`b o$%tQf >+At9Ô2 @1L Abӻo Ei ݲGŗ']Y#\\&+Ku XZEZ>S@nB"GvWpNS f$ ɺm Ϋ%(ʋ&8{ز~Q!`BSX+p/uab=1qˬZOWGکrzQַx]:_ُZH\ꆹ BoޗF0eX c+ckp84-."Yu1Mͬ ޏ.hIt&F&E_yK@geRLU|EH3:mth13d3dÖR@ `#t";c:0a)f^!2sy|F6OOKXIh)3l!/R|‘#f>.>oQSVv:PQ+Pχ Hr2FX3,1EudETe;ϫZfA`S:eFam8xħ)3 +"E{ʩ_11Bok[b'fYio/?ei.HGH| hk׮1IbxUX[<-[Lbd/uEUf:,"@QKa&Ѩ<` k EnJz9ӟ +񀿤r|:\yՀZU.^'F@5T:IEv:lvl,"4TQ^Xy# ]4!bp$~!cu1QYPGfh͋|">0 zE9wXb<#ydXZkǵqO ,)xĴr!h ֶ)l1p՞^k 44R^_GyaË1(JLt6Jk &ֆj74mjbpUoԸWVR, NӍAnSވFjGB7}_ʩMڞ(w_.Q{1X![6 DD'<:{osj``^9l1䇠5rFZ՝Q8Jn ixH9hS\w,hqUWo˰qJ{)OmVT2Ҳס'Vhvd]{D)FYX+%ˮSkob&`N^aobg]3l" /[/dj?hLt`: l YŠ>x:xB(\/UWt̸r-09Pzy>5x]Ň +ͺ=oJ%`MeiBB^_a1< e?}8i"TӔNN[뉷Kq[Xs,v5MNFkÅY;]oܨZ. R1e x&ĉ* ^,m_bofZ]ocl"|^ AxP6!+ўYo;}奉<`n_#*=o|_ aHh S}W9HQ0,NKL.}`}z]9nv<Ovm@l[,36JhU; 0-Sep $7ᅵzqgJ]_?&:tڛ\+Lύ@%w o1H5晍Mwn|bШo]_)OK0PH]|/abÔ"Il~T5L GĞyϾr1 U$*R]TkV2JFH;1p?JMT, Xh&xO*]5.jK@U-atߔSJsI |(}X[KPgi{&fR50hm1RU:I/)Kƒ*e͗;*QɜKXBϨ3.DF%wؤ?(9^AW[XR>ug`^wg:˸FM׭kZ^R5֮Llpxޞf hKq$ũ@3 B'SE Y9(sLJ52#<\#!vom bQ^GY'D3*8Re| ow{*fڍPvč@;qLPb_~{nUC߮Ck18|?5wԹ}^}㿠kwywO_w_4W'>O;Y{ҟqܖ~An3º$wIv&Mrn7n$wIv&Mrn7n$wIv&Mrn7n$wIv&Mrn7n$wIv&Mrn7n$wIv&Mrn7n$/Æ%f(tc~O]saC~eA{~{>>sR&8GǩIHRԏzԏ^[?'֞ZC*8I}KiRzӤ&8GĩILq_]tGܭiUn}睟䎁PX>k&;MO)67te([fyaaRG-i_c0+7V[8,nw*_:im,l>K NX6< ڌo7~hc/l F1 ,"dt{YQMby?e^`^B9J..4(, 4j̋B'7c aҒi}*޶7Duha.pb+􎁴uɫi|̄Nњ:ht{#ȼuTlMh3i2_֍F}ma;d! \8S㲐;ܹWk-s8c7m1Niuf!fNe6?o<'B/ktvZWo7n]7 W!`pIcDA62&X:Se̫[F?k(5SxaZtm N'-f8H2cCTUnqAB(Dc̓4@۶-WgbYh2s74pT=C7dKoa^-Bte݌VUQl7=YE"m~g}EMa8enRVϓY&ol7iٵ:u/HAH^m|Rp4j[נ=I9+Tfթ[l&Ơ5y6\GͮUWZ$u;g-gcHdp6 5|}y9ћFH$:fqlcv}/C<͖~j `ק:a8nѯ9IZ.rcnt3*3 mvyhuNr Ece];~#ԅFph5rw z&8m߳kfy9t v6/AJDT((:@rX:e>>*N*m`}> :?C#e].L{ w{>Q#Tdlr_2s&a j\}O!k' jiYFc+0/.gۿy~SN$#vbavDVb&|B>Ylt !ɟ=-S owXܮs#aNJ]L=e<62ew|gD禬#-[be k^uy78:qG?j~겙J|yԠ$BɛC X1#iZRUd1ژT,ckUk* roI\>uuc*PNMُ0s2߈Ogyl4'BFrЉŠ'mbfbn 'Uߙ0Z0+`u]S V\辂jJSՁLs&Ua5JC8k)XAZ< `5x<0\k ql6vvuNwT{yUHw;br{iu*6# :4zZ Rifh8Z֦Ͼe4"Ѳ^~wcWD֟8$;Ce7ٲd#=e6@aJ&ZabV* 3 4NLYȡ+mx]X/dCH9| l5d*Oлt=? b9۟}k~Ý4Ky;T|nTwF\V{;P+LVu:cIL&:GwlΜ.L 6wa8;3SӧAEi&m-gE CgNjL 5o14!~'r!ePc˭tza@6λ%m51C lxzڨ--ՈxaOMbCNղH {@61̥ʧe cڮNJ]7[=Ӹ?IlOfE<\@DTJݑ:v*t5%xتrleJmKؠ=&R]XD 5 CԘ\~f2h-ڬ2WGozCH8>zP7\6=J64s::,6sV bvU!-Qg1}`QqrRq'h H)ve =/ׄrlj!`o \nD7яMƌi@!6F;])BpfRv Q*m# ԉԭzBL~׉UT},7Ex0zK?H!8ՙ:>M6Df&>kY 閑˜[|>WtB}ó&mu۷;\-O5#6YlUm8zG:"YXj^GBlhBHN޻\6)Tf- U%0#K q)%JHRP=HIYBSFX]]]dEU7^eV{5ff"/GW}@&:v6[ Cjԭi${#:];ԗmGAZB$8~Y6Û,K4l,ic:ePh"&<8f*a#dj\Ƿt!u4){_ZG2On#ޘբȁv#YSxM^Q-pԧ/.L"umXyY: 3&6Ϗ $˩vۭgDt12v ͐) IXfyt [5me+cF8xZ~ӼsF_$ (FE)4l jG.lΧRYD^ر*EDAHG]GJ˕7Vr|d (Srs귏S?À_9`pD| "F'8?e Nu錴 P4i\AJ3/n\<8I}pgem)$MC"5LL&Tr^|A%/XP YX7:E'k[^OW"fNѤ![;Oho;4-3rs~X~rơl±՞MqaiCjRHm,2ҹ "ȥŭj/LftrE@lukktgT 2u>y3>|^JUe%edT"[,Vai]ptujX׮Ngސ&.(k>?Wuo.rA1 =?aZ&ߩtݾ4Ld~2-Hp]_}dtOǫi'\kkaM)Ffֹ " Cʍ*@ND:rш@uvLkSԇ4MۖE,i;ڢ4ǾGQ7u[Eij0 RLtBtx^3՛<.9ĕ(At.e!Y輞ɦ zaA->#pi :,%g"wʂں#\*kzF8ﯾ+ꦓ" XD/(IalI_`c:&=p #Uz먳d\i~>֘8v\8abv TaB-Y #B e Ps9=ݵN\$XFtu)]ob6q p h@؟`tĹ!8)` ]@7vSl6} B/&R&j]꾝'Xz{lw03oYBI{̐jƠٚqDDmnzY _@!j+ @m_vyn-R<~o7CgM3>S(+E7dvK^6~?കL.]QЃ)x^gUYVya,\l$ iWJ%9K҇]4iQL6&4 k¤]ʐ'RqɽJ3=˂yZ_B̂hΰ 8.\r~M>R׺3udpʃOkp=qӅnqcŧ o}2 J/*לe*Q1l+NcCrTUA #|-XJWp\fNsz8\ ڧMn]ڴBF}Bd[n@~S3`2^&ҕX:kEt`\9ȆamEv=<GH5C]~J Bʪiwף;E~]UBBМFoNݫzrSj<'^!K8VdL]]ÛZ&=vvs83qJ=`E.F~)zQ~+9O=*0 :e޿9hJFJiJ۰==!&3r~J[&d^Ft;nP[{NwYq0 ֟B@˭t. VF'Q`e 6oھ[$]a8_R"jpU1Z ym)h!7S,@ DW!Bc]MNHo$1 xL`VE6M*6Tuf6_9V +p q1 چҀ#S$TG<>zњ}Ѳ#A ޡ sg.>$Pq_hKTZW{&IQ;dfDdfdDdVU>:ADfFt2 gT>P\DEEvA(WeQD +듋Xr.wu,~__1UO%l+h(xx-[Y;Əx|-XӳhNAD_ F'P OTU`݀h& m.9Yރs F "Gtq$m >1OYfJc5#(ggٌ#x-6 r'!5COTxȰsgܠ듾_CY?, "s{J2f־oQ0;Z[ (cxH(IA  pBfɠK*2fW. ^N=\:t&N9N[#h?cs:[E Cʊ,ʁN&AgR7TvIgt'=^_]CQf{H?ѱGN)XJ7N#tM\:`AS \%I:L> ]qQuμk!o g+;e8)|PҽH/Q!#F JW3͌cmkd jH>bd9S%Q,@B3͵-]R4LqD)#ќogy![nANkk ^ 㓨ۙi#;_ԃ"v7Pěh!ζBhމ૤|s>~3m8\^*#{WM5$DIkCp+)02RjPl:7!%5:8 bY NUS Q2#ߨP&s Xzh_Q7,r=0:\mJm5̞.b7 (L^'B_R%zT@cAh멻? 8ud͹,P:чv`<-lxASv1wŜA?zNmQ}Gs>C9'Us~VjQmNۛ{N'NN?+V:V:V:V:V:V:V:V:V:V:V:V:V:V:V:V:V:V:V:V:V:V:V:V:V:V:V:V:V:V:V:V:V:V:V:V:V:V:V:V:V:V:V:V:V:V:V:u:]%_n>=^Sj;<[><^vi݃OOxԺ.n9N`Ӿ,OvΦw;QC]N Pu8Qu)E]RD]R5ESEPuknG?q!ug?F?MfkJUPN"K7SvB; DRZ*Ԙ;yk }:@Ji&Cԋ4TeTWv@Kߤ9lA++'\qiRf>{z2A:y3+dwu\`OJn2%ʠ?]`XݯtXV$XA(ɸxd|Y;tKs& f;F5<7K[}=,.2VdTJXR=輝c'K> A !@f*aKRP0Ɩp`8I9"nxŏ`nHdv-s2x/"=4(4eFO[ /M lړm%UD#)̞Ck^ 9VWY7'PRcpfDNVj`}+1ZjҴ_a=gH;H3EZXb&گSU ."X.bv s{Mz2axg,},橬w:,r(szY9ռK=Ñ4a+5QӼR*a 28)g. XdTɓN(i!.uJ%0!6@nkd<DPބu nr)V&13=#Q2Z续L373&HVYڜ؈&[ Ƌ<P$tZEJ2g 3iRso @EXܰ"ەigǴKNa5Kt['3& [%?kw\ń^fuV(6G<O Iͩ`M=x>:cQd*P4Xҗ , s "p㳶;=Ao2_%kM.&Y.i*{v߰#AL)0VٽY%3L6"~/BS5DhsL Su1`7Ioٺ4>7Nf(VPH&n7+z@VeR4eM>v 8#N(* "pNf_pxW*#o9@-U'K)uޤr ,ݐ[Iq!)N 4)EUi:[{-k0Z oSU&fڣF`BfڸBΨC8.@?Um+4QZrH:- [Xr*RSi=!Lיth5wC U#O^"æi|EdB\.18wYCWF4g S!d0mj0`,,=VOvb-C qV*@F5n{n%qv[ 鏟n ͠8@H5 ^iQ4+h&u#ԯQ gSWq'pg7cjifZQuEp0,;îAyX#\bǕzPW;/D:V~32Qx9ɥw`k6(mD_]Bx`fq"0!Pj^mSP+㞉 A0.GUW/HybڍTO:;zꆎO{k )kÈ*MCA…zuD!G܇NQcJ-,TIh-L%`q%lu˪?68!)UZ}xu=3"kץ:NXlb;qGUA t:1u)noA@ +ˡ Q(@t4W3n6>(z)ʃ+^\xPS(xzC5f@@} eV'ʛX$Sz`1TLyv.{KKWC3:WXL˦^R<1;K$Uԍy++^h:W:<%bXJGNNn7zM <}!d тGXe))tX׵l$0 +g\kuy%S: janTL@p0N'Zk@s6]64d\Of,KaW{t5Lz}&26Ҩqw B3dD(f Alr-e5ꁻ:<{_^3 ՅC$x7@KH,0xlm0Ŀ|$S~ 3׭o^P~Ci(0p 0`AfI' vpRN| 1h,}--@^ t HUV30[H8G 1\K'/̍&vDQ 9uHS i;c J}9*mX#aCZeY'2 V i P̷@ ɺr}~*NbOoՑr4v3 l n a \Cy-b-؟bJsf 5UQR  e:f{ɐJڛQH7X6Nj-R'+ʂ 0Rєn{+"ekJ7)*[h->nQG`.z'РbRyHQBGVOT!%@WGY=,'5AhjyQ5٧|:CNRb[,]hRd9yI ;.ط̼8-b,1' (-}ēM[(ڟ x ôIq B%xOӚ,BȀBZ`< J .ɧ{i.<,^koɦ|J=xXCB1CxJLi`P2ze3W9(5RE#/9]r(ћs'HN}CpYmZTڙ!I}"^X㢚RHiHz 1boJ:-;,yV2t/rA@xRyN7!QNAoWнPE6ĶܩVRFj[F7K046ù)K2=0SZ]ȸkOQօ@`C*>Wen)p܄3  'lN- X%l/:[0^90|VpͲ߫a #OAYDa+vC”:!OmS:X8BhkTk̀<Ӄ~@W1aҶSs͹`N9QFΘCZz>XzaFCp?`jFcsK9l Aß, S*(ELr9yWw<?Wq0x"xm E\a)elf` qێbA!s#>C$:9<,fP8u<̢)Ǖ Jq )rS@}]CُB¤3Grs)v/֯Gf N,R1ЅfRixv-DןP:1 ԩ7 &E.;S<sx-Jx+tZl1@]I;8-椰Ce+ ڱʣ^Q[5+PU ZPG  2D䈈t <V.6tVxb8]8|7ڻ⣊[1W-Ud3654tƒXJ6ԍilN#C+f,љ?A!Sx]Nw0 K tb M:(O3HA.NC| >V)P.XJ%(syJYq -yCen }B} >5dX!Rz"$~YR, (# t&xCGivƠ?iJ'<7kp8Pxw@>|Ol- /f$R0|[ݘעRn{ASg ԗʙa }()n)\ lw'Dy! D3[Bxf04!N8)`tGֱ/fٴh!ʍӽePL+Bʠ7ʼTTI;Ag@#e!F>{ٛ4N}5GlMD˟S*ݢ‘2D5e<=L~o4kTIDZ^Ic"}E, jp؉ ì)w[ŀ0BFSc zA.Ì9USdӂ-a ©a'puo̔)qSMdVS 쳜N81b(|NU216aCeBWU\@ʹ(3`#51\S,)KT~B\t;Y@pzbnMīTnɰ Wz,- m)%"3 /ﻬ nM8 !tCLBvV{ڊL.lwNUozR&@rr"b'4 7Aif4b]j)(FvH8va M.ΌޞffGNRt)(-#ʧXk\(k:ҵ{ BS¿-Tc/@ŦRK9w{ܸi1@$dXQߑE2oRTt":༷e↩rC(9t+b4)!FTס6Ư:S*\C ץ+!T,2W1 Vҽ1 T(Z`굡LʃH(7EhrZB5(P3s:w$aTj 7( ((C$@9p[dw$;!Oyއ+I7SWd BX:!9rMB.em9lP8]BE 8@A%Pn(ަ.U>sw_xn@͞c_bv=h! m4 CPa!3>iQ0U9a5 dtb0o5'V.IUAT# : !e( xd;YHj([>f?cXx` V"ieTJ+憒Cl;k6QA~Y*t, s-I{>u;|j x9w6ViÎ;=A]ָk=Oy]?~8u_-0ϧÉOC_c^<16c}mC_p̉GojQϯ\Ώ6>*=Ns‰`_̪Gil3߇ra Vb~Cp1I~}ڇ_q؉c7M֭~U׮_{H̷.|N8#Fqnv`G=`}Ͱܽ=6C׽ȇ迿33<}x^pǜ8ȣOvvY|ݣv?naxݿǪUqqILcv?o6?tcn nvie8 w<Y;Q{~w>̎֗yOҷz;꛼}xFJTewuj+Bvz;Eޡk/T`OUEYvzEJSSOK~S8?et?;z5<:ԎOϟ5]dNjѽ|&RybMty|moC'E߿7ߍh}١ W>η>?7$mIݝkǗ&NO^3h|xr$M^=3y%o~iakw_>^vXDz9x;F alu 5Վ;)>vv9Eqv|}||}޼ߎ_o~4bgfSg̮|r g;u}@k7;'Yv|/1 Fw+;zgj_S;:A\^+ެNR/+ԹBF"? AVt mwmnēUd8_ =|7v떁vxͳxDC 2Gpz}%.{On}Ǝڻ^]%}M2xgɓWcS8yC~;Rmǻ۽B/ȟy;[x;Ev{"L?>/|0|96<Ȟ^ bwu[o0=σ< g9 ?_ɿ<ǎ?\_>/c'+Q=v|hP' 2!qB s7\y#,vzg&Kb+;>dgv??+}#p #W4>R?9pv;>{l`{oAoN>gceOl{V?uFcVd?S{ŭvm1Ͽ$oDi|8_%.M\ZlǗ[E~'.qkU%ƧűRqX'N# ObOK 9;H(O{k xŋxVK?q31?5/8+;(;*!,:;G#x~1?8|+?zm^!=;~ {mj~;Uz<[[:WWut>%|FѹIҹY/ɸs}[O)hoDnGggS흢緟^j~f}d}B~ET_=}v'Ϗֵ/ex|0'x}}uPi۫'S۵:O_ni~}kT9G. 1ի:tޯ.|@]߹Lݎ.JKT^K/RGץ skԵxE7sUl_Ue{Z=QmV:0kgf:,M'EfwDe_nNnNn^]UIGex~!~~>^&lޫ=3{ft`Owm̞GU6Y; M]~ykz6K^~K^._~I4Y$K?#SrWU_n~~.^36(K68YOӁmt9ZyXu+׮ooͱo<8~dsM9p=s =)9l;Sci-P@Go%p 8xhme-eR< 3l6t(,u0ٙ%of,<#82zbmE4޹GNגkۿ4c֝#ʻZwKݺ]Y&'[_uOJw˧㻓+O^+Ŏߐ%"K%2J+ir19܎$*??㿌kyx|~\'n+;q(w ;z'恐o5/0wG ax|-Lî&dh?׆W7ß+Bx}v.V;ެ"SÁ>.ܢ_ioR_POgQOPÓT^j)\..vܨ-aƷ[~oZuD}mI8e)z^矮'u?K;9~qSY&ޮ?-ޥK|q q>]\OG[aoG%{_ $<"2Eb"RdcGÿfIl0!Afq9XiǘI$q9]aBmo2+ŅbsS|/qLיu fysEj6V!6s_xxmdbv h `dN n0יw42r!sWspy Ш| dóO5{'}c#sCƒQpj7ڼ$՜b^<*<HzG Oou9sxֽJ]ss;9)i[2d]/^p6uM6r;\?튜xwT}k=آ/+hwoW\>|O* Uݯw\yGzlxewgƎ?]9,|G On]f w\#-Ut֎{rV.e%4,)'y(gbt<>d+s_w_'_iJgg׊xGGbnZ,ygS^IT~z=Y;w{$olTu{ĖԞl^TƎZje$}̷;Fn>]}FD7{^#:;/܎^G Ѿ+x["guwv\WFt'vB׉˩my I7+I:8;t.9//u9s7_|s|tU7O-Dd# IOD  # A#" `2,ȆlIZ2e_,N[`!W,ȆlIZ2e&10 @JP %,x돤vV]LݭAD!pHf>;K&%cd%b)J|"#c"%@d%`Nbs6 4>s| ~*zj'RgϜyֳ.{V?~go}SZ7lQw ;͟Nڟٓ}jj}oi{:m;_-/^bwn7/CZ˯|ۯK|s:|JW)W~9a^W_\Cz.#?QSu.OZXq_ټ}~TʯuE;=}hI?){OW}|_Ez/oQooJ:u,?oKpcՒcz|AWxvi>^sz R!R-G%DZ`^/e~Z?ݓr#wf\v?ć|J.a{=>D$kvپzw@_A~h*U'Gyn+/-~WV=6Z%d_V/v1kKtU:\gpI税דn=0%Wvw1޳.ลob**D$o2pqŇCR1-:H ;zD>8}xZ9(^zWW~ Yy߾}x؅sVzroc,R{67? bB-Q4 =6j;ڞ·*OdG.PY=|iaY}|tA^ڭR w;5zlw;p+?5]Jj>4r4߹khs*UGs8S疜n=s8::&̺vNxrx<.c׷%Rj34y\S cc_6j'wԵ.}`>~u4U@6n3ZL9G[tN6rRŖFSվc^-:xs\g[*'Oj+ye{tJuP뚂]^r.HPțnVWV!|WcBzG@VyM%Ogbv= 'uƒ'8Đ}^dgT{X92:u>j⃎)uҒ/%$]vf{0}}3vP2EOqtҋQ.wW.j 1VOm*:V`uGJH.7+9k3HǤM:MéW:@֡$BVrn 7+y|"ldms l}E$(Ep?g]|pщI> m-h歡oVAq~'xTY\?fɮם.Wc!6*uWȹV𞸥 *g>lQ|52v쉶 k{?|mb>ӠJn\bG9GF^BUCivŢIs.+(H=9,*ySӣصwIڹ:skH}C}=LcS$W)؞!nkwzCnz5%G_B J6cgZe9ʡ:t^ߚU(:WnnqƙHOTpJb64JY 77hGg;&'Wm >TW^> ^t [sd6i<]QnbK݉X FA?T,Zl"9P E[U [ 3f[RD"M5C",E zX<# ]ҭIWGI,[0 99_^R1xe{-Jh{oks!n|MQ=>!wiϹ+w:ƍ8tփOQsc  CgھRG9ۣ%f5M3RqmO<"9C,Bp&U o~6pBaB紴Pڨ%=ȄQi$2Y#䍶=0Or:,"<F$Ytl I`]G"-4gp6bjP3ü&"yEMm.V_Hi! !"j&YͮI+'(9%Ȧt,f <&@{ aDFJ",I`3"*/tԪ cvQ9>;[ F{?A_ݡ7y>{d1թ ='`5n*vVY6iK{s? -RӮ_Gy S51պFB\=XrJɗNqwLqݕGP^UnǹN9bP(aƬuV-ٝV&ؿ`hk~O [u>8>vuU;ggMQ]*m+O!YQFlܝ-2~cQ|eW2 ©dG#L %D:/bf2`YmO0Y@Ph`3$W 4f,'vM]d) 13Lc4[[|Ʃ֮Q֮j7S03u]*WhۮB θ;V2[,fhUPp(p)Wm^?XzD~I?`u9xRFHfP@%砡+j5pxi:yeOxcm S+fyfNA0ZY\"#,7 L5OH JbڏwD>HyhXh_,w9ZaSԪk&lw/pJՏJTj?O $ܮ`ip}`6VtL(=ux*:EZ$aRK FXᖳE:b Il@ɹFtc|ل :|23ZEGu;re°N+?IGWC 2 X9{gc>{w/9>x%`6QRT;Ŵ.3uHTDuPɲJSAp4 JD XkP§8 5D&j<.t8P׃Ud]̝J1}*860A (ȡ6`kI{L*+wZ,XOEz*WT6ZrݛbE$=1@<*@%fP9>t@Γn 3Tb 8iM(Ers{gB'`!蘰;Jw;y=TTը&;5h1N 㡅` x+!ѡE]t1ڳ*z=$bǑV%Ý" yF58+d(FpkմSVv L?}f KlvD={C.@Db*LdzXD;DpSfo&@: }X ֻS Q \|* &S(xvREK/#pW)4FnGѴE˼DLVOб@-f\ZRb!Kҡmܦ4x=((o9S_eR}MPfyf{py -3> nv69AYأd:a|FäTCFN5TV$][f7!7:{]MCQ'^Pk"FV:j&zx+ޯTFD+@mS"ȖD'8'5W\lLMq&fmYP]_!yHm8z8[^nPNohs(j UԬsX)ʜ YRe9 _;).Bo$&/M'{l _~E',XsaCc Q1蹩 <@s5[:U[LΫ!)s:t!" 3}P ?Ii=FwqޱH"@\! s6 $jXDyH۽S|,-[7=#wz[7 h̰ 3zbϰ^tww B}\n1Em{Cfez ^<` LiI(b`%Vy rbU+ H:>ރJjNG޹#.c.+1}`Cr.ۤJ^D.txTutC@U+ yr*+ 븙a{x`A)EdU.yNaBMYC3la 'ӻaA%RZIV3NK+[} 㞢Svu||PY~^уg2= $//rv<~UOj́dTb\untYْHjGbo܊e^k$\#cfTзo? <uJW4ti:oq̽mJ1y/U2 Q|F$Ÿ)I:)T1 Yj!(Y}9ciձh~_1EYe8k` ?6lF9>2DJGRKOǰ*hXn?22Xwmj5P5dE |DM'س}j*a">QB+{ CkF7qzY8D;E,bycRI3| 1J=D s[`$ݩ`I2[_iO S+ؚD$۱$7+.4W6!3QM!䥌ײ>RJD q6l'xB23;ѧ۩p&p'+|c])45vXK\-7?]c'Ӯ7yy[omʩwf|Q+y/Q^pG (Ɉ^Vn'jy\S)aSm Zt$t 8͊wPlfUx'J*2J(-Ų5* |= _/Rn)0c?pNUU'p +j3=) &+ۯ*e&m |QUqT*KP=^쯺 *=!VAI\ԱaNo~G7†iJzhiG3ƥeDN)(<2Jv$iFmh5ui , ss˵j[1.H&S #jẢA!ꛆ;}Ђш14*YYehQ4QJM4qMɡ MTي (E OE{#UwRT5E&j CvbDbF"'/-"%j rwBt%#j:w t&EK771ߢ˓ !T6%(sԐ8t]EdoSe[JC@-C܄6'[%]fT=j8u(dr? X)$SGޢ$ #TAaL>7t7ТiQ0GX_Rh +p1S! 5?'Bk.ϋc5Qv@c~`5~Hr$G!Cc4 Ft  W ,Zc@YǨӊqqYR6tB˯w\tb u@/,?," QPp:WXCW n,axtgwcuvh ݳ!ġʢUxpRH/@{U X$0%l*#b`mD3?e'JE"-G&FJWsg,t.<% J..rP*~ú&<1ig8O| TI2Z NF*FIWEl't:JA4aLk&L%"%ON)j7Ǿׅz..~Ol,&kPA(;ab|01Sj3uEԲ2զ$}RKЅko tJ0)Y\FgPUsFLJEk2M+Nv_/8RT3UN&ѺGkbͱ?B8EV{OVEuַzdN@>GPŝ @_VuADMRt#WU%RaK}1E3p+У4U{;ڊnbV'qz,^Qth:]ǾT=UbVk }BuG,tJ1g#$;ƔGZ UݹE^D(-;i6zD^?б!${ IEP1-\WԠ\B9hD ȐީmC%jEzz 0ç?i95RnB S+ppLJF3~E&p9"1Riu/ۼfәg79vG.G렖*0tTq# Ա6`pE*ߋ,?KAȴc.׃ ؋0!Et`֒;*\B# ]sKڑ^.Npx f&Mo|9zlVAP*+12v[ =X\ dйvZ?JȭRN@)pM1GGqY6d4^aA%4~5]`}UF6BG[*9p~AѸ`ZSu;3c>霁iJۀN g*ޞ%@֟,j}FkmA֢JF|$u49>!kT*ws-eM;Ttk0Nis|Y %ݴ[;W-='䄿TזAFxu))6eLF'2g܎@Mef$nxu< l:VxQlEḓ9 wCdaz˼0g۫58{@D$ڠꓸ aRi\^_HY.H D58f]P`.c;s|`;#Z2qU٩UHZ'Ա5[b=FT@{ {kRlvHjX;d90|sX;E6d}S2,՞: "kiC'vFgw_ϔ1*}H|i3 Z9HpV$5s"hK^ {8PvJ4.DŽr3, S!P.~弟P3&V8ӿM HDuέYo_PYxUJpTIf5变.LM08=Qn˕m54y189{,)+T)" _;P2qV;m" k6p|^5W5U ΧbWl•ըjq>cQA٣oq\nh#x/lώ :E a2ſ n?sgijBW b˴Sr3Je0A! j9%!*x 됁^u<շr9J㼋n+وLZSSZLA;'39dSEqfLZj%V&S1s'⒣(S0JD4էsڰ=ITYoJ_%?Ni?ݕN &ʺOU./+A#. O;O:rOJZ "kϢuUm:63~eȊ9QW>4V0}eMj*h%Ӟ U ) VU QM.Mf pԥ%5ЂөIg܈f2_xpeOEj$/t湶ȢC;~;Tڝ&wn֨3璳^JmQ1_r[`䡎TOe#7 >:e&j*m|3Nd| ^nVBG `"'!C/T E:eW"Csiiؽ(Km; UQ4!Z1Xpްǡvw<ÂF!b3E* trR Lv!(0}HŠr:fwam;`i詋!7P'.\1ZN썕w#hWĘĪQ-oYUjLяTM?Ӣj^A| {ao0٦ eCSXA'&cm4ɟQUblIt,(@Cpn9ÉdM?ݰeJhI)֠Y  .rvͣ&J- ޣ-_|R좢zO#`!Wd*yڐAzILpj" #?1C"~8t3 pD)WƵַ7(AqHOpJ&o@;:,"a"G:1|ꗻZ&N_Z\w"jQ̹;`p}8I"?JAwѭI\ș5%D2V`Ü)x{6#~;1o(T@D EԗHJ_f2|U4mgUZ vXA~mi+EFuM"!h@AJI(Tӵ(~P:;Rѣ 85cIuGxXa!:P[Rk @}x suj8:\{El7R w!e^QGu0Nu76vMP*@(m@U\$Gʣx8NE>D+q(C>qONGqc{Y::X6:v(T 0=W&E%1 2 Aw}e}&\B:&#{Q@\|py[}dJ@mTp:F!G)cM4SJiJS",߲8R}B̞kߌ;~WZdICDxI8 :XE@#W iOl p# Xi<3BoT@k+ϻ"QAcrJ .؈ @lD)ϾP1Tâӓ1Nn"]=/aMl7RH&t"jܲRyA88s4D ~E`&S:jkkPx^ .QϨׁ5fBlK˪dFDep7lPvp7)6а2OKO6 V~ϯ3Q{]ps:!5;өk%81-W$Ⱥûi,ej(X4/0t#hsk:-g+9G6]A>+d 9q9AI9 z] ps55)h м`B]Qϡt\\RSaIL]uc?y=D"P/@ 2پ=b?e$PMȽ ݁yeNQSH*DM0{Ycr?IJmznR9(kYoC~I&ndf[sUC|t9!b=ԁ"nm+魫8mߣ(:xi>|dIT<.  ȫ0tFmr;41 d)ߙ'~{.sLtbʮ;5VL |XFQU8n%'08E)56[\|c/].Ԑ]k9}}/1#Ai,Jl;Z)YjtAr|0WMN!cE9)~-hS=1{jBl <"pM'j] z4VT(wxZItz\b=5KԷs5Lr#A+.l?t"k^{)|(FM"e ,5Fo 1r:(̓ʅ*)[=51Ϳ@0aU[&f ױ*͵s1fHv!"p"i@¨@+ xԍ@su*7Qf~ #a nlޠU ?M!:5{{m5XyM*]5*g)(PΡ`wwQZ1T҉*h/F`YHwfف-)5gp\bLq{rϺ u~5) vEϘz`iט?ަ&,gX_Mw;ظ> ǟX45Q)jXgUG `bm7't]+Añ#dդk:]uԬ%` 4tcb9TjTQ Ʒ'qnjkQR8Z3C +#\Z}> x='q'&z5ɻ>W./nߕXDZSa5-3k4{.-1N_GDl<1Ś9$+L$QR-i$*:zlCU*I*‚Qc:ZȷbEAQG<6Ձ/F0jt)늫EhC2q1iWvN\p,(i7b.SwQnw̩!1 ?%~83Qާ*g ՛:fZ5IGzrB]D)9U33G>{d7N5Ow3s}T>N<źO_Ʊ tY,5t\L Ô&Ե R6r_>'Gs^Cq>cqbH}"Z>CgXA$\$| ;Iz r\<:y8ai\)k\= ڡ0'6)vuHNWGnUr]Diq~hG Gg7ΑDbP .

to?6)l0*FYȉA3JޫgI匰!WC]ê~w+J*yU,=d??'Vss~m1f8@z/Ë`08ʑigbBHq;ҺeC^Ϩr6h!j X}5|Fc|˵#D$4U4fA: Eh]Sn=hiܠǽZĔcC Z0L^*|.͝3>O**t32KfT}~jJ{bJioW!ѐX $DlFR.ъG;F>X${r'+ub"g)߮} .JLkX g Z:Oc+MH2r5H2:AS`3Qm]I$1 6Ϥ@zT:Ѓ ߳X9=(ݽZsHǽ/qҚʋAON1l%)C -c"2N|Wkړ IPP!UI@/-^;Q`C|P@L_ٶш:42P֛Mf;5a%J \oF3`{y7H|9h(G3%2#۱h, Oݣ j{TA5ʝ3W2לO7&|0Kօs(7AS<j^b 3S~dB)ŹOOyT/~ iXB:H;0U"*E$VD?PJ"(T`zt5$firfjJtzELB4*ؚe'4Sx ު6QA9>HLDpZOɧـxE"[ 4l E7WWu#|̵RC,eCp5/i;h5D>.AnL>{kC fh1Q1t{)2CBm|ИrOЗwEosH=5E(AĴoa Ie 2p9/p$Ba@Q:@_S!43oD*nT3o;]ӈ ObBڪ6w]BZحN=1_iP56nԾM1EY(1c(ZSL7%2aϙ GӼ+)/0"<}j }oyᩌ¡YlGa'Q# t@aB&RJo^m4R:#,4xk0NŞ. l)+m8|Œy}:d)u 5)%^`q)*O_<4EШo #<TI2w΂nM"nobE$ŝu$A,b h0OT$DfBG% SZO:,xQTqq!Zyf*LB{pr;!\}u uɹ(r^^qmAxVʏ푵"ąsv=L:9 (^͌6?=7;Ӈ gP `a,Ea2NX]VBzS4E$Uź& qhe1Ȃ5ZCкҜ*8҂}a'UǍC T0AR0 \Jca=><o#y{4}D6TV.\)aW ~S'p@,:Z:bG?6Sҕ!&Q8dMJ%f #cvq TXqj;$[_8]̐eYU#UMOWceQ͢+c F׵0*2C h֞iFe4Fv(x>dPrœVݡ"*;K%y_;U0hEY}BJ^tTSJ8hg奰tEr ` ]sImso]?rҩ[cfݨtԙ Szt픜?m\8QZ^ǚ9) Z x)hmb ,~56*[3::r. EYrqu/A5G)C=BGK7Gu WbZk̪mOQC5utHyXLN#9os(%搆1*JrQ96&9fkFEyö(fra0=7d H$g9sDI!Ebm:RUفMUcͱP 5º9EP|TK2## Gp86NWWZ'JJٻ=JnmIRbIU zg=鞈筁KKt:?? btg+MvŸtUVluq.aq5SA"ь7iDCp Dt,&8'lp;u%_e դy 8pW;TfM6vO "Пߧ{`0ҷ]g(;xܲc@#@iώ:<~*#2?! "%_QӠ!MZy=XEx]9$6qa[+̃f3EFGg`i@suQ)_vp39&0*~QAwDnV֦Y':kQ%UЅ21R1&@@1JlhCWRJSXN!*ZGg+*~= Л=NUvSԮM`+iC.Sqʚ*t"f3 cpFV6K]:%"%|XX!Z&"&@] j|[_m1K5دx%HNyz f(XxNXA‰P%^VQ7cv+$C ^R#T4-Q{ygT4X`y#`)D μg7(1P͆uQb=/'$Q@?Eℕ fmF׈͍{M*{7*Y/ t| ҏT)K6֓^h:$Ԯ%_}-u**#Cu \-©}uB 1N:`?̩"op?80厌&w PT8:pBG l0FY!$q]V{\r `=<f>F[h"8P $ӧ-h!Zs9ae'(?hJ*AY68=ҠXz-.Sٔt#%=5#,fR 2NXE \'܉S D8d" -(Ff7z0 O.'j{0n) ҝEbI]T8" rL#ޕs]!̲TdVMpdJtmb^gyFFu<\ݢKNO crȷ ZzV] @hVSD:Y8d۟4ԡPZe!׭ % cD:'/$;=Xƭ:7q„H z>Huw2Shky ;M'ؤӂ1: +yDZKMձpfJG,p.ẄR(Dpj09{r9SJ _ lyS-{D N'бǢNqtŕ0ٿ{"@WO 8:Dq0lmNOIg3t j'_ږVU>2fGZ'c; !H:<;ma g=ީD -[w I5cQņjꖄ1K:"EJNa\Q֌SʊI ݌] ML imv[C)VvIȑ,3?qìGElS2,fCkV܄bc-tC_W#1:B: FWSP qe:~R[ DBUb63 /iL֮].~^#L- @Twt^'Cb;Lンq aLNi9i/Vfާ# G[9Qoӱ/0t k.bÂ:6uHVֺ e9X7(KAma7NRtHoy+QFa#jTسeGĹo,c7Et[݇XåR~>& AtO"~tRd`uQmN:[OZ|PcHU & ֙I.壳|P:oRߡu71(\H *,8ɤMʣcJ'9 d6oqN^+mFưI)+-ǔ X+a`t-b@c%W Ý"sHHC#@$aJ ͵K^\y5?"֑" $ԇuGUe-kvF (yd9 +#sa?yӘ;a꡺kS daZkŐ@8h.熟!rk]Vrdb)Oj`_{=>czUjHסV%Z#=RZ-^Gi\ΠeYtjެUVaeI-W@8p r"r_[AP,ES?(1VTqk憮x\b sQ Ȣw6R{r;7j:?Cw9<)> fI&@OQ|H=!z:(0r'/Yϑ8W Dy37n`(oqz^5DPßfB= JlhVObqpUF#耆"P7[="Kax˵k;T.­LqFQ(!, {W+@] s*H M أ4d(̧f}:z?Y11QPhJv"YEhHR^j  X@G@1<-pf9a3~!=ɀU\-׊'\PWA57Tdd LJFø!Sgwz4 pQ5̫ $ >:đq=t}l UHσL|jSAw%qu`V)h^kPn@6*.0#]p3'$N Š8RǪNc_ jz7%`nQTS.ZjC<=V6^NUR˧Uk#6s7\n7"ʯhZ+Z[wkwnK'o'ˤWio?6kl{im:ZS޻ޖGͫuGNO_'?g?GW^^{Z/_]t{yw_'?xjϗjTdzo7~ۿI>CWS}zTսvk./ sÃ&>V~Q?&1~sGc#[4OYY?"ϻ|Ϭfe5Twۿ[~}Zad~~.Zg_]|.7ߋԿOj Gf0ogO ~{K׿[CcѪk}3Ns&"lZD_h/r+~WKRW?s/O~'S?ӭ?_k ??Lg[_WZ/e_o~~_r+ʯ~_?Y[?/?~G䟴~?[Y}ODMy__l\OKk__J_gI֯g\/|O|Q^'[?w[??Z??o}/}wZGo[kֿ׭?#C?/|@k_7?7[W{Z/Wj~ۯ?}-wq|XNfv{YMwwGǃ|ޟ_9Yngyv_hOOxxt9G/{E1o/hԞWU֛-Vbݓp.x0;}vs>..Eg_wr1\\N;78^ǃ7uO;/^OŬ[κt\tVlr:/h~~l>^=~˱|β}[,Ob՞NǗ|>?mNYh{μ譎#5<tGAoN~{rt7YM/rˣdpu_hr`:={v[;?YCwW/V77N˻},W5I*w_&Ag>'_gj=Yݛ͛'Ϲ#/x&#aܿ}<ڋl~tsyw.䳏rκg-;E}uuw?r-l9^_Wh샳^g]s__i/N㉼R֤ܝl*{3=:ON[ӛ|z՝x~uܗhqzv"LN5te^vdݵ;'u~p37o'd<,ټs.oofxr,=?{u*;\_]6 w,h1?^n?yo5&ٸۏne CYgrr(ٳh8w=yRnh=MWGY,wjՙOeQɾ8jK<-ӓrx4Oڋ/$bHr?/y3Z\y9:9h$[}0NdWh!q}6] 1r: Aҗy5{u3[Ά_uyO+d!Qt<=!.{: :֗4Oe^'Q{왜9Rn^{4cm$D^^//ڲ$zvɉDA;MJTK }r&_Vі#jo_^eIHZ{*PVHhpr>H>TjG@yr,ʾu>XWK>Xߍ'xr7.^9ptՖMpެ3H,@Ջы y\t0޲2'7Λ4kUiFrRHiMV|uSyy{x}LA\9HCꖽYޯϖȵLeן- 3Kͅ6{޾S_e/|>޾79^}л=];${V6m?I-Y[}t>ײonV//KY F|tt5\/'UGLe[JXM3NwƣQ1ɝ#3ynm83Y#} ɃO{3\$/87ݾ_ڒkҖ4Hγwo.VmYr˻3I>!_:9?.^_.6.y˓Ÿ=}r$,7C>{_ n?|97!=|s'w:9и͇˫_ dmۣ&f =;]yw69?r%jV9):-٩jy Fñ,]nLnW.bܬŋ;9Fw}zvҾzq!|.O6j%Oz|s:\A6gٗ㻗rb%]ޜ|3I:+9dwOq9=;[=s,FKGͲ[J;X&fuVrO'ˢT$7DN\ǒu;FJXJTՇ/8Mf.k}ɀWǝyBjٖh4g7rPyMk$>5pcɰOj??nGm%ƥx>a(1I-Ir$K&krոssMn]:y&mۖ+(QW$r/f=|}^llj9wD;ÕgXʀnouj:;}|nߜmkCMWg]~ WR-gN/'%I8j K9M;Dž3Gw%'r7sz=4o:?sIEƓ鲩N>OnGgROՑחt)2l;?O%o6JTqayܵ@✜M)*J1l1$Y5o*ŕM*.tS\J2bD^&mx'>y/wTl^S9jr']%p97ٞiGrD]噜&so$Es#gjrx~iܝ&t5=3A.MVO v7ǜRI ǷR/Oˮyr"I#%Di+?ّ+i"}{lWt!JV%ބ%7G}IS?zn/#IR$,.)g'TMp"HL^e7ߖ-x9CΥd'vt9 dȣ7VN֎q.GϺ5vt/I D,Ojq_D,7a2OY_I:M0k2>9ug+.L_崛M.۝_L%r'sDn/{>Jv6봥n/OOz//W}:j"9.wGPaӧ_M_|_^]D;ɨ:-+"Gݎ[_[MRQ']"Jwn (!AJ?z~;nڝxt,+i4YduOt$YLUՉ$A39Ja;.ddٳU[ʑq{08?6Yo2j ?)?4NO}#^g7$2\jK1bt*m Ri:篖TՋۏ?}q<>z~vW.2>u,:rKڹ<_^'r 5jvvPxx<9m%mt世"?*}8%nC 7/9w:%79X _|CKgKy\S)M$'(3~y1Z4^fR7rB-m2ߛ/$Or]4|s;~nuJ,so6~#Dv=_~GGS;oû}9ᚎRDʼxb(͢.{).n'gM@"HV|l2Ƴ?A|3/{' %7qKˋ;eEfM7w=FcYMM}=^Hl7׌WGGd˥p=ɥ.p:~@n\\^o /}t8;I2=9Y~ͭlo:_l맦{f[:lWWʕ;O}2[F9և{֭*恀LCP?E tEW}E}s*a[(;]p}rk1s.0xŏ2Uɺ=M*ôi fXsblí+i2q&āgvZDi1MPNPa{F'o6A&Q[Ǭ\0%4=A[$$q%ݖGS$c !&t")=dSxP0J6 Ӫm]]-6SnWo?-Tߋñ=֏NuW',ڄ.=֛ˀ  _\*hStM®)/NX@QYP^es/SY{uI \2NC!!7LJ~;jo) Q?C83Jrݚ&-C'0Wu*xG큽x|q b| X+2w}Õ&8:̀})fz61RJ^O]ӀawK)(jD\kd] D +Qdoi eoN[.5-\Nz]U+1'P.԰0Épl8s:I!AlqS!#b ]X=)Eq!~:@цmh649YT*wx7-G\sq.Rf —KuF8܀%;6,ࡉs9n/a1!80o տ}N@|?wu oŒZyq% zFkR]w(>3̛6@o9u p0k L:Dqڦa;\g܏{#U;{6n8hǢoy -Bol'dZ o6װ11]:&05BE~vX+$GvjBյO56%Z\׿bT 0Ns1xqaݏsB%񇢔e؂oe`}i c˱v1^3ѯxnkW }E a]Q8w[hY4̈r#x!5!= yD2Ox5kvD@ _Q\98PFe8€3 .<:(h-JmȄ/PO``*=0\|# ŀHVp# Ӕ&YoS{V!uZpb~|uΦ㢟:r Q<R@mQiXA #< d5 yӰ|β cmI1YEqk%h lt[X ed"xwg"5qmvN:rale*=+8<ĺ6Мs7=< x~w h,NʌSa(Wө44.ъqA"`_鼵ߝcz\R) Fc{#kyPp|sgT)8!O4ר=4'pR -Go*A_/8N!RW "bSiG_ b_2o:}MKp;e%L$PsP0W5Ua+h'W;<s j[x:ۀMDu~Prk׊ QnSi#raa9S˼bf>R""lkD(O4[z'L^]Yxu$ \Wp7ӫ|IOYdE%`֍.zcp[%GUCK tˊ wÈTjQZ." #&%FLI&w@qĬq VqbLeZhM48a]ثvY@'_x*0o0qnF̼'eN)y Kb=VS(9o o +KHM- -)HSL׉ZR]( .ox@N:KH>V' xFK J%\o "FPOAF]{`[oq9VPLc^ UPipp8BCe: t4KRw[Vr _fª"ô6ZxkeuV^qYgqTfɄ4Yj/sv91cf@WGe7IpL̺laO}z5́w*@E$xcľOUdRpJ ׵iwKZT4ܕWX9 NLJr/Cfzq_zx{uXm@|:2^ @ J#Al OX81חy_5qTH;DMV`'HBsO`X4PTqgt01q{k8h35mX=kS8WEQ{TK;b"p9v5so /Cjrw^ M,`Fi<[[_'--SZ֏ KIX]VaEFC:xu0<ȏ=<&#?Ccy>f~YNNyM{Z}dMwj%v+B|1jv>a ZOS$L< vA?5uMi#S|rk(6#_1YMhRfS oYkuф&FQ,s+ gW$>}yAl~ Z# g2$؃.Ջ{ @'ɇjmK٧ Y|͛kp>U\6־UTf/*\eQD«滧'0hg= #s7pe4چUiL$NJVE)jJw2cX '+=NS}*6˄ !"Ɍ̻^+k~[;zȫkp #ذ ~Q抣xV=u_-^u\=;;jo+kpc6ؕti\Hg-lL|kCv̆2?_2%`$gٴ <_M t]j.JZ)2Ydˢ;K0'Oq YǑd.@m8gDÐWMS>Q'\2*4~gZ!^NU' NTz~8e,sPȱVsqI<,`̄z)hjUHG(9k]R@o$¨*HG5!zGkNsǷ^>`q Ht'Ƣ qcg4N#tR rBv*Zc ^̬lA ekH{yydxcT(j}EC5KhoEH4p^,\^~3n*`t| ^R%")HWqha}nF665EF759p{=0WiNYT ;߷öFEK-H ٕJE5uJ;KxRpt6ZDO60o@Z[TL . ?}Ξ< 86D }v"ht g!6 Qͅ|,`,>.B3W&]1 xY޴UDNCW cuK.hl61\m, 󦘒0ē;"C`f EdR}WųkkR|{Rʊa>cK "rj<í1?x@ҬLtU `R^j>jj15en8wN!5jR#l3FRc[dp%ULrM7\{^5k[elMPcSURC_^53h/^6.\өIYb2151Hj]Tx;@^'w>eg~ /)&xuצa֡;D L%Ly၁c]f~v 1ATރO/j@)F"}ԨZh)3/~lK2A`mת` AT_*G..OQo/rLy ` )Wxư 8= ɚotG8{{AGU8y75 0_e8q•yd;uMW^ٖ>n6\1i <@9 0>U =McӸ H2g`m9h΃ d ǖ3NpD ~c>"dBM3PHUX34=oSX7 U}6 qhf{" B p M}tGآ 7StLR[8Ê52;#JHؤ] usm/kF/̓8MPw*d82R'1K09!, 8r7 ,{\m#cLĪ[ F?eUǤbsC fQ/)[%Eź֢@!ɱmOut` uy>J||]`T8"@MuuU8ͫw+` .~z7 ~pښ OԜ2+uV-^nCEeSI܅O0MLׯfΐނ"\ /GD|oWi2Z p#:bvţ*?H-*"2^U.K3VL1#xw3pX܎[e5f1*R;L$/XR 0S" M^T,wTk24`"7b{ C!0y.2.]hmH>UDԒŁO>,NՒGRN%2a#Qb`b~u hAPPt/ L? J]+:߈=£IoI.T^Sb$c;©b"=kӡ(o8%"C؍{[=Q:Z8hC3`A4$k xa\4<}xY'% б\y]fOvi >N(jZ:;7c?qE2ka\⾳I%!bvn&)ё2jtY4lmЛv޽cTHJS?Ԯ uI턚O?w{uac (bppo\DafO+Y. U8e~5H*rsVY ^Wk D*[6_@9rw7l@Wl_ a\$](XVr&$HdN. wy줣У@/1b1QK=In{QذœӑZJrץ!,FI݌t=b_y1]UB)^ZQk6NHϬx D̓C 6RݿDf[i%j 1}^tF2Zd;T'S&zSձ9OG(ԄBKN2˒ tMRO[W%Q0~y8M5{X1;>P[ D`K&t(I&J@ӊj֗}䟍;<5Pc-(ÛK>JJSyz#TV@3RiƲ4" ,BGQԲFQ /R)f*{+oW%aPeG}B!me/-jgEs~2d9b,BgSME! ؅s~ZYӬYӶ+'Gz[Aa> {ܬPyJ!vy?zжݷ4RYv>W2;,%K,%lC\ZPjҵȄw&bؖ5NʪQvԢKD Eduv~qKA@J|ιZ0Ff\(lj k1crdyxu<Й*X9΁8Ɏr,PT%klrƇ9TcBΫbXWf8p]䥏WNls {"SLvq 5]Pc4@?q-D!y\crY=se(3-j YG.Ewhd[b&˛9P/:DD҃ ̀B6)G<Bڗ:YA7V(1LGEާ' q 㙊gcikPZg?Q70/]iS:*FdSY?qXd˜j8KR=; 5e7%|2P3<ѴSlx@Kqr,B Zr^ۼL0;+ xr2T#RLEHB:e)TVҗ||"TjYĊô_j۳!B, '5-$r[+?lB _p&⁰9LcP@t8~͎U**S&vڰ@[X\ulz5ÞJׯDyj2`뇅 >w !T\Ո D˔sG*5u70X<;kd)qPuCx殏X3>::'bz6[ׄ%YTZ⽱H79~Q 1A'=`(4.{1ގ3)VsnXyeVH7ms<`rp#iy[@~؞rT! T(?d.3It&։F߆Q˻][Lwύ]gS)KJMgpuV1ҙZ9rW1!&QGаop]Xc HDD:r0o/Z { A\a{upV嬜kө2D_ЮS8߬,;EoS鐒 'rJ1ha7!^y|=aɩĦʓNǞqPœM`Ϭ8RE59&ux=Rh#OfQ2TW.% ]:NL`dg6vm!]I2tgʀC2p(pʼO8ð_V@H#FG Ni M5-nJs QF/^vc(^ۇҝeMxxeD`xs EJ/~C`<p$T表Qɘiһ`Ű ep^YSГ {V`-֕+mMӢ@k@qTƇ)Ȓ~o;^{Utu–F6#z&VicC·lbvsYtl㋷Ʒ):n=, ^;5<ܵCfC,T:Ly7{(>-jiTakh< Hkiѓ YtNp|M VJxlNq4sY8ns,NeӐGT&q12#1Hг 6A\ӎ>R^湪R&^ң$3BΫ<8O5" ;7iBLL3?8%9s.O(buYӰ{bBc`X 37ik8ٝaKƒ({FWӚĒ]\?'Q5%cFlI}cYt|G onp(CN:eZY(ͣN%lsY`IߟOgD`=( O5\sO!g%V^ g<b-2չd_YN/~ `p,3g ;JhuYwUe9ϞPH-"œ0`mC䕈ǜȴdSy2T 8 P)7st'_qYu1G v%]QzxgTb=.[&F;@E<9+Fc%p+G F؏#ݴg@iq(3NMz=i`>`__?zLŅU$1-pZq"R54|}S+sSQJCb =/G- <9@w6ձ1 +&T;}8Qq#beEQ W\iJ6 BNଲ9cT:@4Mc.Y;Nb晕 u9yW= d]%mPs69c-}l 6获(wdJ/׏}|9ՂmEl̈@tpU ? $H;*N{/Kp Yq}Qlkx0uoW.[dKVB5ر'Jel)|/Ƽ)gIVwUƬqAunQH𥂹l^ fT]1m`4^kCg|u:Zz&ysUlnmqcҝ0!>,oz8ENĦ-ȕo:4{?{k#U/ԥ>˼:!k˼0;6]6pqx #Y<5& =UĊ3ʼ ˊBܥOpqZZ>5NLryc x I SZHe6vN>h8-[sk(/s†SODܚXD;^=>y\9 NC>;-=TԤE*Eq`֎ `ʘaݥ0x-A^\]$s+Y@_^DMURDw٘KY `KըJNsզ:x_1]w]DRӜD Qgp7p6$l*{$m&?z{vyw`h:^E..z" R2ׯK,T%Sl<.gw@72̷lMFa H~CWyr:'fb͏wq?A'6pߙKR'# ~ٵ˧K~#Znxz~΀ɤ I^L(u`URe!Z'8Ll`.dc,kpA騑I o4Dsq8m~U魂}{5wikrv\߲Q\?q KÁ$PX>zۏG6x|'8,3:z l.% ;ypV J>e8gѤ-Q6* rA91ͻ_oev>c@yBpإ)tdJen^h-c32$?4=-+gR&fEX65\>/Z#%N̚6531>jDD<ܻE9MT3b*hb\`nn]xM DDž<…1Ol)fde(A#8'T2*;oOC Adr {<2c6P@sap}.CE{1,s&`S oYfZ'?>D#| @IlSTuEBdVf _xkQ"=GNNoABžEghԖuEY2Nž eiRe"þIq_2cUCWh9!F_dRCi5ZGuJ[G`ء%w0pd/3BN J丶-L"I$i2[따9}}Xv8P;Kl$q=N!Oⵉ3ܤI2i }fB3Hc i@:TqľTt?`L`ENfYqdeG%djv0W`Z]IZ -YPi8qJCTSn`&ȶ \kq od`T K}L g2ST"2X ˘`ϸԅ7xf_<(7u X( 9K%>q^Vԃuejo/(h˼O|]@`?NIPʭ8=|l2xlR_q*Md$w4S Aּ,Qdշl4f#'/1'7|+XuAԚVQ[Se"ʱ\]7t0_-zvEJŻTuһ#-}PELw4pS0K 6lY bKm-L o޾[8tH=ɕ]{3e~$s=\^,/Qy!HF#w9]8yiӛ?5.Bv6bq=ygyEr-Ylx"E8ف-Rj'FT2#:ne-Jq&AC>2BHIo-C9MRşU'(ގuqe<|p޲5a}VSAR' \zxX_e=(lnģ R PkJ 0 $V[/ޖ2J>,7}b:s:.Nz*cbww@mDVԓ~P ҷ/< 8/%Øsl?5~'om3¶D/_QαJ䤨 ݥ\Pɕ``)}/Ow3a-[0R Ue"CT~ެn5>O,)pF Gmex cp2M/ݮX(i{^ #oY:zG?㴤9xx=l÷p6IXf.6lɋƯz|[| 55 V26E?\6 ěɅ\=DPp^GjgDZL՗' uBQ6g| R}n?$n}|ŜQݯRiDOm4{\"9:6o/y'qwx+(8᤮evzH\Ry~YVT2JTd6U {!gYJ< Iedkϙ܇OPjrνzR&WK''k/b59xXwy5.DJ*Z,#wa4Vf%$J(s8uRfSa>p ttwLdN$n'' ܯTq̧m$tIX[ pE%a+>.Us+a-TF6xEZJJ\Bε[_?/_?OV{Wڧ?X؃/X.*2b\ jcv!_~y 3zA*4i W#w,aI9VffM2 y<>\_.w_+ر6*N_{>%;#9?>{ne__ wgMd>9}[̛'__;w_{4cO=*~Oߟ~MkϳoN[6oǟSO_ߖ~b[O>?>(}G|^CW/d__1*ODω ___?-,?ewϖU2XW1;H K%__w >˿Kvc Oqw|}Ȋ^.?ɗ/~}z|i__Ͽ/z|?Y| ;//>s?~q?/C __ow_oo~'~v?~'r?ûOw??_Ot?ӻw?3?E|ɟ3~a<߯~?gLkyYg-݇3:gvC?#~v߿?ݷ~>߹{|w]ߵw۾m{v/{v;c~|aMͻ?Þ~7}?O_᫿z?~ͯO FT*Gl mÒu+ZɄV@e4u5OZ^?)bnjWĜʩ3ᐐ77^}DjfeKkxC%Q<!ǥ'w/&9[OHeʈ̄uffC=Vf=3}oiz|vq.(Tfx?^&u='$;:o%8) "ŌJU ]^:; K/mɹq\Ң4tjAvL>s p9ݍhZk?QslQҰ}x=fFE)|7q~5]k8п2Cۀ}*N yUm;9mc'iߛUm,)3'4*QVb]5Û=Jbvqޏ8Pi%% TI>Nܫ2՜L屿_l])bwDd1e*'S{*I s%+275}{Vmo ho؂ES)c6h zSam(juJKMv nkzotƸȡEj%nc䠍q$3 ;(N81VlmYT^(Oi10Yc%&Ͳ.4FmfΞMbD4$uToӘ|uOqEp_S5;6R87=-49.5͋rz_W߮Dq(雈}-4$\Z# jpt-jv]r'|ygb82Y̮qgc#~n묳 G=2 ϦcS ?xU3R(2.rZlW1n9EM~'"xD,EZDV@Q #XNY#|wȰq2u8aʉ7oyiJDYĵ$tA?^4i)7;,Yp>oW|lN7;l)"zb-kIXYZoIdyR 3?x]{8d}GE3I'dEWnixWQ%S_Mș# T\zVʹϺt'{}Z KZI6 0z.8ow G'Gu_n//8zvsojNjIZ&ڴ?BR 3q+̢x"9mv,Eq!CL΁{cy.\&-#FJ6͔gloyӝޢ`[rLkeݮ`yͪ:\ifK_FkR{7K T\=v;e*j9+ˬ\?/zb"WY}΢aЋ+^tx8*3KyxY9H'tl#Ứs MXŽS`"FL&8jY=~U}ӓ>s(ow$@c 0bx j0=r: 7VJ=8I$YrYɻ==8j ±>OYgnZNn[T z>¸9o},xQ@2#t"55.pEL!Bx< aN=s-Ǎ1ՠX V4: Xu9!z,{8Fxc'5l!gsи3S]th~jvE~Ly`';kx2^,UJO1a-=VeB^,AS2٘BZo}pV=:o6.:_F [dE/rA׉Ϸ~\jv;7}іY9gVoWN!Ld tL]=oᔛ5Ǒw e^=DuFQ s8c!T+1b𔬿@#' \aM~W[ 6&ƁP&/ڣjd^P-J`TokNGt^t]3Jqd첿ڃ?y Hmm9(S[[%p=Jjl:A"M 2xz6 d©:z%Ⱦ'sxKmĻg" 0j՝ۥѶRЎ315ɡoY!U[s(>®oM+YVd|$dsdK,Km23oL՝}Z=j,`F^xg+ʨw \;y#K6ww], H{|:Ccg :fQ;Hǧ֤yP`3uuuXWr#{'f[FFa<}Eev-Z9Y(DѾ F3C80iSl ևm [aכc *6_ChE7РCj|j"' zA xc$2 n`Nqxī͊,٫ȃC~C xhcj_tj [BWhjTvR @Ud$ee>$X$+A>Cc+L5am4uN6( *oul:|"/8Yf1eZ̪^ 9ym#O |aND=Jl6?<Ȣ# ~PP:2)3ֈ:J}\-Ƽ6ؘ3E @ZB`EC=rR_)\۞O!q R?vyĬn(s AA2QD:V dIcli?P ,^}'},AM ai>fȍq`sʰCJoRX(c7cPrZL # Jk{9r,Ͱߘo䡜3msRd*zsD8Oi@/a"$M0.lvt̆P1jPmMEbfPW]FԋN4( p\2E| =08^ ֨?[|aFfy$9988^a0i`PuG+F.=e (z~0G@fMjJٛ,_DѺ8QT/$bIԍyJնkЧk2y*PGq&y&VNZuMVe`̡"m19 Qm)X Ɋ1&j"נ%M|tI.e<&K+a^Ȕym(TUli(y&3{*smC)-1/iCPFpo̠Z.1j_aޓR8p-Dd.s!mt\$ ܮww1Љ$/CՌNR*xąQUpso4oW͌jo@Of T, Iѝ V9vPoL_ F;Z6_ڽ1PbF?.(5(ӳg),ӾM+$5!Q1G5,@)=?ȡl/>ԨX)cè~~ .V$|}?4a H7)1oؒ}k TY#8 `.P^0;6.cmfq K!..,~d؉|:2m#pܓ!"C=&9t&PW(3=|+ ~mp!muGݟk Ҷ2.ɹۈo VcpR\CR kTKp'\'kb1:wk]nW)y@+.Dntx(BmWd>uDcypMptQ,MW#["Bړls495|뭗)A v@_o< W,B(d=>,"E~ߡo\Pjf'@QtQD*l||b}iҮ'CYo (o1ecfYr_}l:Z!\tj1RZ5!Xّ2fEqD.> ]60 <>̛ #Ť }A`Ռ#pֽf ?ؕe5 .+V }1xCl X.A2 32n|co6.Z<0 !.be迀,vUpVQLQưA;2{DʶL(Ǜ3TJ&Kf `ƳO"FqY,wG`ǫ畳xإ 0@3NM?>W52?LCȱX 4%-'7jZK;Pk*E 0KeF>-Y,<k9ٍY<qGh:*N Jxjv0KM/CldHX@;W;{ghTw]p U2o4YS((T=0: 7v-YĘ?,&btaְ{:n :+#h3稬&_W1=3㺀Qa5r+1bWMDZi0hCF0(`gG4gbpuQmDOmzl=%C?S9(s; b#BQ˙p;s yaT!sS||S>Ǘ9sS03˖Ys>o "_^+0jߒ܏v27*`3C&_?oAO|W7y.Ʃ `υ9d2QKDXWRkFafv3 Wf#6pJmL w**v}^#.xh4tu'bYYPY] bh)ӧ.xf$l"K5xۇ:`X8q! QMV2Xb(!@A3nLh<$L]{T({ͤ7`CZ ,+&!GkE@-2] PX:h>Ql0PPD\&8V?ϴ.HC;|:|@`A#9wiCh#`_#Zn۲j:<6CJ):Wq@K7 vHUlSlnCdг﹋•{Ŕ:t'G>Cm둧FB OQNyp`/A`]A,>Ct/ ;[PNxMNj!\OLٔ{ Y\fY֑ۚ"lf/'cn@_uXYhG"[=(T)u#2 v1kVHICh!BOM"FYh+.qtA1k9$7|\}yDyG hMdt(GlK, J'GI>܅C 5󶫳uۮ)X UrU63Jݡ|@1,:.`w=X_#lj~`YΜ:ghг?}´j*Y> {eX`X%g%^g zLC )>IZ+5Y"JFh4:MZK_`#ց;xIv-]D_|cB h݅JMSUusf@f3YUt\b7m^ lq>|w۶3=Br( SQȫm *SKʖ) q}i{GJt|~G1d1ʯo:֮*lWd_33jyC- `6{kI bf: u8ChVU`" Jѥj]־@)}X 2jM%&5Wm_^(n{xnL0q33ج"75y+6c^IYJ?JJ:ɯ8dIRc1&v֑xI7mB:IP")ZuIFa63ǖDc)}{I-iYUBWfe4PV28hu9Jȿ/?<,)ؕs1m?`h_ OQo+9 UK4#YŊe3pccYƏV1-Equ27MrQ2E Ȉ{(It؇ЇI`@)6x|C 6E-/&aaa/_o|c3ÄbfUqϕ (`Q(̅k$!yH!VBoZQoB5\EU\:w#ϻyZwt IY'K )ԯn>ǜ+D XPKp,9 JZo =֑vx.L{!==z%Hn(1n6 b~ y4`b` `7SEJ]EZnG+:m6)DZ7ؐUw3^dtCQwk}7 )"j@ Dn|nf?6*}C:90 ok,%0ٳ:NyW.U,L",8677mlK vtȆB5:1omv)yiC$ 1Ф q;zbS:b=\T7C A>Z1S?dlPvmiИ$4hyσ5 GF܂~,:a&tYAaA,5WlPbbn^I Ntr{nn!s]ѡ] *KЦ9 G8bb+YAp.2E&?Sx ^((J$笯IiaV׬[f:V00>l}*bdxO=^-kA\e)A3S2P .2&^uBeI5(xm-$0vSS[dpEeA07L|]S= tw8B+vY.`ȖAs{=tt=߿ eg؏K$?aB4DdH<[?U& "<`g׫,֣3s0EJJ9X8s|@VdfRn'~vofyw1żmwq+q5q2@[:>.vaӢ9A!k#5q2{DM0E{08[]f`|}Ȉ̛odƙIg_U KGV|8lgx<)4g6T(匎G1߽^Y|nK}=vF]nڤ}F{L3Gg* s!}0~OxEҦE_Fe _0{pI@=TBf 療unb^QCbsNߘf =t(3F3Og@hǮ)!z~ie@RRpk(n_e ݷ.=>$ꠋX\cDV5 Ag:r5_i5OR T(ĉ6[*mfvgaL!ڇdAxı@'"؅ DЖ=jZH05WG5Q_LeSy0nֱݶq,><\MY YYG QΠ4QR84TQ,?6G7c*1H `>)ͭLJhX`ЌQ(/ •_cͧ0( V%c%nV#JT3z߰BxP$ 94SR a{!zzB×;J9p Xn#-B% l3N6j UK BƳ$)@&B)ZE >^xT^(1Lj'p)ؑ *)vl[@#7otMXQp@Q¶LL֠&_\ P5@i% |qZ1{]>=z2 3gŬSt뻧#ɽ@"qWXM!YTς &/x\.RD- 5w6 =c;| {7:E!^f0)V} qWR8PRhZiӡ;g85dtUQH%Mer2]Ef*N ؋gכ(Ev`m z+$k8{82e4zH^,]$=T <pyʅ;0duP䗍 Sg=okFqs')mt69tQ4kc"ZĘhww//=/}Ūu6"3ڗ{1Mh\MM'@=>.eְ@Oߓ|3Ϛ0FPVվś|g -XXQ0IV<{9+XGm)Qz­<{QIzn;z[=7n%_m;,OաhBնmM)wefy7湸nՆDKh9QC|\=<4)nh.Vv1W%# @[ 趤 -CDϛ$ۢ*ue@w 5 : h&q"{RΏ\]#lF;D:zuWϚ1)ૣ I:*C µILQѽR@޶ hB 2C/׆a oHDx '$pQEmۻ5eȌ1=\.RY[!`-Ft:Aq!Ca٬Ch罉q0r-]/&}]B!l7uà&cq\aݦ; ld-zޯn)Qn)ʡ $X8<_n5%rW]DV$+RJ)ܬ;&&/`HS .G+6aB#5EY;tNwqL0}KiXKQxa9ddepw}mIncpۯdەfaL/}ü  fRmX6v{PJ{\]L~ !w+5 ݮL蔑k{{Ux kR V@˒)Ft|gh˨g?%lאy&BpDAHuG K/1!%GVa =&ǸOXݭ r ̘L1r%̥'gԘcL2AbQB1go' W@g =) ryi_ Eg(kO>8/MaޕR;lpMvh9KdB p5gmLz e(xJ7>J]:pPx1׆ayvf[uX@Gy67L&,u=L3Xc&gw ]X&V1j1c0_:r1jAKdc+.vIn7L̒۠0<\  {&hQ!03iaNt$Gsi@ ߟ@NA4^PI!Dn$Ojx}iqY5ΙSS1)BCأ1o>bPiGCOQ?Px3(ɯ\Ak2(=(%KP,0_〯KhFdU"tʆru9 d>n#樏50gI1\&<"G+. 4{ t >> :qM]$.;5a  / lE|IpƆA批N5,c0^1׀܃ ᛋ2iB6u33K7G}DI?r:v3Zgb]<>U>m{{@2}u*r.Bm .%BH~<2܃1Q ,(O(O33=;rp<1)oՙA);93X߿ 6u gzG-] w軲ೇPȐ)p@1FJL(K:h?g3<j0c7/8/wtj[[ Jx^ѳTeW>,Џ _(&ڬ(P:h?b'0E9Ll?CжjV+ścI10dzJ3uHqٌ!l|if+{r͘ H"<@yۘ"`ߕP/l}:VfَAA6Ud,'hQW7=;"eS:W`PR6Kj&0][_ #)wG ryPح[QoO5)1@Y&cFUv6&ёӠwN€wv*|@d0v钛Cs| /TA&PM[o<npK`8X(@byi8W5V?{Bw"ʷp+h߅w(OG n`*24tU>ԁ\U^uxQFe1^z,.#ڛ$-s8q:ht( itq` 6k?jܶug^4ᾣ}d> V) P7Cg|ejn Yƀ*6mq L6bBl\F|Pt>ܩY쟶qJ*(b-|7+AU"VrdC\,˦{ jJ{,?Z@1o95)e w-3xYQRDSUv[obܶv@t1$ POUŅZ9y}L2̔ ׀a|0([ML1|nCtQMI#E(tݐRtQ>{Eg=<b gߣd޵Tqa1p`ݦuL1/dX)pA20ć&8l ϱΈ>ȁ(*!<yGYWL6pe_l 2o]pJLAeYR`Z -3ckӮki6(# .Q6%ϧIcQb/,"T)HAFIǧ6(wpSZ:TP3Bق\GgW(JA}oB{F*BfStboqgtxf3 |(Zc(cEjZ0)(+^hazʋȪNvݸ@$hӧcl*݌vHk˙=E7Nd3+52$?fBw=e#)I@x3`U6֣n9s.r;)لu<#l(3Q]?~r[Nr2'+co#dm,$+&0!l+J\C 2R`f ;BD zp ݜ@ ͷf =U V}pUE~իæYR\cg3Y_S4;iBL\M븘㯾{^c J:K16`*t`#0cȮ}*AGwO5xnՂx"VlL!.@FiׇñTiFc%:QyÈ6\'%)aD3o\nm#nR6< 6ڼ-13%F~o_NpW4 OQ)"ʹgQF%\g[@)8oDQ|~Q z=ܣ>{Lc/%0hӀ[ Yfg$17T8A=]v'@̝RfN, 5P d(\HnX&d}Τ"@ R_a| f(16@͖|ց<1 ٨#|jϡ#盁H~sr3[V`t"?,KObƆfVuI4fXb@5)j#`@ b^60Rh5y u@E FZ.KrDM\ASۢ!H6ߴ )kǍ Rg[- 8&VP3^Hr9ft{'7Bnʨ6k@o=sw^ڃ=O!%@ s%-t Vm2*~߭&1kCCwkbEfO hmlRFgݛ [VnIm̺eÀokP$;76s9ocD|<3cnbeLX H:NX{(03O)7p b,; IKHRpmy p!GC"uo}9~glz&sHYNRD'01g5mvtFs?,#MʀF3H6yo3&p;lT]}XJ \u =%~A5ݷ1(Y=l0>R*hj}*><þ 8<ɃƏbT JHF+?Y}&'lȼ@2Q=A\iP`WQ!_TK'=`oz06wQQmPzG)va~NHw: rq~`.a㭒QXEEۈ(Y?Z%09KAKmw"WJc`}/[h F˂0 AU_oe5LZ-B ((7?Xeq ؚ Cjo i1|*P`.gGk`>ρq5?T`^flzŜ 1_SEn-loWD)tl<  Ѐe,;ӦeO.wƂ\[9'7<,#Ʃf Sx20m}zniEQqR(z~SZoL`8'; ֣]?G %LLrW'g8>p3=49w{`W,5:Ot=ތ 0au* 50ds;@>v@0JfH).I!{3'A,S2(g 4Cp٦49x/!}h,-IqVnhNy̎&"ϳ1G?ɝIZYM? PM`.ds$J<ȼl`dseYo+2 ~3O7k̹J |P#yvҊʣX۬Wwwj}Oƒ!*6@W:~vK)B2=lW w@eq\{Go~(⿬(7G>(g)̊B2hcL!UPa;l)AJ,44eK40BT.`Hٖ9hgPt;v~:pno/x]oЛmMsz񚼭).E~dX~q/@|@g.\^=ma-q;7r"VKvÏ. ٖftx4+/Ix/k2ŰRNt_zNWq[pS}ۿw?Epk;^9p˯9%>uYxrZ.f8]7+o-7]F҃UWgXI~]ɏ\p3+i_I`-!\ݸTR 6m}D4l !nBǤmeM>آ5l ,x?02_&BsrE*.S]7ҽ"3;70,˔5;)6CkmuOeo8VH7M~]/]_3R jadNLEڥS0~-\sQ^f -?hم3xC sϩj렍@ZrצZjvt}47288iˉ9>.ۿy>GfV-GP"OɏF1uYN|$׳H4gq I̎q> )muW2BR$=HJWD8*eaJF q]q$ī^")opuliSSI9td6QDb4ܝ2åE^tI.)WRlV}U{jQ$1X$-k"m-_Eo)۔}sd0h}o'tXqzr)1N.VO(tu'uQE5>(xC ޯ7|>@w]ݫz=?(Ry4 'W %j!u8ij/6SԼjcu18 u)kj`*|DnP8ujq6 U}ylU'R=S cpoQ\InZ߫.CGq-QZ-`'2WZ̟쒌dmVzgI=xLe1Bzst\c]\7=. j)[M3+? %5]+9Oڄ}*6A-J uoՒYĆ KIIVA*cNUT~ަ6~q'5WZ"m]m[_{TCq&gUEGmIJ8{*3#uyɸ5O~c!܅+Z*>ޫk+~]wuԧ>jEN!j[ϣo ZڗL^U%ªd5ab_trp~my6>gsb6ڱN;+Jȸ:qWC4JS{raIGiK.{kt~Ar۫- ׏2t]$-ժE$ E[t*"祐دEmbD71(6VP,4кױ OE:yi V}}RړR\=UTӖW8ڸ]b7D/ ,6哀κ#*vu6L`x@RX+.f*$Ӹ !5 B CLAyjoNӦTJjvQRu쑇ɭ2F{!Rq 7Zw6b!ٮ[ }[?XCBiWbG'.zW%W ƑzM[ByB,'.E=B%h[N>J(b\e )V6iJS+U41JW[t9smR"vɈ(A!CT?UgO&;D-M>?a\oZ }HxvB F[R؃q@l`IvO(H¤ƊGO 1j   oa[HHV"v:3%F*W'>uceTqZAjeUKAmfƵMmIMP'OjNζ\[HUiY=N.bMR/W^;_bp(>ҕOAy*I:qR9w'C.a.%myV\U#1z!dͤG. *RjzhIm$jV}%a ?0Wl}rI8KK-T'g*nO / vI@]ћh xZyXnZNI"' 0xuNEWGV!Fi* NYe|b,`9+8ͧ7ZĻv  tP܄+Y#u*_E'-Ϊt뾾3=j7D&54=S9„ߦȁ9Q1^QJ}qPZf/L)SOG[Wg(#wT 4Y}Svvr#&( cb*S;&͆Ҹ(T._-Mrn+2 oؕfJB˖ sa~i?M0`=wX^>IR#[P7zͤHˀsӚ1Ͽ4E]-:M]mpQRmgb,U9Z N'\yd|GB*:qeHU&=oOVEdt@uAܱ҅LF "NnO ql]rcΣFiyzY|iJȯ:5%Fytf>k_ue-=M-PR-_]#ߨZum70q/tP+F?M90$)}H0E}ܢ0OzMa~S5?ZqUR DĢ=:)N8{~`j/bIg)$$:=I`A~rp-I.'(.z4~S ӵЩ`XҖ6(W uQ?/4gipNW,)Iz?QJHf.Xwy NoMUM_ 1/ چV >0JbmG^ޜ Yؒ|G)ֵ9z09pM!& p9ū8z3! !#RT|'I4ZڄWod˛ۯoD;՝T!Mu*Y_2,pDRwB) #T % KvZiNLu ²^f˥u\]ۊ>KdTe;:]Q<_),ĔY~̊j)TO!\U3Ւ3<„š|a"F8&‘y CycFWeLŲnp5մʍANP >ԫ($^MLNccSKz@#,bH4gMGN,qw}38g~ꤠ:Ti^75 jz7[f B+ÅigCx~K⚞{Sr'OLY A +wpfu#45[2:ɫڠ(]`hD{8Ha_in}dަ"%VMO˻.-5'"ŮλS]i,pK`ŴUcڮ E{Lq~gݬpSHH1ֹ*RU"߶[,;Ig {.a3x> u.4A=)BgNA/H SNE{TLhDޒ6l~?hGE.IBd]Q:O41WcS=nk~"ߟ[X t$o"rK{1b)Ϊ8q9tC꼤i{ѩMIA*u/ӓk2NG+zRI"! - M#P3qK-0dRC::Vы4")^=/~߷~S&#̺"72893Hf!z(eZvK(8%,ٺnxFԲj9d9+{bթLOZpYZ ] Hⶒgi1ʀi<}ŋ17~>;ܦNO)tj8F7~Ky L2䏺񀏺2ntwпnQ'U]< V푪mSx4*Гi6mꐮ2C-lܹQCTT'nkK'tTسN6QjbOf/i/3{B[i3W' z(_ɳ$LV^X· )h`F5~J "C H['_[Dk KBrrS#|I ֡:0n1%4)t {YM艿WCj!("Kv,U .:scF*}P+97qZO,$8T9|%$"LJ`햞ٷ,Yh=*eh% 0E!dg֊L}BT5a $o#;RaGiٓd6 ȋ%F2lԞL 윧qO:l:%PYҔ>>Qzo?f?h8yX&t†`_~Ƿh-A,xDrgTb.IT3tK];p OEra,Ϋkv>W1[: Ć^6[}y)QКR-3(zr-3LE¸T^AFSzCn,1Z-=D?☿{v Mi7\2oNN;\"1>Xhf\zje],y'HӣZI52KS<Y+>x?q ;8+~AnlPGK8_&&κy~~gu 'U^'Tjk?/BbK]H]9wD(4E$߯'prʕ)LYa%5BUzu lKl56ՙވVj}vy\PRLeyT\E`/c\nScgH ˹'c]weT%╌v,!3SҔZ3r$lMnB#<2PnteٵV5^'A\;y+i_T&~ݓzf'4F zWY/IqֱU LWS ҩb RާjZ9"jߩΆsVk6`dJ?4SH4 {G |$um&@*`)/5s Yp9 Wƽ]@O\]n9L$2X 7_8u-!.6hs%VLS: LVd3fn Skqv! Ir<0HkLѲb"Њ^S"b9SkA(ȿstXȎg hZ R%]Ȇ \o%R  DPI=jeyr욌8O!7pRm눕[MA;%⡒ZeOc)= UKT."L13/L_Ocŗ49NMuupA8ߵZc><je V*Jf aj{?H|Jjι <l >nMg>]W:>Zd jm-%pK܁vQ{]#4*'͌#9b:jojw:KJx*6Rx'k(":r gs*jMK."?4Lt}=fgRa#Fld 3RmQjHqY\UQgNڦ"wB"ktsiXLBmY⻨\2Q]s‹rflI'B7}4Rg%4:6cV ŽBfGqkl()my )-KaˆHLoHM#! #R*1+H_1e'{1$MEUꉈ9m#&LS),O25vzoZ #=IHrn  # m),X2#eY<?6?&!vHӔG+Z}+'xb;Gec"cSBt +C=[zfI wlҥ>Amםr@gYtBs1fsV2E)ERX[3D*ƿ6VE0Ɉs5r`2JooK>G83}A!wrw ފ9,8c$;-xsǤ NJSgmIPCZUn%A)JJ1} 9i:DQZR]"vi g֑?qRa-U8IsR-%rUw9 j7M'&&ptշeu]QB{D!.-1T3X3f9sScGZS&/Y.墠k-V__<(E~^9BbLpYM<-K^ԴEtP#X }ݸ'_ DH]g*JYbwܺе0^ R9Rta0Ifm$q>ʨ t,o{u4E{S&+pyx_+)EQ)1.N+0Eu^!/b(iD^IFdZ:)R8mBmߎ9C%qR lv7# ZS URt`UImHBKዔ"~ҝn.d~"X[ CScWƱ@UJhV)XOhzd:αGvܵmLtI[qw"E[U\+PQ9/۪ $ƎubG;! PS~`ߣ v@US s E#@ Eva#6+⼶Ɨ;8Ox IL7sؿʟc7H%Fj,21Jd3`lQA NW:2r,%ZpuEŦ{eJ W?oAGoiuQK?hh<60Zwi[ e`wA[t+ux:uf;=awH!dn5ج=yS>j]GJ W"#b P Mܦ[k´& /*V"MJ(,~V> qnCȎA0{UTaʞ}D[-7M׆ q~=$1CfZGiH޾*F9Bgr)Q Fdxs$v;-Ye%2 ❔wgeYZg Ff])[xR"6[? k XQÑ0BtOݠP $rOi޺< Gz7ukh)Ee/y=S}$BpK'.,Fg%yR9?EO;C0*]3 e 8ۂs@syt.k~ɢ+[U.2 Q]F6"L*ɛJȚ6[\K 'P&8G|yVnkDM^qL880?kXa%l$fEۀV M!%VLpSk"+'Q;_d#kSMRT- T'guQBt(su1{4L[FcXn=מv9C"JD ͐L:Bw[ydz;eM^!Ꙕ ؆8 [NA0<*-ʞ핈5QI0ٰJj4nbc}?Hq;_ùV*"g#g(ғ; O7t(r-oGh+mKsV;6է=2N%9>M(TK c0ƥYH$"9u͒sR8 ${V6r6ȰTڔ4rv:( (8٩N"]$)'nάk>L/`O(tggsOdR*e G7 .Nʳ\Z+2v:nj"*)t(uVWX YEcYkIjf|<`(u8WT'pժBE]^ڝh8`Y@muٔ}Ύ@/NX$l-Sw[hQ /;E=Ey9#F"aGGWpJfj+|˳R-q'[GaQ*wsnyD Oi55 DźvQ-nv1(.Z/BkvJ\$u0L(AsS%Be.5^,W[`ו5t{kj˻\E76cdW)#pr} mRI2')!hdGhlDGl%U p NCdg0pU$~Ha*ٵ W <=%6 Γ.E%"hIwQX? {39>q٨I-H> gUYmJ(wM~GEFBuɏ aUZ',`ܢ8 -DIH+v{?h[$$I1VF8 n d3Ֆ&ׄa9Ic&O\V=6hPsjw y1NbHaw|| X(3yJ,y 5Ax!|-l]Djs^&#+~sgӱ}<>p)EpD O|q\폈F͘dHp*κ:=[] #)5C;3ڇgK.ӸM:y׵.6mzommJs 89bTD/7gwkԻ|e<2E'mj*D.qP5#u+xLS#@+a3jEґt!۵AqT݁p;Z]٬JΌRps;$߸4+%ڍ5I >N\PPϩhmY?IOį,B\jz,|t9j4%s߮$hcks4fYڪEV J'~xJ0N|B̅V[c'u!Kؽi D<*!m@ E+@ecUjY$2'>ⓢ *wj hĞ+!a5I>yJA~%ƄֲXh'Dzjc{MCg-pRK0x5}tMTf8u@} #x%!OBiPVgh`u q`ڶo|'M,^*b\m; "?mH4W7ɱ\VԮzNKB ]06{NCb ‰-ćE^OL  j_$;xtZm# Md꘿pud!Y/rvdL'}d=1#|KW-K`_u'Q8a|:kZ.6ڑ9# ,9^q %faރxؾ+ԙm l'Ȥb/sJM$>:,+J.+ 9` "#nWfB`ՆZ1ȡ]$d\Z2#0zYGCfERoi+q( Rh} L]Fڧm<8}N^%e8][mx Ðc1csRqgdxHBnn5>wt OG1- D:Vv s\MT OM0B+сKl0x.-Z-eDՅ'u+GDԒƄlhj)jrZM> 7Ll꜒+iqAWLbj vGԞϴ9|kĺR[ q$RptXUMΉ8^:6sdb#0'oM\]x|Б"xgߚHЀdxrF'*b3`Zwxl^!g|>K +m<kyZ'YYnĢ+cP=qg8OL=] 'տE*eX 皕8ۥ:DK΄)0ƽ_BxyJ`TzdR kўKdn0boC4yEQSI8H^fgWәVOVz\o{8D$-KX[#ɪ"sgWk6ѠM=4 #njyۯvoIA 5JinZn>JA5Tu(ִ*:D4a[ug͸ϵOh-I/UFXwk7Z]csJ+GpṐ&&]Kڵɖ@مw2ڇk !v!uF12qxys7^K\xfۡU$\)-FtROƪ=)} VWj\"aܷBbYr~{pd]+.T?293m:5}qs^#ly\T-l8'0]+^/2i%w*OXHr"6'F6._qn'"C@2(,v5yA 9 j6Χȝ̂T~ZZ*):A 9/YE-9՛ 6)LEǕԵF4S_8/ 5S#MI0يK1wü( JUz ؆WV+ۅt”Sc"prIkhldMfT>*O J+/o /t>:U.M!pflܥKhv &#~̞4~Jf+B3βB&xd*id6LN%Qc> ۾H"ƻLHQ)ʆ+9rN̝w)h F؟$w+&`mZ%5Rqq6ZdsdU:3YdCIȄ)"Cn傯A_lf^'akwIܨ=Si#=)}}c!ajMJna6hLTG)j3"B?%UIܡZ4mɽ<6WU+zzOX͍` 7sI2x/M;~2%%,j%1(:qvjU܆KI[ 8>5j^Iwo,<8Ӡ Wh=n&hdӡX%uĬljֶ@a{%"440)Q|^ݑK>..,J?ū#'uJ4⩗lQ:K^;XVO͖5vyHhߐVmB \cͤjԨ6]+>E0 4Z(²]$vrNL8@ou Mҵx  :fWniv )2j2xw}%`{lJ4pBQj#LP>I~`F:̺QzW51E.}T/y&() ] R[D26۠ Ԍ]FPP^P$&CNWJ"(#5Z&hz=!]2(nM`(܉nq5N-i5 JP[?iM'Y)<ʹHhfarh'ɔXpNmMF!E+%Fw%i1U2R-9^^PɃ9leNϢ_Iء4pjeO,ȠVkXe(zSO86*RN!umNeF~8uq8'\C?DȢ6G|_CIjlXboՁy]ECP:$%0N%IP{] FfjI҈2 g{/X6QEM,RNjFTQhNZA}p*ZbaJd<^"C[=uk)yr[gDY\=y"ē-2:ڶ w]-cʉ{j(}H~93SҢOQh:O9 z%GZcv3@Qm$fiaSyC68M Q^AOܪnNkԲJkIWd85eKBZ)qSڶ(1iI1HfXGqfJ[s|=q1Yb56ʞ>)I8*izEAu9{dG&HSn~;0K$Ŕ> ~{{s;L4u@bކ C.^r  ̮h%ύIb<2B][WBE@\^q-OHL%%H<5RZYNO,X(} YK=֚*Yv;ȃ^[n!:&J8g^8{ekThe鱒3rY&5MJ6OzRibj WMMԧ < |n$dea";Zpfl3jЮt5%ѿ SJR&$bH:|yAz-Mtpab3`C\ *ǭy8t3 f'+Er;wJ 6Wpe~5EBsmM>?P}h2"󭛹ЉJ5ZMC :KbsJZjfY!8GDsd-cKvy؞g;ؠb+hZV:œ2Qv,=<3+瑰zvbu?a 1V;!Sli1%bYڵTRŃ2NoɣT3#VlQc蝊yg?l}ZՊǬIpgd?\ $G93szU Zj?5ͺ6 W⣸%pYx{Fq:IUӬ۾Y8t"(ځUj}+v-lg;.WͧKDJC~wcQ2ے8C:nHAϦm#cRr@gFnT.\VQv9Tx@D$ʥwZ m1VT!! p]uZB[G`a+ D58P͸`}IGҚ)hKjKa$&1MrP,GSK݄ A &'ւN66^UすX656$z~zBj5=rE)lp߯Xjg _L sdWdʏskt|9B$i[Vӆih #=-~^qs;C<.*g7فP40G;KO'?S.JmU'6SiqݟF`J6O&s[5SP'UYu [7[FvvpTx[.rnF*:$Թ JXjE[|HφpPБFS֍#6 7 nWc$Vssg'`9k ps2!r*C#].hy$v.oQCB݌d[j?A_˼aI^X<յw`I={ڶ( _J#"»e|h1@Qx @20h] ݌ĦUTLZTzljt:uuXbNLa >4K&v×tJd1K_;A\({"Cz{T8E}{­Ŕ+fy}=)yOJ6RGNvk^m~59ӝo)i^)}.9)mq߉kgf9A-,otΜZ &<䥌lDEm]+:Hj1QV8r-]WL~HO8DHH2}I\TkenG1|gSJ w:SQp otQ(hS0{T%Xv8*2 j &YkfrF)E$u t&b&Oz(u: o<53vTE|K16wX^& EYVƚkgO3R.a"}Ʊ=cuqv *Zfa=5`"3nY<2H *SJk'2iG1qx2R_OVl~eDٹ->8ln/oٖZAJ z"=Im\6Q"%Nf;>1Wщ7_ٹ%'ʥ5;1 /s8a5#xR4|H^FZ}f$@t iG/r. ,pD :$w P*ZRp9 SbVYkTd5W $e [(K~NfI-&lֵyӔm[/ڪЮh*m_OjHMqIԯi!yd%eG L ,f4,Wj^ e ¹M'SŔ1 V/gx+եMHLhs[vNԨ]C-5(u[DZ$2> zdA{tcD X)R(Hy(AX6鱆ylE%mgJUN9((W!MQr{E"]jZbfjI=Sg$4 -p1!&4y_TjN}T8Jk ـ`$8"!˧M=]y7c35mh48(#q~.DR[kvd3y.#ꀣPXTo-H|ZTTi8 X I쵼vj1Z(R?כYƐ#y'iZQ Y)É6U5)C 'Zf6z¢VxRIWu=.x[?u 6%l Cc-lM;}GEʘFz͝K1>YVwNVv2.WZl\8R-ZkHՄ\ pk޺)ZE#<X&sJkٽBV2[ABP&fObTӉ%35b< ;?:οJiYtT*k-r7Jeewڰ \!g$ɄVPu$=A5u)>6NK >z޽DCO ;mՒ杍~-TZ q{ \G+UP<'6g*BޞϢr% T Lg6ZRL%UQ[cMlrEF:wHJ0u?DI ŝ+n5XU5.~H G(d0RL4d<; ژOٲ,bVE-4١օAcG>\[!H[Ef.@-utR#MQϏTdKnr̒m4J9O8f(RYICO`8bU$!ݨC6,a!VM"uFq jUHʔH?,NGRQTE(k, loO>,EbI8I.N {T.e8$FY1U0' R]$7Ŀ3޳x֏qPuVDJ@8䕏.Ցl9痵4) +a=vNjh.R4Ψ\tV42:&UY%0h lGk.ҘW$^膝g|T%vB;i p5FRyʌ)_M*`vev+""n^o^3X I$Tf{iSv>y?1S.&) | u&v~:>\y~BYShz$҈@0mv[d Xѻ=Ѫ4"[hbyGI5\LgԊFG(Db4A8st7t\b6װ˟|hylO`0O]x9y jF$(h(*|U"q˺T#%q _As!ȣ3\Zry>Pob1+\J-/TJ|ص%YrK;!ϪhJ3l\rW߸p="b]4[ v)`@cm˹ag^6&D梣E!@]<:۳6(zk3bs=NNbxa b)H>))(bO|I?˪'!f9&5"2 Bx\E GmJ(Ro!|~V ֙}˙hB4 0!F)(찾Hzr?2ZSE*k}KO|:/\emш -<3!܎d=u!A[tS^1Ny13+uJo-a[d&GI*SE|VKk垎\aj >J'2q;KxT`иbY u[OG{'(5{ehSW9hy/R0vsS9]qOMi«Os hUZI|Q(8Τ4.==56E* øBC!Db«@X9ȓyNR ZqYLAuZ9'eJH`T.MڦS-oJSoʜWcOn;}7HlC%GzAǯu{3:5+{=c5?.o7;䫿?cW1סyo'#W_}]?۫}u|u+Wtwz_rZW|L|2Oox o@- >?5?(Xף G4a|?`h^|O7ǜ AϢόY㯏~ϣj/_oU77D_ϿK| |s_1_s𳯊?\vCC_/گl>gaW/Z¿j׽}?rۯ}W?;|ڻڻ@+zwcW/fwgvX0oo~wG?7~K+__ʯjWG'?m_g~z?ޟ[;տ??|?ɟLg~z??oo?ޟ_~~ K/b_^Ozޯz~+x_~{wnq/Aq/k\/>Kx_Ot߾xG~zW뻿m~G~h/ݿ}?>=z[{57~7o޿oͽ>( Ƌ䥗jZfO5:vg~>(p8Jc|Q/fAEY\M?LW1h{Ͻ2Ǐq~FaƸvPm;n`6yդGk(},M?ގe<~^>×/lYA΋~Uic;~x~?_zl u-^aǽ'QU ~Šc?o ?ٯRm4/4]ֱL^mg~aA~nL"yoE?vQYvfuLG8 b~;f2alb 5y6*ǃԟoIGbPI< qpݛ/`-t6󧛛p|YE_ Ve?ieEC#6neg)651`7J*I4d`<,e;88٬?> dž "O6lY$¬M:%Xܿ?+w7Q"Lty}4q: Nﴀ by & qv)f˒1c2V#=M+ؽXY "Hld~m^'|wIK/Y`XE`g 1HFN,E#Oc zUD/{apfda0.21Of tŬQ,2GGhO'v_bC> q(NtI/`1`2õ?S}N|sF8aNq t^F!a|o޿I1Le0upE 7q+cwya$}saIMY{+v'ϋ1WDF/nfY&7K ֳx K|0MLa(`-1;sXq V!},gym`ϼ$Ѽ~ma0/囻xpq:{}MCL \/i̙4 o [KyG}‹6O VÑfb^ >8"_z 3Sp 5g_7\z܏YXn߇pWn4W0N9;݋rN_9zhjvx;v;/oIMt8͋74-_,24,MXBAj,@\)ıX8+<73a0ɡh!^!r/AeZPbo!zϦwwSwo9 h9ߎY[ǸXyI,`fXEvُ+sumLÑ%ݽxsxMr 0X -TȲq{}g${7`Y:Qy3T.A74 B#p2)|DO`WG S9<u;~}\Dbvl#Yj쭯 ,$ACY-p؋dK|đ xlR0N;Nۿ?Jr~A|# Ĺ ˛87 啱/&a[*b(&1lq2\n\#k}a$&U9`w>:[+7F7kXu/oVx|4\[(nfbva9%)Lt/VÕp?_M`wc{ E9]T,noA\onYS wM3?YoINk?dLwo}X?lFV&`t`c-+xSbX 4TæeScc( V{0/fWZ Iia`s +CM iX6)~eD id3ZT^#SӕHtMgWg~V{!rO _xLsJcR$WaM(L55\lVacæ2O<`E]8y:9yDXps.*L%> B!˸Ûdȉ>-Bd%><뿚M`u5aMpixZ$.y7] q.W}3<0iX)nYmiDTό߾;_;0| L}p~p~ISs [`λf`|!"v v0g߬qr[O]HWY #AFPK2\oV;X|. |r/͊sMqMH0&W8 x(&U-?h٭R4 +hi?3c,R3A.04H'/x>$~?sh"؜h&D}"Mw77n;ȅ@f Wa&>h)| rjEߟ݇iMLd"?~Nr,Ri<0L^XY(=X Cdd`?/ {ȊqW1R1y/wy5`ʸ|Hf09-2jc@ppngdpf᜛% <1S{"_JgTx!}`v-<sD38l8-fa 3BxTDya:E2-_~Adva+CA<5af"W㙟'% <:fӕ?O"q"vS3CJU_H6:N|X(<2 9Tgal(K#c c` R7ov b˃T*a~XHqܰ0 HaGo^)wq8N%^g4 '#\cA|"/DٳC\c/LXl7j0>A 7_?}o9xu6,2}T* "i-Nōz(XSS_Y!3^ D?C 9/n7oyX NA"-gwɡf~[ V5 AVv|xEexW>M XpSCQFaW11LrsSE0CoNʛ %56~b8%E;\ l̟ qfYcY*z7D<7_7{o`>(.-+qpEv'u#g4~ή&.}_-\~Mx{ly?oa~<Vo }o,{!lg*joyؙ˻e;&{Z%AxbWvKYa"npģ;{`,a7v Y#kfA43q]orM̱O0aq 1 #q]CQ|y!\ ^.:xf+x\^o92ռl8{EpQAyxgjsc>>3n8qxZNכ5,U6o%2?"rKx3Wi,ΕY?Gt4E"LMIʏ%X DMb2:얰1CT<\mDxƟmǽr<ijߘ0C|eMdʳA0sdX7/Rqaf|2V,7i1Ր!pF+Fa#' eg>\-012["{?{s"j0nj/n"irpG#THaMA ֻ4UaDykԬty`ON^ޙEArK^&dQx6#^ΐuĹ!aws4o?y wӽ\nw`Zvln9p&Do/AN#Ӥ Lg#SFꓯ&& }uFv#lyqL. Z cI"M|sͦnl9͡4}~F 6=$ Loayn8fM3Z϶7<k(m5oh7x X4|A9MY O6Z":xdݫšr̹0 +jbO<#eVx)yX?B+6[s(̋M^ǁo$c|a3Mgg/Asae0@l28C\w05(ChL*g-h7-DF0K(Yd3c h1F0؜D{olYqsyXG9((]͍UZ:_#+\€7]lzrN bǷs=ι:})"1vb,]ׇUh,~ ӱ\b@p>Hf8"]SIw pnx|{ }5)7\OauZwdao*NUy92bĸH"௰F7b_lϔ38xb\_0hz.o`l ?~d"+$L=*lru}w ӳzqw!BEwQfF(~zjs;4p6Apd{5ww󑗔CcHML &bai ˯n9,lVSc-eB\KG3Yxa1FQx1VCmobjBc:)V<#1/ `~ aZpu0$ qlp,~re2"]<(8~Dhʞ}u)(Qםso`q !@Z̷j8զGb?3uA߽^n$ d'pw M!d.s05os8N~sɤSSnnoae*I2\M%0`K჈uٓ,N.+W+UA< 3{&ǃ>w7[-3D؄B:|7e힞ƃ[r.&XI1M6!so,ىt9~;cFK;nˍ#A^@3f<F`k*IݬxLE=p{XԛMMMW!hqQkxxp@vS`G`3禲 څA~G]3!>VVfb[l鯛Dq8HP{&>?CFSta+,ܶȽE?gA<=E8 unW$&6H> rsе4nGd.xsab#&B|U3(@/14S A!V\@WS?g@T, WUaIzja1+ܙoB\Evy[h\m֑ {y<˔M`:XW7s5fAK&&B.s>n<@N$0Xp {jfb-`iܦ3޸0%|XRFXrG`ULGVGapG= xopCys:_Gw6GNn59ʠ됚O3e]Tª ¬k:"NV7B3O2L%fb CG궟:x( 4є"LnmqNyĈe.Ujj(؄M304KF7 p"o. g1#74W? [)^)aivO_M#HL Axޝeu*E0n$ [65Z̹Nio:&ڹ_M&O'o5py8^C׉GU'.J<_i׾ơTeoD FY\uz|Fsze-|XgF"9*s|/jV?dž>JŇ4W]%[ZvovqvnV1pO{;83qik6F4 V&25g7pBSOdCo/#y-%^$8{ ׭Z+#$$ Q6xS^}dNr1jBĠÈsq6۪TAFOxVa*~Ϥu&9vyy!NO`:^mt:A@oѝEgŶZ0jps^ 󬨓Lh[gkIA Uu*dyZE 0]7T"w~|8<$w`(:WrϣxEq }ޝ῍E,Q+Ańq&Yj]@i&>ג}PdF8O &Z:]0/K >j// 5 o)` iHν$ux0 N:v/Y.L.^.OuvL=׾yDA.VM>l"lr 񽌍JsN秧vXs´LOKutFQSgwS}U,إC $|O)7}w(|i4Hu J&`t =ߛ,((̥`щvmk* 7yu ӡix\E#=0 O).4ׁ(7OOIߍt&Lܾ]~[pt8f+H.F| CfMS ГDs0L ^G1m*Lz3i{V\2@HUx/O@7WJ4{{:B8jR=zZwcbopgynD$6j nL˧>񩦶Ue h2k:mK8tER8+UFtX:lwP?<&:B VӪKIKd($y#U[oq:[YξL:1ڄ8x~Szd%!0N2EqHTV7- :u ѿl\ SxL7;x: AN]c|ju\.#QBʑ*'&%G35k/C:+: 9yJ畟U/kYKw ӿy bSO2HYL+ev~;MxT "nwC0P۟;@NJ'O+N!T_{ںS&˨*4 Zh| m Նz!Fprn&LHΔhsB:͵;7+7Gb9<-b[ýhEnQ/9_kB~rٰՋF)OL΃t#ax?zLAq;EE>46q?)GAneRimnWG^\Fj7(Al2Xa>ɪ¥4&2Z?W:3~?YְjfT`o᥀;X&s&%krb~<$iyͥ~`)l/W?t*2ί!&Lɶ9TK|/zBg$SmMha*Q4$ Gm<Eb54XBUu?"p4vUA?+QuP(fu_#h_?.$`W#*tgD=KxkPAxڍso=G1c ?U`*HNEi!k;s*K_E4,6'A+p\8Ђ@.AGпbWNk]m/náºuuX">"kM۷O] V1SBqMrG2_h ݵS_1u%#3eJj'p>xQu 8 ݓJ`snX:>"sBS+L\DO+HV)A56pz'7%daZD)zN-qd1??dli<+(1ݥE|*zq` ,V9 hN"sȠxtA  tRo<$A|]筂޿7OZqgOow~hއ pkdu{LPzLZd=oYuyd7O 5Yge:Y1nm̵5/o5=u>^v T>JA^2\E~wܺ;8C)hZk`; .dpu 39EGKiڒ@odF^舞m02BHTKצCa;p,EeS=xߨRdζ_U :P }zHZ_~I{us-\1@ 1`Aw%t s<ZEwؿysJi hVª?ÚzY9˛"v!y~:8膶f5-Ybg䗬C (]~^LȰ-5NhՂtpKm*y ƹ<{y+xe뇏[0RWDηAjt+HPj/ uDڽ ,ϾY:L{v*oP. xraEґ/"8A cRezU2Ez`2H(]~7yXtcK*7:X]5HG-jf@?4WmqזR=syΡ3E2 ~s\ ;&c2p`d}ztLV' itN3۝yuX ypԮx`4춦FT&~YC,%ehIZ)ݔuBf=&h*6\WR9 S.9xF妊 _lT2FE_? 딅0a7`V֗N>H'*hjHf>Ks1^>|{m^O3IMP?#3򠷩XꁴwFoO7Wӱ "^QA!_Xs:Hf iM:wQ_4~n >>;L~銯rt{b#TARSI& שtV_5s^eB&INa$ nu:NUSF!E@e۵u}-C)C< "NÛga_*Cr{>VeC#)]tW#5՜.+2S)2?\7{{D[oQ^tStp[oYeR1f(*v2W9D(ؑ\,:hL.9\zAĦ(&Q﬇'Mu*:1[d*=-=]>TH#xG%*%l<6+u턺a:ps> Ȇ,0J'LG7Uxsg iQӧ(=Qh4wR|m-z& zSLn8; uYW;8`PEX띚aѰ>ts׉^?ze7(m҉~b{/ySeׁ( T۳K2Π zZr/dY_'7Ǜɵy] ξBbm(%L:5yGw/1 xX< k&ٗ'[Q$K)nq*h8'<(^~S~ 3[He,m]BuMo1ЉjMR(@3_T\:eӘZT(\g t݅zǏc:r6N {ߟ<2 K!&(fSzkFЧ0a\H{GcR |2U犾*DJԋ֟&&?Tb2-We;ܫ%F/l`- j SHZ2ԡMo'jexʄ:Λ>p*qoX@e]] >J;aNPQO.FEqR;#ئ".i&Mo)-2c?1sIHϠi\m& %DIQCl}UA_W_YfcQQ'A\w)8婩 *u BMW2ܛ Tَ&cxL-P'ǨPS7LwuDESPJEKoӝ?3NؗGijaȵFx%;, t}> @Z6EUG'Ntb*@kwRUhD1YVxrs=9\$ __tsM(p-Aq2Ƶmmq`3].z~s5Ə_"%Z5лNx{B[չsyMzr}q0Xׁ)Ө#rǨpO]DEXK]:ZQu S.שF ĥΚCC)29| %pɂS::G^. oFelթv-,feL6?.tNСt *yz>:OSg^(FOP@Θ*QSF$]7o :dS󥋾K_f`n9yQ![2ugޞ,0qz FY+(R~/8~M̷Ӓ @mu=\/p!L^;X}IB5)F6̮ԹdKovDEkZ"'] ]nA|閱η[`uB…tiE#O1\=iMNڝyonqˡ>/KJՙLniSo %05Fշ+ Z&{yOO:A:R97Ҋ1{TN0܊~!ǻ*fEplJLT(*A#'4BΛLjܩ@CaBOi +Enh"ri&5!Rn?b/OqmEdEX7?y-(9k1׌\G9m^]VQCUY1JzsVVZ{dș7蠆LX8+C~orB)CD"SEdNx4NRc9|<̯rm8w$Fq@ .,k| ?}%9+]muksZhN;0%8.xi2w]K ^0Y;\fwnJ9$r1۠dG-a.Ь(҆cKyTzYL0VDg)afAA#2_1)Z e^fz}9{w]l.="TBSEǎm@`5h)s<2bRrY/'fPxmxE<*`9_ڨJ><;n4OqiHx:tw{gR3\JCmm(>7ݥ B9@yq~>2N ^vtArZ)8/3vҸ? ZXzқAqѲir.cRMX#vMygZ'`W6BqA*-[hST{%r1*̙w؁'Zy>ՔYb9<ϧ>="A"#R&߸Yӡ9?ygz &A3DٚL/L$0={wtKt9:<^%\7Ac6@5d #/OKv-~QK.ƸrݮqӧsE2ILd{P,]FGa&΅M-ao?z~ Z-TśLB-z ħ9wKAVߴ:)zQKSJM7.]6-#STy?v(|S+3_V&ýEP55\m~x.mԭn 7aGpM)ZuhЖ"#k sf=B|0Uv'(B "r H 4*y.mRx&Zo d) lBe3)rp}}DN|A(Br? lX'|{(!xR-oep 3 &.Y1隤<7N}rܒU/cUEt~=IBA^ e|c2%نT(}IOAJOFԢؠ{# ɛ3=1;gT6p:qy:- wnr>ZtPU*24昢A,_dphZ-yTX;mЗ?Cr:lZ%0@5(~ai[X&$4k ӜAߡ>ZK:B8dgF789qcnDLiH%o C9#0 f|Ҩ:Jakr;* C䂙/4uovڢzg0/ |L$R3,vWY}=&hgW嚮UЃSN-NSSyBgEo7^NӚ =8Թ,!rFX 3Od| PBXƸ.1v䤓]&=ȃmM߼BW[2A;sq,'>aQ:(%m(XkA"t7Um٨ ZGIBK~ s!}T \ 9|d&NC gCsIЀ܇$ %-aMp'R ?۞QL:كpy<~'s_2nQij3K*m$__]/Fz^&TQIBLL氦q?QBE5ǟ~k?~'l]L"I^O], 9\D'2 V}x6 nr=,?\ p[ SV ~~@WR_ [o 7=hqǣDeI#,[B Kgu_:OD>.7o?}^oFH=Iض+͘pm .`ڿ ~8x3h۶1Ҷ D)f]>~Y%\86 ]p'*+=7'fPFѲUF(,V"* VY=Dp; K~ջ1 c¡S2G 9[_'̘#02ôt^z=ɋ90xxA9鯜t7SSdwƜ ?hWԕ~5:Jj8 ̀5.ɦc f6+{RСҚYm] >.}Ou0ʌ\Cl:qJ6 W"2}$~8G#%u PlSUnwsؕp|K.\ L,܅U@K \u ~/_____~˯{s^IʍEr1]6kS0NH_רI3Y_(Bmw(B(ۚm40?N6S=^f{/K&/s{wOO;?9ÛU_?~OYc$?mzӿsW}o'~?O~=?/]o?Z/ϿwjE_??}}?gߠo7鿿Y-oI(G߬oJ~QKf}0{~ߟWߝ~wfG_7kHsX_)EO__߫=ߝׯ: _ '{=_Nϳ_'UDr5_[+kw|>ʇ/9B/xkVp9+V{?[xry~+%ÿ<y~}㻾ۿ;{{O?G{{~'~'?~?S??#?c???|my+=7=O~Ӈwxoi}O~\C߫}3{xq' ?v۾;W_ko}I:83(N.0w7}]?SK9M %h6LK_9%dΈL%H 9cpnbzKsUllFݻ66ê0eE}o+t&b-:EM2ϭB-ڎd05<趖#'*|hYԨ2q̅m^&l8\:AJf ~um;LBCݎ}:}/[QB}w>-C>}n=n5X}ice3Q[pzBIS}~;EYWbs4]cQ>z!U1}BUM}u#E7_g4"~n$vAZzݤt(x~ u hK=MeFQj1i&D%&Ͳ.0F/9=tO͹f&Kq|p:&,~+몦Co#!݅o`|{o,]8.A=Nh.}]}2I߄UeB'`lh':ˮ&˒굣4z:c6=s4Mtrc/`vm: SƧ22Ksl+k% L>+;;*=?AEGe2c_U[Ezw*MAMu/7/QYCRUw,/R.y+ٙI oPmro;i*'S4_#7Y,kJ=-gLpcSdɊ}.9;N0/Oͺtab)VXR3' K:]dRc~_w qUQEg;=lMiU-R_ɠE};fӧToۦkH{vcÀRq{y;:k͏oak}0'Ų (=i s,۬K:}Luyt.]өj8gڤeMͮ-ezl[̕IvɺMQ sK% Bvy`>QL.J9_SS:4` zm?/Y8?/pۢkLގpUak]; =.1}H`M<M,!$g9%;/ta zISqz n>R)& ^KBzBOHp{yqyj@ҩaq:X`We CI;u>A㜸gx}g.i֚c#S,a|JV1^-J.:#9ڴ6b vrASlBWz:x{9z:Miʉ-sH"2څQy[@^g:~ j>Lx4Ʋ|'{m, qI"+ hC &)6YS)a0i{d25~sc>i81 L,˭룛+z:]^-OsΡxf( \ &rXJFG&>ogbg9r{T7E} u91d.~6h8goZG4$ S #PʢK Fh3Y)s"1i^Ut_Ükm\MsPS&h%qQz}nMjDY,{N)2;Mm'6Q8f'W.1+[[>oc3Pq` o) QK26(tdH):M T.o%ut@0l $6kkF#bygӫ$So+%;MTM8n3'"zJЖ$qWY3DRnB9$n}=4ZrƆ .@k6wq\XSrz~{-@ƪVBQ+eAk"2U xvw9w覽mnGϣ NgRLY! U߬`CE'٤A@Wc,JATv !i> -ӎyʍmBU_^ڠT[f5>%\SmҖip[>?PIwO?ӿn\f |bӢSd-=M(F)6MNFKa1C77Uc|O#, ɫ0"=A]t;&;2KB7n^I{Ζ0_&/% s/5t4{uDm1uj..s{6^g[3Uq죕Os8<\D!E?~|&d٧wk0s8 ':f+)OqmM)Tpwwuu)f K|7.|&&yp]Y\> ngt=3E9.tNt[=*zO]hҳ0/Jٶzmn0ӭ莗%5&&߻+:TH8 ç~ӯ= ؽe>D&ph >ɱh?zG//s dhhTZs +ȡNȑ_,$(M/9_&i<-&P'ϳ7 UW%bxNDϻM}_*KW25w|>{1j|rN_r?7,}vX@N QQ)wLW)!gB!0zSs_묓x_~o8$y[:Kȯ ̇lQP"<6?\x9G!jȡ̹Pˣ>o&6ƊPsE:v8]}y MW8_oYV_U*4qQ>m -T q8у}\Ȱ?q/}*#ZT@]BVk#.0D)MSuFɲBQM :Q]P6qQ+HWɪd)~6Lkz@mNe2/roޤwF0㊊Krz5)Rw8CiŻsC4'f`G@enoܷoϐ_I'y~L,anק_#$Lu Tͭ?i oy>n\ۯT>ű)TD/6*Gp=-PؒhIf8>?>ְhK0o%ʦj(ΖtOd|;E◅%Uό7czA93?qq+2N8F88^x<œ"xZM [1W65ʣvuLCY ȩ %X.G,bs/H:F1/1v+-mPGhˆʟ(dƧ1at8Ca|{([wZif=#>z3 F^In>y ?MN>;Dy0%O}upi*sHkp4~h΍8"bڐq3?`(P%3eQrC;{!=Bh0[`{hF]P?AR1֦I HAȣ 1WLv]GmC'uُ |,}\?~2y7ubُcXV|zߎpYb]f0cDz6έ>? vMy%V}Yڥgoķi)A,cR4ٰw w]wM8y RO_GjHѠpMDbaܤa/'˘&'au<;)FYe=S07J Z4*N'W m*L#QTbnPpkFXyxӗ 67.{^ÌpN|Z : (iШzVJܨ- $zO~/(['s}T˅֣ UP}T'Z't2m6]4=QQMC&е 68@4cgd[Z Ȩ&VLs-6.AZk{uȧG q:Dy\]t!+o ԛ8۴ VualVijR@/F'֩(fIeǃu'M<}}.FP W1TQ< Pwpu,6rz~FKaKLA2FѨTRjzʧxOX4V;bTU u.# $g{T0=Zp}%MmЂ< XܸnuAXu &^H1:mau2zP$F%.3ʦ=65q~<6&`700Sw0(%ji1%8iԒe͵$N, 5-иcB"~s-Bf6*,erwkz8~N&1ⴠq/!GC'Iq#T- ].cS+,fv\I+}}Swmo#miz:VnUI.K)=Hczƒ<$e;+պ mWҔTUY^nX^]iB^֩SlC#:ihImG@^iXnEKXZO-ᾞ/ՙ., GCW8 (#~ST֐f<MLg:2t2Lz{uRPp/MDa?t65*xKX+4,Cv]O8kНQ8'ASƏȰDo*!*{3O̺]dq7:W8k13֏>$+gHj*uԸ6A)9EFnWˀv6ս0KE.[D(?$6hj8جD;@tpD*K֧TޠP%4\6=w\\AK:yg2`-r̬{CM3%k͘KrZۍ1>V;Or(:V4u}KGY&3KDTmvкlC85i_$-׈1"QQTvH{c7:rS +CgO|T.'711$cUc9?:##xͷOFRsSA^*DU LPk"Jǜ"]ܽKT06+ɣ2s 3`ݗYs s0~1\A [SGw/@GGm.5!uGՅh4zvʔ)qS=#\j@/kˢlYz}e7d:=kjYX ]fUcd9 zxqו!Ȥ}c|e g.6BuӅ6WS cǷYr!VdІ=LºyW宾s뉙Chڳbd8QK:^7_sKTW=չi}n2 n?xv']Ȧ|L(M[7҈/w+]tZD7&l.QEA'z+rǖfa\֫MOg>$Yt6qvYI3\BC<(I4LZ?ŎwtTM\$q^oCzB\OOwvʠ%TnUtiΛq2.H2su<ȬEK rpys2(LUc!Q@ͦ?ah~Mֶonƴ3ɺ6ͪ zgr%+']EkT;6[_^-z/+G<8mݲscM)(Qy3HbKG2욗TPǒPD+y9/#\B]1zLp d6ӈyjoy \oܘ )հٕwbmPkh8L3eت)`ЎbSh `S%L'pIfPY5谥;̦lDe-9^x!#gk5׋=xҎvBi60QĖrLl)NSt0cβOn֢mAօ> s5el.$F{u+LGH idP%Am,I+ש) 32%)^2K*?wwWS\Te`=ʼT⡰٪FX&p>[8Tzi`vN ^:70r.D{[FPg$[ҳy Ox#dP-3a<ϯ8.螭R2-=X3ϵj-dIХ.YIz]j"r]?Wn\mԦDt)Ѐ/o^}JBɜW刈a֠ rSzUE1jO۠#Y(KJ6ٓ&3bRRPB73]2BS*@JLz:DSMjMuYg&އB-B<_41y@㻚 1(A2!WR C^h>)l!,%6cl M>{=#6QՕfd"_qBF ̅{Otޙ (Z>pA9r2ٯ z4`0X1M^EDS;t3ʹOϾ"p چ$7%@)$>ywbT^){T,K$OLVS<9duQl0XuGfm>˥)7/Q=y br5k/Gד.s4ɪ/rAQX{Q۔@:x:"VI~樊]Z'H*ؚ'Pkywjb9 6LRN]gSb܈QKV) _F !8-'irdGLǶ|D2ӡWnf%sfЂl>9i~|&dC,fYziZ}7KQ_M*iE{%} vxDE'T ? 6T|e 6/8qQV/=Ziզ[dAĔ ϖ]ʾ'i1k2 u{=Y,MOfn᯳] .'B2B. FS_gWvڊ(8;bkǞ;/<\u\ľ^vnYUVNO؄'}V48^{|0fKpP#us8!ZmܕþO\ [~Xv;jqt.jyC}Z9=O ٍk{ې~&1)=5E4vWi׌McIC2NNMJ(CeL x9~rNkUY'U:I8قHǭU;v[L:Dez-ڗjLGu=PWQ:z">}}ZTe}}Zw1.8ۈ^PLkfxW}g3(XMr(ǡss`'yR@NHp<|n\\)>K=jҖo_K?L*%aashp"V eaUαUA3p {<տw:3f?ގxՋ7uCQ e (zst匔mn9b6.qs[8 e e=fP\^w}9C+(`ެx\&/rwǧyMH*CBVq wxֹϻ ݔy3>$hr34fif*8_ [B0Љ%9ՆP^S qC괎Z?0&-P>C<^}`PaRcixncyx.5'W혌>=ՂVE5]~C[ k|il֨DDMnZg_lU.|y~nm =l},"$7ܱ؅!NE <j8ƟjåUPFQQrsP 6u=_s曏lPDQn˺50&BjC3Lwhn!?3K:ax0[$JGyQi6D=?{ rvge7:L+})J6 4bH)F5Y5 s3\& ~*lm(֟I+4xh졃yn5妀yuepVy7Y!j\Gfjn䇓 NT.^gtJMJv5V}wȦ#i2UK[ ::V'h\F[XCL{a/;}If F066oyh?IHW8]8lqE̝t]_{5sdhՠtN!5PzdZgcMA= [f2 \<7Y#sK9zҢ`7}y۪vFdjz/)IiG;N0؏I`vj^UvMZ*T?N2_2+[?f~(_k ƴk4E0v%-ϕByCغ)=264R'{%cxڤƨ/R]tֲ65I_o5;ev|*O$xY{N\sQf <~CnN3c*U֪`FWy? G%cnڭs9=oڲGB{8Gezө:q*@x64@2a% uxRt3zusS~#Ji(ք(MKh P-Zor.O~)uoq3КVBUf&UMNUsG핪avEOESnyVYԮΆ_*A:tOz r %j3h?gR Bv:jx?%sPܦh=ۣc~/%3{vv8m\35NטFW^v* ^8+C'oRLU+~?4@!>THy{'PvA!\Rv wP}S/Qm7ֿn~nx> 4cv#֕ mj~9ίjA\QHKƓ:{Q>Co":*pOiqsJ-ZtKfdMT\7U^-v^9\ *ݦ (&k4#G ˈ{yjohhΒx~y|˶*TWQ ~LGEX%L'0"_OJp~>8Ouj-W1&T'˼mJ/uVpVJ=.cmLVمcTMk̐}"P@WwiF!n:s[ETh5k1# fzm;P!HU\͘eVZ?]8~:Kv#P]wLl.XdHtJT}rvS#NobNSSU6ZdSR*ɶ9PKr/z⪾/* IsmMha*Q4$jg-tSio5% $Z5^}p'C(7ͥCUw֑̅˻.xceZ;^#h_>&Hyo"kX`^>;}M}ǰ6*vcG ,T)1z󩂷^{`g˕K4c\uJ-\<2W/8JfKq:2U pCCe6|V% Oʺ,Lh} TJE-G_ΉmC_)a^8l:D5A+GK*9 ( -L: ^Μ;4א9h G ߛg@ OpHJϾoKCYFڽzXV PtjWkŃNHk@雋0~=& n8?Co  ~փIl:.PY(ed51 jeuƉcB?[߇}EUki_^5==1u|9X?P͍e[[eU'W}srT)J&yk/_7ޯ[N\sF5Snh;9uZGi#+nF^}0C䨍>Ϡ9`m0a1(rDbi 0xX.X6ѣ!yYDP)&g{Egl:.g@v*^Hk/(CNR4i䛟Ϸus@+%d1pfi2Eff vIfLmJ.q|T:,Ch{ =aJx\66.Ȳf3ʜ'o0p)J׾_VYc wf`ؖ;NϜt` TpJi+w>Zq+e}%m[ۘ͠^F*: ^QUjޯ ̵uDZ oXGqIIn3UJ(.xrՎ~`5L aEH>0kܝʼʐl.}ʣƢT &L0ܑg`!F\BS?dZEas\xYx}x r/I[M*u4'X1l/fн^Hdm<#0 8lHԿ+EӨ-k"9NY|dg:=z^kB\h R' i4xug%^ƨÅ6NK %Ůx4מ_xqETî56\a05M#_'L0$t4w^\seȱT:ս0**K*)厝&I.iZ%TS>Y/ݜ2~JTfޏ5Mnnyü}o)^&( ߾=a:.e>޿ffϸmvw5/qs]̞jjG%8+:~a<xq۸@y?iĦQϪ>T{̹0u/W2MKdZUj#x(%h_5QZp-%z[ 6=S(t x8xFqM룿! M :dA?}4ŠzvU yB]TAb~L=u.](?=eiZgdBZOF:LZ]\5XnT[P y j~Ct<#+1!(Ŧ@OP@BPj`+0h`92*7_EŅ]6A.C5BsOoOe;O(h v\C NMy#akjHE*x㋴ V@E|:.'55O2D~5\EJ5Z6eo w)i_2:ŅEs >2P5^EszA NWT ffg mv&S6pcS b8~w:M  ȌT\:<'\qCx+Mj ÈF=ҕׯG2e_]&:=o֫:hSվb`E,:? )O_>D{NJbM4+<D6`6 9ݴg-7UC%#}!^{Vb<-qxCǴ(k>u+ʕM2=x]2nJ2x1SS0<߶0֧&tș=.Y:ڿ N|'\1:u!fv0",C>10}z)݋ X2`ɢ5/ϙi|6CQk˰ߔXS_&_bGarP=&3M{+]}6Qa M5Q{:Áb]QtIz#6h\jFx.YluOVPj`}اcBPL,TwL[xmWxTucS2wiDl /*ſ Ӣ((k4;)6ݤS&No?UB̮TR5^ K7\%(mju ]b"i˃5(L?f/; OH<;nq* mNt K:ӷ' I dfXVvМ Q&V>f46+:x:*wxʢgOS)mdjJ" d(ز!t*cK\?uh[tw:.YME]t~9O˪PYiԻ }\n9Fk;yPGT71ZM*w},Aˏ~zܐŅd* Q?o*ro4v58/zUcsX6EUG;&:= 7@;Aws *txfL8]9=٨̯ _K\Fs*E@}(hK>NƸ--.lKN{=?9A! C{'W=j߹ݺ8ׯ7"SWWm1ցw8SQ;G̎Q<梟'&56̵7Oe5PQu S.Fc&.Ukl98")p]C{~. *͸YGo}wTe3+2&6?3t دCMpt_]A;Γ>91i ss ;\%J\WyS?tvL`2_^𺠨t˙G.FlНQ{;Ya:p F2WSJ޷_q~7ܦ5Wi]2gwdӾ }_UiMpGWX[͕KqFk^#' x;%ȰQ1_ewm%g:L!GՅƢQևA;pL)bpݽ~Pjׯ5֙InisoET %7ajfj(_5ovϻ|"Y;uZ1;w궪0/x/B7fn '>.eǎ*S(%QE%xC-@FY[8fit5iUt8ۖԹetxIia4RU` H!߅)7vݪ]͛ǼVDFKyky.U]~*gKikSU6#ERZgac̼A5BckU3fhMyއߔR="" s*Nh@EC~g.(+ơsf(őL1eMS<|6YGʘСNK6>9\Z`N;  %8xشv|&OgpLPbMDJ諘^P]2߮Is4y TJ93 r6h?#q o!pW{1^_yRUfnE=wT E2Xs{go@Qq9h}Wij!Duq;G/ oqH\|nEp1mnBSuǎ-@`7k@)s<_2)g=ߌIX+w&^|U, йEa׼WF-U~ov<"w`_NT[gR3AZeB7l(>7K&rp׾ &oql/XqNbIoކgT@:_OxNxrSS\v |TW`HLVP4biR ػ}hp]*5vC\]y>\[iwL="A R&Ң\_sOƬ^{!P918 &l7fӪyt(G|G.O< {va8l.yMo}y} i!\۪>P|{9ϟqN; 43E0ߥ y<Dׅw\by6 Vf!-S hOset*Ԝk½|W1YO{0.8EYu7:(?n瑆M6zQmf?3,/BOcToc+~=2N0n?~t["æ_vi669;OOndWlMGQ&/L$0ӽv/_nk)Qokz}k:{/r(m~qP0G]S2]|~{zk +E'{$1ND* um@#J>sGBTM ]@`!=y:aiؘa|gN= V}ts_z=o85.H^;p4W5wZ*G|"qUO? }ᤣ<}a2.U1#(Cl_Gz>?}ܠ­xR+'G&iBzj$9ҿiuRcDA(Ԫ]B$ڬt|ڦn1)jvo]|]=65.Jޟ(1pa(󀿤h8Gtڳ̯xj@y+LՋzxeUCk_:1ef' ">A'|C^P#*v*LgP't`Tp"s3|(=urp5BB'=45 lYg/`:/]`R~vOkfvܹq}8PtPU*&TsB̎PcEJ jeͳ:)a_QtahZKm0@5( -N"Ai^*v!g;T{\!5T"n>|œ>  7#s5Iso!N1a ؠ7t>|*,hwrg*-:ZlJ,xd]S3@0GW'=1o;w6֎ѓ=?[jҷV?]9 HwJ6a̐sI:J|l{m#-(/@ّUBc إ;)U\Y 53з430X1T5ER68VzBd~$BuE708oޱ*)V c/T9l5gLv!ig,0aZ:zߏ^ŧsp;~>ͧ*䢂Jg15L`nƲCsd:6' /o㏾WQo[4(/kXvMq uKU̐k~̲U`ul\GGS 21BX˴iv^MZާ)WGObx˯8 |9ʅj:<_ ftGw=CoogzfίLQ,pRצ}CPf}ٕxZLK"YKN-Śgv~»q ~Bn&h 0iCM5-XYFdGeCuҴ)tnN(u;?=bӉ{W6bNNf7毴Gō1Vv>Rx:'#ň(6DŹ*7ʇ9`8?%|BN{Y$ K-!j \/]^~W?_too?/e|ɋ%vuUf冊ChP6`_^ ;] U~]&G_qP(iQ5 na7Eߦt 5f} ׯw}ݟ="׹x{/?9y|o>՟>gMo&-.|~?ſ˿??˿чNE}o\_/~Om]jη???{l;>>jy_蓝?}{?kHDd##^^D  # A#" `2rbm&ӧi`!rbm&ӧM@J%Rxy$yWFfdDfeeёYmY")OfvT3;-KmölRI, MRDlK6C>%2-4%}cq/Ћݙ4?a[ U_F|{("sHDFbȈ"5_e>B ů|C6^g]𖳟^}~G#>>/z3ѻ]yO|$'>}c>Ex׻wч}6sEoyۢOoGǣgo{79z[}D~ѯG'>7ӟl6\ӿ;'ṫEyѻL~8'>}>G>cz.79zÛoހkoV˿ѯoF/ʯD??/B%zӟ~~(3گE?s?/r_^~闢?韎~g~&ɟ`~HoIe8zV'zBh*2eķ#bE˞]Cu;Y#\2l*r\mfWZkRT/K{ F\J-FmZ%cg7՗fdԏ}Se:kٮk*k$s7&EiK9LM53s&UFˍeDH5P3|dm]}b‰8.'V[?kB\IWƙy/՚bE=x#eWv..n82ݘax}vaS(QNs;#jw|5N VJ ^dזE)ӥ- OA[圸1t+S-V،$Z9\ILD1"Zv}2)ɆS]U 6,[DyEp,+*'·4ZO2|V1?|ܕrׅ#MGvֵg)ˑ+ :'oĖ-JTƨiaz EF겢|\5Z\/%u Au3ҕtL%)ظ~1bH:C0/ˮ^_)'l1ĊwWK".uac ϜFČlU-5 bcYFw(<Úד:<&?T_j)Ss=k:WX/`Xd0mac$SL^KIXj,ixleS(ƃ*2`}qTqfMbE{Ιbҍs*$ \r'WxbW.Q,q#\ qy?ń].1sO`iދz#*e"I J3]~%7;Ic@%ٳX8p"KB0O~,޹r 9l@MKʍVQ'LB% NSeRDz0`=VmD$FTe@ +*Wk΄sY4ɩpr(%})]e2q2iɬ%X7p53D(EFHe6 ֔aE::鲴 oژ>)%Dɖx/}VUT3n4{ E^xeZUqDD\XD7`#YU&n5@܁Qz7d f\J312qw7Z-S_z*%ڗD d-5,YWl7m…B D^QU]2&wTDz]a[aX5Y!? U ǥ!.` <]nݶGd>qDX%jw"wpY$*WGd" d A&`36BLPʔ#y+m3rD(yWu:HݪQ!Qos N6"$4!R%@P$q*s6ɴ%Z!Yq Ub2I((+ Im r@vV(|:tzH Rm7M|Yrac$^Eع>p:7Lٵ1jיFꨉvhkPtqR*ԭX u/АZB/^Tjp9zJYݎbc 7J%C8xOLUQ #Kvjje!!6Zib ·BN~v@"5mleQg>bl\&mU54c=kid(86n b)}S-Ȱ# iV!˦a0%L7)ɛ;9vtH 3` yꋺAFʃPh YU8M]ʼ4=m3~h#xK dsA“ J.&;ԝTfW5*N ִf*1Cz@mQqe\k6p\}P&&rd,ꡢ@mcb" <5R-ewSnWuG"Ͷc)ƻt~L1vjDHl#X"-%k!&vT*E,-MS<ߠؤ(W9lA\ bߚkˆ V'UX`CF È]!} 7(I5;%C.NJ3!;>tݐ5JgE*&l. TyQکk{QJ5yx#ʀZ`x$S[5_#Y8o<;p4A% DB©W In 7OmyTLc :dZ&NV1M5"۴"A1<5}\ *bҐ-*_YP,܂۸4~0(6,1$+@n= dT cO.4WP9l0J,]Iouα+YY _`^rI6&A&eb(-K$뫘q`fI8`&cD3L p|ZRZݴuaact# =@\:΄ 0sr.2फ़Y'wJ.Q`f, *#Rp9܄⛂\Ĝv;;"z,ݻaU? pͰR=Q%ScPl]bDT"yb(*×:MOR܈ bcU#0,6mV Ssk4!$i(rx&=zȴĥ/J0G-M2k6F7b4=BxtVqha3xzmQ&6k׹$ΗQ-T\xh%nXކ4e6y tJH9m fÑfi]eŮޑl[>!UC!+K| [2_.c2a ܰm5WZ|9 %¡rSd4O5[,}1 (ibꍖ,-hxnd1 UUI)u`;Fg$+x pjzФsD!Q]+|5# VBTGe]DQrB=sy7eLCyx-pRbyB#8nYdͺ,%%ӆ.<C-P<0tu!1ʀzT8m u S8.I ¦e-3/3 lr02&" qS"%C'pCwd/ۖv KKQe (u9i6<Iy#.b!2c=I.224v 4ݴJHڨ.>hA52L)ry#Ɯ}__ GǏ~х_p/x|*, h*F )+:SdK2=kv:gJO4z??KG ?ew GwOz=)7y||s??CG˾m[ϣGڳVUa>|s)u|u7_MͯYD&JFgcŸkn^-nZ]m!kp꧖gNvU?~ k cS q=7AySo*D9 Jo< ʠ ʠ|21UXuOOELmc??>?{y>xm|G|6m\SL'>ԡ7FomsO`>oGǣ|S[g^ E|awGxћX_{Û_~{?}&z[o97}8z~4z^̳̇wǞTOa}x7y{a^;?CdXӷ5ƷFo]ѻAw^wE7Ea-~7o6>}{' ?5z|c#\[gk>}'w {7}'x;.3Gaoml@?-o=§7 =|b?[%& 3̶9Z`5DSyv6Yu[@gQcZ\}r<']=˼S{qEI +jRC3++U4G K@Ǫ_.Z$-ܥ@̺Z.dLE{ L2)Y&wRsJe Qյ.35heqNL -<-_[ɬ&ΌSaa҇I?Q89Y8`o*V1#1nmtl32q9_LH4:a3?亘IOła?R+`LB5Z5C[r:2|YhA/R6 :Pn$bZweS&u 7uTX;ŒEt<(iuzavS4uvy 4i#*]{Z&CW)lReMKa6\ˈ[z*ɔWyo6fJSV_N%ġ_^,C*k_O4-%eIZ\xhv2H<im(CA<,#p'<5-,Oe fECLΤGXXR^;0Xeʍv%m gl6rbȱ>}eTPbd)q˙#P&%jzk륡`:!^t,_)sϹ-pJ-3eH)کҰE=LEu NMr#LڬYfW)X9%<G.}z۱{ٔXg"4ueT8"RǑEB`Ai˲i0ܜ< $lU+\2EȰw A&X4Q*2J eUiFGx"ܓlӸx=SSo&bD]qHU'?5BN06fmlm [vi. ?iaSu@e)J]fNכzۍ9̻֫xj,l1,㩦Ԩ/?lT ,ee(DUO4[q*_>I9="-*#ݥS*I@qL6=>KQ &G<ːG3$IYXH)|ٗ4]i*5"fnly24\TLĬ?e0JBRd|ϑ}Heٵg= !ƮGG+S2볣u._J3UXz$v䰔Ɩy*E875YN<p}bEivaJTȞY:ڃiS/ :TFeqg(MIGZmyN&6lpΥ1ARg4< g[soY*<1 2V(cb-x{IkK՘V+ IvzNQX]lC-❖A2d!"NM8q) lV.?~Ӂ1< Txst$h$Q-Q!#B`Cch e5bhFH)<1;WK'D,4EK">XcLĤǾT'es4iZ\h8#LfI950Jry2C`Ћ4/M9U8Y,QୢdкzQIR˛!6*K/%0,ЇɅYˉI,>Hz9{ ~ՃB3u9 \6?6U8݆j-S5=%P>&.(F& C&d*c oC%"d SPl":sAorG?~ 2c$ӡ3 d0Ti ;& ;]xq^Y,:βUT)E^?3dC4P(꭛6Ew̛rb{[W$S;LSy,?BՊ^]hQۘ~j:@"˙W\v"d]Js֎6i86"XU(rlngx6@r@K𬗜P64]=~ bxCn 2`n`3 /L-C.B(JT(l'lrr{J|kӝ\'l;&MrnMroMr,SL4iOZ^b|洛HٓqN;l>$}JDIݜM9s  /L1dCI%J^5czє)M$20I$hL]S4))Lؼ0c=Mkɭ)`H|<8.՛_jCNʘ15)c9Ϥd1ݜ=z$,I9itפKLoO8}Ig OϦ,VzES.IO$;&A\8ǃU(+'A9)WSsLj句K7'5I wNRrsJR0I y&)l7II&>8ID .I]?'ܜ0=@ *œv/9)`;=*饕O=vN%')˶+o<`t~.(U *JiX*})[J~ J%T|RR}sR}zh JA}||\GI~|t[I>'(R3htzs_t!&KOgJ{~^=Tzo(ϯĞ]MQ>z;~B^R)=)g]z{PJoL.g*^y̧͙dd>yo)Wܫ=S;Mw)!=J+/dϫ^PW -gO{.t[{~JIP^Ƈ|nP^9JuvPJn%m%mP^pJ|uCz5VyX9ݣD=DޡD~EJ΋7ǷJ UA_PZnJK/ܡ|rsSexaR.%-%Hu~v_R 9%H8=RqzRp[7ߩ) /pz%~'c6/V]z-em3/ޥ=*N7lNvě{%~sEJ͋Th]J)(妫ΔrJ)^%t.%ەalw(4.߭: JͽJJLivtlxrKiͅNTY]> *JN%@%XDUPno+'_uRJPRݫܥWRM/t>yhS4Gyx|i~% X^pKth}HS`ҙ gcP m(+O< z[3?ggs?%-%vTVڜܥb<@i3ݡ>J[JߓbPœR\G 3)a6VD*3|r?Re%LArRG2R\YUiV%\+I\=SzR@+6JJ͋ :|JGu_i0ݩ4^4AJ벟QlfJ['/SNNK;u];YcO;uO^;/}Nt]eN |wuo'z@Xu4e:]DOíDWɡ?D H:Q2J ]\/6U?bYy+4[1T sPG~Pq<*:a=Y5/?o;NLc - 潉mh$CO$Nぶ`3Q ,QĬj569q6O-5_o~«7 * 2:ZJy5 i,Hԡ|iy;JԻPKLyNwˌͽW$?ou]ڨݶ勥j 9ЗF/01LB$ J®RWƑl! 幩S"s)UEʛ?{u(/-OdA8WrTU5HG㲁G,{539jt/G"Ñ$U .n7~կo+{$TD*?;vo꣣4ryX2^$^=ٰvTy 64j(As4x{ 9Uf Jt1 ٥Ǐ=rYX89zp~N7. gI5,Zo}KX a&rXGMkCK D<~m#L R M4F]%;Bḑ)կW5Y"hU]v|>sbSWB0_)KS @^:M*_=OՑwl_%l^e 8_PlE"L~2 * }FGgUyq 'I ?}F.g2qcX2[^: WVJ~ "_W?_ "?L~Σ!b=(N#teš&S 4> Czu|,ͥԺ[eϝc_/Krd$e~L;ۇ6:m$.L#%[ubӠ 3r߬4JZdj#װy"_OSgH6>M2L,h,G|ia'>\Uxr)i[kҋZu W__WM 4L9(M1RRQzW?C/|}Xh%:za+)' J)y?j u*Uܻ*mH}oO#jYXSMPޑѾ&5gm^\z y!V?7䲹ⳙiY:>dPHBJE`h/\n"F;W.WʁPFHaBj,6V'* (,j',uE:/xDR7DgLĺ,!60-G)q[Fyt(0(ޖ 6#D1Ml}?\}Pe0ꮑ"S4#CyHJ^ҥ=/(%ہ30R:gj$*G=]T.oܣs CW@CA;k.5T0&BV·Cg4a,fXR'7."jzMe#,t MU[QF:-bKf~lR; fpe)+{8dDG ['JqQ-|B)'*9Z2$0WERִS JQXg 8 ۰]:;TaDBaF29R1-6('0N*GjQ1iɟpO\o^&Ȥ1tJ7^>$q @uU3@^m]1gm_uA!L,sѢmIϊ>OoX,FA^9LLZ)s0I.usQegPNdYQO^\ Sa9esy%d4%t-^.~mD?4YV]2,SV" H $"b>M&7,AzIUWS8N@\|(R .8:pl \x4A^=Ras0uk4L`_ABm:5 Jk6ǎR3+=Ѓ09tVK5.O4 MQ ٬x/OˬHc$f]? .m* a9wyB.RMA]QADT,Ñ5&P$yXv\yD^Wdgf'bWmlfeuNгX^Z&ǒ,E @Z&`[IےOReZMC$eK!7@X`/醤EW힙8"0` ݤCpc7Hޖhfs'){EG MN>\85Mz,! sޚ DcXUȰFcH87#(c).K =ڂ8V[YTNvaVE xWm(+0M!@1 6 ,T1kB&ԥA] -O_׹i/rc:5bҀ7TږGɮkGȴU#vn7[Don;_Lf8x |а6 Q> ];NC= sn->dWʪAW8F+%iO1*g#IY% 3FW&.sstg7]"auu)7 g#/aI)+ޜ L)L,1-HiKC1'5rʶ$wh]2 R $n&5B&1RO< *,mqMbρn9ݲSY%MWZERPg'kaܪ.خ0'N)e.dyBJMJ#:!fP8F엺΁O|r(}7S|} LƵ @#쮤f=Z.ET@ 1.(34I' XZ"3{2FfcCuZîګ &fcոBcB{FH-5ft`#F_ 7*"Hd=f~;!A9ۚ_N@L L;'*zʭ(iXVyG,񽸛f/BbOU#3g&AX@!V$(MHXҠ͢)ޯYuZ,* O#_**>:^{z{O.Y9'ĐxZ}~W^߷qj3}O#|'^'j^sg>aLyCo 6lާߡ]\O΍7w~w|YSO'>e<|{w罫{m߅w^N_|;Vy>ޣy/일^}/c/ǹZ['6GZ摗,NjmZnqBkӯ6CPk( Q`vfo5nI7f7QU0%}hx m4_f"ێ sok9_⋵Zn$2v| dfYo\nN+!\zNJPo֊.;ZZE$kE_ܟ]jEZ%KniE}RѱD5*ɔmEV}#L8oy eUMy6j->Zu@8Ԣ..E+|XJоf@/kn?| hu6ѺZ2ui]6HEZ1kqR$bۈ ne@k y־LWG mݹZLK݁ ZC-XK8vsnTZWBW*G.-o(!Po&8xu.w }VXlZg5@XkR4*0Ӫ(⛱B^U-j+-gο-p&rDL&IuzZЌ&CNJ`RV0 m4L\igƋ{hխC^ZeUC㎌saH=~ `ˡL[:xѥF^ZZI-bqJ'KjgrȅyNB9ܒXr ϋX ,Tg+ mX+}Uҋ;Zsґ+-n>z+<\<^,\ HX53ʦk+YP\piuyZۧ؋#-<-{_kg̭by;ʒg̥\x2*c4o"6Ch LJ62BGzzwzNkލrוʻ!c*A ` mZ۳sKhgSZ -ޑ܉&զyNĮp+izKAR{,Wh8U3[8UjoЪwiOi+_YM j'X *_j^"Vs} eP&og6_' o/NkSZ#-\-^H#0dw 6Ag\r8-"~t,t+|淋_$k#ioؿKkwj#|6" gE "+0EvlDڦi{,Pq_w Ê _w-GNh/ݴǰ"21}UKC-Tr1t/ t^BS^WjY^E g Q]:/Xa"?MBIG"8+>^Y/ˋaqvdб|)TLo:Y*f0|Kө|^Iu:,.:Ԯ@Ǜ Z/+M$uPvڴm} ^wy)f^ű⫳thwK&eXTwxk߱QKDEz51šWcqW^ PWCf AnR_AVY:KBK-Xtux <Yh/ rR^[G^`[˳D[UJW^^gyYr. Q\>AZ1QIDKb|Dz'DsDD˥R%N,ohʣ"9ʨV`mC)H jۨzG{d~WoqzK.W&D((B67Iϖ+-fZ6'ڍVrϦ6xg{{Hl_'^ de닲\Y]b[E4Gʣ] yu6^kuG^k5\^^9X~$rJQGUcҬɘ ,m<2G^y^|/⤗֍#/Y\e4LTq1R$ |WUe"H7v$a]D_^xu6{%J.x%s37^{%9+iXu"*`:uv,QSrSz)h9_˷Ћ/fw‹ٟb.Ox1o:by1?Di̋2 w!PI#x+{s/Gh^y=8z./z.n.Cc/~喂&/|^u"MLP&*xy/鬿t~I/iYiu%A"vc AΩ%V#|{U'|{׮6TAGrEZ6W`hWb+^7x/ЯWo|鼰NӿWs4uV>Svpl7Bre[}7l'-Ol$y8*{;yŹP8p>_F|n9x[go}Whrc=cO|sߺSqO3iXinc]inڵv]inڵv]inڵv]inڵv]inڵv]inڵv]inڵv]inڵv]inڵv]inڵv]inڵv]inڵv]inݴ?Gnחf?%WXߐO>ڗOs٣;\;S;gUw!z+_ؓO6/W<O>՝ͳ6Z7\o /}/2rK\W O߈7mu7-֍e|/wo{x6^7>mbi5^xhWm|;/~x!^Ʒo\~[7v7e7oj?d|}0wO>c|1>OG~3>hhg{?g6O?c|6>O</`>qc,{>?c}h>o|m3c#{=3ލv}SO0F7>[뷌?B_/{?9sgA;{<|4>OO?;Ƈ1߇yx?ڄyG>97~mg31?i=y?}}yħ1nQg뒤 @=y͛!OJaL1r4+Ԕ ~c;ق&_Uޖ]t3LA fEou,Fs"`LFL LTւqq@KQ` u pܪ0fP^ (y}[ ,,K: UX 6aZ@ 2MV-#8 0!T2NbS]iZ h!Wf֓X4nOhqRm/bO+WAHyÑ*3:,Kr(?2_8M]ڊܛ]iR8U֝cQd7́(P-GѫJsӊ̴w:Jflň9pkҝI* HKHg$mlR dQiZ6%Rjr>-g׶쁙j{rǦInRnSۓcĪUeڀ E ,Ԭ۬ ]fۺ&+E XQ⍶36?9 ⬒\"wb XI9寤Y-tj'FZi pR iZӈڎZ huуSLf7A^3k%`j*]=D_ee~쨂IwXeedJߞ2YUYitUV Ż=*(/>ާ Jw !,֖N9 ̿*%3wޯ*tLNV0}SBݝ*"*"FJw+hwUhOTИ_GwG{ʇ+\lkT=QouNqJR\JƵBd\E{E{E_}L LtV*q=Uڙ*QUXUiMWfUvs]v]ag4 OTi؞xӺN+GUNVQ=PpA]Bs(LTQ躣* '8 0} r^A^UVw**r NV!Jttqp{C~!i|{1]']{{#ׯ貿]9̝o?t =G.qwf'إEqfE=7v;A:sr.ّUPwqxvpg\)j{…sB5Ld%:?/rNDO8 i䔋#g{;⼟˲M ]|.΁rz\dwptjjdwٷ.k{uA'\v+)Х8]1ɫ.6"޿E^E"\ڔJ겶nD 1$Ssտ'_ɷ:/MtQ^n{[ҝn X5kU*ۈYu KHQ&8͠t帕۞[ k"k ͠+A/̇šOo6"־ƥY޸eqHAAGro?ʿ3?ƟٷH29af WA6W)Ko*Po)NJS8ϸU'4=aqU0 90{Mo{_LH*HB9u 7FmL !K)>N2_V-lڜ/?okAJVb~¶RUEJgT aFp_Ugi#G,bڄ&!s@~'?kڪ3 C!FaK*01j`6U%sO2U̮'Z{&7J,Ý Fl{H~-oyӏs1 'D*D4FYݯ/Irc/,sd~3G0@Va7 ?Co2@,jѲ!M0n8mzB+nNuX N\{NִW*y}.+P.} uO>}?gB@bWxy;9bHS4\,,1A9CS1eN:ST'q>۟@,yl;pwEF!y;կ}AUe1y |3b8Vi4pIbpZ 1=qWk፦S\b9L'yAQߴ'ooo+^*C\/rUe*E>ߴ}I;t8En"\.xZDT(ul:݌xӕu pC:!ka6v\q^E{EsɈl*]3V{S6&Hzk_ŚM3nU@s%6VUv`WHQk׭CHRݬKQ"イO'H mqL&! 4w{`Bhƚ}WH!bq榞C*5CS:dڜ^9J=mY£B-n7U*P]DBm"M/:vnWF3NO$[ d @0ƵW ,mꪋM)b"Jm0;z|L]pq<kkf-KN7>]Vx& _8L XjUtPP^8/)-hk l6]6sJ&<h ⑗e|Ӌ|c If$xDAVknN^tҁoEr-JBC0e Q>ڼdQV8>j6emEx@qPXEDq)=9bjQ>@fdav!U0-EzVgդ,1]fK0d%P:{u"KV]GE@JZYufZ@ A !xv$z0\1fR:3l|faE,͇Z}OxO 3boj)t _Xj"9Y0kVn$JGͥvZu[@uH[8xŧr$r»5 z\$"*r`F[>Fڤ1F*xBL[ ~"NB+lBD4HOD3Ւ+ 'tP@IMnoV*ӵ@|eWq.0+`JbL7+UPq [_Wqr ~ r}[p7,hc6hȔ+qDdkwaN,U@C@.~.|!obwI AΠ{MDo2$ 5 XDHXFDTz ՋQC-ewX|Ȩȩ(p"}eaES}VU4T̒d+ST[+qUtaAg.5Wai8~2ӒR)*]]X+!l!iJdC#^Xݬ&s;3&5,qIk} \ܪV!B4ei VT1|@iRX^sxnQ!$oKSe 9쓔Sd=q5rnk!}\EÝ$,VX,z3oN&U4TI쁝By!$b,fxmMCy%^h IU_ Ue5T*ڄ3EEvk,#Dm eUG@~. jv3\Ae-cu0s*W,>J*?&r73˟5wQ9ǮU8c)VryWV])^6[AiL;Qf_Bl '_/J}kG=1LveYTZ:M8KZt qji w;+ t =+FiO_X2&)=†x?UvG""^W8le"/ b -7YlBDbą74Y>if2 &@/QU@SVvWR [WZW"_*}fHRnpeuq,-N =uA1 lGB:aUd 3pj\KP]W[CD=}uUe$MӖܚu:S+kVGc3@Km/r' &D\ s=exVS4,u +ļ# U^͊hf!heizγ|{ ,D ZJOl+C&ml,Xirf׀:ksYϧl.E!07FcsUYYm5$dUBV곋պzmJա=+4(9TI¢Ko+dC~W;K\CΆު%;RR10-nkZZ3c e Z`]{]^j6^}}6NͲYwl{~z_U}xbc^/+_Sk̻'L1ӽF}; 㝫߹&C߮՟ݮ=k|ħg~wuVxf]}W{tE7񞽅W߼o]?e8W]s뤺fH]Y$^VueK@ܪlt;hޛ,x{6R'7, uPw/uЭ/^$nOL -ҡ6(I-"Dm~Dz\^;JcwuLܩav$4eM/}[!3o<! !8IUJ^Ã3tTU{9wЌW.+]q;8ɊECQ)b>bB;GEZ.Eʙܝ$n8:xVR}*bbK7{tۣntߧFI%_%"#h3c(hп_xbDɖb„bl*S=^rYHhlR9̌`In# m)qlb(-ĸ41Y-|8.t28IxIT$z2IuZѰ%0CM"5|&6^blI}_EхY:S g7 l _P";֤wm貺(M\bsI2e~蚫K'hSZ&hDVn:4%VeYctkbBΰe/':d%F&MB֠#ML@wjاPu񎞭z8Iϲ9i nbC^-5oY~Kϲ =[,d,ђ FԬt6`ZaeHPobF,؝΅;bk(ӹy:70,R+q\c+ N\\x Q1o_(z`T(]Q Zpzj.T34VeȑA"tR& CU ]̏b]|] ][=D,|KpazdN+zE(EG$[`".&gL1˫czڧ;KlN,h䜪DFpo05$$rzCF3_{f]Ֆ/vt}5SNtȚ,l]Ӗ hOC;i߁ :1,v2dH;z`zy(_P [e}hd4bB2D$01%"Y'Ax33jk(2xjQ;9x/&l"q$*.+K0/qw6Ye%q枛q>`mv>iO,Z֎٦P&,O\ӿ(,8 0sőéin`v߷~0/9! hPj詍 Lfz1z+jmc|ĞXM!ܷ'֞`gÀDM%dOH^en:>vJjC'0]Z ޏmwBN7vŞ SfLE@s%(W31}"&"h!{GqCcw2WMqD$xc RչX$ pk1%]򌵱K=BJFx0p+!KBٲ̟z#7gWc;8};foǬKcVcۇL?goǰv}?T߱*܀r/yaCO`&# Q@bMqھw dM}eU%&z>2sA1ZUN>2n0O&5;c8{{p!T !dq\̲-{;Ϧ.~ʅ/qkA}b?a!5h(A,\S0{*'0'dVTOW(xl'6v z{3Irk'ŭ8a'1 %Ay{r,@!;0EX)0jECOotg?Tַ/q_5d]Cl+a îUMYajfJ+e\[c\FSBBg,̕!NƑ}V5L'쳲g5Ă}ʗV[:a}6/ET4/,%ȆUHEra^P:8xvѢڳ۸g7w'm=F}*\&b&4^u*ă718d0:=$N"nWCv${ȎdGvdqҎ\cvI;R`sU5[DJ4U $\p*@[NQ>ƭ}zܾ,r߾{岾/+vʾڞQUC˃y LO P ~n(0x1n'gE;^ٝl _c+P팦̛*.i,Є*$jw=:/Gh!ÐwfU(E,zP "n0ѧZ4Q1OOO|g_OqB gIfw:~ểo x| ||-}~7nјn;o qw|96_w{#ïw8_k{GdawBHXzW |g6dv1M~ߞƻ{PgY?3yWih۴MۿWo6mo6mo6mo6mo6mo6mo6mo6mo6mo6mo6mo6mo6mo6mo6mo6mo6mo6mo6mo6mo6mo6mo6mo6mo6moӞi? 8D%⣗w?m*۵*27|w^~ů.vYsDC?x&޿-൷n^Icea& E8$Ÿ "Ÿ &91p=? y/|C7h 7/_>-|M Ua)|Yx*|I`xGZRN38ćDd# D  # A#" `2~\Ʌp~'`!~\Ʌpfz @Jm~xI~wFdFfeeёY%ْl{̪0Z١(Q}ei(ѢEʦ?~l^x˽KR'z0`{{Sn22H'ǒO|S>hH}.—| _H>O'H>'g/{+7뷒|Cɯ]ɯ>]yO/◿|L>'9g>L$k|;y?~8~w/}k'>CXO|21}">__M~W~%?N~1gwW>뿞/R&O~g~&w3_ȏ$ɏO&?S?Ot~Oo{/?wN#?cɏhI38~ ɧ0ĜCL;&V/}1{~WݿjIK/~7O}pS9|<ǰЇ~?P/{K~򝿀$3G?CDh}X`K^3Ww'k?/$ħ}_}>9{>aɯ5G1>_J>~ _N~s^W]G?7>~ArmL(lZgd\ֵ-ٰZiijWMW q^rsyVyGW)k/ڴЄR,QZ^LnŅ72y?0_%Sֿ?gb,¤{7*f΋Laj&5'Vw8{#-wT(Qv^j3۳̌a/t__WD)nq<*,(ǙeCL ryZZh\fX*B*Cll"ډ{_76S+FH*g$$ S1zAFj-CY:jR y>7XnL9[Vo5MC+0kSS=4Z^̹߯ypϷO9BEHw2 @BI5hGmA^0SeA0ylS#4δSJ)1+L^8%2Q&Gu~(,OHYwi_R3p<:]Ʃ䒴4s+fͥQA K%./AYYC@65fOxK')Ӟˊ׹iHS2*q1 z&P3zzk.;LЁM$ջ0LAn4(BSd(67}DfTX=z]\փ76]l_˳QaS)ACH0VfXV8kX၃nsU ت3j`V2퍋V5JRWd jaE(V&*0s|;E{W 3 J=v휱>|U73X2lnx5R>i:S(F؊`R-+!*RӴX0A.&os³-3FSV$xEjٝf?,=<kң,*>@0qKN@ҊӋ; LFc3iДTv#gc6=+40MQ(Hfo4y.0Vc_:RJ49w:4=N/C~rRkcZgpшjP~UL iJ1(5h:mo(32ht ҬW)EA .zWfmh;多wFYHY- p!D`2HQ0$e2~Zf>$ZP63˜eSmGl=4$Fk[7A9gFΛ46.LUά 2hK7d[bd^P-^lfjŶQ4d܏ Ք"qZ< ZSu~WZ) ph6JÅNɉBLIR 6 VAY7Z%΢bZA/pC/ y&s0}-/7@֕zM͠p z:>5,[EˁP١idL~v1S:L=za@}8Z_/N|$՚uHAuE[5}MUޗ"ukXaQ,K|H9O! L^`ұlZ s~+nc_,!D\ )BFIX<)9VrJP>%te}!Jh́afíB:ԀVS=unmQg I[5Mu=eb3augz=V/fzmP cb o2 Vm$t,Pu,R#)eZ"YZ:b b7HuPS;\i8| MMAXRn˸ dgCVrŷgY\‡ < .!9kOqU6XU5#cjIJL_-z)8S=^x70S>;g-e-N B^W( mXE[2"T9xR@tàXH@ܦޜZˑ3-ʠ+Uv賖,\ʞ֙_\I-01R *lI{k.ܲ+;".gee] dF 6cPH+II$Z6*5LďMFx#_Z{Tm̒z,L4wt[QLNL"qTcˮ/>Y6w;wV um:-Y;yXbnCRMosn`!ea mڝo07t=rlnx+E-{p© yHiN+e8WB˙]7LZT6M_MUv){ys;:+ܜl(+X.uo<3UH3%yq/Ru&|ӥߧ%gnS0㡮ȍyNsZ,SMځ6^`8.Q3{[t|z>Evyf+yj67Y@Eo x''YJQ [x/+mPM/;CxB#+Ւ: n/7'i`PVu 6ɘ*"h'B06O\n*0 `Y1Ġ|86PP4 ˜ݸmxGB-TAWJT(s d2MiEgشtR[_g4F Ei9|* jæC8z8 .ʩ>ljUPpru | P,=2! f5R*RKo6aZ }z@AqV3튔R,|laL0 Mh`uKPF\P9T T+#ej/gɃZavl! 3Z; 3-*IeKrOKY(Ts#*66P4؜P+hT):wa#ˮvF bz%n_i^# 4/i#~`>~aǛ`Vl*W /VȲB?-Yi=`ƳlQM]$%̫!|虫[}<'+k!4vh1@60P%׆*0LISJJU5s aQX*^4B=XhK*:˲P̌MJZNC9*M5%UJ ͮWO0+Y efl 44('Ū2kԢ<p`v~Ct_N0@^;qV|- ) Gr'aֆrU E7PtlQټFknYBox'p]T|+b͵.Cװx~4)`&̴}"\U.ZH-|A;},i)V#$8jWz ?Hz!CNMKpiA1$4-\aVѬ I;/ )Z P뢾<UT<ҜۚƫY9CXI{~Y1Pi T=V0â%ԕZx;k 3uYhΤP +jA.qf,Xa_ ѳnH33Caa B`w SrA  TZ5Pu7@ %G(\2g|GVR%^#T1k,aڱH|att܊YH \,k _lk̝#dY֎;)Zߺ6SK9CE0P7Q&RE㓱ږ+m\yݥ]k uZvk"*|2nD9 ˲LdCbmꊃ_#h*ZU4bb}VPiML&r>ϹDXΞ3 F7h]U q" lWSUR֙@l\Dn[ ɒ1T V<.axɃ 3)=1nv(Qж]j  !e)W^H=yV+ViFym16w18{KEac1z PQ`X"vUݡ=1i8xXx_F۳<"aTx",)i/Uv2"ZP'R6e.9a…Bɶ8VL68׉5a65Bbe3e?=7ٽ۪˖†Hnu_^;uhITTgʊ2ܵp]' eurȟ b$isL U}(+߹I&짂g[xW/ǜLu~1EIX =]RMl*}1UᩨVC0zنS?gn&#V)OnvyaQjouJ%iUU*Wyc@P ,k//l ӎAPCuxD߭ ` UTXf]]2ZV{[U1殹h]4"n֘f"=0\TRY} >R"^%o Ŝ,ٵV~B8Jh䋤AQ gAUso)դ'.ӲTg>R OX`f+ɷajYS )0AU[h|K.M iv09 0KHZh3S lwv:xbږLHY7-UH=t|spky.02AЮ2z"8t5>C`\!1:TԒ 'ԃPݝ%f7jcjDM!X l+p'60xQԫ%x OЖ=X@n jo<Ѷ\ju9SY3;[a9)*0?s?Kn/Z$dt l,n;R_07a 2 s$sPAWW"Y&lq]ۍ,NwJY3>L8 lާ,/.i WUx\3m[ KQ2k5 u|_Mм)$$.o%֕CUB8w3<Rt۵|ZTavզlg2HyݖK_*ƚok#s&! ӎ(Ӷ|;3` ʸ8xRԎ%XlI"8q&1nܘ=˶rn0pڣ-м9+\c<=U- D /юZ+X)8вDπ`?sNiiyv2'F ecCS!j( 8(~s5:f@EW" b~^Wm,B ge`fl/HHVD^v%ЁABjK6-iFbU`v׋x[S<am ,u5`h,ԸBHwkgiÊְ/a@)eU,4-׫|C*2M@LB2nJ]{NYҵ!-g*ɸNV^s|2tZ[xL4F96%`Xp,o C2L<63D,f=}sWL*i.ssGVU*[o2q Xm/ܒƈ#d@_"9=vPePI9 0>\U)na2SxFgFb²6$h# ZX4v#M[`s[zUiR ѳ%@Wa`_c˾]y~1DZ lڄm^ܜKWfn*ͨo;P FŦiwr!Rw}LSۦ \ɋd52%֚) bb*Zpƣc5D. -5Tt"56SfyB]&D &.n,O*> -AJy WE1xA/tPaWkPh..`N,Oda@>̯d@}U>U@i.k| cAxo-nCx YCiZ[Ng&X=L8^ =yg܎rEPʆ/tXnrX6,2 xMC;8nѥ_d C4 k//=GR⋺VS,^@NIBԊzZtoFGzL 7l%,j ߦxQd-@ҬfVCWLbFxA\,&ArH XXM]lW&?3ܿp(:qt5,*/>6E"Jgx`7 P3 =egB6 H2a/BFU\h fg=`%+^QV&L UJ+9|v3kh1T*EڼSTYG-//λrMA1 *Rwo ڲf POz E?Lx/bdOI.YjR3_SЙ byF%/,K@褕Pw*ڰxVWĺx+ ^9 mgp]1@aqCKzaH9$sc$f,<ڇz G9˘bac'|:c?c Z*NnM0!_(wޯx;N`ESzޤiaU瑜/U\K\OOX[ANp0j?U*CCBaAnn1q9ɺZgVzex oڹ3r}֓U9Z*Qs%$ Bq8yCT(aBqglѲ:r%_B)\B/6&١ rqߏt &t & 1=K Y©aeC|(|Z܌)q-jHl5;lVr m~%eʩ獀n%|f#1\dԁ|۳QFzK Z%gcÃOye.䘂NKי:j3neai1{L{hL2.JFXx-:ޞd%[c  ײ-T$ n*bGnVmЍ녵ZY8ʕkV amlXwCz"b'y܎SΕJC^BtE74Y朜/6-3]1osBHRo7 &yZSadZRךQxDE3,|Aۼ}9 ހo\v&sوrd`Iʾ3;V6% QE8<k[򩠰ެ(NƫW4fAף7OꔷEs'Ҙd6w&" F96c5TA2`v=ePMfBWF.{ ;&q3sdL_;F_Xg68Ǎgm3;g~ 8z{3b~>'>|+_M~]I~=zЯFO,3s^}&㞇g!!ӏO#3&Θ}5crz1y[gLeLCU crz1ޡ0#y7et #zG01>O2,Z3,]Xr'͆b%4W3PS0n1YyO>ĸI,(#s~cd5v Rcca%Mm}} Xq^=f ΁eSdpR9=ag]ӨĭOx 1 ;U6fgo/TO'jbIKo=ߔ9>t3>UlJOQQ%ۣ +渇lC6gVϧ~1&= Ctd[ec-_Okap Բ']Oi*WO1'p>.u ӫ*E33-8k'\lҞ+ޭXZ})cx|*#v7t/-}M8#vn̈ZoC!ɄZFLA A;>Etzt+ 砉ɲK|Z2Ȗ(Ld%`4}CtO>Ƈ3n/q1f܎Oq[q3:nZQcPB|NV%%qw`:'K;=y !c3twu[욞x Upg-@$мx;7Q XgO>Ƨ݋}^;}2zJ4Dz,VUNkH`oQP[f0x1<>&x )fo~2+ӣ3f#dlЈCWNw'9r/,ݴO1Ƈ37d o1/x|cq eS(NpyҴ <ǵ&yVf&&V ck3Gf$-(kɷ<=H^HXsՌ$^of"iΥR~:)N+0c`"y:1y rA4Ch_y:(#q͖j 7sBZ=3xͷ!yyx5yJaJ<SLJ33,G]tPk0y\2;T") Utyd#zy%CzvWһk+ )-81zT0v!8nZz!DO>ƧϨ}HgTϨ`0j H!wݡTZ*~V;.'cAUd˗ b!Xz \i'! ˗ jNdx; NJ nb$7ؾto==Q c+v\Vݱ]I EW;M[҈^EE#dbex1{px|]0{|Clr'2h'k"] \!1>>#|f_}dFʌ:˳Nm^+@ĬHڞLx1&ZGe.||5T ݻ1'w"xϻYQ#} L䎵, )3/ȌQ2gレqҫ"$Lo+RS*k [O1ƘD2ԧeeo֕CѸYb_٣78>O= 9Fyi1 @I`/{SSWgK)'p~ݸcyqj {8N>>Ò@pu ` ݾRC"/݉KgbI߼G{Dkק9=G="77]Ǒ]k)Nuz, cb9Ki$O1Ƅ_ۃ λuľ Di ї2È[!P܉#<#y;qqܻ㸟4/=vuF#~- n -^x;~6[q*c:H#_fGCcr>C92/:Ė KC:! Tݳ>*)%hL}ۃڗ@GNݒb敒]hC;az@/>>{C޻zީzq$|Y|n90Ň{p]>^Y><>{g>z=?7ǖ_ޅ;ͫ,|_,Y|z>k˘c1Y=wAor~O;-{zUGxoo{@-ޟŜ}/x/}W}h9 =5?}߽d y˩^]\D9_]~.MTN ?b ']FBLC4%RD AJ?VY 22`~lX<&,?t0=!Ò2/ L~M-phs5LItG20m#>B/v c9o˿i󐻎>A NB[H%ՀӶU*@Ģ(u(qMALLXv+Fܰ,w'. {џ/|?_?qT#bYryo瓸}Wgs@2?`68u(oHhV( q3e'~?)Mѱ=7[)SWD*azA`>}]2O']Fa:?P,ihZp|~'?G>Qm&9+pOG-&3rœil-m F>m optMi9İdOҌ GYG"{K?I|NQYte`"߳nqT AL|m̥༞F*(L: =r첨U#f ^[1 0eXbHGdZj2CRu$]w#?7]an$EvwPUBC|ן#ZA:iT_()ձZYK$[ =R|.Ӷt [ܣUdBby> (VmסLc /F:۲Ṃ- , ~\͈]$6CHP!xDZ',IREiH{ Du̖m--`8qbעfDC;VVHfai!/Xl.BɅ&YI\EJNMsA? gR.>nXF`F]QZX-,Zm;vt2 ta-Nr[R_kbuҕ0r4giW49z!j^+2NƆU)qJb2G/P&s/9^b{DїHt^"rV/:oL ]:vcto/4ڱQtr2o%vS裝E>6.qLZWR2O1*g#ܨ IUD+F)ÜYMUSIHAS 3*#ONJ֌wFBg6ȔnMBG&Օh,,@*58hLX#AX)T asG>@7 Z+44n;MJ-yIR3bcp/KS>TӦNP<ٲ* rok4qYFm2xI8,s Zt~tWׅ ױďAv-VFRA7}PrQk@.aC̛eY@,:"Y4QYXؖu;hC+#dTq#zM!V쨮OـL}Oe,z:ĕ죅Yd&vRjOEjA$夶qQf4qAu11ocK9~0wٷ8 tc,mOp+rX/p 􍌷}bS,f")T|kYu>l) l]6@ e0 *w>#uRuqhX$B2`)r6, ~i0h0ɾn ogMu9t6-9hD1,P"2N6SR?*i"~U=P]ffc(YQ53+@;fNQ X0 @06` PnTD$T钀YޑAo[ƢfE9) `p<LLUAgQё}T0x ҎT6D-ܴ8 2b!d4G&8V F+uw=ʠNM=Z,JYȺ(g@㬜i =_pò&tmI ݠe&P~qQmcNto^,u=]d@%8.ZGUEӠ>0PD L>y- 3TY扐:mDoqU6p;ѥr%Ui,vj fPl`x{٩A nA|jgɖ2Fn RIs/V'GER2^4X5X_.M^clS^&ȯC)P #BebT xa1p4$I=VV8r ә )XP%15V@œ`ا,m4ؾ=E.8P r;n!:%꒧[OK`T "1mE %1xpPPe6$e\ɢ?j ̞Y(,a܏sPl,<혙3ְH\CqJMh ?:pmeXUV0ӱ\92`Bz5 SS,Ifvqni+k&EbYhvK NLc* h^TMP9pK;]߉9#,meayr``J7e1MJ*/@6UA XN^[N[r+P/  L@‰g2yiM*+,hy&޶GF|d=mO2'؟gO!@g}Af%c3,tVt v܂qV+钄r#Yx}GVYT$F|$0 /`[iY2NJVne2grg:8 lOʙSOS7#E JB37ywx#qԙ&N2;6XAkrVby9_ࡰP o \yHJNsG; zsTF0A(L[FB%˘ih9q4w7nnnMROҟ\Y}Cs9_,WVXYi7Ư>s2~r>~T$i-7OiZLwWI\Rni4iVI5޽^ZͷO76! ~JZCݻK toޔ˴|Z{}!m~Cz}T>\ެMS4[߫/߻vޜߔvL#OI߳"9=4ݙJ#ϥLi7j+iVI܇Tw}pi{'iMs~>$){`]RvҼ뻤yҼϧmOiӴYVX͵i۳iwIÞ4\HnY68IZu}MitiJZu{VݬO>&\JjoN~|iצ=7פ=,Ҟ=}s}9\17gIӤfms];9Kc~~.Y17'i XiJKnnH"niɳ*-uZ4=KlO.wj;^H㜮8'*s"&i^ܘY i;@GW2ۦeW2WiŤ|RۯYLnJK!mrVv{5mޕɝUd}6B׉4&d~KOUd& 4H\䕴Jbs!Vi2qViӴ:/)wJS>v5wvXuiWgiTKiT4 4iTIL\ZԽYZԴ^JszKtA}\T߻1iK;g-MoNCuZZ'{cL+J :?ˉ΅̿)Dr/kJlFp9{Q]Xe:Y=;iPu~m{C}Ҿoh_jwi/~~rnS_e+RYE*4躬9E*Hem>66}?+wvݙ?ڥ[?+ š ޮ6A(Yȶ$wl+Fʥw&"K%>ӗt7K%bIѸ-,0MT jAa(7kŘ,ۏ|(:ru~y~Wģ2yx,4.sh.`<5ficZ411 /c1l+"$ʖ@sEPd$l1Ϧ#]fE;QJ]t7w,o F~N^)'lIƝXJc @%6`5Kw򽕾c=]wNtJl~p[,NaM$RC_Qhʕ~<"2;QF E4x^D6?\?Y?sZbea0Uttd8T4=Pi~msk{q{}[TvZ}y}[2<$JIn\vy("c$ZIeYxܱ͔~nqA?x~nL?Dt, SݟlHX/%'ca4xJ]c~Eלy(d9ǎ}驓8N'ؕQ'iRτ`@Lc<[\u7w.V=լ1 0yyy M|ĺpՅq|a  , <-O2i(1wrhWEۮF0~qq_\ bZsp qӒ23iAnY`aOr>_\w^_ST7ɸFX0ftFXXrUFFG H7(W`灡x v1>wΗf)TEݜ;ܢ[;+}Lٝ;nխb@2󩰝@VF 5fD ~w׏b}#@ôs;tm#+OT֒d+62"V(Po=F(+}jw>uԧ.td&ѽJ:6 (c@3^ 5R]2 wR힡}|,G{uQbqe)t?bWPtmQf[-TDŝY}1k.k]wA_F-%}=rA<%S;X[62u a,N`H}p0XU=mxq"-]<:X(Gvi w6\MN>;OGGJ<;ַ}ps̶zAv^%Pʤi;Q>^?>n鏛[鏏Sqe.ݗTSi.KS;dJ[w7?7/no.9} $UFnUv," %4=>)];Q.ꧻKJ?}|N?\>.:n?ƛ]/~_><8?WTn{_|JYctaDuQJbj&6I| c|/_\/픾|T_t'7˛sr 3=r'.pqA(J&mʩ[(pcNޜg/+z۬hb{FzBIDd7 e{YDދ#+Qh6`K?o }|w[}|wE_:q4rط 2&TwJVr|G SW~q^W&}wtZ8&Jt7;E3i~403Ro;G U}}l?]b ~)( 醢-uq[zN;Ix(:7r?ϻߤqt+@?9P)=[fzuGu*IV":JU;20+?aq)Bd'cfvտqt޿U7ݵ QR]ɥ-],,ù"d\0chwiCCP鏞ioeǩtm>t_h毇Ocadq?nT.]CC @!DWq\Gw{eHdTTʥo?ƕZKw߲XoinoY, 2>ȱ T1UW* z<"FajYeJu`cY?sROf+Aϴ͙fs~_ݫM7%Obcq,]GI:N Xo;ğ\y~vΟtk9?_4VRifp"'hхɈ[#0)7Dzŭ?f;\'t[ꪎ(Qs)[w Ld@=(c<]5s[E_D&l, i9r"2pZ(brhc|S}_z%R7_Kn2&z[: Zh"<}daڣ'KQ MQ#zG?jN9(qݤPTÂ8 "d$|˳t7l_a_=f~Oj~)9[hKz%# &`8?<8l]b Gs0N`|1:Z,]/]OP.3_ITanyd뗻q4uX64􀨍F5{>u+X^-d)IQU|e]. uܐN2.jyJrH*Xn?Zwɟ?mcZs|l]:o\[~OOy>ګ+/92lC}tkF{;-{zUGxoo{@-ޟŜ}/x/}W}h9 =5?}߽d UME@Dd'LKD  # A#" `2@*+^u9a/ΉjKU?8`!?*+^u9a/ΉjKU*c,?xk$Y\ʬ̪ήdꃀ|_>S3޵v-VXJY ÿ[8 " .7BH .B3#$$-њsO}*fI$%,OAH(<+WzW!$>yo2$o?woK$D$'?nCp;P[o~G'%of[ɟ|/&gQgɯo$? |1_~闒__IO$O$G__OO4ٟɯ{??Ch~0·G??I>|>|O?/R/ʯ&?s@g~璟ٟM/N~'2yh?c//''|$y{?ɟG'?%??|`]yO~z׻~[3{1=>=B=J> sRi4ܦnb2|v^0񺮊yV1ngEX̩ն,g"p V`ҭH̭R>PugZ}[~C۞k|]=c+w+kT\.P> 8-5X⑆Gi|sid<*;l^d1O)vt6ZN6tIτ Է>:OVY8лǘ(w:wrUytS^a$]Piv$x8|}, u q'--s+E@]]隥YqͪN+nzbѰR^o1)g1K=cyv"hK.̹6G[mj $+*,|@!DŒ8;PF|J6(IȽ_U QZB]B";ۣziv+ܑi _U C eب&+VM1ΡVE]@Om`D*)He;a|Y- abȼ *XX3 pu)4E@@/qBjB9c0CNor\K2\6j@Fš[c[T^sF3%T|GF{(xRY] uMsJ`3$_2N0^Qg1VVa|foSV*3Qa*:Pa3t, r-qK)Q^q*w܀MҧTa\ A\p=c2!=Ln cJm0eD-[ L9 BԐ PWu[ݛt( $S9V0,s r"0©P^b#k'[a-`|HCtcZ\nԘ@!o<%l.ZJeNvJ! Z-+^\Ų)b(C 'S$6OіPTl.NB1!juM"݊ek ٺAsNe }G3ݲ <]ִ(҂ezIQ/S댟Uynv; 젬!!SHE HB臠+ӌeѠ'+칻{ ckJsQ%E9j \nB`fLSlj{y8f3R kE zi3-+V6]C LM) :r@ $  =Dw+at`xg=NYk$*Q^3Sd y(k=u[x U^xCWK 1... DkLˢW  rмz8*r1&XT,%(s`gދDZ&H2§_dϭw8BeI< hGYY԰*͖wWĮ8a;`LRw)[ S *r Aw fAPG) "e) n Jw%0й h] U̩iJB0,O֘u`6gMS{N䲟?JFji>0 ev|]duRuـF==UG ˲IE?W,ey˴ EE 4kD:+2js)&cL(;9ɂX X*_3`+GC V(nmgMbӿ(x ]@;wmb -IK\?ڥŠt;c|1?c 3飺; 2$X FVoh[vc+donUX!nsV`ft(6i$_xI8*|x .|/h:O֬'&9pXa0&˹?R 6`!t˝]>k !3t[˕VA)Z&JERG-W%QBĀ55281Ð)D8"<*K:^M@[uv iPԫ R)0bD`RoX2|얥;8DT D rJ5LiXW*$pURPz) Og J A=F)z.`إ)ҖLQ8F1A# f\],RCĀf[ofGa*+p(ʫRc# @U,v-̴`-=*e;9$b8[-^DSsTg㮧5w9vYѼm!H iYQ Z-2dC ѢE6KÁ([M8,j $_&,ӷ@ G;UZ@TD2p](zybST-^4iى7xN!z.tY5cG*lxQv=*:?W,"A1a )*%T=hS/1I% ȩ論] ez,,g ~IOMY^0`A T7 +lE!B7V-5Al8)sKc]d!U] Ctg>cb9d1/RT,+Xru(M s,P RY\8a%>7QUK2%hutf8saȐ 2 " 0&l:ZАg\pp0K!QbXEy 9Y 藹ds5w|Yur] ^8ihQal 龄M`Qx`O`LrR=xL]euŦC@:@D"cX6 \^׬]2$U6Y^l/S{żYU dF [_|Dlں8cºIAx1\y Rl}Zq\_oyK`H8!Ra42?$B@ i6$]e_),Cʕ5DIMATq@%f,^H+W̤V3p]SU8*E9jj4m *wJ~B䝁ҖZP0AgL?A6W1\^cR0%Gx+ yh==UL @ feWriu\W4w+P&RS5K5/Cӓ%!,\:t d.*2b6` ' TcB8b D>ZksAֻ+E@[H}*yd3@ޑ";k8mSPͦ W֚քa6uUE 0lq!d"j *QbݕXƘ@2$ |䈁4R!gEs2(c/W %ٲmv޴ضR3`TU%c s\3V+%IE9V k(5ժQt m>RW<;coI,IiW2e>aXC!Bk(@lH.d$m=Nyj3Z1{5MUζF1gVu juѴ(]|2LbŝɁ8۪Xl-%'U54 ȥd aOf8:˜C^5@#w8bB% !M.,^k D S$ρ`J5\Yy`P!^VUA(ڠL+ hmYyj5 |C t.YI%E Njx0$~؅5 BĶW'&3`L$ *cްjC:OsZs teB/ "bGJ̍۹e!Aٲڅ@YQ zZ1rSo@W__Ձu"Br0O/ɊncSdFtKUg<^6}] }kѭ!ҟ+ފ@[8< Jb+wx HNlQD. 6t Xո (<==-%0nyR zʫL1qIAWE,^LXql0{sD˭Vt~l.7 &>5VU/VuMt=B&[nlT7r.x@Q܈iC"LW" W ,ǘ@䄞Mhݱ iǀ0Рe,bJ5\xgg]6uUSHl25Bl|=|lܓxx'@ѹE,i *vuuա5VO] d1&.p^yEmt}BNAډ鉖mSѪb ,Vj~)Κo@2)nDRijK&b#hUxq$)un:ec>b`L@]8 )!Z1w] qR2ѷVϽIkl($Pq|zA@p(\˿C7g TBVm.d5b@8#w1m -w&t%=gBzE*ʘ>f+aɬ0=7RSjȌ2 `\9TUbXü\n #xFM9h}%XOiZqq`i~.nD n KH(:L"$H1A(5@,k;UzzVA3vqA(-t 3*5)ϭ{Iմ>,6}jt’Vyn$( ꒄY} vX, Ѳ"jS=FA<phR=˴KuikƉjJb}QɕkKթG!ASfVg0KXES  +|@S0!Gl\a]ll|λhn!FH=bO=2jU p(+Lu Fe9E(lIlW/VeXKPb~4_dQ7S.RPTJ7g*Cf'.i:j gڕa]Ɋ)ZE@')]S!@FuF v+]l Z"H9])MkP:6MQY4EQ8&ŪB[t0x4MFEJ5V\=Das꺠}cުx]"T +DV}@Y^=Ś3=-H"/KV;eX|t [`X*t*-+oA+OWj;n@:l&% 0?TI$>&U.Pp Pynh8cBAD / :_AoJkl l8c0FY`gY)Lйtz.ݪ܇E_mA4;U²_22ޯrwqC5/`ij(25$n=i%&F8fޛn,: ~$م:Pƃ_͍΄EYa U\Q375 ҡ!!i@#r.LBo6cJpWi-L%O hV^iDC4 糣+uVHafMuue!Ӹ]x0D ˠ[1U8[W5Rcx+]|nxVd9ݯǘX=O(0TœB @92j(R OCE Gw001ldy]mnJHhZ^LxP5sxٟaxF/:6̭tc7AZ2 2G֪I=h@ ,)0`,?tzdu`ʦƝ gxWC޼*ڷeժp"=cMoF)C2&/Hzut>fAW,[bĝY<BUf)A}d%<5S !La7 J`Bʌ[w&=H5`LP4ٹP.n MWuC6?U΄tLjr!=6=K{ ˿?_/mb;%DK3Ctƽ(zn=G+ >$a9goN^1{x[?W}tr.?tv/}}[g$x'sk|zet<뤂W/?z7^7CwK}0诎Č[Ṅ[s5Qtb~rB:1w'moKw&?wLVæ΂h[od.݇d"4@cN#rSX\qMs2YāoYa46]*R &H i[@D@Q֜Vq CX)6s@Z8[ReJ{H; [b\f92HPe* siqW|,㪵Wk@,m*LB ?mx[@?@ߡ{JK.Zr%Z,U0 NE6tˡ1X]\`⼫;:۔qcs1yD`SQ!"m/-2w8Z$qK(W”M$ )=Ęz7`9$vYܔvʅl{m 9u %qTXq \9)(@s 4wa#u)bGHAYeCj/ 2 cBM0 :!n @8x+)à%Q>*aJ8(k)֛6k7K ŊZ~QhֻkǙ]ʖ D Dr>75YNJB*!Ƅdng[SC9ht8aNxRUOKj)}0Fی5 ,,:N^K k;ٖVrAE .8+:Z!^,hPLOIe+: WyrSj]bL:eb4hBeyrVE"u[su.͑6D$hQB*eNX<Ļ@w@J"BEiYV\sq!FP ӔK,uU@K Y)93) iT -*KcC"}y~Ut.^u%3YkvX.BE49@&+.D]H=x.B4O hiQ{1aô$qjX_2IWEWB-xohBЀ!kJ[) Dm- fqGDsg ))Y'.oGTޣjJTR) Y:(X=ĘaPUADjZgYΆ{)6AUɋT@䛥Lװ )i>n uqoMzLd`M2\t#qhܦNqgeQsd48=Ę2eNai]c]Vq[Al:m:J¸/Eb<)!)2͢"n}u# ຂA̓l&" oN;ѓ`OI~0&a 9Ҭq܋OEuvy x"vi#8{QãA n5pO!P7E5A6`]i%.0p1"i!/՛0TX,;x1d>K!DSCbD+6n.[^&P`rm-HHC\vh܈^R0/CUuGBAW(*>;(-l*nn|.YTt[8FFI `u7X"ԷO?7|C`ʡݩ.;$c2$V}멺#.3j1c2j.c2j+c2j(cn2j%c>2j"c2jc1jc1jc~1jcN1jc1jc0j c0j c0jc^0jc.0jcs?6wcsϏ ?6wcsM>6wcso͍=6wcs?<6wcs <6wܺcsߎM;6wܮcs޵ɛfoN:{xۛC7{{ˮ?ī4{)! ^=s7^yۿ."#yI{"s٣3>i^({&y02";IߙLnM:=&ܤtrNnM:I'7&ܤtrNnM:I'7&ܤtrNnM:I'7&ܤtrNnM:I'7&ܤtrNnM:I'7&ܤtrNnM:I'7&ܤsIMs޺;[>|ͧ^ؓ=L{sT>w7?Ixի߼?W֛\s5}UuG/Y|~;sk%q>=ew'/p I>fOy3+fv/=6+g/zf=1{٥ӳ3x>.CgiM:}g/fc;`^蒾#{>=ec޷[O7#_?Lx% d?͌)-o~KczLn <'7xrOn <'7xrOn <'7xrOn <'7xrOn <'7xrOn <'7xrOn (-_{_#z,]^MwbQo<'^ncWN/D;/G^ wwA{k{ww[gs|}nԿW赳'jݷ1[mix~|_?^;w~ߋ; ׷,>O|; f|'gwNɳ;yv'ٝ !!^Gq+)àP>*aJ8(9)֛6k7K ŊZ~QֻkϽǙ]ʖ D Dr>75YNJ*!ƄdngSC9g8aNxPUOj)}0Fی5y jz8=+{Y.5f[ X}z*,HhxECL0=&+\Mu9{1qm]H*!N./T\'W.ouP>^Q':5i=l3OBp!RFt[E!m ̃^A;j ? ;PPQZ֬4 ֜s{T4rp %e];PCvJLJ@zBw0RH}_^_U$|]Ɍ:e֚PkMuN>ЦɊ0iR=KЫSB+Z@ZbL0-Iܐ_U뗽CUѕ}/9PK75ޛ]74@dV Qem Y`9;YHJ)!ɃKjUZb#Ts C- A `sy1&syU/YiVGGu!^vzU⤢.%f S53ChJ3Hx0B]2XSfb7 6 HPӡd8:yX8=' l{1&(YE/SuZטi&kUV+guGR%0nDuK`L|jLjuHi'.x=WH!`d<]7ɨ뵛N(Sw; ``BN&4ksSQ]2]Z4Ϊ-^a?qi(iS20 #c !w XW2GZK" r=,\ HZK0L*V6ˎ^ %ρ{1єÐe Q(銍&'* 4oG;3)?3=7I憗2wf,9jtUݑe0 N/ {l%4[ x@H8X>q=Ø@ABBP`ۧ.sjJêe իS%EП+28$tޝ`>l*nn|.uSTt[8CFI `u7X"u!d. w-= r[Q*RX7O[9JS0m,fgs}(Xwİq8|vaL<`K:3ƜV8x@ //.AcKa!MGĶ1 v MB,"3)[fr| l!O}X$龆h%+v/tJOxO ڬ*>[g[R˗"?<9{,C/}}ˠ=9^~᧚@_ cUݿ7g1wc{{^}'|[{ o>='9#ճ;d}{l[fߖz=ՓB֓cddVfl^VelXV_elRVdlLVdlFV?dl@Vcl:Vcl4Vcl.Vbl(V_bl"ValValV?alV`l V`lV`l~~l~g?}l~{l~?zl~Gxl~?wl~۱gul~ջ9y[gb{s?{/7eUOFgȽ{ {TjP?߼e_葼凤=9@ۙAq|4/c{nkw<o}|fzLܤL&7&crNnM:I'7&ܤtrNnM:I'7&ܤtrNnM:I'7&ܤtrNnM:I'7&ܤtrNnM:I'7&ܤtrNnM:I'7&ܤtrNnMݤ&fb{WܹIoɿK-~Snkz箥]BIo*v{쿟ǤWUoy+o~gNﲚ޾ת?#No;\y>}gX,>ػ,xbEIO@{g?|GooL7{g;r gmfmgO^4{rvi  𾯅?}ξqf0g}=27nS6M@P;}9nT{Q8~s?/τWOȟxزO}Vn̾Mn <=xrOn <'7xrOn <'7xrOn <'7xrOn <'7xrOn <'7xrOn <'7C}|:{?9%>%>r^w<2{jzU{5}9p.?8{~So|oY]<DN r軠}}}ǡw=o }'`qz^fom&|w~'?>ovh?S|S'oVd't˿ɟٟ%Gٟykɇ/&k/RK+ɟ${|0D&?'H~1_&$'$%w>?I??Sᗒ/'+|>??'?s?%_ԇ>'~"| _ӟL=ɏ}ɟ~g~&'??ɏ~꧒N=?{ǒJ~=I{'ߓI@2?ߧG6Rt'C 42J $6 MKi5Yzg5ftv]Ւ\mˢuf,wΙ`%*݉*U'CmT* I| !?tA0&QX)s}I\֥Zvmiai)n0'8JLuG#H#Qct MU]j3nz96ӵ7OaNz2vIAؑP4)ĝ8c|p/+Wv{voצ+!V ĢR^o1)g1K=cEv"hK.̹G[m #$+j,|@!DŒ8;PF|J6(Iʽ ~: 䨩*#\++j{ fGYZX1Q=60 YjjFcƔ:"8TUES@O]`xD.)Ȱd`|Wօ0_1EdsG)XX53 :ZG]I`LZe f$'Wr8[5~1!7#dA#.ۦQ01*ɠ9ҙDa˞bD*Xq~#u bnH qFuzk$V iT!N#AbHc=35cT=(ƯyM/REf+' dIRˮȻǘHdgҸF/BsR|ZoS׎dgXA-rE`諺06iveueSz5(V~BU45tn˱!JɔlG'Sv&51r%umZ"}Ųܨ9ˀغ~݋e:HiA;ng2uȤmMk<7vP6)[lQr$:^#C ,cYa4i=ww1a\(gWHi:hЏZH iM `!O,sFJWm0YWNA4-zKs~] bV@7dmJQq%Gv$I!1&ѭɓnzea0"DyLk\5BXEnա%Ty b\.\\@)n1-Z!RAD倡y7xU}ߗcLx&X#JPμ*%7L@e$Ou_f2Ap*UCph!t]Jqc+䢔wU,о4֦8"BcByh jsĔu`56>gQǽ@b'A= u1RI-BkP`K h:,w?I`cC̭w8BuI< hGYY4*78e;`LRw)[ kR *rAw fAP߇RADR A!K`s AЦS!`X;ќ5u1;mj4(-  d4DJFji>0 ev.$.az%izUO ˲IŰT1,&Y3 rIx؅˚r+qh+tVdTi-R%LǘP&wJsQ X*_3`+kGpV(nmgmaӿ(x ]@;w]:Huy -IKܰ URaE^Ժl1wrZ1aQHL FVoiWvc+donUX]!~s^`ft(6i$_yI8*|x . l{OGLKX3`L K:tQ9>;+IilB 03;~@`C2fٶ)֕VA)Z&JERGү(!bĚ YaHB~ul DU=/6cέ:]I;c⃄p7So(BUJx*@ӏ07,U+c&d"7@ +eZ֗ @ I!'\݇%bTv Yuu@ |BjDwABEa viʥ Ļ&!FsLnk@WV A(1 FmQj \v; )ir4P G]]m3-XKJGٲ;c"NaI=9VztD 6rՙhiOoep:H.bZהB@˲@PB~frձr q30ɗ l '#!AF%%`5';cNe@(-:% e&f \h_^^b.IG%CyZb-^R=څ>!@aTe /G@E'UB[00&<\_"E_ցjF0&D㈡94X'r@Ԕ[BM+Xas"2 칱jAgg-bHA[ S݊%$2r<3,!abpeYt(.nDavo2H8dc!"8"N ӮA(&D"tP )A шdÈcm@4j(@@ (vb]@CJasµ,D#a1:fb_LJޓg%?v7{yLy6GMb6K^`29GA=)1I0bt5eWh;4)Q`]"ۀp]cܰne l_k\Kںv}aJOI>\W˺aDCW,}>n!c#ʧ~f h ky]b `k8lf !|B do@yq N%U}[v0.AEP21 ĮJ'K`a_! U14d%DFskR0&#nKD1 ] PA‹neg%=12s*fDC"5Fk# HLb-81xvlS*PIҨ(u51W׮5!¯4D TxH!hfBLqvmL"meL]PWuj r T84T';-qD)@A';'~$, Vm8Vp}Y=Ƥ*%`Kt!Wz?uL @ ve_tvi}BW4wנMj0\gH /ѦѼ yNhtp؃U! ͻ%&sp"/@Pk ~ϧ]1 jAH>ωYm!|yf#Ev~=Czl6]2ִ& +i rY.`@BD$U F0ź/1 w1dI$%ݲmvtضR3`Tլ%c s\3V6r濫+ \Κ*hd#j0&A%X[W>-jYF 1 ~,Dha HiG;Љ=O-yFS \2`OZl{YHas8aݴ;EzT;aS5{"rODwqс5C8 t#zdP11*Td*{t౳'+Pez\k[be*k4~i MoTqf:VeE5i LAA_}_ bj{0Dl'a^=+ӊ~cSdFtkuo<^6}] CCP_dvqx@ /Ū;<l C("Pm n]^ T7HT=UɤmUQ Ȧm!ArUE'r`SY`UBjbd 2AwcLu p BFNfa* 6^2cz7tNJH>[Xc4(rAuY4uC"-x yqOgQFAL0%03 CȐxcL \%M) "!9؂y෇4t^S m[Ӻf ,jy%ڨo@2-~DRijK&b#*Iǚ_ =n:cc>b`L@]8 )!Z3w] qR2wN0,Il($Pq|A@p(\ǿcj0g e):dEѬ^^)>k6 3j_kPZc3Jo! wv.ܣLk|Ykh.7B1v:8yw` >($hʏىRńm/+`_R6c=pa8 $;J! S.}9 tSdetgFvs 4@zƔD|葑\U]a`L; 0h1H0mAQOe9C(lIl_m.8H\(^18~4,_aQ73.RPԼJt7gY!z}V4=A M[JX}KX3pܸ)^75E@')]S!@F͹MF vk]| Z"H9\vq5|,egRTmgTNHQ_STs^Jp zGf[$^CiXl5cLD6Wtȁr,;Kēux%ـj(gXX~f ' 8N3ff{\CNXi;W QQVdJT*{Wê3J bn#9@e|[D^9;eX|t$g[`X**-+oA+*] X D 6^QI$~Ud*(h}a8AJl,2741  S?tf%5[Vl6\f#wҳ E:&n]S[*!nfjgr5G[N 鬌l!kD}puL+0&,LMՂĭg0-pnjWoedď0pZxљ;d؋Vl+4͟.ƒi&JX} Wl}V vB9Wdr_Ew10uUw"LQ(`9HW5rdBKіޭd- ~NϠ詻//8<. _IdX#yEl_I>rˑwxŭⳟ蓟wvIrӏ=x}`p42ŷ'5zͷ>O?-7۞zɧJHx_ C&h U[1[$Pcz̳7z a]{7sQ½;|.>K^ڇ_pDqxn91c\/z=;1Nw}'zz׻faSgAoe.݇d"@cN#rSX޸qǛr2yk_,߲v'8il?9j݊K tpH)` {,֑T#EY{J;QF;rSm1.މq@˸ڑv3A7׷HnP{~meU0ia7入YUgm314XX;(֘~G;`B~A%C#0?Zk\t>MAKX.-q lY˱1X_^bꢯ;:ߔqҝtcs1˓eD`SQ!Z" 2w<:KIfQVʔm$ -=Ęz7`9$v]”vYBQeN0cIC3V`wy 2Jx&\4MDHs QA?RcaXbKL=Ę:@NtdJ0hITdr(i jX[A`e7faZ HflZ.v{0qq zu .\. Lwı"PZ{1!YcP!N,%*iiSozhv@ kƳrZi%'']rPѮƢ WGzlye0 Tv^W LRr cⰍց>cA@j}.kW:@(S1Yi=n3ODBp%VFl[!m ,^A;j ? x$"Ԕ +Mnc9=JxxID8Ӓ(q!8#'z`&DY }`M~c=JklDP"jNaҥE"l)!Ƅ "V}8+Mut ;RlG5%t(7k "aBSҮ} AƒޚȔ2%d >8GѸM%ʢ8ipf{1qe< 2.¨׺L3ܸh\m0.إ5HBF:( 8.Ո½F>(C 02Rpـ%s$ 7@ltPbeiX.M9 QeEI_lRv09Q,L 0!ZL}q#fnxI!s aƒKW7= }] 첰'\ O n{_Ì*B73 $$dI=-}2 W!VJV;omȨΔ4<esI i};} LҦ!]^YTW?zm| Uq_#$D0Ǻ,kKt0&[#Ry?6 ʀУq$$xU[h V9)OTRav& uGg\՜7H{qj8MbZC1N2ԡVIPSl=^g+~uwΎX|[ξ\uYuv~̏OUZUZUmZUUZU=ZU%ZU ZUZUݘZUŘZUZUZU}ZUeZUMZU5ZUZUj檟K~jاJ|jꞚK{j멹択yj婹*Kxjߩxʝvj٩`jk;/ޑs".U(|7>i"S7:Psݣ/AǞz<ěǟ|v=/ȳqs8nw'[svkΏ15g֜ݚ[svkn٭95g֜ݚ[svkn٭95g֜ݚ[svkn٭95g֜ݚ[svkn٭95g֜ݚ[svkn٭95g֜ݚ[svkn٭95gn@'yܚ/{?w3O>sn.zޡ:I2*_{쿟W7yfxmox[y[^;={%ݸgU8}ޙ[_/_0-ޛ|ǒoXxߴ`͋M^,^#XaśścW,_\Y<8s>?~~:k=.yߴOo\7,u[<7Ⱦ\=} ОYjO\{pT^Viz {hv.1?f] xv.) o  h/t1+CvE08ҲT4G`*\FV}$3C0&@\,%Ҍ if=yѱXJ*/Vl(&YPmI!De=Po)$o6ﵫj*(,sK= З>EAN鰓{N:J5h; R ,W,UxIiRg =;LL%QA k+8<:l7,YKX)V4 "wޥ\Πx <4Rna %˥8VDH"Wk1&$s;kL~A?;ss7Ve=xw"~@;Nw>%lXir+@sq!FPq Ӕ˝',@%K Y93) iU -jKcG"Cy>Ut._uƬ5;,W"}m[a"SӭK{ Rc-SBhjZ@ZbL0-IܐS/׽Cuї PK7 ޛ]74@dN QcmY`;{YHJ)!kjUr^c#Ts C.- A `Ky1&wy]{Yifِz/f;j]8)A DIY;Hq vF P'D ֔-! H9u-l,kw= NO_B&hC%uƙ c+\BmS4ũT'{_xi fx}u5\ S!o{"Y[l b)L,Kt\v ǒ:6:wCi|1NJҡVUPSt(ƩUm:Ԫ<qjU8*RbZթC1NJաVPSu(ƩU:ԪlqjU8*^bZկC1NJءVUPSBv(ƩU-;ԪqjU8*jbZյC1NJۡVPSw(ƩU;ԪqjU8*vbZջC1NJޡVUPSw(ƩU;ԪqjU8*bZC1NJVPSx(ƩUM<Ԫ,qjU8*bZC1NJVUPSBy(ƩU<Ԫ\qjU18*bZC1NJVPSz(ƩU =ԪqjUI8*b몧jzt1ؚnW=:W7O>G}'o>-Sd_435I!kJ)]]tu;P~[{ͧ`kު|OnKe0._ [`H \{jU'?^xvW,B[syc}gv]}^g<{co|_96&-?+~uw̎X|[̾\gYgv~̏OՙZݘՁZ]iZݕQZ]9Zݒ!Z] ZݏZ]٘Z݌Z]թZ݉ՑZ]yZ݆aZ]IZ݃1Z]Z݀j>棟/~j>֧C|j>㞚/{j>惞yj>#/xj>ߩvÝvj>٩^ck_;/ޑs"T(^wxtw;N9v_.{ꑧoفHH`c|#>rɟۺ5ߝn٭9?֜ݚ[svkn٭95g֜ݚ[svkn٭95g֜ݚ[svkn٭95g֜ݚ[svkn٭95g֜ݚ[svkn٭95g֜ݚ[svkn٭95g֜ݚ[ 5M,Zskx9Ho2ދ<#Ϲ蝻w$|#~^7|᷽o}ٛoUqnOS@[.K2@}}ksx2B㙖ӝcHDHLD\Y(BJE$^cl`y?l o>=WZճ9g?~o[U$?E?d#4^6Rt#1<%jl}x3(DO~F?>EFߏ~>'}<~4?w~}?Gǣߊ>YWoF~-Wף_ߌ/"?#/ч>~w?Ǣ__>㟈>D?>?`|0}8?gч>CG?ף_߈~7+_~/D_~~)8ƿ;]?OѯoD'E?wE;ꧢ}{ٟ~g~&z\??=?~~,g~-o~ ?mUH\!s4WI4U!a!K #^U>d7K+%M'ԪkqkY VrWJ"e#1) !]*$C:G,BЖ<vg1t]j/mT\)Z͌PvCⰛH]iK 1R'qv%H#ӡǦ@yI։qQ( ]I&% S!9:OVY;1Rp~0vrXˑWM+//6¬FhJΰ#* –%BKCB SFg I!C}:v733US!V @\ut#&1`#VPdZhIERź,Sk+H F)\#i^a9T*hBd],siIekYL)|wj@v\H89Yg`$y1dRtɀl*|NT5D58!KQM1\cJEQ,9)cXuN]RtE("Jbr2N-$=O"igy_1EdsjL xө 8ߙGKg1j'tF#= UƱ*k f9-mI˦(-i&F]nwМQiM*7e`J1+̸n&U;uv:vMkh;蒤trX+3 )j Y!P8>WOm[-8Z`wF !T[XPA`T![90iT>3H <ӡ'p@سK}'̫>7LYkv'$)q/.D޹ua?sv"h#D 2-DN 1Mw|.<2Y~߭k׭ M̱gM9櫗pk2!JRd Yqޢ3HNDuH?g\vԜӉClVCY?ĉj:H0 E&AM:NAEmz!;(kX),y otFʑhyΑSF^q1!pT;hIjZ輮4#%4մSEb̆"DqȶHiKLfs+Ԡi=襹Nq?XN 1!2I!ѱ%GT$A#`;1\(!ؾ]^a"DyL+ld5BdQiPՉ CK&áHc"%2y:Tbx?c há,dh]x/;1|(Ai7넃Do'!>^[O\Ӕ 98,mPduR⢔1G7)#Pj- UZ^\Rld՘BZk ?L _ݹia$ֲG9&mR!}ҦiaC4&k?$dcC6 tf-nH;y r8xݬx|?30@qDb}f-UՉp* #/ +H-}(A)D,tBC=ҹvq'h]_S`kQUƬs 8Ӡ$lEg1,%&&h9>5e>0 eL"o%IQH?RV8589{j )p,ɌZ U-`2u]ºeLRȌraMD!e3s+'Iv`cr6靺qґ $X Ffoh[xf ެPnz*A4{̥-@ Ol L2HQʔc\M$õ@:@ >jz,#&]aq0g`cdv;ǵ~7pXfr]9ؐb|U糹VA \L,KXG #\m!U3 ){@TvexVC" y2P:]AvIwkv0Ւ1K:D"8X%jGp%KTݲp J2>75ŁA&S4/ABBtsVتwSɩt1N)*g"5sMt6Bbrڲ(q& HT͘b$,^I M[ƈJ+- P[wuB|2p}iuX|NdjUI}֡:Zb PX{T=j{cM ŇR 6&a|eY%#d (<53),8W9:B)UDXa>49QUە:2TJjQh3"e0"9AKHk K+(X@Pheo] Rsr /"mFb&ʽPV 2 ~fRN:Vv=pq'w[Qih溎{;u*ZXKi v,yN )@ 6FPM]eue "R)ut ¥tn[qiQ&i`J-YGe7Ol84N  m0gS(/Du lXSEU .`Æ܌!+|0 Yyl=i!`8]dqn1msC{,  R/ ci!G ~ hzMJzwjJ ߮&-(cjVcUg`u%Nl_s\-hN,l`{,ص!Ra432;ILa9@:+[ T4ʋctaB׭!-`cTSU\+PIk!^X)vЃ#fRUsJ^͍*b 7mY TXn5,5N $mI 9G@~(aw6 f7AB-/.1ƨT >KKC4Fq~M.`ڧ=b5Nyk+TbN3Тo8熄f$Z֚.k @dA*W KKujစ?}6Fsx^LY@䃨!벌h8whKAd9º#Ezp-YFA=mE2qe`iMVlY){X[/MV 4. T8KCb!Qbݗ H#X$!1Fd 썪o c/ U j9 ]Bhbƭ;Ӯ?bAF5IlJH^2& 5ce=GvTcu\K[jS/:\4V#m{# \ޥzk [)sdW7`O>ac.\s%"hOr t'yJrI;7MVNWGF1[@NXM:P󝥦ylTkbjm:)|PC8,^"ZЀ~ҁ5@!E,y toE;D3b TҪ DP=hc[NDCyk2HH դeSl^Ejr8]@>ccawbO8`R@ beR#( PD!mK>(ZMD4iZZsr^e꒹NU_z#ɲ@g\wcl i3ŧ%,e L =G:? zݹ$kk\ RU&3VI҆UY֠-/K {Lmg n,`;\Se V`#q#pJDN:+wdY (^'KzuֶL!c9޷7d=hU L`Xӝ\fPȭ̬Mil2l!۔;  6F80 hrєL0xB P9)e)K-AMB?*qA)'uJ e$ J]y !:CTJX$/*xXp!^aUBt[8eZ/iGUJ9?i+XQJ^dȤ9Y;EA"F/@C懭Qxq9Z"$-ׇiL9^N3ZL t tbMf~&U%&[qʦ7LRqHgUNeʊjr$'x2, v|?={sBJFnDg1 "՛C^6uIt ^]uTTn0x8kb !O; Hd ݍ*S3.4% B7"d5/W L;1 =ڛcJ$ҖA>[@1I9/ci,kPᢳ pMݲjIfMY&+ |>>ߓ3 Z(&_daLKPaf-fH0;Ԭj ^!Ys#ByASXl֊B^999뤅gIC urd(.ih6?X5*9];H+59T7 )~LE9og?Fμ$-+~If0`p!}n5%nN0"N"@&vU $56޷2r92cuv.4~ubZ/)s\L\հD46G)!e s O,đ;1mr-׮&τ @+cPZ Sf0L@Rr8233Zp3EU!+`+-gH)T$hq2YOi9nsMCϖ-,dI@*R N8E]$ԋ H,-kw ̀sy!CBUNq/Qb-T~V*k> u6FUD br.1@T&YTy^s9L ά"jYMFU!Tb;WF[ڣTk: }R2Z\*_,ա8E PTf)h)W;>SQ=;Fr];};q8f+Lu3O!F eG%)[ѼkW _Ăɋ Ԭ@[>IWjTMާTNwI>!b)8>%j|-zES_II;Mnl5ٝ-_Xt 嘴_'ہa5"^N|A&S3(21zn%&FrL}0jVuJAH ޅ:PƣfF@Anw-9ީ.9B˛r bfQgi@@F`{gvԝYxAQ#䘲s4υ} @: zU'pP.5+͠4c ҝ:-^$0cӦ07cwၛA?gV9̑C/s+ML*,Yt6Fj S z2DOwB$SG92j !^%hE oUv,TP998 $#8F᳼NumfJHhZ^%H2s*CBfs`c$ֈŻI7Dc7N Z< 2QúCEvS& <-!%vRn` nci x[Gav=aqo\1<7y˝j"Uܶ 6F ֈ"Ud)@L&'.)"lYwV%~4H_?ByZLI1HWYb;2)/k܀X2-!LNT`kT8cT@7C"dlv")nꆴ9mX,:SY<5hLj r8ÆjCkүzW߻_?3Kf@8H>A;%DKܥ vslܐt@yFF8JaA =|ګ7OG?+'ׇKvpTId" K=d ~w(eu9V^7O^{1ZM/g0~w<ȥ{oP8Z GL{n\&1{y~_y7?+Ibp=-~aHlm}#35>,`%A)9bJڢ\h.^LYŲDd~ wuĂ'߲ZpHQtS.!KEJA ҺB-VZRF r!: e@Aq:mq3./&lxeN0ib]yo8sÂx,)TGQd%EQ̸h$YT`UJ*(`csK6L ٝeI'nk,1`L aWƠdw( M -ZYOehg!& #v-,Nɡ)u+y&d 3ߧq"ye "W+[dYIO+s^C k ZSH,Pt."UBN9"ȕ0pLFAy*׈z'5s l,)X,+҆vcX^k3ׅOԻ f6ȟ1©$gLGtdb"uae91 NC+>l^ӌZ2Ήb` i@W ˙pI"EGqPE¢w w糱ᮘh,qf 4k+" kv2ҶqvՐu,ϯW{ڱ:z\ҟJTZ)#hlt+U,&NvVŒJh2$Af #I+,iIY_ 0/ad0:$ԑFy0LH$POU$ӣ?P2YQ5SWkA%+ѦI9iRe; BAtHMe*x+8*rdqae7@RF"U+(ҲժUN0T"!)#P~Ev򅹧O+G+Ht-~aL ci/4Z߽[c6~*6׆'u'7n~ Co=/K'-}ꓯ|:_^)koى7Vo_>wݹ΅sa [;΅s\;΅s\;΅s\;΅s\;΅s\;΅s\;΅s\;΅s\;΅s\;΅s\;΅s\;΅s\;΅s}*zCTط7EZ wmW٧>j`@Cv#ծo>?Go'*qr+>?띾%߰- o |@7 o |@7 o |@7 o |@7 o |@7 o |@7 g[kֻXtw|6Ok^sG|מyϪ*7 Nh~Z'1 }K:"|.g?Nэ+'ͦ뺪>gM>=(`y>§SFo]fh7h}?'_[՝zܛ6Us\}qN7s*?7n=7! ^Ǯ _žcęOU=;o氅-́o|s79́o|s79́o|s79́o|s79́o|s79́o|s79́o|gOECTط.p*xk<O\.ڵoݞf,slMd8$Rr;gx0~w<ȥ{oPZAooSF߽XlE,gc]1mX:@0VD>em0 _H!2Y_i1 w?Sc )u|J?  RF~WXCM48K5dY+Ȃ$ή %e}5XP̾Ovْ$DGvUp&2#tCy>UdL^@ɌgEaXN]N&͏V砦J=D*t#77ਬ*a!F5vKM#5LTNHVV9R݋l tl@a/{ϨtC6C-Lʉ%ii;;.\uR,W{%(ɗ3 A"@&uƥ&8r﯃'Y Sb=`!܀%6/K%K=ҟB`)Vak]c/_Vq4/{.{J}#0|HQֹ ߋ^@ku0=ؗ ?cAY.fMJ-aaPXO4ͮ\\Ƒ B+Q#Ă;z(k%p #= .fKfI+qIAv&e^ z14eon ):8q37v"R#Aԥ;|2K:1_WI6TF|ݵ1A/馽hk϶N[^"د6~nsmTl뗯 ONn>5xʃwbcmKk.ΐ}5Ȇ⧿ҪP.T [BP.T UBP.T UBP.T UBP.T UBP.T UBP.T UBP.T UBP.T UBP.T UBP.T UBP.T UBP.T UBP.T}ydž}O^{M{?{a}o5ӻf?(.{gߚO5q:?oo|G^[3Kd^+zo-ly k`^50y k`^50y k`^50y k`^50y k`^50y k`^50y k`^?yihD]jІ}2+''7G|p|Oܼ)7krʼު^{U˖޵jo>:s{tr|uBd`&Lf20 d`&3Lf20 d`&3Lf20 d`&3Lf20 d`&3Lf20 d`&3Lf20 d`&3Lf20|"~kDx|ۆ:*>7?N07܎:i7lS'.mꄦ_Um,zS8G7NU{fDd0D   # A #" `2}?}RwLBvYh`!Q?}RwLBv&5(PkByBxi$IzWx{DFF^IvtDVVnuw2 H(&3H(d o iqA.. ǫ{f{wh& [S}Tfx|_J>_L$M[|}=g~_J~oU?ɿJOɏ'?Ois ׿oqu#?c?"ϒH?0O?'ȏ$o&?G(%LZc6S`U>b5:+{Xe r}Z`DT؉W7cBYE.95u;lAx->Z8Ƙ0Ŋ9Y8H|k.HqTղg:MIotM#G" xPLÎDb3S&o0Ƥe:̡CZeӇ9Xʹs}TG&eU+y`g ę-l[3[8a1aL1},U߬JOSM=h$V%L o0Ƥ߱[~aE8>R;k \Ҕ.XNkj5?o& -6 Z)%f42/퍷AsJg]PPuNc Gkj}F7c"Yl$u* &~eFD2і|Le[jRHk 1ݡ|ЅF4eKL3T{rubܥͽ0*cI-+i..83MAbz CYYR0ρc3 Xڭ߿n S^Vk)Vfz;H7c%ʭ(v`5+nȘ8D$ ͣK!L)2{=JJǁ/ɮҢr,VU(HK1< Yh:NO|!1*UX36#S`Ie{v2wCJi9Ze*Iۅ]uҒfզ-cSP^~g*}$K2vypUE&N.SʖًGR` |B5T;4@ĪMŸ"HW xSHtyzΧx4`u@怉Υe -/ՌDiK$ qU.e4{ {1&B9f*di].ӫwOj`enR2X͛5RƃJ˨{]ebt k{_Y{T+VMRxUYV` NjZlFEj$erHPQWS&+?Qb R97# ! Tj#nH&~9p`F%QJ6̹6zX,c…:j([S睡4uj\`( aN$ H05Vٗ|GziL-*xNfJ堅4D}ZK/)+@Q<\Xd/ e6TQ?8/89s1&6U K@$0;jȁ2˫ˮ\5FBDI)`\M(㪩5D_JQ3,G*82 4|Ly%N i7cBBm/8 3r0b= M@P_Liكq츰9D F-k(T8[pҵcX*'Rz%yN*HVf |!h#AF"eYa uY*ɘwmnB()% AE3;,P)FLoFfǹ:/i=L$d0׵Q1*HDZ*~R;. Ƙp4"An[i$} 8.-U^ٔ,8irR@\LNPqiiZ‚)rER;I"!rYiHj$2*)l'u‘[:Nu"m.|,Ax@]rcC<y=){tP} ccX;tSݡ5" b(5p+""(4,ؒaFj6Azֿf9JY@1)HPgɐ ?!3[d,ɒtڍ *D=+!W^]DN [)'dZcmW!W;l07cbPMˌb,s1͎GtosKے09E,_ч ۖ".\7kۓu'+z8D-h eӢ8 (n0dy 49M .PQeU(Hb1/ % MP*Ç /{pRR6E=/wTp_;C @9{Ҿ~Ø,]=G#1"V`]2pi'S!òsXV)]~Bx*>?6r\P ]ۋ`y Xy^5b`gW hcL8>qWh[٘VH#]mp3A&P \iy] gbMI}q\ (P|BpjHUpg4L-CP;iH෨ 2V19>mځm & .惔,-et%W5cJGkEQJ4z-k)YYU<0%-d<5T:kM_R2 <~ IZ`I!R)CC0s0Pmؠ3hwX۶<); jJK!Ut(z-ÁdCN&8, xZ3QcLjP)\K"UJGҩn94O|ڰ(sTOIʫ\ͺ#dB۬)KM&JzE.:֡ҫ{+2N@>KFYm(2TU]p2>/!_{ KSϖbd/ f 2K@.>m"N.%3zتl qek0A!6lim}ކX6h\>$IUp\2F)f)Xk1$'JH#-*;hՃMOU&1_>/خ`T̵N5+k!T%)bQw q=*Sg\֮mS(:B Qh_ Ƙ@C5>ŧx斍 Օ.1T9AC # =r(d${#z$w9I}U<%c|1o/JZ-\Nv}~] RA?<1JFЁ%bTIk3G4sy (x~{f@4!=Y ADeHNnjLS:^&VcLUu_v"C1i3ؓ ꘕ5dI'er+y 8Aφ->]wӋlЇ#^>c''r1^z?܏7cl("k,2~OX0biP vTiu2!%-bJa@@I>[`K;vq2K6@%Y2vMiF87cTbjQd3ew1*)Q Sƛԇth W z$ OFhU87cb.A[C|!daAuj} /EK۠/mEpmlF+ uWm>,U e ZPrD NOME^Tݫ06^X$41*;ZOKϲ`J"?"utkT|di@ \ob5'<)@2rY0^`mrF.U9hZg׹Iޔ%z,I`1M@rMB#*nȪt*neBxMs=L6H(VEϘcM\*rY$1AA{3c:L [a,COXJ W<\tm a٪ sK'\6yi||e|d5Th˫C:ؔ cLP:p5<k1^9eXZud޿g =ɪypٷm8]ip\mx̂'~XimQ!Az5P}q֙> @/VBnHgJJZ-'+`Pu萗e ?z3Vw>@8ԑcLFCrx횑P3c梉'6E4V"e֩`O((2'û)(C~um jc5],9VJ9#UB)&?^s . /JЍȖ`]i4u :@:H(g].a|W$(KH!{K'zI?A,\l܄%H9iLlD :qU?-x͸z|~1&m?TLOEdG5# Qanb,:KWR)j:NV-fԾ59 \ q.170|jMt~(o0 (pa“o$@t-6q}O|Ըe%8*OЇi_ZGY@66t'.ʼ-|0nNX}y"޽Z1?~bUjڦ1IL"M QϛT5QSkNѦ%q`a/!*mZZn<7y{fuUKڑdBzȾrpuŰm1iNu"NҦ!Q]O#|.hkҬlz84_zH]sܰ)Q4/iȹy#S=9{(ծV?D% PŠD|ܖ9;iӗ]QÐ~vbgd\@r@LT޹[$QF(ZL tyl@=d^E]\@mT)|Bz`W`X::V5u@1(!ܹP=)e6L+~U$rIrTsypBJPEay-! 9t s? u5_V^\ji 5C)ty-m<0/BUg‡xԮ˩nڴX<>U,YcL*fD)JbK-15E BH%g\;_l-ɃG-,ZaUdyHCakEd 6L \n;H >;7c;6E1.wtGi{Sb "FOGOJo6[L4A N/2JFXKWcG*3bḄ06mwt!6]\OK!BE۔nxn0RC8UJXL6>B쫍{gq2YЗx2 A"cdʄae$>Rtd/W!k0A<7lyېcL@NHӌ$6+ 6Vxۂg:E9u6Į`R8u n⑇lc?GomO߼}筷|w'Kw!,d*G%3O2+TKs>t1^w}Ğ'أ77)yOHr|%o&o&_uo|)s?O~ʓ^O~7W;|0}Fw`0B?w'8OZ~տӟ_k_'Ybe %_?{?yr$y2?lo'#?zv=;j,wݿtgo~ߟUNjy҉;6tbz&/]?N2vO~9(?k2vY9;+c'םP1}=W~#< _RE_J5o_}'qa>Lq~ s;*09_q_K>/&k:>_B/oa[aJruB8x/V3bݤkAi\U$>Nfyk֡GVy?5Ia0bʭIsS.8CiBB}i>.L#;X-wb qg.sD-li5XW<+N4,Vø7$ioj[(OL!8piSE'5K;LVhRMҔkMZ9q/LxDMx3a . QD2K4AϹ,9u|bRaVEw]S30@n{mT-XM̈ʧc!X|˜-&/r}bh[Uk [ĞY>x.7Ws:h!fuXLE;>fY<>4w˂ɮ:b{1L :+1gAOܡde^O9hu*>cmoطq|Ky1IC7禯٧&,6nl[01{R<4LJL48&jrw#[ "M2܊kd/N{ʭ &זԗMSg|1,+kr ISR644&]6JNl26*a Dg}oZ(s(UQgtt" Qjy#D]$θ^ϭT º(Z8y2P}fnrfOu @v.9lKcYԝ4p#W є\ \`T ӔU화:MQ36nZRF!QSY sCSZb@ҹ /׾w+ " _6-dO: Ό=TyڰxţU(&rStҞ]#}$j6-mke.m Ĕ9Ie[Tf6.,`3=vuE4X,H9ʵCFϸSf']" k q-[bYz`mN=u2%n*['-ҫl\dBd[Dk5U9⦧J0$`8et - ܵ-*|k(Kf`le$T/ Gq%߯k[asə[J euǾ@)*Vy{ Zk꧊A1H\,r縝* gC''rQ,li::[,ؑi3 ZyU,Y 7k4cl 8˶hUL|i S/ݦȸ;>MTj@+ fLxm%Ji<۝lwlZ.]<^yK RҍS<`ZVT4xZE!qfܝ BQF $ijj>mϻ A:WBErTbPV'/1 :Zll*%i Lz} k߬{ϳt Ax؃\o XɠY<S@%&UsAQr).Pr{giʔ!|u\e(9 (s{t(|Z+!&c賔i-H<:[POV%Ȟt?c^gJ;;Dn4CQKju h2f @I~:EjYR:P^#%L_wdo'?**WJT]Yͭ,AK*I#vE{ Bw\Jek"`B0Ø-42ֹ۷JbyȲB)O3FqMծXՀ8 r_aړի\2>aCilHiyq/B܌"@y2/|+@xd6Fv{^1% ⺥T5M2h;q'ޑY-w:Zi~v{Yi1IF2,KXmNhܦ_ U4uC3gM0q6l؝ oi&Ά`7;VSr2Uk5k AJȎ&`ل"erP}+F yr~]%.KWMjgR,Bºݟ**In,R (k M֘#F( ʢKX;nWvN!czo"i۷{ҥq %>]Rp+Mֵ\ω[z/"(ż֢ey Ǝay]mC3SUqZ,j([* ԆcU糐YaZ9N- |bc1 ˩P6.9ĻlQw)X!EyXӀKڲB_ڮ8C4i>~^$V$fG_8~֒6ˠm` -]ދ= Ų"mUf$QR&uD? h[EX,t )a|,tޗ΂}@ߎ/(T pֱgY{QTyϽTtNBo~.aUV "/4=rIUg) "Ln:(s3gԙAѶd2e]]inU! l 0rFjV`i,p4j8lc\YcFa*4F2PZtJ;Q'u$HCw Hac`'yo(q.x&H'AQY}MA沽b#?zW-KZ=!h J1DlUL*0M(Hܻsޞ du@PAʡO x\5(3˄I?k1MK8 H`Z,O{S |Fw!=0sӜSsĐc41>w(p֡jWL+, Mǹ#qN9Wxx BхnufKTRBB(;kU<0$͘m p=u|~~Ɖs{9?uLu'r<|9CDմS3o\y~sʄ|ָ}֭qn %}Qr%~8Eq~EfNgg3%=6s7g st`ˁqsΈgO]8#ngpUΈX8?X8?X߿c8 O\ηpܽI^t|M;sw^p}ΫN9v; Ź#vww{ޭ9N2#'ns|G<:y∷=T'.ponNuM:= w6w  vt;r7qv;n9gݷwv{3:=q\_fv7]t3?GOv;=넶{elx'ONht(۽¡LC|CCYt}ʵ+atfs'/s=u=qAEGǸev/:z=qy5׷FӗXN8m2׫v;9:m}]jRwV46'Xo1av:=u}5?q8`ܙj~jgGvOݘu];FlQIJv.I]olivNN;^t/:}ֽhsX6k:,O^|tfMo9=|,wr~n̑h-GHt< gS'y eNAr :?t|z;5||v98N]kv/8>u9Yg*gkggovp{w~f͛8/u];|ܤaʉ;gqĉ;3bvt_[C[1C̝w>!f!O_ኲrk9ӧ-S疭av-r #*::pmtu8[ٴܽyb牄-_pq#;Bl_N 95>tj_AJwYKu ΀SSuq멳SgCg/8|n+޺~~Cǁv{eNOvП?;vuߎR}s~>s>{Q^?ߝ}{KcG'nӎӗtoNO4UG;?qqifE v>i1w^]wvϵs3ؙufbK:秝G;tL/t#~umҙn_1}ژrHw2t2?dy/dxA;g;|aSv߮v~w߻] A;u>=n3g;rwt9#t~#i웯B#Pz{SvN+;e_u~LkBIF-]Ω,J>v*q+O;Ku I92AaWg(*cX16qҌ;'y= :}ufHF?p:CdK`SyUOMjIt]#=ُiMAJcBA]1syegs՛vu|.Ћj$.+0.P(suԺ{gextMx\/|p%Z2g!hrʿ!_,mݠ~SIZ#. `V,o0(}_uejyTךQxaV!M]S{BRT̖g2yIo(6ibl[#jA+(Cv.5ti01,] -7Sl1nlsYgb\c d{~+ i2PM µ/Dβ\Ҡ;:Bرf!)s\V`}#&HNAD0^9,U,xb8R7@(c] z x W4 4^dƉqo%fJ֨Z.&L>OZQ,<?8"n*|- ;}{@SO[f[L$lyڏPÂ͹R((BBaŀL~ O$`'or$cdAZY [r"C [@AGl䝎tE^`,z k-gOd4:Ol75wooRn$CGD~!F d\OMK/ @q ;/|׳sr'74…b7@SBVE((v)M]9 rDI 9_nD1f1ؽZ i3drvNԡ.q w3]ʎiP)]+ɊSmJ@O$<"'ULU( , 1J^h(_lFFvۋO5AĞeْx]Mi5ľOQ=2yrb PsJP$MziPH{پ,0 mF%֒tE(f1<߶s[vzco2#!09{D޹Ul($66yPϼB/ tj f#Oz\ Q7Qhz#%-k}c.rvU7uz܃Ju2UIϭo$f\K,鈕yipMjV:L{!ݬNOEob*GӉx4äzw݄;/ijJX8OP @nKًBEhWI \aBpӉiޛEIw~`vUdeUYՌd;nZifF%nآ=9ydA>s`{왱k,QhH;I\wDȥ322yD6FtDdeF|P~pg)Q/jAiHZbcYĥLpw_IXM[: w.=%" 1ZtbVV5(1d)ZbO=+aT^;PWQQ }Wv!q-Z7ʹzsYE8U&*ںVybDR3EPb"XNaUYް<0mלN2ͬnUTF(bk֪ҵ %/h0,yJ1L!eG_@˗- 5B83Bǜ&f! -0e˜# &`Yg{p8҈G.vdj! X*Цz㗛*#(ͱ Kaf*eg4.ʹ\u$tR]\3]\1<DXW.YSuiȰG]뀫R&ƮT-xuXcF,i nUB/\"$LVAh#SCP7  cĩ!nt>}kLZԅcOC=GQ ԕ R gA:(a‡ES UYSO*Z+ , ZmIPvcˮ ,$tN2)}C@_kC1J_a}kkrx:Tt(n-V}NX"SO aej)VcX"]E{PL(U"T:$t2 ưϵQ8}הܻ3.ЯG*KuzT:SRBYׇX5BBSкbL i<QjFoZPDr `W! CsDs7*H:[ql\]˒^Ѩ5>Uԇa֔E}!ujx}6䊚dn3T*J c0'fݩ](*zHZ\rmZ^n]v2*ĆKKJ W&9m .(_nvEV]  u8(Έ`m2GdYpeaZE&CXaOYQTK(iʓ21i>L%]ЇO|Sg>9S?sO?>A?I/>y_~—dɟG?1=10>5>O?5>iſ+/w|hOzc? 1}EO'?m|ŏG1=5}76~=a_6~~_5n^_c?/ʯ_W_4ne7~Y~__2~xs Ə؏G~ٟ9'NC?oLqbqqHg1Ylw:ba+2 PkȗvƠ"NMNǯ{vM}| Al=2=SGzCC=G 4\C~&g AܓC;E :!m4"wSh,H`nrk^ӍٻnU/XY|L `TW'dLvx}kBE h :}q}6f) Sf(XOY(} ܝꚬeIbWH-^ud'd( 2vv'n[*ҩ1@Fo``t0{,`~A'ð_1EE5Y``)pї'`&kCڟ19}fN7Omcz\mf/mی]#/HJA)I&Dŕբ&/TM.ܱ^ ]<y]ϭL.7zjuѢ"B7+1Vruİt.U,/–Wh k,`@͏'CyCHN GJpDFOHYVZY m*?P21>D4)m/)-)iR &pRcK^T{*ʊ|J`ᨳ7b<)=Pugʳ`NQ_g8L/}D{;ΝNw+'|OwuJwus0z1Սm*LµmajwW[0K/Om=.\۶ Sg{7F@]]O>] ];]ALaȄư3e J M$BF}#%q:ґ͕l~츎,LHXajy%maΒ2wo!$:"i>9)WcLD]M &C% SW1,sǸL7?ߘrn~@7=;o۹\XFO??>~WشKm͙)" ]效X6it8g SK5s8I`qx}q o<x6'jRJ + KIFN<.yc|o[Ds?op>o0? 9K7;ޠvUNAMYl+:괓0=D5庴K`8@_%pgF\\ *|P0%gB0#/V0-, }ʔ>>~bv?8O?1FO>?7*C@KuԑKvӷ@S嬋J9984vR@qz0%+4=U7E$!Oo</FkTׯ2d~$xiid ۧx]erE$`(E<8$P{!n=~'A3dna.5gL@?q?w{;O`,p'>&^xƯyU ~Ik^Q2.vFBH5SXɨšb4oͷ2/b?-^u4mG!!57y43p 2Xِ{=B RBy"`9wܜLiv4sZ> > WksW+!#,ȱHFe`CY4N=S͖Tc<9x[G*]ϫuC2W̌4ݚ]18Ňt|,ga{|lKsecl,⼬~U3j7a*fCI5B1_!]Oi^ FUl9ǟ8WF(>vNrh7{^!N $ لB0yc۾aa wQ&b|vx'nmݞ}ĻcaΓ9vNnc&!X OJssmQOsk(_ jcT\;߾sW7?fsu Ρt]D?)_LwJ[x٨bJ2.2qߛn.nBB:';K{wd~㱣nUj0mlmnA>RxNbWJZ0/ϡځ@A!$Gꆽ x==Oq3ۙϏ;'GTxAVI٪4W"R](be*@YNQt݇c|qrqwW̏-&DB2?u L! tn_t @+p7s;U92s~k)ǩG_a c? W\zW͛?[K) bAjI(݁sϋ~/^4p8AꔂTH|8p2AJ&,%|RClEť^_޸rݜ^i._~Wbfr(Vw_啒N" ;] s󯗍]6{/O:}3o|>]vl)y] ' MjP?CS2Ԕ 5e)CMjPS2Ԕ 5e)CMjPS2Ԕ 5e)CMjPS2Ԕ 5e)CMjPS2Ԕ 5e)CMjPS2Ԕ 5e)CMjPS2ԔٔO)n.:7buȻsO>vY$77A㎡7[Z?/}utwo㿄3oxOmPLE Uޓo/c%ؾl~g a~Űz6oM=wf]G{ެn6u5 C?6>VL,US/qb\5%WMa,US/qb\5WM,US/qb\5`YF,qȁe1Q,U# Ÿj²WLX b\5aYF8,qȇe1,U#%ŸjŲWXb\5cYFh,qȍe1ѱ,U#=ŸjȲW Y#b\5dYF,qȓe1,U#UŸj˲WlY/b\5fYF,qșe1Q,s6ߏ[{3V^Ffi?kߨn꧟{S}g/<W}9 j܎kFXcW^sOg>B}87=䟃g9Mxf4&h6A Mlf4&h6A Mlf4&h6A Mlf4&h6A Mlf4&h6A Mlf4&|ñ o7cedv:D{Ow>^>@j|-k~kkkkkkkkkkkkkkkkkkkkk7`Xm?2No?Fgg>p'S&)'5͆g> zo^fDK-\]cc8Χny]lX >x{8|-"ͺH2xsg~{FEXzm}M||ffuۿ6`{;ߌ{A׆#/{mwr&/۱wl?ffu>ގ>V={ۼkOCyO~ fBHsňzc«7>ܛQGAh~*4u+M]iJSWԕ4u+M]iJSWԕ4u+M]iJSWԕ4u+M]iJSWԕ4u+M]iJSWԕ4u+M]ifo|ԕTo뎿zmF+oϿp[7S&; <гmz`sg3뗟اqoQlwU{E9J缽wWCMn3MnhrC?C&74 MnhrC&74 MnhrC&74 MnhrC&74 MnhrC&74 MnhrC#7~ޛ2Nލx|^Soxރq;Bc`CfiPƏol.B={^׵#.В>(@~77>7=\m]:5W}ijCSԆ64 MmhjCSԆ64 MmhjCSԆ64 MmhjCSԆ64 MmhjCSԆ64 MmhjCS7 /#tuy7==[{/tB.57܎C lvpݝ8hs!b_n_(WOݽgxW=mϼ=vt}b!NCӣ=v3vl Q/?t-٣:Cg@v/w/}5qqH̍wu紷n(*]{M|=3~Ԙ~zHܵq-I*ɘD|/aNhN#F һyK$%ei87qf"rЧQ0|J J"R_؞ Y 'אTko;c utAFBP3Ư{vM>lPD9Th{myڑX# y. J̇^Y (q*SH$yb쪐$Kbp/Jv L|).)'<&J62CPz8PJ?FּThJS(W=?,dS%ÈAU%7(XY*@]P"umCzG;aUi V*IJt`Cn,^V2RFcoځ 4@ 'DZ'DJm2N0Mu#6$1@ MaB@NJ 咜`FJBJPZd-KBҫnB,,eCQ%ԑΎmK@MT:5fHM;D@ hs{aK+snBҽP $f!NTFPLSCR/jp[sVÇ ʓaXb诘"ү>Y``Ԇ'`&kCڟ19}e_ٜoܴY4fy9P+?[ΐ(MPC> jQڷL Y*8LR]#/HP|2 _I2馷e$*^8\(KhB2b4lNp "Ŗ9OoB =Y]ICb4dĵ*r0)B4 oerസ9BH8s J #0 e.[]D|%TmVruİtY^1lC0k:1BD]/22+ԘSLFsTLj.` }IlFd.l %@A;K!a;%afړX)*YG4cWi1};֍0 jX1j%@޶ﺌD0GLޢ#RJ|G,fEWHu2a-05㼒60gIx!` HD0:_%6-s/YŢ;A<S,d<2`FbP,%dasPu00KrT|7&[P2l~g**aC!yeR!VLʸ0}=.rїUH<8U|hjrPNͲuaqa왒V^5xhUW^5 xhUzW]5JwhUnW]5ܴe#]6n^FZJG>2Rxw}}ݷܽW?߭ p:JХfGf$^W.=<= }JCJ{}z~z>Jt CQd!ѨTƿ(?oAL7>?7>mяxb'?a|3K㽰_v l_W/B6,lȟ'7񡏽h0|_hÏSӏcu~Kzvٌr 4 (p&2#r!kr"T g[0XbUiN0C!A4@ r%#VT1dZ6Ӫ";r Éoy~P*W~ٷ(cTRjy"435!bPW c<+*8,jKmZrٰFޘA`&Mb%2m $ j-_Tl&!ˢԮru,91c\(tD aҢ0~0س [c%i:yVi j%QۏjyYDTlIpU]Q9f"xNM|3*JzuאPtқQdgq7fB-apm7,iAl$`. WR[]McH$LmA]RvsšK~Cqpj {D]ƊxBE]Nue8]D5.!{9 +:27 ) N pROXuISћKZeq9. 6d+t:2*ЧЉE54r: M}0%uVlR`+aigRI +[ft▌&y[0pYGxDF؃ ! 22N(0}|8f0JY`ɅH؁V9m:FN(ZH(%X )W} C#Tct8n\FA1U3!RӑO\b8/(4[ZU1hkh}dj0@G \D#ח ʮV2b0jo?V8` n4D-aՈfȵETDa R5Ԝ 60r\%KjA?BL v.LY_kǾS+Kksy}o]ˆBArfravcwt<'QXqR/kYan J,!HQN җkI6 b=Q(T2藎/=bX*aڄ*ق".E-A~q%E%M 8DCjL$fMR*]peCv!$ٶDJ֨uVD0=D:$e$ R8!J"RJX\Ôn;) !G[4FT}a"9-\Ș) m/TbMp] f>d(@XݧC2aZP XTXPVI5>#6mʾeqB1t`|;x+r^A$XJ\o2-K9o99Έl& 0-yQ;PרT^-V)1' FG&WC<8؁#@ʱ>_H`Mf8 Eъtmxn>nSRaG4F$g7TlE+ &f$ب(O'}]߃ouvOUYY8t VPD{3N(J D0Jr1a|( XMS$ҹ-0ld Ӣ缚 ymب 䣩FuiUfj:2**&]&i'|d)I{HQj}1=(5SB̰19 hb)LF558ik*TvbMT܌L|jA)SiQ\ȄAvj>ۭs0/0y`0AѨ 09¤G`ֽӊ2񰉹Q9h)t4i=Lb`s H.ܜ"i^0P, P'y:=a@_@Mn@VIF`:NeB8%Tt/HBțahG,M jxf8:JhCs@}k 0:S[vfQV)$ o^v²Rȳ!}` تQ9Yj2Anз Lls Ҥ SǛ&a4 )4VJ]C9RoIEŐ >7UDl7YjD0ġ*!r7}H+?(l^yJE/\vi,xFv>yo4F$4k'KXm"싰0Fm5դ"wKۊQb{0b{C(:ytz}|2hCW5 ]DBր KU[Q3J(<-`ua`]uYiRf'P -ҭ-M2؄H]ĴH ^ԄL&R m0WfݹY1Vd}MQP"YO&$O@a' ĿY TX֩ VR]fzEy#.dwRŐ{s[DI4'~kaic.ɗ<^M'S3cuBk̲(AI* wTk Lې`H(©軅œ}9T@0^#[[( EpbU4<ؽ!1$PZ ks? H`|+VeI:SugzԂyE,p,Jq :W6TD\F5YBqU5Yu8kMY[Hr2X[yICzP#GЕ ^Hws}aBEX0EÊR> =)~VA#hN =y_4/R BDgdnwplx`s6q;bs!wP1E\ dm9-6M9&؜pN&fAok=o]]w9w^{w}^犷~}s۔lxvܵml*W1WK*[nu঳G\s:Ht[V׶]wh[,F5qw;5/A K6E\׶%֞p]kvY5K6Z4}nh}7qXpW]=KRv{ئK#[XwS^cVcV{WSoD̟zbrW{zP)!NVm{mksmkzmyK.XהSm4yk}r:p-sj[H;z4=#;#W|tT;U{NSMcTwjK/o5jrka)yS۹9<4[as0jO;5pY5\6A.K-dGG֏; 5 IҜ9p?ZJt ;m{QW%WDƠӳxpi݂.Ծ܂.mY=\|~C,\|']|6εKg8״piN'uc:FsQmpiNެls.s\oѴK^]kNLN\>titi;74վQ\_ȕ\b6]b\bo.uFJ4i{K{˴wor- ǒcɥ'\U\U&W9e[}CN.AƹsIs^9wؾυa.$ilr>wK ͑;ȍ,m2;Wq}JZׂzߵ9õN3~7}N 7Fi4KƵsil -r墹ţy\.SG8;4N:;l*i['}br}06;.\(DžO`4 %qW>W7GNӳf[n 060Ypi EYpnR渻A{]l:UGKW&)ׁ@ґ%nW/s6gL)ܔ~{&?=o9[rHo ӧK=uz=UQjnST{Qv,jOnEOh-jihGIm~mKqb\} a}=F(6ʶuAp@Bg_9Eg+tly'lEMO~1j3怚Ni)fހ!듥4z}4)2Q(MΤ!YۜENΦ֕CuDe'i-{e눖]oӲ%F]#D>R2b=?]zi t!tOQwOSʖ 7QuY*G9ɜ7WyqX`PE9v?a a׋UwfciM%Us}¸f(kbt cZw +! hd(0V%"9(0(mmYbJ6|bARf)~P] cNx #l"p.;:8 ^K!r6t2Sއ\,Uj]2rևuaI:{_)Z v#m!,{@§Q|+1Ȋaxk0$\0w(}#i6q2RQEꫡ1 }uy~=q#zPqL_ J2شR=Ug (Ρ`Y`.p^hZH+ju*FiBc(̨ XQO„C 6ٝMɤ c=G#h;ݺ$ 0dxL 1_"Mj2NRH*a̒r(8nWP*&һ:$`AWAٵ4UP֐] ԙU,9F@qe P(ۊj4Q hXg4bAB$Bg -y#.`WSc0YҦ?0P&wmye^[@HV 6̻بz^U[I.L0՛6TXv_6.G1u7d)9ԓoφњ]ݚoY͡YCXLe0 iku)ˈ[kT +W-~%SۆƆ`~Ġ400TPe!⼉]e4X-X*hK-F {=OUƎc D *emTq}u®6X(_\ZG qnT8}fb(_NbBv3b0GjZ/ Cą9rQ+RD,:r؁BP-dS-X%R ج&=|v$zĉۦJFy[ssd28xUw[^%[%KŖ]..]X+"pquiTEK˥W@G9ti?$R" qФ"Ved) g,HM!IY7`uV B>\*Ҥ䆬·R=z%*C`,&4|+WsQa\b宦sG3'[͹9\Τ'0zWQ(GI1niiƉ0ij9.):*0͐/,1G 嚼M_Ĺ=cY@-&*;Owe,L?Brū>eȯe;ْ}4DSF6%: ֯OZFxAGRzvɭE" 2#A-zLΔZ'!KI욁'&TOubZ؃@^sS-};n[\C-LI\7J Ql#5m$0äS'yYiEl]X峐_Jkj9l ei V IN-Cz#;Ѐ,47)щrL7&C# B=kx@A/E3B͹'Ҍda*.=dP usc!k@Ex9HuE ]Nk [͓0"@ jF?2S:=ZDs4>ZpUy'M%N(bvEȗݚ uYb˚y!PnKX\Ո5^HmZsRmdh[CB/ 6sDb) c=m :%Wc&|9&d7Rz ;? 8 u"J\9#Id0541eJiL cWo5aAu-)4rf>)qឆ#^)RLQM2C&hjo[I.2=õ[̛fsQqSn00o5n y-Ke& RKo:0d e C,H&]t5A @ @ @ @ @iOOa?S?S?S?S?S?S?S?S?S)OOOOOOOOLE@ @ @ @ @ @ @ @_?OOOOOOOOOOOOOOOOOOOOOOOOOO/?OaQq S)`|aS* )tO*0w)Rm*!9J@7 ڼ Wy@Z@UXܜ 쟧O[v%!wCC䗿~FxI~<{?y׿&_7s 7oϓ|s/||c#G'>I?)~| _}c8?PeEXY(ʊۊaeECʊn(ʊRt+VU!PY~ϔM.DǏqX9vz[9;urʱbXgX9d2G"/{acVʹr]3;@{ 9Ù bBϖ+Ԋ (ˑ UP9Ou "'h4*E} e+pbВ$ b2x.eg$J>W-q%\G W^Y w3WqZʭ9 =uD%6̅WС:gےMe}_ m]1Bq+8{}⮳+*\~"84Rs+\ ®cgI!aP=AʾroS٧* |T-O=I.ՠav[las5͝ Ƒ rpU3Űn&iI0o!1dFi3nd N-1]|֡C#W*JR.){%vH^p/?c5O;%۶|״ǗOXRKZkkAĽ bV|#kk^wwwq⻬:M i\͢)z6-*L PY;68Əj򢥔owfYfjZfmȱ 9!_7bht,82kjɵs|xƏq/*aKݫ),Bޚ2$h^{ dPSolf@Zm@]EՒ;`U`i@ \\+P2-ON?bYl]㏝bٴaȚ0]'j۞ ƗH2wRWb@2 gI(Q;T1_P0Emi65(nӄ׋2JJXkQV D1Q!& NLg*bbm,bT$_@?L.U1[?5gfŌcƖϽt)T)Ǹ(&"3N=֠,qL@y38Q1kBiKgeݍLǑWc8) '@ "@ryۚ1!\~Zjdbzv]7t敫v>{Y:H&k]N6riR&ޔڹV*Eb.m\OOg%IYdžLN# F"DKplh~DKw\4alDo@(5j)$5Lgh.Sa89'g:{șr)F33(nf@bˮo\.og[iOa1G:0SBt t,T(cn>5 sgnkIUFOʵ 1'qHUArҀZHngZGZդ?]#6δ<) _ R]rAeړaUSy@6qAݲ4DuCn83S Gt-;E53pkSq&aV k$yI I 1MdSy(9l*N ȦRz)?onLZ|Ffap Ŕ)KkiMTj)I3juAAPCU je2?JMHIMV/,4^&YӅd͵Rsc|I2'U^Gj$TɳV(XL˲hC|f% #\yG|1V b$kgd#z!DX? LaO;%ZR10ɵzff jXugS=)b>loyѲG K3R/3#oD6$[$WǏq+{ˣeHH IZS "Zd~j|SU&ZwJM+bKRB2 ǮlNd`Cvv249wfP4JÃ۾)SxX(_hP2cHV[7418@N be@,b?=V 9:pC4c8YX*U`10j2f6K, ]ұX#;k1*b:n!WW'q 7O2ArrCsEnr!7Qf2#2Qـ03;5Ylu0o.'Vg/|GE췜8Zmh8>!Խ!ڻ !ZlG )WGjp;^ P,5d dL+fD0ӒrHxmQw_$5_{_8x Ox579qG l*g+ubpi+1M'o[#^y'\"''woy6OW4tJ 2 7 2D)C 2D)C 2D)C 2D)C 2D)C 2D)C 2D)C 2D)C 2D)C 2D)C 2D)C 2D)C 2DpCڇp]k*<>ֽ/'Z`sgK}bD^)+nncN ΍{x?OqިVn*b "T>K%9B~w\ 2A*y=yh/Ë?JD&|§"ݨ៓Ysmܳ%UWvJKGvm'utiWUS)U{jOזچ9|!.+q_\RJs T;/^k_{A$ H]!unH]!uRWH]!uRWH]!uRWH]!uRWH]!uRWH]!uRWH]!uRWH]!uRWH]!uRWH]!uRWH]!uJ,n7 GG]>o+}|۷.xick b+ZwOr.h.ct16Aѓ Ŷ=Qι_8@\z)t@r pCr $7@r $7@r $7@r $7@r $7@r $7@r $7@r $7@r $7@r $7@rɍWNpGHn4+ev_45zEhlS8QqbipR;1h:|jVU]'7|7agΏv^ #j w^u Y]C٥5ėHm nHm RHm RHm RHm RHm RHm RHm RHm RHm RHm RHm 6Iz#GHmWR{.mx׹{7mp[/n]Eti7C`/Wqhj%V}_ rz/5~޹Wo-cwmb{˱zowA|` 3CVggPZ}N:FE|p xdkZ"M!cfBDd,T  C 0Aexampleafd2"ҧ7/Ocj t @=ҧ7/Ocj Ǩ%&!n<xX]h\E>745l4a[uP&nk"Mci &54!>HZS آ-&bTlfAuνgvgg93g̜a@AAԆ>H4]DM#z|@ iڐ'Q#.} AC!jvNR(l3P;f5Kk\0?#ɘe?VB /kmZ8G k+moR7+ sQgQ8F}^.ʽmZ-CNxXEgjbX3\<#6{MqY*g w &zڇA !:l6=>`o- 6_j\,bq>*/D nge㟉GwKƹڜQ@uaC^\) DŽpơt^`Ox#YdhWs9{fL\G{=e 6 >^*~բo-c%]wSaz!㈊đ.{5  ̳{7>|qlygurĖ>Ϟuhttp://www.transportation.org/DyK http://www.nema.org/yK *http://www.nema.org/DyK yK *http://www.astm.org/D i0@0 Normal_HmH sH tH t@t Heading 1/$$ & F p@ @&a$5;B*CJKHOJQJphd@d Heading 2$ & F 1$@&&5CJOJQJ_HmHnHsH tH ub@b Heading 3)$ & F 8@&^`8;B*CJKHphJ1J Heading 4& & F `@@&^`@dd Heading 5/$$ & F p@ @&a$5CJOJQJ0@0 Heading 6$@&5>> Heading 7$dx@&5CJ@@ Heading 8$$d@&a$CJF F Heading 9 $$d8@&a$ 5:CJ \<A@< Default Paragraph FontJJ testStyle$5$7$8$9DH$a$ PJ\]** TermStyle5TT entryStyle%$ pp<<^p`OJQJ4O"4 tableEntry(OJQJ@!2@ tableSubTitlex56OJQJ41B4 tableTitle xCJR Figure Placeholderm$$$ $ppxx$d%d&d'dNOPQ]p^pa$5<b< Acronyms `^``(Or( Code$OJQJFF TOC Heading$$x<a$ 56CJZZ TOC 79$ & F p@ ^`a$CJV0V List Bullet)$ & F p@ a$CJZ7Z List Bullet 3)$ & F p@ a$CJV8V List Bullet 4&$ & F p@ a$CJZ9Z List Bullet 5)$ & F p@ a$CJV1V List Number)$ & F p@ a$CJV:V List Number 2&$ & F p@ a$CJZ;Z List Number 3) $ & F p@ a$CJV<V List Number 4&!$ & F p@ a$CJ, @", Footer " !&)@1& Page Number,@B, Header $ !.@R. Footnote Text%8&@a8 Footnote ReferenceH*.U@q. Hyperlink >*B*ph30O0 small1CJOJQJaJo(.O. tiny1CJOJQJaJo(6O6 price1CJOJQJaJo(phRCR Body Text Indent+d^ OJQJ^J>V@> FollowedHyperlink >*B* ph.B@. Body Text -]2P@2 Body Text 2 .H]H:@:TOC 1 / ! aJmHnHu>@>TOC 20  ! ^ mHnHu&@& TOC 3 1^&& TOC 4 2X^X&& TOC 5 3 ^ && TOC 6 4^&& TOC 8 5x^x&& TOC 9 6@^@R@r Body Text Indent 2X7Td$d%d&d'dNOPQ^THS@H Body Text Indent 38 ] `DQ@D Body Text 39$d8a$ 5:CJ\:>@: Title:$a$5CJ OJQJ\^J|e| HTML Preformatted7; 2( Px 4 #\'*.25@9OJPJQJ^JO m1ph0O0 ci1CJOJQJaJo(ph<O< b1'57>*OJQJS*Y(\^Jo(phO t1phO tx15\,, Normal2 Ad<T@"< Block TextB0h]0^h6:J@2: SubtitleC$a$56CJ8\] m+,29>?B3MN?ORd[^zƁ(:g. C FY`gZϛ )416J7?;sCFG IIMR@S{Xc*hjowx|?  !"#$%&'()*+,-./0123456789:;<= G V ; yMsy`c0 !!#&%&')**G+{,,.01245n7:;<>?AA+DDEF4HEIJLFNdPQSS   '5674>JKhUVWX&* * | s r k 'c2]Rfgi XCH"%&(*/6';(;*;Y;?@AA"B#BCCD6DhDDDDDEEDEREEE,FnF}FFFHHH"K#K%K&KLLCSDSVVVWW6WWWXW\\\\]]]^^^^^aaaabLb~bbb.c7c8chhkkmmooppssvvvxxxzzzz}}},T?@BCEFTs‰Éĉ ދߋjk+Ƒ5 ɦʦ˦9:ef˪̪˯̯9:+,RSѹҹ89:;<KBC Oj$?WX kPU)* N:w FS~>uv CD  abFG      j k   {|-jl~-.tu`anoVWst45gh56h"i"$$$$]%^%%%%&(&I&v&&&''z){)++ . .A0B0001=1n1111144"4^4445N555 6H6667B7~77728g8889a9}9~9::3:t::::<<===>F>o>p>>>?8?Y?????@Z@z@@@@DDFFFFAGBGLL,Q-QRRUUGVHVXVhVVVVVW:W;WWWWWWX9X:X;X[[6[>[m[[[[[]]^]i]]]]]]]``bbldmdggjjjjjjll8m9mbmmmMnNnznnnnnnnoooop#p_nTtxY|~]e (((w))c*/>[uuw|v4|;> GhUXmn!#$&E8} $ ' ( * I $ ' ( * I [ v y z |  R m p q s  Q l o p r J e h i k %'FoC^`ac,/02Q9l<WZ[]|1LOPRqE`cdg   1)F)G)f))))))))** * ***j***********+0+K+N+O+Q+p+++++++,2,5,6,8,W,},,,,,,,----4-h-------....3.\.w.z.{.}.../ / //-//////XXXXXXX tX%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%̕ tX%tX%tX%tX%tX%tX%tX%tX%tX%tX%tX%tX%tX%tX%t̕X tX%tX%tX%tX%tX%tX%tX%tX%tX%tX%tX%tX%tX%tX%t̕ ?!!656H6Y666666=A_AsASXXXXLMhb$mPasNx׵,b$ c?Y( g$b$=l>LЖVI.-b$LhŨW8[b$,`mkc#.b$Fn=vRb$d-!h˖t"Yab$fR1"ۣl'b$#ӦL e61 b$֢)wPb$nh>G+Yb$W+_Џ7(b$?d=ohݡ9db$WE+ 5qP& ^@L(   3 OTgA\.@My Pictures\ATIS Figs\Weather Information.pngIT`TIT`T"U  5 ~No_XA\. `My Pictures\ATIS Figs\Weather Information.png@T`T@T`T"I 6 '=er<A\?@My Pictures\ATIS Figs\Weather Information.png"k 9 yerA\. `My Pictures\ATIS Figs\Weather Information.pngN`TN`T"B : c AZ. `My Pictures\ATIS Figs\Events Information.pngGT`TGT`T" . ; c AH. `My Pictures\ATIS Figs\TypeEvent.pngGT`TGT`T + < c At. `C:\Documents and Settings\Administrator\Desktop\links.pngGT`TGT`T6 = c A. `C:\Documents and Settings\Administrator\Desktop\responsegroup.pngAT`TAT`T/ > c AL. `My Pictures\ATIS Figs\Flight_info.pngBT`TBT`T ; C s 8A@. `My Pictures\ATIS Figs\Route.pngGT`TGT`T 4 D c AN. `My Pictures\ATIS Figs\Parking_Info.pngGT`TGT`T/ E s A T. `My Pictures\ATIS Figs\maneuverInstruc.pngBT`TBT`T 6 F c A R. `My Pictures\ATIS Figs\transitInstruc.pngCT`TCT`T, G c A R. `My Pictures\ATIS Figs\parkingInstruc.pngGT`TGT`T1 H c A >. `My Pictures\ATIS Figs\Head.png8T`T8T`T= I c A X. `My Pictures\ATIS Figs\ExampleSubMessage.png8T`T8T`T. J c A>. `My Pictures\ATIS Figs\LRMS.png9T`T9T`T5B S  ?ҹ vj{ܭ¶ =#)t@I"t@H% t@J  ""t@3""+5 G#V't@69 WT9i@"S+@<M!v1t@:YX$2t@;"1t@> $x+t@C ("/t@E"}#*t@F >>".t@G #.t@D!hL#1t@ _Hlt98315000 _Hlt98315001 _Toc44830083 _Toc44831571 _Toc44832110 _Toc44832208 _Toc44832444 _Toc44837777 _Toc44841982 _Toc97111845 _Toc98314972 _Toc44830084 _Toc44831572 _Toc44832111 _Toc44832209 _Toc44832445 _Toc44837778 _Toc44841983 _Toc97111846 _Toc98314973 _Toc44830085 _Toc44831573 _Toc44832112 _Toc44832210 _Toc44832446 _Toc44837779 _Toc44841984 _Toc97111847 _Toc98314974 _Toc44830086 _Toc44831574 _Toc44832113 _Toc44832211 _Toc44832447 _Toc44837780 _Toc44841985 _Toc98314975 _Toc44830087 _Toc44831575 _Toc44832114 _Toc44832212 _Toc44832448 _Toc44837781 _Toc44841986 _Toc98314976 _Toc44830088 _Toc44831576 _Toc44832115 _Toc44832213 _Toc44832449 _Toc44837782 _Toc44841987 _Toc98314977 _Toc44830089 _Toc44831577 _Toc44832116 _Toc44832214 _Toc44832450 _Toc44837783 _Toc44841988 _Toc98314978 _Toc44830090 _Toc44831578 _Toc44832117 _Toc44832215 _Toc44832451 _Toc44837784 _Toc44841989 _Toc98314979 _Toc44830091 _Toc44831579 _Toc44832118 _Toc44832216 _Toc44832452 _Toc44837785 _Toc44841990 _Toc98314980 _Toc44830092 _Toc44831580 _Toc44832119 _Toc44832217 _Toc44832453 _Toc44837786 _Toc44841991 _Toc98314981 _Toc44830093 _Toc44831581 _Toc44832120 _Toc44832218 _Toc44832454 _Toc44837787 _Toc44841992 _Toc97111848 _Toc98314982 _Toc44830094 _Toc44831582 _Toc44832121 _Toc44832219 _Toc44832455 _Toc44837788 _Toc44841993 _Toc97111849 _Toc98314983 _Toc44830095 _Toc44831583 _Toc44832122 _Toc44832220 _Toc44832456 _Toc44837789 _Toc44841994 _Toc97111850 _Toc98314984 _Toc97111851 _Toc98314985 _Toc44830097 _Toc44831585 _Hlt98314672 _Toc44832124 _Toc44832222 _Toc44832458 _Toc44837791 _Toc44841996 _Toc97111852 _Toc98314986 _Toc44830098 _Toc44831586 _Toc44832125 _Toc44832223 _Toc44832459 _Toc44837792 _Toc44841997 _Toc97111853 _Toc98314987 _Toc44830099 _Toc44831587 _Toc44832126 _Toc44832224 _Toc44832460 _Toc44837793 _Toc44841998 _Toc97111854 _Toc98314988 _Toc44830100 _Toc44831588 _Toc44832127 _Toc44832225 _Toc44832461 _Toc44837794 _Toc44841999 _Toc98314989 _Toc44830101 _Toc44831589 _Toc44832128 _Toc44832226 _Toc44832462 _Toc44837795 _Toc44842000 _Toc98314990 _Toc44830102 _Toc44831590 _Toc44832129 _Toc44832227 _Toc44832463 _Toc44837796 _Toc44842001 _Toc98314991 _Toc44830103 _Toc44831591 _Toc44832130 _Toc44832228 _Toc44832464 _Toc44837797 _Toc44842002 _Toc98314992 _Toc44830104 _Toc44831592 _Toc44832131 _Toc44832229 _Toc44832465 _Toc44837798 _Toc44842003 _Toc98314993 _Toc44830105 _Toc44831593 _Toc44832132 _Toc44832230 _Toc44832466 _Toc44837799 _Toc44842004 _Toc97111855 _Toc98314994 _Toc44830106 _Toc44831594 _Toc44832133 _Toc44832231 _Toc44832467 _Toc44837800 _Toc44842005 _Toc97111856 _Toc98314995 _Toc44830107 _Toc44831595 _Toc44832134 _Toc44832232 _Toc44832468 _Toc44837801 _Toc44842006 _Toc97111857 _Toc98314996 _Toc44830108 _Toc44831596 _Toc44832135 _Toc44832233 _Toc44832469 _Toc44837802 _Toc44842007 _Toc97111858 _Toc98314997 _Toc44830109 _Toc44831597 _Toc44832136 _Toc44832234 _Toc44832470 _Toc44837803 _Toc44842008 _Toc97111859 _Toc98314998 _Toc44830110 _Toc44831598 _Toc44832137 _Toc44832235 _Toc44832471 _Toc44837804 _Toc44842009 _Toc97111860 _Toc98314999 _Hlt44144585 _Hlt44325158 _Hlt44325188 _Hlt44325189bbiiiiiiiii?????????........`{`{`{`{`{`{`{`{_________fffffffff ) ))////////////////Q4Q4Q4Q4Q4Q4Q4Q4Q4O5O5O5O5O5O5O5O5::::::::l?l?l?l?l?l?l?l?FFFFFFFFIIIIIIIILLLLLLLLL ` ` ` ` ` ` ` ` `-h-h-h-h-h-h-h-h-hnnnnnnnnn|||||||||B@@  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqstr@uvwxyz{|}~@@@@cc@@@@@@@@@hhhhhhhh{{{{{{{{        .. *//////////////////444444444r5r5r5r5r5r5r5r5::::::::????????FFFFFFFF5I5I5I5I5I5I5I5IMMMMMMMMMR`R`R`R`R`R`R`R`R`vhvhvhvhvhvhvhvhvhnnnnnnnnn*}*}*}*}*}*}*}*}*}pppppppppC4<?HhU$} ( ( [ z R q Q p J i oCa0l<[1PEd;;BBCCDD!D3D9DLDSDfDkD~DDDDDDD E.E5E@EGEPEWEaEhEzEEEEEEEEEEEE FF'F1F;FBFNF]FiFrF{FFF*K7KGOPORR8UCU6VAVVV9WGW]]]]^_aboooooooooppp9pBpFpSp_phprp{pppxxMyVyHzQz|zz{"{ !*/9HRW`-8wGR|8EɌ׌Tf+75G͡١ۡ ":>ަR\9FNW~ܪ(2 Ʒ (7@K7@Vbp{AI s 23OVm-6;C{"7AGXfqv7BS\ *:HMX '2FS$&)^q!CN  Y g t ~   A K S _ a k m          e v   Xaez 2Pehq&*7LY\eirv&*3" #$$))**V+_+O/X/C0L0Q0f00000======q>z>>>????????BB^CkCfEhEwEEEEF&FFFZGdGiGpGHH JJJJJJNLULLLSSIVVVZVfVkVuVVVVVVVW(W+W8WWWWWX'X*X7XXX5YEY[[ [4[s]~]]]]]]])`2`7`@`ccccg&g:mCmWm`mcmlmzmm8nCnOnXnonxn{nnnnnnnnooooooooopYp`pppq!qqq|qrrtt@uJucumuru|uuuuuuuuuuu vvv,vHv]vcvlvwwwwwwwwwwww\xhxkxxx{xxxx?yJyRy]yyyyyyyyyyyYzizzzzzzzzzz{{ {H{X{{{7}B}6~C~L~^~~~~7BGT:F˂rj6?”ΔДٔ ,6;C͚ M_>Eafǜќdw|Ȧ֦(3hwɨ/7bmoy{cnw~0C  lwisxau q}ZgrQ\ɵĹ!Һٺ&;s~6?zmyYiESWcOV$M^S_1EOYKV}~##&&))) *j****0+O+++,6,},,,-h---.\.{.. ///VVE[N[x[[[[[[[[[[^^#'FJ D[&FK~HU$-Vc4<?HhU$} ( ( [ z R q Q p J i oCa0l<[1PEdff  1)))) *j****0+O+++,6,},,,-h---.\.{.. ////ȮȮղղ4Vcjj=>WW444<?HhU$} ( ( [ z R q Q p J i oCa0l<[1PEdff1)/ȮȮղղƿϿѿѿ #)T`dDavidKSC:\Documents and Settings\DavidK\My Documents\ATIS_Guide\SAE_Guide-Rev13-PartII.docDavidKSC:\Documents and Settings\DavidK\My Documents\ATIS_Guide\SAE_Guide-Rev13-PartII.docSherryL:\\Serv1\ATISWorkingDrafts\Guide\SAE_Guide-Rev13-PartII.docSherryLqC:\Documents and Settings\SherryL\Application Data\Microsoft\Word\AutoRecovery save of SAE_Guide-Rev13-PartII.asdSherryLqC:\Documents and Settings\SherryL\Application Data\Microsoft\Word\AutoRecovery save of SAE_Guide-Rev13-PartII.asdSherryL*\\Serv1\ATISWorkingDrafts\Guide\PartII.docSherryL*\\Serv1\ATISWorkingDrafts\Guide\PartII.docSherryL*\\Serv1\ATISWorkingDrafts\Guide\PartII.docDavidK*\\Serv1\atisworkingdrafts\Guide\PartII.docDavidK*\\Serv1\atisworkingdrafts\Guide\PartII.doc|`}{~~4@.,.Hu*&)23} pm Y "& a9p$n$nC4 U`k$nMqfǮ%lڊ&qW u$nEfǮ%"̺?6$n\lKx ZU / $nP&^u<#`+d o@@q$ni$n,ߦ;ex$n;m(Y5sG$n`DG6$n|j! Z))y @ }L ,ߦ;: .t!E EMO WD   6QN lKx2~f `V)u ?؅ Ҳi+ fǮ%8yj jZ N# L_: ̺?yZ   X54%<#Gl̺?% 5dV @jfNU?- t$n:L(m.Vr,|ð~"z rL$n`?$n$nG*<#(D zPdl6T,  BfǮ%ghb<#jnvzp?|(R|2 J$ O5 Ip^w`K =~\ 8K<sWH"> Y  fQ^YpYg̺?Z=&(JG̺?)6JV̺?,>ؼhe$n_Z8fǮ%ZfǮ%h D [=<#6Rfu2z$ne,ߦ;]!P\}Z;$n7!2$nwzQzGj6Rrk#Sd9S#e$n66lm (YC+ 4&(# Ɯ $nJ!xVDVK"Z,3x"DHnNk"e}F#hzh#6`,k#fǮ%I\#fǮ%ea$ y$ $<#mp$  %ڊ&CC%, p/r%p^e% [M&/`u& d!|& &  && <&$nj,'DH}'$n'*(̺?SC( Z(X>`(DRUlf) ?|)%)R) I0*$n8A* )H+ 2L+ \+̺?NW,)NP], ]=X-`v~-<# -=.!B2/,ߦ;EO//$nU@0 9il0,ߦ;ij0*:0̺?%0^[w1W-h1$n2$n.'2^a92UfLS2$n2z*2\-E3 R3hi3ṗ^}3dx3 ar~4dz 4 C 4,ߦ;d42VzI5h^sT 5 I?6 $0H6)Y6,ߦ;1q6M|7$nG 7HH^7(Y74E"S7$n@68v<C?8@ge-M8 1Q8̺?X8f "uj48$nb-8$n"Q 9N7c9$n`v|9#}39Qz 9fǮ%n9$n/':dtMf:"Wp;<#Me; 9;5< gL<)>E=(  X=Zc}=<#~n=fǮ%/8=<# > ij`u> Rl>+>rN><#.>nTVU> >4Ơ?>?x/=Qf@s@k@贔@̺?nE@fǮ%Ir@$n@ ai@[ >!AΊ{L'AA{rYxA`D#"ANnAfA,A$nvbB `eB$n}=B 5BjxhdsC 6]C$ndf DB.?mDn0ZsqDrk#D )D$n *E M/E28E$n}EP^(U)kF&d)gF WG.FtG(YG vGxilH@#+AH jMHfǮ%xH$(tHJM7 H  H aHfǮ%:PHWIl1|.*I N1cITvg*I @I%:I>H.IcI  JfǮ%0 J8@[s;Jj6.ZJ=^J;JV #KP*Z>Kj2!hK D`KjL  M`eM ]N$n(/N:8AKWUN NxJO sAKO, ;GKO imO. Q 8.;QnyplQb]\fQ,ߦ; hQc Q 8yR/bT >]T,ߦ;"T̺?bT f>U7v/qEUlKx}U0͖w}U:LoVH8%V(HW0!sW`lDIW$nX@OY UY |`Y8]?Z8F[>Z [<#[ lf\<#A4\ 8.A>\$npSA]l.]  ,^ p^.M^$nu^j_0͖_,ߦ;}_V7z V`$n0}` Q`aq5a^=Yb\MbfǮ%*/bAXCbR} -b $c .9dQzb]Rd wdyddxNu:0e~TMOe }8ep k lf fv,fx@ag̺?bwhd6e#hfǮ%|;hҪnh6208=h LjdjXԚ?kN=kn I0lIAl~em m)NPjentPLwn,ߦ;o|=^Xof}2Fw o ]o  goF(o̺?{oj6J#o$n]o$n#wIpZf|8Kp wdp Qfphxupr q$npTq  Xq YMnq$nLq,ߦ;yq V6rdfor Tr$nd?r<#$4s]srTt(Yw.vt$n t$n!K5uFyB]ufA,u$n v X~7v*UBv Iv̺?-v$n"9w$nbzwFR@ w x^Wz 1Tz$nItz z<#z s{ *{̷b6$ |$n &|T4* CO| Nn| /|, .| m}8pd}$nhh}~`G} /~bO>0~(YG~$nJlKxT&N$nO uh ^`.^`.88^8`.^`. ^`OJQJo( ^`OJQJo( 88^8`OJQJo( ^`OJQJo(hh^h`. hh^h`OJQJo(@.@.@..@...@ ....@ .....@ ......@ .......@ ........*hh^h`o(. hh^h`OJQJo( hh^h`OJQJo(h ^`OJQJo(h ^`OJQJo(oh pp^p`OJ QJ o(h @ @ ^@ `OJQJo(h ^`OJQJo(oh ^`OJ QJ o(h ^`OJQJo(h ^`OJQJo(oh PP^P`OJ QJ o(hh^h`CJOJ QJ o(ohh^h`CJOJ QJ o(o hh^h`OJQJo(hh^h`CJOJ QJ o(o0^`0o(0^`0o(.0^`0o(..0^`0o(... 0^`0o( .... 88^8`o( ..... 88^8`o( ...... `^``o(....... `^``o(........hh^h`o(14.P8^`Po(12.1.1^`o(12.1. x^`xo(....  ^`o( .....  X@ ^ `Xo( ......  ^ `o(....... 8x^`8o(........ `H^``o(.........88^8`B*OJQJo(ph pp^p`OJQJo(o @ @ ^@ `OJ QJ o( ^`OJQJo( ^`OJQJo(o ^`OJ QJ o( ^`OJQJo( PP^P`OJQJo(o   ^ `OJ QJ o( hh^h`OJQJo(hh^h`CJOJ QJ o(o0^`0o(0^`0o(.0^`0o(..0^`0o(... 0^`0o( .... 88^8`o( ..... 88^8`o( ...... `^``o(....... `^``o(........ hh^h`OJQJo(-hh^h`CJOJ QJ o(o0^`0o(0^`0o(.0^`0o(..0^`0o(... 0^`0o( .... 88^8`o( ..... 88^8`o( ...... `^``o(....... `^``o(........ hh^h`OJQJo(hh^h`CJOJ QJ o(qhh^h`CJOJ QJ o(oh^`.h ^`OJQJo(oh pp^p`OJ QJ o(h @ @ ^@ `OJQJo(h ^`OJQJo(oh ^`OJ QJ o(h ^`OJQJo(h ^`OJQJo(oh PP^P`OJ QJ o(0^`0o(0^`0o(.0^`0o(..0^`0o(... 0^`0o( .... 88^8`o( ..... 88^8`o( ...... `^``o(....... `^``o(........ 0^`0o(0^`0o(.0^`0o(..0^`0o(... 88^8`o( .... 88^8`o( ..... `^``o( ...... `^``o(....... ^`o(........@@^@`o(3.@@^@`o(3.0^`0o(..0^`0o(... 0^`0o( .... 88^8`o( ..... 88^8`o( ...... `^``o(....... `^``o(........hh^h`CJOJ QJ o(ohh^h`CJOJ QJ o(o hh^h`OJQJo(hh^h`CJOJ QJ o(o^`o(. ^`o(()^`.pLp^p`L.@ @ ^@ `.^`.L^`L.^`.^`.PLP^P`L.hh^h`CJOJ QJ o(ohh^h`^`.8^`8..@^`@... H^`H ....  P ^ `P .....  X ^ `X ...... `^``.......  ^` ........hh^h`CJOJ QJ o(ohh^h`B*OJQJo(ph ^`OJQJo(o pp^p`OJ QJ o( @ @ ^@ `OJQJo( ^`OJQJo(o ^`OJ QJ o( ^`OJQJo( ^`OJQJo(o PP^P`OJ QJ o( hh^h`o(7.P^`Po(6.1^`o(5.2.x^`xo(....  ^`o( .....  X@ ^ `Xo( ......  ^ `o(....... 8x^`8o(........ `H^``o(......... hh^h`OJQJo( hh^h`56.^`o(. hh^h`o(^`o(.0^`0o(..0^`0o(... P0P^P`0o( .... X X ^X `o( ..... %%^%`o( ...... -`-^-``o(....... 2`2^2``o(........hh^h`.hh^h`o(hh^h`o(.0^`0o(..0^`0o(... 0^`0o( .... 88^8`o( ..... 88^8`o( ...... `^``o(....... `^``o(........0^`0o(0^`0o(.0^`0o(..0^`0o(... 0^`0o( .... 88^8`o( ..... 88^8`o( ...... `^``o(....... `^``o(........@h ^ `56>*CJOJ QJ o(() h808^8`0o(h^`.hpLp^p`L.h@ @ ^@ `.h^`.hL^`L.h^`.h^`.hPLP^P`L. hh^h`56.0^`0o(0^`0o(.0^`0o(..0^`0o(... 0^`0o( .... 88^8`o( ..... 88^8`o( ...... `^``o(....... `^``o(........ h^h`o(10.3.2P8^`Po(8.3.1^`o(10.3.x^`xo(....  ^`o( .....  X@ ^ `Xo( ......  ^ `o(....... 8x^`8o(........ `H^``o(.........^`B*OJQJo(ph ^`OJQJo(o   ^ `OJ QJ o(   ^ `OJQJo( xx^x`OJQJo(o HH^H`OJ QJ o( ^`OJQJo( ^`OJQJo(o ^`OJ QJ o(88^8`B*OJQJo(ph pp^p`OJQJo(o @ @ ^@ `OJ QJ o( ^`OJQJo( ^`OJQJo(o ^`OJ QJ o( ^`OJQJo( PP^P`OJQJo(o   ^ `OJ QJ o( hh^h`OJQJo(- hh^h`OJQJo(^`B*OJQJo(ph ^`OJQJo(o   ^ `OJ QJ o(   ^ `OJQJo( xx^x`OJQJo(o HH^H`OJ QJ o( ^`OJQJo( ^`OJQJo(o ^`OJ QJ o(0^`0o(0^`0o(.0^`0o(..0^`0o(... 0^`0o( .... 88^8`o( ..... 88^8`o( ...... `^``o(....... `^``o(........ hh^h`OJQJo(-hh^h`.hh^h`B*OJQJo(ph ^`OJQJo(o pp^p`OJ QJ o( @ @ ^@ `OJQJo( ^`OJQJo(o ^`OJ QJ o( ^`OJQJo( ^`OJQJo(o PP^P`OJ QJ o(^`B*OJQJo(ph ^`OJQJo(o   ^ `OJ QJ o(   ^ `OJQJo( xx^x`OJQJo(o HH^H`OJ QJ o( ^`OJQJo( ^`OJQJo(o ^`OJ QJ o(^`o(- hh^h`OJ QJ o(hh^h`CJOJ QJ o(ohh^h`o(4.P^`Po(..^`o(...x^`xo(....  ^`o( .....  X@ ^ `Xo( ......  ^ `o(....... 8x^`8o(........ `H^``o(.........hh^h`^`.8^`8..@^`@...  8^` ....  P ^ `P .....  X ^ `X ...... `^``.......  ^` ........hh^h`o(11.P8^`Po(8.3.1^`o(8.3.x^`xo(....  ^`o( .....  X@ ^ `Xo( ......  ^ `o(....... 8x^`8o(........ `H^``o(.........hh^h`CJOJ QJ o(qhh^h`CJOJ QJ o(ohh^h`CJOJ QJ o(ohh^h`CJOJ QJ o(o0^`0o(0^`0o(.0^`0o(..0^`0o(... 0^`0o( .... 88^8`o( ..... 88^8`o( ...... `^``o(....... `^``o(........hh^h`CJOJ QJ o(qhh^h`o(12.P8^`Po(12.1.1^`o(13.1. x^`xo(....  ^`o( .....  X@ ^ `Xo( ......  ^ `o(....... 8x^`8o(........ `H^``o(......... hh^h`OJQJo(0^`0o(0^`0o(.0^`0o(..0^`0o(... 0^`0o( .... 88^8`o( ..... 88^8`o( ...... `^``o(....... `^``o(........0^`0o(0^`0o(.0^`0o(..0^`0o(... 0^`0o( .... 88^8`o( ..... 88^8`o( ...... `^``o(....... `^``o(........P^`P@@^@`.^`56..`8^``56... ^` .... ^` ..... ^` ...... `^``....... 00^0`........ 0^`0o(0^`0o(.0^`0o(..0^`0o(... 0^`0o( .... 88^8`o( ..... 88^8`o( ...... `^``o(....... `^``o(........::^:`o(::^:`o(.0^`0o(..88^8`o(... 88^8`o( .... `^``o( ..... `^``o( ...... ^`o(....... ^`o(........h^`o(1.P^`Po(14.^`o(12.1.x^`xo(....  ^`o( .....  X@ ^ `Xo( ......  ^ `o(....... 8x^`8o(........ `H^``o(.........^`B*OJQJo(ph   ^ `OJQJo(o   ^ `OJ QJ o( xx^x`OJQJo( HH^H`OJQJo(o ^`OJ QJ o( ^`OJQJo( ^`OJQJo(o ^`OJ QJ o( hh^h`OJQJo(hh^h`.hh^h`B*OJQJo(ph ^`OJQJo(o pp^p`OJ QJ o( @ @ ^@ `OJQJo( ^`OJQJo(o ^`OJ QJ o( ^`OJQJo( ^`OJQJo(o PP^P`OJ QJ o(hh^h`o(7.6P^`Po(7.3.1^`o(8.5.x^`xo(....  ^`o( .....  X@ ^ `Xo( ......  ^ `o(....... 8x^`8o(........ `H^``o(.........hh^h`56.^`o()UU^U`.%L%^%`L.  ^ `.  ^ `.L^`L.ee^e`.55^5`.L^`L.hh^h`. hh^h`OJQJo(hh^h`o(13.P8^`Po(8.3.1^`o(10.3. x^`xo(....  ^`o( .....  X@ ^ `Xo( ......  ^ `o(....... 8x^`8o(........ `H^``o(......... hh^h`OJQJo(-hh^h`o(11.P8^`Po(8.3.1^`o(11.3.x^`xo(....  ^`o( .....  X@ ^ `Xo( ......  ^ `o(....... 8x^`8o(........ `H^``o(......... hh^h`OJQJo(-h^`.h^`.hpLp^p`L.h@ @ ^@ `.h^`.hL^`L.h^`.h^`.hPLP^P`L. hh^h`OJQJo(-^`B*OJQJo(ph   ^ `OJQJo(o   ^ `OJ QJ o( xx^x`OJQJo( HH^H`OJQJo(o ^`OJ QJ o( ^`OJQJo( ^`OJQJo(o ^`OJ QJ o(hh^h`CJOJ QJ o(o 0^`0o(0^`0o(.0^`0o(..0^`0o(... 0^`0o( .... 88^8`o( ..... 88^8`o( ...... `^``o(....... `^``o(........0^`0o(0^`0o(.0^`0o(..0^`0o(... 0^`0o( .... 88^8`o( ..... 88^8`o( ...... `^``o(....... `^``o(........hh^h`^`.8^`8..@^`@... H^`H ....  P ^ `P .....  X ^ `X ...... `^``.......  ^` ........ hh^h`OJ QJ o(0^`0o(0^`0o(.0^`0o(..0^`0o(... 0^`0o( .... 88^8`o( ..... 88^8`o( ...... `^``o(....... `^``o(........hh^h`^`.8^`8..@^`@... H^`H ....  P ^ `P .....  X ^ `X ...... `^``.......  ^` ........hh^h`CJOJ QJ o(o hh^h`OJQJo( hh^h`.hh^h`B*OJQJo(ph ^`OJQJo(o pp^p`OJ QJ o( @ @ ^@ `OJQJo( ^`OJQJo(o ^`OJ QJ o( ^`OJQJo( ^`OJQJo(o PP^P`OJ QJ o(hh^h`CJOJ QJ o(o0^`0o(0^`0o(.0^`0o(..0^`0o(... 0^`0o( .... 88^8`o( ..... 88^8`o( ...... `^``o(....... `^``o(........hh^h`CJOJ QJ o(o^`B*OJQJo(ph ^`OJQJo(o ^`OJ QJ o( ^`OJQJo( ^`OJQJo(o PP^P`OJ QJ o(   ^ `OJQJo( ^`OJQJo(o !!^!`OJ QJ o(h ^`OJQJo(h pp^p`OJQJo(oh @ @ ^@ `OJ QJ o(h ^`OJQJo(h ^`OJQJo(oh ^`OJ QJ o(h ^`OJQJo(h PP^P`OJQJo(oh   ^ `OJ QJ o(h^h`B*OJQJo(ph3 ^`OJQJo(o pp^p`OJ QJ o( @ @ ^@ `OJQJo( ^`OJQJo(o ^`OJ QJ o( ^`OJQJo( ^`OJQJo(o PP^P`OJ QJ o(h^`OJQJo(hHh^`OJQJ^Jo(hHohpp^p`OJ QJ o(hHh@ @ ^@ `OJQJo(hHh^`OJQJ^Jo(hHoh^`OJ QJ o(hHh^`OJQJo(hHh^`OJQJ^Jo(hHohPP^P`OJ QJ o(hHhh^h`CJOJ QJ o(o^`B*OJQJo(ph ^`OJQJo(o   ^ `OJ QJ o(   ^ `OJQJo( xx^x`OJQJo(o HH^H`OJ QJ o( ^`OJQJo( ^`OJQJo(o ^`OJ QJ o(^`o(.hh^h`o(12.P8^`Po(8.3.1^`o(10.3. x^`xo(....  ^`o( .....  X@ ^ `Xo( ......  ^ `o(....... 8x^`8o(........ `H^``o(.........88^8`B*OJQJo(ph pp^p`OJQJo(o @ @ ^@ `OJ QJ o( ^`OJQJo( ^`OJQJo(o ^`OJ QJ o( ^`OJQJo( PP^P`OJQJo(o   ^ `OJ QJ o(hh^h`CJOJ QJ o(ohh^h`B*OJQJo(ph ^`OJQJo(o pp^p`OJ QJ o( @ @ ^@ `OJQJo( ^`OJQJo(o ^`OJ QJ o( ^`OJQJo( ^`OJQJo(o PP^P`OJ QJ o(hh^h`o(13.P8^`Po(8.3.1^`o(10.3. x^`xo(....  ^`o( .....  X@ ^ `Xo( ......  ^ `o(....... 8x^`8o(........ `H^``o(.........hh^h`o(8.P^`Po(6.6.1^`o(6.6.x^`xo(....  ^`o( .....  X@ ^ `Xo( ......  ^ `o(....... 8x^`8o(........ `H^``o(.........hh^h`o(6.P^`Po(5.2.^`o(6.2.x^`xo(....  ^`o( .....  X@ ^ `Xo( ......  ^ `o(....... 8x^`8o(........ `H^``o(.........0^`o(11.3.1xP^x`Po(8.3.1((^(`o(8.3. xh ^ `xo(....  8 ^ `o( ..... X^`Xo( ...... p^`o(....... 8^`8o(........ @`^@``o(.........hh^h`o(10.P8^`Po(8.3.1^`o(8.3.x^`xo(....  ^`o( .....  X@ ^ `Xo( ......  ^ `o(....... 8x^`8o(........ `H^``o(.........0^`0o(0^`0o(.0^`0o(..0^`0o(... 0^`0o( .... 88^8`o( ..... 88^8`o( ...... `^``o(....... `^``o(........0^`0o(0^`0o(.0^`0o(..0^`0o(... 0^`0o( .... 88^8`o( ..... 88^8`o( ...... `^``o(....... `^``o(........ hh^h`OJQJo( hh^h`OJ QJ o(0^`0o(0^`0o(.0^`0o(..0^`0o(... 0^`0o( .... 88^8`o( ..... 88^8`o( ...... `^``o(....... `^``o(........hh^h`.hh^h`o(14.P8^`Po(12.1.1^`o(12.1. x^`xo(....  ^`o( .....  X@ ^ `Xo( ......  ^ `o(....... 8x^`8o(........ `H^``o(......... hh^h`OJQJo(hh^h`.hh^h`.h^`.h^`.hpLp^p`L.h@ @ ^@ `.h^`.hL^`L.h^`.h^`.hPLP^P`L. hh^h`OJQJo( hh^h`OJ QJ o(hh^h`CJOJ QJ o(qhh^h`o(8.P^`Po(6.6.1^`o(6.6.x^`xo(....  ^`o( .....  X@ ^ `Xo( ......  ^ `o(....... 8x^`8o(........ `H^``o(......... hh^h`OJ QJ o(hh^h`CJOJ QJ o(oh ^`OJ QJ o(h^`.h pp^p`OJ QJ o(h @ @ ^@ `OJQJo(h ^`OJQJo(oh ^`OJ QJ o(h ^`OJQJo(h ^`OJQJo(oh PP^P`OJ QJ o(hh^h`CJOJ QJ o(o@h^`CJOJQJo(- hh^h`OJQJo(-hh^h`.hh^h`.^`..8^`8...@^`@.... H^`H .....  P ^ `P ......  X ^ `X....... `^``........  ^` .........^`o(. ^`OJQJo(   ^ `OJQJo(o   ^ `OJ QJ o( xx^x`OJQJo( HH^H`OJQJo(o ^`OJ QJ o( ^`OJQJo( ^`OJQJo(o ^`OJ QJ o(h^h`o(10.3.P8^`Po(8.3.1^`o(10.3. ^`o(.3.1  ^`o( .....  X@ ^ `Xo( ......  ^ `o(....... 8x^`8o(........ `H^``o(.........^`B*OJQJo(ph 88^8`OJQJo(o ^`OJ QJ o(   ^ `OJQJo(   ^ `OJQJo(o xx^x`OJ QJ o( HH^H`OJQJo( ^`OJQJo(o ^`OJ QJ o(hh^h`.P^`P..^`...x^`x....  ^` .....  X@ ^ `X ......  ^ `....... 8x^`8........ `H^``.........hh^h`CJOJ QJ o(o hh^h`OJQJo( hh^h`OJQJo(hh^h`. hh^h`OJQJo(-hh^h`B*OJQJo(ph ^`OJQJo(o pp^p`OJ QJ o( @ @ ^@ `OJQJo( ^`OJQJo(o ^`OJ QJ o( ^`OJQJo( ^`OJQJo(o PP^P`OJ QJ o( hh^h`OJQJo(hh^h`o(10.P^`Po(8.3.1^`o(8.3.x^`xo(....  ^`o( .....  X@ ^ `Xo( ......  ^ `o(....... 8x^`8o(........ `H^``o(.........0^`0o(0^`0o(.0^`0o(..0^`0o(... 0^`0o( .... 88^8`o( ..... 88^8`o( ...... `^``o(....... `^``o(........ hh^h`OJQJo( P^`Po(hH#@@^@`56CJOJ QJ aJo(hH.0^`0CJo(hH..#``^``56CJOJQJ^Jo(hH... ^`o(hH .... ^`o(hH ..... ^`o(hH ......  `^``o(hH.......  00^0`o(hH........ hh^h`OJQJo( hh^h`OJQJo(hh^h`CJOJ QJ o(ohh^h`o(. hh^h`OJQJo(hh^h`B*OJQJo(ph ^`OJQJo(o pp^p`OJ QJ o( @ @ ^@ `OJQJo( ^`OJQJo(o ^`OJ QJ o( ^`OJQJo( ^`OJQJo(o PP^P`OJ QJ o( hh^h`OJQJo(-hh^h`o(hh^h`o(.0^`0o(..0^`0o(... 88^8`o( .... 88^8`o( ..... `^``o( ...... `^``o(....... ^`o(........h^`.h^`.hpLp^p`L.h@ @ ^@ `.h^`.hL^`L.h^`.h^`.hPLP^P`L.hh^h`CJOJ QJ o(ohh^h`CJOJ QJ o(oh ^`OJQJo(h ^`OJQJo(oh pp^p`OJ QJ o(h @ @ ^@ `OJQJo(h ^`OJQJo(oh ^`OJ QJ o(h ^`OJQJo(h ^`OJQJo(oh PP^P`OJ QJ o(88^8`B*OJQJo(ph pp^p`OJQJo(o @ @ ^@ `OJ QJ o( ^`OJQJo( ^`OJQJo(o ^`OJ QJ o( ^`OJQJo( PP^P`OJQJo(o   ^ `OJ QJ o(hh^h`CJOJ QJ o(o88^8`o(-@@^@`o(@@^@`o(.0^`0o(..0^`0o(... 0^`0o( .... 88^8`o( ..... 88^8`o( ...... `^``o(....... `^``o(........ hh^h`OJQJo(hh^h`o(13.P8^`Po(12.1.1^`o(12.1. x^`xo(....  ^`o( .....  X@ ^ `Xo( ......  ^ `o(....... 8x^`8o(........ `H^``o(......... h^`ho(.^`.pLp^p`L.@ @ ^@ `.^`.L^`L.^`.^`.PLP^P`L.hh^h`B*OJQJo(ph ^`OJQJo(o pp^p`OJ QJ o( @ @ ^@ `OJQJo( ^`OJQJo(o ^`OJ QJ o( ^`OJQJo( ^`OJQJo(o PP^P`OJ QJ o(hh^h`o(9.P8^`Po(7.3.1^`o(7.5.x^`xo(....  ^`o( .....  X@ ^ `Xo( ......  ^ `o(....... 8x^`8o(........ `H^``o(......... hh^h`OJQJo( ^`OJQJo(o pp^p`OJ QJ o( @ @ ^@ `OJQJo( ^`OJQJo(o ^`OJ QJ o( ^`OJQJo( ^`OJQJo(o PP^P`OJ QJ o(hh^h`. hh^h`OJQJo(h^h`o(11..1P8^`Po(8.3.1^`o(8.3.x^`xo(....  ^`o( .....  X@ ^ `Xo( ......  ^ `o(....... 8x^`8o(........ `H^``o(.........hh^h`o(4.P^`Po(..^`o(...x^`xo(....  ^`o( .....  X@ ^ `Xo( ......  ^ `o(....... 8x^`8o(........ `H^``o(.........hh^h`o(. hh^h`OJ QJ o(hh^h`^`.8^`8..@^`@... H^`H ....  P ^ `P .....  X ^ `X ...... `^``.......  ^` ........ hh^h`OJQJo( hh^h`OJQJo(hh^h`CJOJ QJ o(o^`o(.^`o(.hh^h`o(8.P8^`Po(7.3.1^`o(7.5.x^`xo(....  ^`o( .....  X@ ^ `Xo( ......  ^ `o(....... 8x^`8o(........ `H^``o(.........hh^h`CJOJ QJ o(ohh^h`56.hh^h`B*OJQJo(ph ^`OJQJo(o pp^p`OJ QJ o( @ @ ^@ `OJQJo( ^`OJQJo(o ^`OJ QJ o( ^`OJQJo( ^`OJQJo(o PP^P`OJ QJ o(hh^h`. hh^h`OJQJo(-@h ^ `56>*CJOJ QJ o(() hh^h`CJOJ QJ o(ohh^h`CJOJ QJ o(ohh^`o(12.2hP^`Po(14.h^`o(12.1.hx^`xo(.... h ^`o( ..... h X@ ^ `Xo( ...... h ^ `o(....... h8x^`8o(........ h`H^``o(.........hh^h`CJOJ QJ o(ohh^h`.^`)   ^ `OJQJo(o   ^ `OJ QJ o( xx^x`OJQJo( HH^H`OJQJo(o ^`OJ QJ o( ^`OJQJo( ^`OJQJo(o ^`OJ QJ o( 0^`0o(0^`0o(.0^`0o(..0^`0o(... 0^`0o( .... 88^8`o( ..... 88^8`o( ...... `^``o(....... `^``o(........hh^h`CJOJ QJ o(o^`CJOJQJ^JaJo(^`CJOJQJ^JaJo(opp^p`CJOJ QJ ^JaJo(@ @ ^@ `CJOJ QJ ^JaJo(^`CJOJ QJ ^JaJo(^`CJOJ QJ ^JaJo(^`CJOJ QJ ^JaJo(^`CJOJ QJ ^JaJo(PP^P`CJOJ QJ ^JaJo(^`B*OJQJo(ph ^`OJQJo(o   ^ `OJ QJ o(   ^ `OJQJo( PP^P`OJQJo(o   ^ `OJ QJ o( ^`OJQJo( ^`OJQJo(o ^`OJ QJ o(0^`0o(0^`0o(.0^`0o(..0^`0o(... 0^`0o( .... 88^8`o( ..... 88^8`o( ...... `^``o(....... `^``o(........hh^h`o(. ^ `o(12.38P8^8`Po(14.^`o(12.1. x(^`xo(....   ^ `o( .....  X` ^ `Xo( ......  0^ `o(....... 8^`8o(........ `h^``o(.........hh^h`. hh^h`OJQJo(h 88^8`OJQJo(h ^`OJQJo(h   ^ `OJ QJ o(h   ^ `OJQJo(h xx^x`OJQJo(oh HH^H`OJ QJ o(h ^`OJQJo(h ^`OJQJo(oh ^`OJ QJ o(^`B*OJQJo(ph ^`OJQJo(o   ^ `OJ QJ o(   ^ `OJQJo( xx^x`OJQJo(o HH^H`OJ QJ o( ^`OJQJo( ^`OJQJo(o ^`OJ QJ o(0^`0o(0^`0o(.0^`0o(..0^`0o(... 0^`0o( .... 88^8`o( ..... 88^8`o( ...... `^``o(....... `^``o(........0^`0o(0^`0o(.0^`0o(..0^`0o(... 0^`0o( .... 88^8`o( ..... 88^8`o( ...... `^``o(....... `^``o(........0^`0o(0^`0o(.0^`0o(..0^`0o(... 0^`0o( .... 88^8`o( ..... 88^8`o( ...... `^``o(....... `^``o(........hh^h`B*OJQJo(ph ^`OJQJo(o pp^p`OJ QJ o( @ @ ^@ `OJQJo( ^`OJQJo(o ^`OJ QJ o( ^`OJQJo( ^`OJQJo(o PP^P`OJ QJ o(hh^h`.0^`0o(0^`0o(.0^`0o(..0^`0o(... 0^`0o( .... 88^8`o( ..... 88^8`o( ...... `^``o(....... `^``o(........hh^h`o(6.P^`Po(..^`o(...x^`xo(....  ^`o( .....  X@ ^ `Xo( ......  ^ `o(....... 8x^`8o(........ `H^``o(.........0^`0o(0^`0o(.0^`0o(..0^`0o(... 0^`0o( .... 88^8`o( ..... 88^8`o( ...... `^``o(....... `^``o(........0^`0o(0^`0o(.0^`0o(..0^`0o(... 0^`0o( .... 88^8`o( ..... 88^8`o( ...... `^``o(....... `^``o(........ hh^h`OJQJo(hh^h`B*OJQJo(ph ^`OJQJo(o pp^p`OJ QJ o( @ @ ^@ `OJQJo( ^`OJQJo(o ^`OJ QJ o( ^`OJQJo( ^`OJQJo(o PP^P`OJ QJ o( hh^h`OJQJo(@@^@`o(@@^@`o(3.0^`0o(0.3.0^`0o(... 0^`0o( .... 88^8`o( ..... 88^8`o( ...... `^``o(....... `^``o(........hh^h`o(5.P^`Po(..^`o(...x^`xo(....  ^`o( .....  X@ ^ `Xo( ......  ^ `o(....... 8x^`8o(........ `H^``o(.........hh^h`B*OJQJo(ph ^`OJQJo(o pp^p`OJ QJ o( @ @ ^@ `OJQJo( ^`OJQJo(o ^`OJ QJ o( ^`OJQJo( ^`OJQJo(o PP^P`OJ QJ o( hh^h`OJQJo(-0^`0o(0^`0o(.0^`0o(..0^`0o(... 0^`0o( .... 88^8`o( ..... 88^8`o( ...... `^``o(....... `^``o(........hh^h`CJOJ QJ o(o hh^h`OJQJo(88^8`B*OJQJo(ph pp^p`OJQJo(o @ @ ^@ `OJ QJ o( ^`OJQJo( ^`OJQJo(o ^`OJ QJ o( ^`OJQJo( PP^P`OJQJo(o   ^ `OJ QJ o(h^`.h^`.hpLp^p`L.h@ @ ^@ `.h^`.hL^`L.h^`.h^`.hPLP^P`L.hh^h`B*OJQJo(ph ^`OJQJo(o pp^p`OJ QJ o( @ @ ^@ `OJQJo( ^`OJQJo(o ^`OJ QJ o( ^`OJQJo( ^`OJQJo(o PP^P`OJ QJ o(h^h`o(12..1P8^`Po(12.1.1^`o(12.1. x^`xo(....  ^`o( .....  X@ ^ `Xo( ......  ^ `o(....... 8x^`8o(........ `H^``o(.........hh^h`o(.88^8`B*OJQJo(ph pp^p`OJQJo(o @ @ ^@ `OJ QJ o( ^`OJQJo( ^`OJQJo(o ^`OJ QJ o( ^`OJQJo( PP^P`OJQJo(o   ^ `OJ QJ o(hh^h`CJOJ QJ o(o hh^h`OJ QJ o(hh^h`CJOJ QJ o(ohh^h`.^`B*OJQJo(ph   ^ `OJQJo(o   ^ `OJ QJ o( xx^x`OJQJo( HH^H`OJQJo(o ^`OJ QJ o( ^`OJQJo( ^`OJQJo(o ^`OJ QJ o( hh^h`OJQJo(hh^h`CJOJ QJ o(o \^`\o(\^`\o(.0^`0o(..0^`0o(... 88^8`o( .... 88^8`o( ..... `^``o( ...... `^``o(....... ^`o(........hh^h`.^`..8^`8...@^`@.... ^` ..... ^` ......  X ^ `X....... 8^`8........ `^``.........hh^h`B*OJQJo(ph ^`OJQJo(o pp^p`OJ QJ o( @ @ ^@ `OJQJo( ^`OJQJo(o ^`OJ QJ o( ^`OJQJo( ^`OJQJo(o PP^P`OJ QJ o(hh^h`.hh^h`CJOJ QJ o(o hh^h`OJQJo(@h^`CJOJQJo(-hh^h`CJOJ QJ o(o@h ^ `56>*CJOJ QJ o(() ^`B*OJQJo(ph ^`OJQJo(o   ^ `OJ QJ o(   ^ `OJQJo( xx^x`OJQJo(o HH^H`OJ QJ o( ^`OJQJo( ^`OJQJo(o ^`OJ QJ o( hh^h`OJQJo(h^`.h^`.hpLp^p`L.h@ @ ^@ `.h^`.hL^`L.h^`.h^`.hPLP^P`L.^`o(. hh^h`OJ QJ o(hh^h`5o(88^8`.L^`L.  ^ `.  ^ `.xLx^x`L.HH^H`.^`.L^`L.h 88^8`OJQJo(h ^`OJQJo(oh   ^ `OJ QJ o(h   ^ `OJQJo(h xx^x`OJQJo(oh HH^H`OJ QJ o(h ^`OJQJo(h ^`OJQJo(oh ^`OJ QJ o( hh^h`OJQJo(0^`0o(0^`0o(.0^`0o(..0^`0o(... 0^`0o( .... 88^8`o( ..... 88^8`o( ...... `^``o(....... `^``o(........h^`.h^`.hpLp^p`L.h@ @ ^@ `.h^`.hL^`L.h^`.h^`.hPLP^P`L.h^h`o(10.3.1P8^`Po(8.3.1^`o(10.3.x^`xo(....  ^`o( .....  X@ ^ `Xo( ......  ^ `o(....... 8x^`8o(........ `H^``o(......... hh^h`OJQJo( hh^h`OJQJo(0^`0o(0^`0o(.0^`0o(..0^`0o(... 0^`0o( .... 88^8`o( ..... 88^8`o( ...... `^``o(....... `^``o(........h^`o(12.4P^`Po(14.^`o(12.1.x^`xo(....  ^`o( .....  X@ ^ `Xo( ......  ^ `o(....... 8x^`8o(........ `H^``o(.........hh^h`.^`..8^`8...@^`@.... ^` ..... ^` ......  X ^ `X....... 8^`8........ `^``.........hh^h`.^`CJOJQJ^JaJo(^`CJOJQJ^JaJo(opp^p`CJOJ QJ ^JaJo(@ @ ^@ `CJOJ QJ ^JaJo(^`CJOJ QJ ^JaJo(^`CJOJ QJ ^JaJo(^`CJOJ QJ ^JaJo(^`CJOJ QJ ^JaJo(PP^P`CJOJ QJ ^JaJo( hh^h`OJQJo(hh^h`o(11.P8^`Po(8.3.1^`o(8.3.x^`xo(....  ^`o( .....  X@ ^ `Xo( ......  ^ `o(....... 8x^`8o(........ `H^``o(.........hh^h`o(11.P8^`Po(8.3.1^`o(11.3.x^`xo(....  ^`o( .....  X@ ^ `Xo( ......  ^ `o(....... 8x^`8o(........ `H^``o(......... hh^h`OJQJo( ^`OJQJo(0^`0o(0^`0o(.0^`0o(..0^`0o(... 0^`0o( .... 88^8`o( ..... 88^8`o( ...... `^``o(....... `^``o(........hh^h`o(8.P^`Po(7.3.1^`o(8.2.x^`xo(....  ^`o( .....  X@ ^ `Xo( ......  ^ `o(....... 8x^`8o(........ `H^``o(.........h ^`OJQJo(h ^`OJQJo(oh pp^p`OJ QJ o(h @ @ ^@ `OJQJo(h ^`OJQJo(oh ^`OJ QJ o(h ^`OJQJo(h ^`OJQJo(oh PP^P`OJ QJ o(@h^`CJOJQJo(-^`o(.^`)^`o(() pp^p`OJ QJ o( @ @ ^@ `OJQJo( ^`OJQJo(o ^`OJ QJ o( ^`OJQJo( ^`OJQJo(o PP^P`OJ QJ o(h^h`o(11..2P8^`Po(8.3.1^`o(8.3.x^`xo(....  ^`o( .....  X@ ^ `Xo( ......  ^ `o(....... 8x^`8o(........ `H^``o(.........hh^h`. hh^h`OJQJo(hh^h`o(.hh^h`.^`o(-hh^h`o(.hh^h`CJOJ QJ o(o^`B*OJQJo(ph ^`OJQJo(o   ^ `OJ QJ o(   ^ `OJQJo( xx^x`OJQJo(o HH^H`OJ QJ o( ^`OJQJo( ^`OJQJo(o ^`OJ QJ o( hh^h`OJQJo(88^8`B*OJQJo(ph pp^p`OJQJo(o @ @ ^@ `OJ QJ o( ^`OJQJo( ^`OJQJo(o ^`OJ QJ o( ^`OJQJo( PP^P`OJQJo(o   ^ `OJ QJ o( hh^h`OJ QJ o( hh^h`OJQJo(hh^h`^`.8^`8..@^`@... H^`H ....  P ^ `P .....  X ^ `X ...... `^``.......  ^` ........ hh^h`OJQJo(^`)   ^ `OJQJo(o   ^ `OJ QJ o( xx^x`OJQJo( HH^H`OJQJo(o ^`OJ QJ o( ^`OJQJo( ^`OJQJo(o ^`OJ QJ o(88^8`B*OJQJo(ph pp^p`OJQJo(o @ @ ^@ `OJ QJ o( ^`OJQJo( ^`OJQJo(o ^`OJ QJ o( ^`OJQJo( PP^P`OJQJo(o   ^ `OJ QJ o(hh^h`. hh^h`OJQJo(^`CJOJQJ^JaJo(^`CJOJQJ^JaJo(opp^p`CJOJ QJ ^JaJo(@ @ ^@ `CJOJ QJ ^JaJo(^`CJOJ QJ ^JaJo(^`CJOJ QJ ^JaJo(^`CJOJ QJ ^JaJo(^`CJOJ QJ ^JaJo(PP^P`CJOJ QJ ^JaJo( hh^h`OJQJo(hh^h`.^`..8^`8...@^`@.... ^` ..... ^` ......  X ^ `X....... 8^`8........ `^``......... hh^h`OJQJo( hh^h`OJQJo( hh^h`OJQJo(- hh^h`OJQJo(hh^h`^`.8^`8..@^`@...  8^` ....  P ^ `P .....  X ^ `X ...... `^``.......  ^` ........0^`0o(0^`0o(.0^`0o(..0^`0o(... 0^`0o( .... 88^8`o( ..... 88^8`o( ...... `^``o(....... `^``o(........88^8`)@@^@`o(3.@@^@`o(3.0^`0o(..0^`0o(... 0^`0o( .... 88^8`o( ..... 88^8`o( ...... `^``o(....... `^``o(........^`5o(.^`.pLp^p`L.@ @ ^@ `.^`.L^`L.^`.^`.PLP^P`L.hh^h`B*OJQJo(ph ^`OJQJo(o pp^p`OJ QJ o( @ @ ^@ `OJQJo( ^`OJQJo(o ^`OJ QJ o( ^`OJQJo( ^`OJQJo(o PP^P`OJ QJ o(hh^h`B*OJQJo(ph ^`OJQJo(o pp^p`OJ QJ o( @ @ ^@ `OJQJo( ^`OJQJo(o ^`OJ QJ o( ^`OJQJo( ^`OJQJo(o PP^P`OJ QJ o(h^`.h^`.hpLp^p`L.h@ @ ^@ `.h^`.hL^`L.h^`.h^`.hPLP^P`L.hh^h`CJOJ QJ o(ohh^h`o(9.P^`Po(8.3.1^`o(9.3.x^`xo(....  ^`o( .....  X@ ^ `Xo( ......  ^ `o(....... 8x^`8o(........ `H^``o(......... hh^h`OJQJo( hh^h`OJQJo(hh^h`o(13.P8^`Po(8.3.1^`o(10.3. x^`xo(....  ^`o( .....  X@ ^ `Xo( ......  ^ `o(....... 8x^`8o(........ `H^``o(.........hh^h`56. hh^h`OJQJo(0^`0o(0^`0o(.0^`0o(..0^`0o(... 0^`0o( .... 88^8`o( ..... 88^8`o( ...... `^``o(....... `^``o(........ hh^h`OJQJo(0^`0o(0^`0o(.0^`0o(..0^`0o(... 0^`0o( .... 88^8`o( ..... 88^8`o( ...... `^``o(....... `^``o(........^`B*OJQJo(ph   ^ `OJQJo(o   ^ `OJ QJ o( xx^x`OJQJo( HH^H`OJQJo(o ^`OJ QJ o( ^`OJQJo( ^`OJQJo(o ^`OJ QJ o(hh^h`CJOJ QJ o(ohh^h`o(10.P8^`Po(8.3.1^`o(10.3. x^`xo(....  ^`o( .....  X@ ^ `Xo( ......  ^ `o(....... 8x^`8o(........ `H^``o(......... hh^h`OJQJo( hh^h`OJQJo(hh^h`o(.hh^h`CJOJ QJ o(o^`B*OJQJo(ph ^`OJQJo(o   ^ `OJ QJ o(   ^ `OJQJo( xx^x`OJQJo(o HH^H`OJ QJ o( ^`OJQJo( ^`OJQJo(o ^`OJ QJ o(88^8`) hh^h`OJQJo(hh^h`o(7.P^`Po(6.6.1^`o(7.6.x^`xo(....  ^`o( .....  X@ ^ `Xo( ......  ^ `o(....... 8x^`8o(........ `H^``o(.........hh^h`CJOJ QJ o(o hh^h`OJQJo(h ^`OJQJo(h ^`OJQJo(oh pp^p`OJ QJ o(h @ @ ^@ `OJQJo(h ^`OJQJo(oh ^`OJ QJ o(h ^`OJQJo(h ^`OJQJo(oh PP^P`OJ QJ o(hh^h`B*OJQJo(ph ^`OJQJo(o pp^p`OJ QJ o( @ @ ^@ `OJQJo( ^`OJQJo(o ^`OJ QJ o( ^`OJQJo( ^`OJQJo(o PP^P`OJ QJ o(@@^@`o(@@^@`o(.0^`0o(..0^`0o(... 0^`0o( .... 88^8`o( ..... 88^8`o( ...... `^``o(....... `^``o(........0^`0o(0^`0o(.0^`0o(..0^`0o(... 0^`0o( .... 88^8`o( ..... 88^8`o( ...... `^``o(....... `^``o(........^`B*OJQJo(ph ^`OJQJo(o   ^ `OJ QJ o(   ^ `OJQJo( xx^x`OJQJo(o HH^H`OJ QJ o( ^`OJQJo( ^`OJQJo(o ^`OJ QJ o(h ^`OJQJo(h ^`OJQJo(oh pp^p`OJ QJ o(h @ @ ^@ `OJQJo(h ^`OJQJo(oh ^`OJ QJ o(h ^`OJQJo(h ^`OJQJo(oh PP^P`OJ QJ o(hh^h`.hh^h`.^`B*OJQJo(ph   ^ `OJQJo(o   ^ `OJ QJ o( xx^x`OJQJo( HH^H`OJQJo(o ^`OJ QJ o( ^`OJQJo( ^`OJQJo(o ^`OJ QJ o( hh^h`OJQJo(h ^`OJQJo(h ^`OJQJo(oh pp^p`OJ QJ o(h @ @ ^@ `OJQJo(h ^`OJQJo(oh ^`OJ QJ o(h ^`OJQJo(h ^`OJQJo(oh PP^P`OJ QJ o(hh^h`B*OJQJo(ph ^`OJQJo(o pp^p`OJ QJ o( @ @ ^@ `OJQJo( ^`OJQJo(o ^`OJ QJ o( ^`OJQJo( ^`OJQJo(o PP^P`OJ QJ o(P^`P``^``.0^`0..^`... ^` .... ^` ..... 0^0` ...... `(^``....... P(^P`........ hh^h`OJ QJ o(hh^h`B*OJQJo(ph ^`OJQJo(o pp^p`OJ QJ o( @ @ ^@ `OJQJo( ^`OJQJo(o ^`OJ QJ o( ^`OJQJo( ^`OJQJo(o PP^P`OJ QJ o( hh^h`OJQJo(P^`P@@^@`.0^`0..``^``... ^` .... ^` ..... ^` ...... `^``....... 0^0`........h^`5o(^`.pLp^p`L.@ @ ^@ `.^`.L^`L.^`.^`.PLP^P`L. hh^h`OJQJo(-808^8`0o(^`.pLp^p`L.@ @ ^@ `.^`.L^`L.^`.^`.PLP^P`L.0^`0o(0^`0o(.0^`0o(..0^`0o(... 0^`0o( .... 88^8`o( ..... 88^8`o( ...... `^``o(....... `^``o(........@hh^h`.hh^h`B*OJQJo(ph ^`OJQJo(o pp^p`OJ QJ o( @ @ ^@ `OJQJo( ^`OJQJo(o ^`OJ QJ o( ^`OJQJo( ^`OJQJo(o PP^P`OJ QJ o(hh^h`.@@^@`o(@@^@`o(2.0^`0o(..0^`0o(... 0^`0o( .... 88^8`o( ..... 88^8`o( ...... `^``o(....... `^``o(........  @ ^ `o(.3.2^`.pLp^p`L. @ @ ^@ `o(11.^`.L^`L.^`.^`.PLP^P`L.hh^h`56.^`o(.^`.pLp^p`L.@ @ ^@ `.^`.L^`L.^`.^`.PLP^P`L.^`CJOJQJo(^`CJOJQJo(opp^p`CJOJ QJ o(@ @ ^@ `CJOJ QJ o(^`CJOJ QJ o(^`CJOJ QJ o(^`CJOJ QJ o(^`CJOJ QJ o(PP^P`CJOJ QJ o(@h^`CJOJQJo(- hh^h`OJQJo(^`) ^`OJQJo(o pp^p`OJ QJ o( @ @ ^@ `OJQJo( ^`OJQJo(o ^`OJ QJ o( ^`OJQJo( ^`OJQJo(o PP^P`OJ QJ o(hh^h`o(.88^8`.L^`L.  ^ `.  ^ `.xLx^x`L.HH^H`.^`.L^`L. hh^h`OJQJo(h^h`o(10.3.1P8^`Po(8.3.1^`o(10.3.x^`xo(....  ^`o( .....  X@ ^ `Xo( ......  ^ `o(....... 8x^`8o(........ `H^``o(.........h^h`o(10.3.P8^`Po(8.3.1^`o(10.3.x^`xo(....  ^`o( .....  X@ ^ `Xo( ......  ^ `o(....... 8x^`8o(........ `H^``o(......... hh^h`OJQJo( hh^h`OJ QJ o(^`B*OJQJo(ph ^`OJQJo(o   ^ `OJ QJ o(   ^ `OJQJo( xx^x`OJQJo(o HH^H`OJ QJ o( ^`OJQJo( ^`OJQJo(o ^`OJ QJ o( hh^h`OJQJo(-h ^`OJQJo(h pp^p`OJQJo(oh @ @ ^@ `OJ QJ o(h ^`OJQJo(h ^`OJQJo(oh ^`OJ QJ o(h ^`OJQJo(h PP^P`OJQJo(oh   ^ `OJ QJ o(hh^h`CJOJ QJ o(ohh^h`CJOJ QJ o(oh ^`OJQJo(h ^`OJQJo(oh pp^p`OJ QJ o(h @ @ ^@ `OJQJo(h ^`OJQJo(oh ^`OJ QJ o(h ^`OJQJo(h ^`OJQJo(oh PP^P`OJ QJ o(hh^h`CJOJ QJ o(q hh^h`OJ QJ o(^`B*OJQJo(ph ^`OJQJo(o   ^ `OJ QJ o(   ^ `OJQJo( xx^x`OJQJo(o HH^H`OJ QJ o( ^`OJQJo( ^`OJQJo(o ^`OJ QJ o(h ^`OJQJo(h ^`OJQJo(oh pp^p`OJ QJ o(h @ @ ^@ `OJQJo(h ^`OJQJo(oh ^`OJ QJ o(h ^`OJQJo(h ^`OJQJo(oh PP^P`OJ QJ o(hh^h`CJOJ QJ o(o hh^h`OJQJo( hh^h`OJQJo(hh^h`CJOJ QJ o(o hh^h`OJQJo(hh^h`.0^`0o(0^`0o(.0^`0o(..0^`0o(... 88^8`o( .... 88^8`o( ..... `^``o( ...... `^``o(....... ^`o(........ hh^h`OJQJo(hh^h`CJOJ QJ o(o0^`0o(0^`0o(.0^`0o(..0^`0o(... 0^`0o( .... 88^8`o( ..... 88^8`o( ...... `^``o(....... `^``o(........^`B*OJQJo(ph PP^P`OJQJo(o   ^ `OJ QJ o(   ^ `OJQJo( ^`OJQJo(o ^`OJ QJ o( ``^``OJQJo( 00^0`OJQJo(o ^`OJ QJ o(hh^h`^`.8^`8..@^`@... H^`H .... P ^ `P ....2.1  X ^ `X ...... `^``.......  ^` ........^`o(.hh^h`CJOJ QJ o(ohh^h`CJOJ QJ o(oh^`o(15.P^`Po(14.^`o(12.1. x^`xo(....  ^`o( .....  X@ ^ `Xo( ......  ^ `o(....... 8x^`8o(........ `H^``o(.........^`) pp^p`OJQJo(o @ @ ^@ `OJ QJ o( ^`OJQJo( ^`OJQJo(o ^`OJ QJ o( ^`OJQJo( PP^P`OJQJo(o   ^ `OJ QJ o(hh^h`CJOJ QJ o(o@hh^h`)hh^h`B*OJQJo(ph ^`OJQJo(o pp^p`OJ QJ o( @ @ ^@ `OJQJo( ^`OJQJo(o ^`OJ QJ o( ^`OJQJo( ^`OJQJo(o PP^P`OJ QJ o( hh^h`OJQJo( hh^h`OJQJo(-hh^h`CJOJ QJ o(ohh^h`CJOJ QJ o(ohh^h`o(5.P^`Po(..^`o(...x^`xo(....  ^`o( .....  X@ ^ `Xo( ......  ^ `o(....... 8x^`8o(........ `H^``o(.........hh^h`.h^h`o(12..1P8^`Po(12.1.1^`o(13.1. x^`xo(....  ^`o( .....  X@ ^ `Xo( ......  ^ `o(....... 8x^`8o(........ `H^``o(......... hh^h`OJ QJ o(hh^h`CJOJ QJ o(ohh^h`.0^`0o(0^`0o(.0^`0o(..0^`0o(... 0^`0o( .... 88^8`o( ..... 88^8`o( ...... `^``o(....... `^``o(........hh^h`. hh^h`OJQJo(88^8`B*OJQJo(ph pp^p`OJQJo(o @ @ ^@ `OJ QJ o( ^`OJQJo( ^`OJQJo(o ^`OJ QJ o( ^`OJQJo( PP^P`OJQJo(o   ^ `OJ QJ o(hh^h`CJOJ QJ o(o^`o(.^`.pLp^p`L.@ @ ^@ `.^`.L^`L.^`.^`.PLP^P`L. hh^h`OJ QJ o( hh^h`OJ QJ o( hh^h`OJQJo(hh^h`.hh^h`B*OJQJo(ph ^`OJQJo( pp^p`OJ QJ o( @ @ ^@ `OJQJo( ^`OJQJo(o ^`OJ QJ o( ^`OJQJo( ^`OJQJo(o PP^P`OJ QJ o(hh^h`CJOJ QJ o(o88^8`B*OJQJo(ph pp^p`OJQJo(o @ @ ^@ `OJ QJ o( ^`OJQJo( ^`OJQJo(o ^`OJ QJ o( ^`OJQJo( PP^P`OJQJo(o   ^ `OJ QJ o( hh^h`OJQJo(88^8`B*OJQJo(ph pp^p`OJQJo(o @ @ ^@ `OJ QJ o( ^`OJQJo( ^`OJQJo(o ^`OJ QJ o( ^`OJQJo( PP^P`OJQJo(o   ^ `OJ QJ o(^`o(.hh^h`CJOJ QJ o(o0^`0o(0^`0o(.0^`0o(..0^`0o(... 0^`0o( .... 88^8`o( ..... 88^8`o( ...... `^``o(....... `^``o(........hh^h`CJOJ QJ o(ohh^h`CJOJ QJ o(qhh^h`CJOJ QJ o(q|~}Z(6Rf>U:0eTX8m.VimO1q6?ItzH.IgL< -hdsCEO/sAKOOYUBveM],@ *ENU M25c Q-E3"T0}`jp/r%GDNn|2~f H^7 }UtG>0~Im j_Tt`v|9;m CO|xJO-d!|&vbBwdpCC%Xy$/|&]oKWUNu&g*Ib]RdM/EIAlUYWzI?6Iv H1Q8"&:0pTqforbT)ea$}e% vfC4O8KpZU(D&uh"zW.ZJ'k lf}ED -M8-b;GKO;GKO$ Z>KD`K8=h]s8yRp WI.?mD$0H6$0H6 yplQzE MOe H@agY\+ ,^U>)gF~em8A*bT[[>ZyZ .|5<Y -vS7 q`eB]NAj48"9w2`?@qexS#eV`IWurLYMnq6$ |)Dp]o7c96]C}'i28E-h1I0*62z;G~t/ w.vtM|7TrJ#o t1Tz/d}T&N!2<&U`kM^ sGIr@b-8n9eA>\uS2>]TVwn(o @JGYg}L B2/"Lq*()Y6Gle_\fQ9il0C 4RsqD/~w o#DL%SC(mp$U@0`u> 4=^J.*IG 7T 5yqMe;p^pm#"A}=B%0@68|;h 8K ]!: 8]?Z?k.]2!hK">df D@ w  XqO `(2L+#+AH$cs{6T,5BJ$4s Qfp hQ/':N1cIV @Z X= go66Ulf)a9)>E=ilHr~4m})kF\}^}3q(# ydda92(/N}8eA4\Mf:.9dNW,C?8nA39m;JyB]u(HWw` >5*{>. Qwzu^*/bX~7v;Q# q5a,>V6r`+nhNJ!L'AA@k@V|j! ij0ai@)hh}Cb#wIpcI)H+s;J{oG.>zMbWGz,fvGJuv~-\N qEU[/8=[=$N>lf\Wp;ghbG*}=%d?rk#MqaHE B J6e#hi+ ZnE@~n= 9jMHI\#_Z8[M&bwh)u =Yb*2 Lj o:LVzI5bzw=Qf@+>k"))y }_3x" &0 J =73x3X]=X-#@I,tHo>?8yj Xo?|)jpSA]C+ fQ|`YxYxAl %R3"Q 99;!K5u:PH2oVw}Ud4 #KF#Z=:IVK"zP`[w1xHxupI0l.'2)6JQ`P&sW>!ARl>wd#S=.!sWj,'jen &|=kp?|` @h ^`OJQJo(ě @hh^h`CJOJQJo(, @h8^8`CJOJ QJ o( @hh^h`CJOJ QJ o( @h^`CJOJQJo(-d @h p^p`OJQJo(ȝ @hh^h`CJOJQJo(TTT<<<lll @CJ OJPJQJo(?l @CJ$OJPJQJo(?ğ @CJOJPJQJo(?         j                 B{        &.>        tX        4        j        j        j        j        j        j        j        ء                  &.>        j        j                 ړ                 j        j        &.>                          ,ߦ;        Nj&.>        j        &.>                          j        8F        j        ,ߦ;        j        G|                 p T9*>APsf.&a~K+ j         ,ߦ;       j        j        j        &.>        &.>                 &.>        j        j        j        J]                                   HLм8?l0@RJ>+,,I2$e          66       j        &.>                 j        `6'pgF$.H D"RH^ ~        &.>        j                 j        j                 &.>        j                 j                 j        j        vA        tX        &.>          T?              n0d9zK< av4BH                  j                          j                 j                 j        j                 j        &.>        j         @Wgi?-_{_ehP#####$$$c$m$$$$$$$$$$$'%(%)%*%4%w%x%y%z%%%%%%%%%%%&"&#&$&%&/&c&d&Ȯղ-@t`@Unknown Gz Times New Roman5Symbol3& z Arial?5 z Courier NewA& Arial Narrow;|i0Batang7&  VerdanaI& ??Arial Unicode MSO1CourierCourier New;WingdingsEMonotype SortsS PalatinoBook Antiqua3Times"1 h[[[^}q0d> 2QDraft Guide Work DC KelleyDavidKOh+'0 $ @ L X dpxDraft Guide Workdraf DC Kelleye C KC K Normal.dot DavidKd6viMicrosoft Word 9.0@0@C&@|sk&@C&^՜.+,D՜.+,@ hp  SCSCu} Draft Guide Work Title\( 8@ _PID_HLINKSA(49" _Toc448324719 _Toc448324708 _Toc448324698 _Toc448324688  _Toc448324678 _Toc448324668 _Toc448324658 _Toc448324648 _Toc448324638 _Toc448324628 _Toc448324618 _Toc44832460; _Toc44832459; _Toc44832458CVhttp://www.iteris.com/itsarch6 _Toc983149856 _Toc983149846 _Toc983149836 _Toc983149826 _Toc983149816 _Toc983149809 _Toc983149799 _Toc983149789 _Toc983149779 _Toc983149769 _Toc983149759 _Toc983149749 _Toc983149739z _Toc98314972?q _Toc97111860<k _Toc97111859<e _Toc97111858<_ _Toc97111857<Y _Toc97111856<S _Toc97111855<M _Toc97111854<G _Toc97111853<A _Toc97111852<; _Toc97111851<5 _Toc97111850=/ _Toc97111849=) _Toc97111848=# _Toc97111847= _Toc97111846= _Toc97111845U*http://serv4.itsware.net/bb/index.php?c=3F&http://serv4.itsware.net/bb/index.phpA 9http://www.itsware.net/ATISworkingdrafts/Guide/Guide.zipO  :http://www.itsware.net/ATISworkingdrafts/Guide/PartIV.docu%;http://www.itsware.net/ATISworkingdrafts/Guide/PartIII.docP :http://www.itsware.net/ATISworkingdrafts/Guide/PartII.docL9http://www.itsware.net/ATISworkingdrafts/Guide/PartI.docFM http://www.astm.org/\[http://www.nema.org/ >http://www.transportation.org/x/http://www.ite.org/  ..\My Pictures\sae_logo_top.gifJL&My Pictures\ATIS Figs\atisMessage.pngY#O6My Pictures\ATIS Figs\information_request_message.pngo>`(My Pictures\ATIS Figs\subscribeForm.pngp3a,My Pictures\ATIS Figs\ParkingReqDetails.pngKb.My Pictures\ATIS Figs\VehicleRestrictions.png Gz7My Pictures\ATIS Figs\information_response_message.pngdj|+My Pictures\ATIS Figs\advisory message.pngj#~ $My Pictures\ATIS Figs\MsgHeader.pngFM *My Pictures\ATIS Figs\ContactSetting2.png"d@ 'My Pictures\ATIS Figs\StatusBlocks.pngR-( ,My Pictures\ATIS Figs\ITIS_CodesandText.pngGIJ @C:\Documents and Settings\Administrator\Desktop\lanedescrip.png_n&My Pictures\ATIS Figs\ComplexTime.pngAA(!My Pictures\ATIS Figs\route1.pngAB!My Pictures\ATIS Figs\route2.pngAC!My Pictures\ATIS Figs\route3.pngAD!My Pictures\ATIS Figs\route4.png C&My Pictures\ATIS Figs\Itineraries.pngo- My Pictures\ATIS Figs\Price.pngw| exampleafd23.My Pictures\ATIS Figs\Weather Information.png5.My Pictures\ATIS Figs\Weather Information.png6.My Pictures\ATIS Figs\Weather Information.png9.My Pictures\ATIS Figs\Weather Information.png:-My Pictures\ATIS Figs\Events Information.pngc8;$My Pictures\ATIS Figs\TypeEvent.png! <:C:\Documents and Settings\Administrator\Desktop\links.png5;=BC:\Documents and Settings\Administrator\Desktop\responsegroup.png*L>&My Pictures\ATIS Figs\Flight_info.pngq'C My Pictures\ATIS Figs\Route.png QD'My Pictures\ATIS Figs\Parking_Info.png SE*My Pictures\ATIS Figs\maneuverInstruc.png^F)My Pictures\ATIS Figs\transitInstruc.png@G)My Pictures\ATIS Figs\parkingInstruc.png*jHMy Pictures\ATIS Figs\Head.pngm%I,My Pictures\ATIS Figs\ExampleSubMessage.png"jJMy Pictures\ATIS Figs\LRMS.png  !"#$%&'()*+,-./0123456789:;<=>?@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{|}~                         3 Root Entry F3&5 Data ;5 1Table% WordDocumentkSummaryInformation( DocumentSummaryInformation8 )CompObjjObjectPool3&3&  FMicrosoft Word Document MSWordDocWord.Document.89q